Commit Graph

14 Commits

Author SHA1 Message Date
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
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
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
Denis Ungureanu
46b2e6df5b ATS-468 : Add Veracode (SAST & SCA) scans to Transform Service Travis builds (#188)
- add SCA & SAST
   - use wildcards to reference jars' locations - a single static scan will be triggered
   - use sandbox based on git branch
   - use maven plugin for source clear scans
   - filter logs
2020-03-19 18:26:55 +02:00
Cezar.Leahu
cd097f1988 ATS-656: Execute Maven commands in non-interactive mode 2020-02-07 16:28:38 +02:00
CezarLeahu
78e028bdec ATS-586: Update Travis build configuration (#142)
- update settings.xml with missing servers
- remove *install* phase from *company_release* jobs
- use regex for matching support branches
- update deploy tasks
2019-10-14 15:22:59 +03:00
CezarLeahu
d9747f015d ATS-466/ATS-538/ATS-539: Incorporate Misc T-Engine in ATS (#98)
- fix multiple Misc Transformer bugs related to file mimeTypes
- remove usage of 'source/targetMimetype' as transform options/parameters
- add 'source/targetMimetype' arguments to the 'processTransform' method
- remove unnecessary code (e.g. useless overridden methods)
- add quick* test resource files
- add integration test for 'Local Transformations' on the Misc engine
- set up Integration Tests POM configuration for all T-Engine modules
2019-08-26 13:59:38 +03:00
Cezar.Leahu
01c160fe25 ATS-534 : Security - Vulnerability in Quartz - CVE-2019-13990
- publish SNAPSHOT artifacts from the master branch
- exclude quartz dependency from tika-parsers
2019-08-21 10:20:35 +03:00
CezarLeahu
3b6647dae2 Set 'user.email' git configuration for release builds (#76) 2019-07-11 19:10:05 +03:00
Cezar.Leahu
69a836fc89 ATS-252 : Use docker-maven-plugin for the integration tests 2019-06-06 14:06:38 +03:00
CezarLeahu
7ecbcdb373 ATS-400 : Squash layers during docker image build (#28)
* ATS-400 : Squash layers during docker image build

* ATS-400 : Upgrade fabric8-maven-plugin to 4.1.0

* ATS-400 : Update build environment OS to Ubuntu 16 Xenial

* ATS-400 : Enable docker experimental features
2019-05-21 11:43:17 +03:00
CezarLeahu
053a6f16e8 ATS-400 : Build improvements for TravisCI (#24)
* ATS-400 : Build improvements for TravisCI

Building the LibreOffice docker image takes a long time due to the
large packages that need to be downloaded and installed. This results
in more than 10 minutes of inactivity in the build log and TravisCI
kills the job.
Improvements:
- remove and replace unnecessary steps in Docker builds
- cache LibreOffice GZIP distribution in Travis
2019-05-20 13:38:44 +03:00
DenisGabriela
27a55855fb ATS-421 : ATS-400: Create Travis build for "alfresco-transform-core" (#25)
- login to dockerhub
2019-05-16 11:59:13 +03:00
DenisGabriela
a9218b16d3 ATS-421 : Create Travis build for "alfresco-transform-core" (#21)
* ATS-421 : ATS-400: Create Travis build for "alfresco-transform-core"
   - rename mvn profile from 'enterpriseDocker' to 'local'
   - add config to publish docker image on both Quay and Docker
   - remove unused 'master' profile - similar to ATS, publish images only from master branch and on Release
   - update <distributionManagement> to publish artefacts to Nexus public (rather than Enterprise Releases)
   - add travis build configs
   - include SP branches to travis build
  - add documentation on build&release process
2019-05-15 13:30:23 +03:00