summaryrefslogtreecommitdiff
path: root/module/ri-engine/src/main/java/io/trygvis/rules/engine/cli
Commit message (Collapse)AuthorAgeFilesLines
* IO: Making input and output files have the same format.Trygve Laugstøl2021-01-291-0/+2
|
* Better main().Trygve Laugstøl2021-01-281-1/+1
| | | | | * More than one input database. * Only creating templating engine if the rules require it.
* Better main().Trygve Laugstøl2021-01-261-8/+38
| | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.
* wipTrygve Laugstøl2021-01-251-5/+1
|
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-252-0/+75
* Moving all Drools code into their own modules. This fixes ri-engine to acme dependency. * Now they all inherit from their own parent, should be used by third party code too. * Separating acme planning code into its own module. * Splitting rules code from ri-engine into ri-base. ri-engine is now a pure launcher for modules. * Dumping kogito for the most part, but it seems like the planner still requires that.