Commit Graph

14 Commits

Author SHA1 Message Date
David Edwards
12ad15269d ATS-702 remove unneccessary imports 2020-04-08 10:08:47 +01:00
David Edwards
6cfbe15850 Merge branch 'ATS-675_aio_transformer' into ATS-702_ATS-675_Add-AIO-Tests 2020-04-07 20:26:29 +01:00
Erik Knizat
97542740ce Resolve some review comments 2020-04-07 19:23:02 +01:00
David Edwards
afa4d9e266 ATS-702 Update tests, undo renaming 2020-04-07 15:21:40 +01:00
David Edwards
5c9d16fe01 Create imagemagick_engine_config.json 2020-04-07 15:11:20 +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
David Edwards
0c5a0c70b1 ATS-702/ATS-675 Add POC for test inheritance (Imagemagick) Currently tests do not pass on windows due to path error reading resources. 2020-04-07 09:13:03 +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
Erik Knizat
fc96f9aa5f Do the wiring 2020-04-03 17:15:36 +01:00
David Edwards
5c1f9fcc82 ATS-675/ATS-705 Implemented ImageMagickAdapter
Moved and renamed OptionsBuilder. Moved to alfresco-transform-imagemagick, renamed ImageMagickOptionsBuilder.
Added dependencies to pom.xml
2020-04-03 12:33:50 +01:00
kristian
7476bfebbf ATS-688: Fix ImageMagickControllerTest.optionsTest unit test 2020-03-30 12:26:10 +01:00
kristian
20f81b429b ATS-688: Fix ImageMagickControllerTest.optionsNegateBooleansTest unit test 2020-03-30 12:06:33 +01:00
kristian
b072c89694 ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean 2020-03-30 09:33:38 +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