-
Notifications
You must be signed in to change notification settings - Fork 182
Import drools docs (7/10) #4556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…f any) is used. - Update documentation.
…oc about multiple sheets using the same RuleTable name
…queness for decision tables + testcase
…g.drools.compiler: move several test only classes directly under org.drools
Fixed: - RuleTable and other tags (e.g. CONDITIONS) may not have leading spaces - Errors reported in cell names ("D33") instead of row, column number - duplicate columns for attributes cause an error (not silently ignored) - avoid NumberFormatException on bad integer in PRIORITY and DURATION - Description entered as comment into DRL. - all currently valid attributes can be set. - avoid NPE at ActionType.addTemplate(ActionType.java:181) if there is an attribute column with an entry in the code snippet line. (header + 2) Enhancements: - All rule attributes can be used in the RuleSet area, resulting in package level entries - Import, Variables, Functions, Queries can be used repeatedly Documentation section 6.1.4 completely rewritten.
Documents the spreadsheet and DSL extensions as they are implemented now.
renaming unused documentation chapters
…po some time ago)
…e drools-docs-* to drools-*-docs
…at do not belong in the repository
* [DROOLS-6671] organize drools 8 docs * wip * add antora
apache#4411) * [KOGITO-7165] Drools release pipeline: Antora documentation handling in release pipeline is not working * - remove spring-boot-version
Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/mozilla/node-convict/releases) - [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md) - [Commits](mozilla/node-convict@v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: convict dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jenkins CI <[email protected]>
- Generate Antora site with maven plugin - Not yet uploaded to filemgmt server - jenkins shell no longer needed
- Updated with executabel model and rule unit archetype
…he#1167) * DROOLS-3176 Document DMN org.kie.dmn.compiler.execmodel flag(s) * . * Implementing Code review comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Split PR (7/10) of #4545 , because "Rebase and merge" option is limited to 100 commits.
This PR copies
incubator-kie-drools/drools-docs
underincubator-kie-docs
asdrools-docs
sub directoryThese split PRs will be automatically approved by Toni and Mario.
See https://lists.apache.org/thread/pmdc2vrk1lh3p584fq187c71k82dc4sj for details.
This PR only adds contents under
drools-docs
directory, so doesn't affect the kogito docs build.Use "Rebase and merge" when merging.