summaryrefslogtreecommitdiff
path: root/module/acme
Commit message (Collapse)AuthorAgeFilesLines
* Code reorganization.Trygve Laugstøl2021-02-039-245/+0
| | | | Moving main code to src, keeping modules in modules/
* Moving TemplateEngine to shared API.Trygve Laugstøl2021-02-031-0/+1
|
* Updating files.Trygve Laugstøl2021-02-011-1/+48
|
* Better main().Trygve Laugstøl2021-01-261-1/+1
| | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-2513-399/+40
| | | | | | | | | | | | * 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.
* Updating classpath.txt.Trygve Laugstøl2021-01-251-2/+1
|
* Reformatting pom.xml.Trygve Laugstøl2021-01-241-27/+27
|
* WIP: Optaplanner.Trygve Laugstøl2021-01-241-52/+41
| | | | | Excluding kie-api and kie-internal. Doing with without importing Kogito would probably have solved everything directly.
* WIP: Optaplanner.Trygve Laugstøl2021-01-2412-9/+349
|
* Switching WG code to use object references.Trygve Laugstøl2021-01-121-2/+4
|
* Starting on generating ansible files for docker-compose setups.Trygve Laugstøl2021-01-121-9/+16
|
* Figured out a way to not need WgNetworkAllocation.Trygve Laugstøl2021-01-111-1/+1
|
* Working terraform setup.Trygve Laugstøl2021-01-071-1/+1
|
* More Wireguard.Trygve Laugstøl2021-01-076-33/+44
| | | | Fixing broken myapps too.
* Generating Wireguard files too.Trygve Laugstøl2021-01-061-1/+1
|
* Using agenda groups to sequence phases.Trygve Laugstøl2021-01-062-2/+12
|
* Splitting Main into two runs, Vpn and AcmeApps.Trygve Laugstøl2021-01-064-9/+22
|
* Splitting ACME out from the generic parts.Trygve Laugstøl2021-01-067-0/+185