Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better main(). | Trygve Laugstøl | 2021-01-28 | 5 | -13/+22 |
| | | | | | * More than one input database. * Only creating templating engine if the rules require it. | ||||
* | Better main(). | Trygve Laugstøl | 2021-01-26 | 19 | -38/+260 |
| | | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect. | ||||
* | Better main() support. | Trygve Laugstøl | 2021-01-26 | 6 | -119/+67 |
| | |||||
* | wip | Trygve Laugstøl | 2021-01-25 | 3 | -29/+48 |
| | |||||
* | Improving usability, massive refactoring. | Trygve Laugstøl | 2021-01-25 | 51 | -203/+932 |
| | | | | | | | | | | | | * 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øl | 2021-01-25 | 2 | -4/+2 |
| | |||||
* | Reformatting pom.xml. | Trygve Laugstøl | 2021-01-24 | 3 | -101/+101 |
| | |||||
* | WIP: Optaplanner. | Trygve Laugstøl | 2021-01-24 | 3 | -113/+88 |
| | | | | | Excluding kie-api and kie-internal. Doing with without importing Kogito would probably have solved everything directly. | ||||
* | WIP: Optaplanner. | Trygve Laugstøl | 2021-01-24 | 15 | -10/+375 |
| | |||||
* | Switching WG code to use object references. | Trygve Laugstøl | 2021-01-12 | 6 | -55/+83 |
| | |||||
* | Better output YAML. | Trygve Laugstøl | 2021-01-12 | 4 | -9/+82 |
| | | | | | | | | 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. | ||||
* | Starting on generating ansible files for docker-compose setups. | Trygve Laugstøl | 2021-01-12 | 5 | -14/+142 |
| | |||||
* | Figured out a way to not need WgNetworkAllocation. | Trygve Laugstøl | 2021-01-11 | 3 | -26/+20 |
| | |||||
* | Working terraform setup. | Trygve Laugstøl | 2021-01-07 | 2 | -5/+22 |
| | |||||
* | More Wireguard. | Trygve Laugstøl | 2021-01-07 | 13 | -140/+254 |
| | | | | Fixing broken myapps too. | ||||
* | Generating Wireguard files too. | Trygve Laugstøl | 2021-01-06 | 6 | -23/+57 |
| | |||||
* | Using agenda groups to sequence phases. | Trygve Laugstøl | 2021-01-06 | 6 | -22/+53 |
| | |||||
* | Splitting Main into two runs, Vpn and AcmeApps. | Trygve Laugstøl | 2021-01-06 | 6 | -20/+30 |
| | |||||
* | Splitting ACME out from the generic parts. | Trygve Laugstøl | 2021-01-06 | 17 | -50/+149 |
| | |||||
* | Renaming VPN stuff to wireguard. | Trygve Laugstøl | 2021-01-06 | 6 | -39/+12 |
| | |||||
* | Starting on splitting up into different modules. | Trygve Laugstøl | 2021-01-06 | 29 | -0/+1117 |