Commit Graph

523 Commits

Author SHA1 Message Date
David Edwards
1ff531f8a8 Revert "Remove test files"
This reverts commit 356f6ec0e3.
2020-04-07 16:20:14 +01:00
David Edwards
356f6ec0e3 Remove test files 2020-04-07 16:17:50 +01:00
David Edwards
bdd3e5ceb5 Merge branch 'ATS-675_aio_transformer' into ATS-702_ATS-675_Add-AIO-Tests 2020-04-07 15:22:57 +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
78f157056e Revert "ATS-702 Failing tests Temporary Workaround Must REVERT!!"
This reverts commit f63fa299d7.
2020-04-07 09:57:22 +01:00
David Edwards
6f12259157 Merge branch 'ATS-675_aio_transformer' into ATS-702_ATS-675_Add-AIO-Tests 2020-04-07 09:57:02 +01:00
David Edwards
f63fa299d7 ATS-702 Failing tests Temporary Workaround Must REVERT!!
Amended the build script to only test AIOcontroller
2020-04-07 09:41:07 +01:00
Erik Knizat
886807c253 Fix up controller 2020-04-07 09:39:49 +01:00
David Edwards
cbcc203e89 ATS-702 Test implementation Imagemagick+HttpRequest
Added implementation for the above for the AIO controller.
Added a separate for imagemagick that includes all tests from the original ImageMagickControllerTest.java. Was getting a pathing error on Windows when trying to use the inheritance. Added the inheritance method as a POC separately..
2020-04-07 09:15:57 +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
David Edwards
0e79811094 Merge branch 'ATS-675_aio_transformer' of github.com:Alfresco/alfresco-transform-core into ATS-675_aio_transformer 2020-04-07 08:54:28 +01:00
David Edwards
a50f41b6ac Revert "ATS-675/ATS-695 Remove test resources, to be added in test implementation"
This reverts commit d83573bceb.
2020-04-06 17:24:04 +01:00
David Edwards
cd4cb26d90 Merge commit '5c6782a3aa6cee060b84a36751ab4f18a0352902' into ATS-675_aio_transformer 2020-04-06 16:03:18 +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
c5a552066a Fix typo 2020-04-03 19:35:03 +01:00
Erik Knizat
c62c052bbe Add missing file header 2020-04-03 18:24:06 +01:00
Erik Knizat
fc96f9aa5f Do the wiring 2020-04-03 17:15:36 +01:00
kristian
4a96e3aabd Merge remote-tracking branch 'origin/ATS-675_aio_transformer' into ATS-675_aio_transformer 2020-04-03 13:21:07 +01:00
kristian
3c3e6fe872 ATS-693: Implement maven docker build 2020-04-03 13:13:22 +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
David Edwards
31fa9cb7ee ATS-675 Parity with base aio naming convention 2020-04-03 12:29:07 +01:00
David Edwards
5936adf3d4 ATS-675/ ATS-704
Implemeneted LibreOfficeAdapter
2020-04-03 11:46:38 +01:00
David Edwards
ef8879bca3 ATS-675/ATS-695 Added PdfRendererApadpter.java
Added dependency to pom.xml
Required transformation of String to Long, method added to Util.java
2020-04-03 11:34:01 +01:00
David Edwards
537070285d ATS-675/ATS-703 Rename OptionsBuilder to PdfRendererOptionsBuilder
This is to avoid confilct with OptionsBuilders in other T-engines.
2020-04-03 11:27:23 +01:00
David Edwards
7861608e3f ATS-675/ATS-703 Moved Options builder to non boot jar. 2020-04-03 10:54:42 +01:00
David Edwards
0adae64b36 ATS-675 add todo 2020-04-03 10:45:28 +01:00
David Edwards
596aecd976 ATS-695 AIO T-Engine Spring Boot (#202)
* ATS-695/ATS-675 Add aio boot project

Added the bare bones of a spring boot project to be used by aio. 
Add forms for each transformer.
Commented out maven profile until dockerfile implemented
Implemented
Implement local transform method
Implement processTransform
2020-04-03 10:36:39 +01:00
kristian
a7eadb323e Merge remote-tracking branch 'origin/ATS-675_AIO-T-Engine-epic-ATS-671' into ATS-675_AIO-T-Engine-epic-ATS-671 2020-04-03 10:32:48 +01:00
kristian
b4881fe75c ATS-693: Fix path to jar resources 2020-04-03 10:31:10 +01:00
David Edwards
d83573bceb ATS-675/ATS-695 Remove test resources, to be added in test implementation 2020-04-03 10:03:31 +01:00
David Edwards
5218ea99c4 ATS-675/ATS-695 Add resource required for ProbeTestTrasform 2020-04-03 10:02:20 +01:00
kristian
3ac64b48a2 "ATS-693: Add Dockerfile to aio-boot module" 2020-04-02 17:54:52 +01:00
kristian
d0e4d145b4 Merge remote-tracking branch 'origin/ATS-675_AIO-T-Engine-epic-ATS-671' into ATS-675_AIO-T-Engine-epic-ATS-671 2020-04-02 17:15:45 +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
David Edwards
0add818274 ATS-675/ATS-695 Fix build
Update project location
Update imports and variable declarations in TODOs
Add error handling.
Formatting.
2020-04-02 17:14:36 +01:00
David Edwards
b6ef1e1b63 ATS-675/ATS-695 Rename project to alfresco-transform-core-aio-boot
Add alfresco-core-aio dependencies
2020-04-02 16:43:18 +01:00
David Edwards
da5c41a9de Merge branch 'ATS-675_aio_transformer' into ATS-675_AIO-T-Engine-epic-ATS-671 2020-04-02 16:36:44 +01:00
David Edwards
e4ed3e1b8b ATS-675/ATS-695 Implement processTransform
[skip ci]
2020-04-02 16:34:53 +01:00
David Edwards
fa42021d66 ATS-675/ATS-695 Implement local transform method
Minimum implementation for transform method.
2020-04-02 16:33:52 +01:00
David Edwards
f117391028 ATS-675/ATS-695 Add logger method,
This will be code repeated in the local transform method and the processTransform method
2020-04-02 16:30:33 +01:00
David Edwards
88b099d6c9 ATS-675/ATS-695 Add ProbeTestTransformation
Currenly uses MiscController implementation.
2020-04-02 16:28:34 +01:00
Erik Knizat
de40f38d43 Fix formatting and rename the module as per review comments 2020-04-02 13:53:20 +01:00
Erik Knizat
3ef851cda7 . 2020-04-01 17:42:45 +01:00
Erik Knizat
82ba97f666 Define interface and the aio transformer 2020-04-01 17:41:16 +01:00
Kristian Dimitrov
5c6782a3aa ATS-691: Make path to test files OS agnostic (#197)
* ATS-691: Make path to test files OS agnostic

* ATS-691: Decode URL object in the method's return
2020-04-01 16:13:56 +01:00
David Edwards
47db01221c ATS-695 remove maven profile to fix build 2020-04-01 13:20:58 +01:00