Commit Graph

8 Commits

Author SHA1 Message Date
Erik Knizat
97542740ce Resolve some review comments 2020-04-07 19:23:02 +01:00
eknizat
efb9801535 Fix travis tests (#205)
* Fix engine specific properties for engine config location
* Temporarily add engine configs to test resources for the boot modules.  Will need to fix this properly
2020-04-07 11:04:05 +01:00
Erik Knizat
952cfef306 Initial tests
* Add initial tests for config aggregation
* Update AbstractTransformerControllerTest to use the new engine config names
2020-04-06 16:02:01 +01:00
kristian
741c1d6c13 ATS-693: Update transform-misc Dockerfile with newly reserved uid 2020-04-02 17:14:59 +01:00
kristian
d5981792ce Revert "ATS-691: Combine the win/linux pathToFile logic"
This reverts commit 61fe4820
2020-04-02 17:14:59 +01:00
kristian
e6f082c05e ATS-693: Update transform-misc Dockerfile with newly reserved uid 2020-04-02 17:14:59 +01:00
Erik Knizat
82ba97f666 Define interface and the aio transformer 2020-04-01 17:41:16 +01:00
eknizat
3bed6930bf ATS-671: Split engines into fat & skinny modules (ATS-674) (#192)
Each transform engine project has been separated into 2 modules so that an executable and non-executable jar can be created. 
Modules have been renamed such that *docker* has been removed from the artifactIds and project names.

Co-authored-by: Erik Knizat <erik.knizat@alfresco.com>
Co-authored-by: David Edwards <david.edwards@alfresco.com>
2020-03-27 13:45:15 +00:00