Skip to content

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

Closed
wants to merge 988 commits into from
Closed

Import drools docs #4545

wants to merge 988 commits into from

Conversation

tkobayas
Copy link
Contributor

@tkobayas tkobayas commented May 7, 2025

This PR does:

  • Copy incubator-kie-drools/drools-docs under incubator-kie-docs as drools-docs sub directory
  • Move existing kogito docs from the root directory to kogito-docs sub directory

Once this PR is merged:

  • We can remove drools-docs from incubator-kie-drools:main
  • Need to update incubator-kie-website documentation build GHA for 10.1.0 and later

Comment on lines 28 to 30
<artifactId>drools-build-parent</artifactId>
<version>10.0.0</version>
<artifactId>apache-kie-docs-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Copy link
Contributor Author

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.

@tkobayas
Copy link
Contributor Author

tkobayas commented May 8, 2025

FYI)
Steps to move drools-docs into incubator-kie-docs preserving the commit history:
Prerequisite: Install git-filter-repo

# 1. Clone a fresh copy of the drools repo
git clone https://github.com/apache/incubator-kie-drools.git drools-docs-only
cd drools-docs-only

# 2. Filter out everything except the drools-docs/ directory
git filter-repo --path drools-docs/

# 3. Add my incubator-kie-docs repo as a remote and fetch its main branch
git remote add docs [email protected]:tkobayas/kie-docs.git
git fetch docs

# 4. Create import-drools-docs branch off docs/main and merge in the filtered history
git checkout -b import-drools-docs docs/main
git merge --allow-unrelated-histories main

# 5. Resolve any conflicts, commit, then push import-drools-docs to my repo for a PR
git push -u docs import-drools-docs:import-drools-docs

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 <module> to the top level pom.xml.

@tkobayas
Copy link
Contributor Author

tkobayas commented May 8, 2025

This PR cannot Rebase and merge because This branch cannot be rebased due to conflicts. Investigating...

@tkobayas tkobayas marked this pull request as draft May 8, 2025 02:56
hmanwani-rh and others added 22 commits May 8, 2025 14:01
…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
…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.
* BXMSDOC-6416-master: Add multi-DRD content for DMN.

* Peer review.
* BXMSDOC-6638: Update case docs for 7.9

* SME tweaks to gsg
…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]>
baldimir and others added 15 commits May 8, 2025 14:01
* 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.
@tkobayas tkobayas force-pushed the import-drools-docs branch from 41b4c25 to c784409 Compare May 8, 2025 05:17
@tkobayas
Copy link
Contributor Author

tkobayas commented May 8, 2025

This PR cannot be merged because "Rebase and merge" option is limited to 100 commits.

Splitting to 10 PRs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.