-
Notifications
You must be signed in to change notification settings - Fork 182
Import drools docs #4545
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
Import drools docs #4545
Conversation
drools-docs/pom.xml
Outdated
<artifactId>drools-build-parent</artifactId> | ||
<version>10.0.0</version> | ||
<artifactId>apache-kie-docs-parent</artifactId> | ||
<version>999-SNAPSHOT</version> | ||
<relativePath>../pom.xml</relativePath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the dependency to drools-build-parent
because a contributor cannot access drools-build-parent:999-SNAPSHOT
easily.
FYI)
Note: When raising a PR, to preserve the commit history, you have to use "Rebase and merge" rather than "Squash and merge". If the PR contains more than 100 commits, it will hit github rebase limitation (https://docs.github.com/en/repositories/creating-and-managing-repositories/repository-limits#rebase-limits). In that case, you would need to split the PR or directly push without a PR. When you will do the same for other docs repo, add |
This PR cannot |
…ic (apache#142) (apache#2426) * BXMSDOC-5830 Removing GAV properties from project creation topic * BXMSDOC-5830 Update two additional instances of project repos based on QE input
…n navigator view screenshot (apache#2508)
…ise titles (apache#2771) * BXMSDOC-6391-master: Consolidate kie-docs titles. * BXMSDOC-6391-master: Update titles and gitignore for doctype and master.html for ascii builds.
* BXMSDOC-6415-master: Update DMN 1.1 and 1.3 wording. * Tweak DMN model support wording.
…violation_1.0.0-SNAPSHOT (apache#161) (apache#2828)
* BXMSDOC-6416-master: Add multi-DRD content for DMN. * Peer review.
* BXMSDOC-6638: Update case docs for 7.9 * SME tweaks to gsg
Co-authored-by: sterobin <[email protected]>
…pache#2978) Co-authored-by: sterobin <[email protected]>
…dels to version 1.2 - Documentation (apache#3066) * KOGITO-3807: [DMN Designer] Convert DMN 1.1/1.3 models to version 1.2 - Documentation (Business Central) * KOGITO-3807: Made some tweaks * KOGITO-3807: Incorporated Clifton's suggestions Co-authored-by: Heena Manwani <[email protected]>
* Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Add missing Apache copyright headers. * Fix test. * Fix tests. * Fix tests. * Fix tests. * Fix tests. * Fix tests. * Fix tests. * Fix tests. * Fix tests.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed full-time from example rule name and comments * removed full-time from example rule name and comments * Replaced "at least" with "more than" for > tests * Adjusted text and format of not forall note * Revert "Adjusted text and format of not forall note" This reverts commit 1662bfb5cad5aa3338b9ee3ac9875ea5ff2d0b71. * Change = to == for equality tests
…hen available in classpath (#6054) - Add drools.metric.micrometer.disabled switch
…6066) - At the moment, RuleUnit OOPath doesn't support DSL. Removed confusing doc section
* [incubator-kie-drools-6203] Adjust docs for 10.0.0 - Remove unused adoc files - Change kiegroup/drools to apache/incubator-kie-drools * Add entries to release notes * - release note: DMN 1.5
…er (#6225) * [incubator-kie-drools-6220] Slim down DRL syntax with New Antlr4 Parser - Introduce DRL10 - WIP * - a prefix for custom operator * - drop half constraint - Disable drools-verifier test for DRL10 * - drop infix doubleAmpersand and doublePipe * - drop Annotation inside LHS * - additional test for end token * - replace agenda-group with ruleflow-group - adjust unit tests * - Add warnings for deprecated DRL syntax when used in DRL6 * - release notes and docs * - gha test DRL10 * Revert "- gha test DRL10" This reverts commit b7c1b54a35f5218a67cdb90696e4c8d886cacf2f.
41b4c25
to
c784409
Compare
This PR cannot be merged because "Rebase and merge" option is limited to 100 commits. Splitting to 10 PRs: |
This PR does:
incubator-kie-drools/drools-docs
underincubator-kie-docs
asdrools-docs
sub directorykogito-docs
sub directoryOnce this PR is merged:
drools-docs
fromincubator-kie-drools:main
incubator-kie-website
documentation build GHA for 10.1.0 and later