summaryrefslogtreecommitdiff
path: root/module/ri-base
Commit message (Collapse)AuthorAgeFilesLines
* Code reorganization.Trygve Laugstøl2021-02-0334-1120/+0
| | | | Moving main code to src, keeping modules in modules/
* Moving TemplateEngine to shared API.Trygve Laugstøl2021-02-033-36/+4
|
* POM fixes.Trygve Laugstøl2021-02-011-11/+0
|
* Updating files.Trygve Laugstøl2021-02-011-5/+12
|
* Better Terraform support.Trygve Laugstøl2021-01-318-1/+120
|
* Better Terraform resources.Trygve Laugstøl2021-01-305-5/+130
|
* IO: Making input and output files have the same format.Trygve Laugstøl2021-01-292-10/+12
|
* Better main().Trygve Laugstøl2021-01-268-5/+85
| | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-2522-0/+830
* 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.