summaryrefslogtreecommitdiff
path: root/module/ri-engine/src/main/java/io/trygvis/rules/engine/DbIo.java
Commit message (Collapse)AuthorAgeFilesLines
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-251-15/+30
| | | | | | | | | | | | * 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.
* Switching WG code to use object references.Trygve Laugstøl2021-01-121-16/+33
|
* Better output YAML.Trygve Laugstøl2021-01-121-9/+68
| | | | | | | | Enabling object references internally in the document. Needed to write all objects in one go for Jackson to resolve all internal references. Applied some sorting magic to write out as many as possible objects on the root level. Will need some more magic later for customers to customize the output ordering.
* More Wireguard.Trygve Laugstøl2021-01-071-1/+7
| | | | Fixing broken myapps too.
* Splitting Main into two runs, Vpn and AcmeApps.Trygve Laugstøl2021-01-061-8/+5
|
* Splitting ACME out from the generic parts.Trygve Laugstøl2021-01-061-0/+259