summaryrefslogtreecommitdiff
path: root/module/ri-engine/src/main/java/io/trygvis/rules/engine/Engine.java
Commit message (Collapse)AuthorAgeFilesLines
* Code reorganization.Trygve Laugstøl2021-02-031-172/+0
| | | | Moving main code to src, keeping modules in modules/
* Moving TemplateEngine to shared API.Trygve Laugstøl2021-02-031-2/+0
|
* Creating engine.yaml and engine.ninja generator.Trygve Laugstøl2021-02-021-10/+35
|
* IO: Making input and output files have the same format.Trygve Laugstøl2021-01-291-2/+4
|
* Better main().Trygve Laugstøl2021-01-281-9/+18
| | | | | * More than one input database. * Only creating templating engine if the rules require it.
* Better main().Trygve Laugstøl2021-01-261-2/+46
| | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.
* Better main() support.Trygve Laugstøl2021-01-261-26/+27
|
* wipTrygve Laugstøl2021-01-251-0/+2
|
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-251-11/+53
| | | | | | | | | | | | * 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.
* Using agenda groups to sequence phases.Trygve Laugstøl2021-01-061-11/+14
|
* Splitting Main into two runs, Vpn and AcmeApps.Trygve Laugstøl2021-01-061-3/+3
|
* Splitting ACME out from the generic parts.Trygve Laugstøl2021-01-061-0/+46