* ACS-2768 reduce places need update of t-router and t-engine references in repositories
replace alfresco-transform-model with alfresco-transform-core property
Co-authored-by: alandavis <alan.davis@alfresco.com>
* ACS-2787: Splitting AGS 01 job to 2 parts (01, 04)
For MySQL the job executes for 31-35 minutes, split this job into 2 parts to reduce max execution time for community-repo
* ACS-2787: Intermittent test failure commented out, issue created ACS-2850
* ACS-2787: Commenting out intermittent failure, issue created ACS-2851
* ACS-2608 Support force directive.
* ACS-2608 Rename bash variable to match convention.
* ACS-2608 Use 14.121.x for branch.
* [force 7.2.0-A27.1] ACS-2608 Test force release.
* [force 7.2.0-A27.1] ACS-2608 Fix regex for force.
* [maven-release-plugin][skip ci] prepare release 14.121.1
* [maven-release-plugin][skip ci] prepare for next development iteration
* [force 7.2.0-A27.2] ACS-2608 Test force release.
* [maven-release-plugin][skip ci] prepare release 14.121.2
* [maven-release-plugin][skip ci] prepare for next development iteration
* [force 7.2.0-A27.3] ACS-2608 Test force release.
* [maven-release-plugin][skip ci] prepare release 14.121.3
* [maven-release-plugin][skip ci] prepare for next development iteration
* [force 7.2.0-A27.4] ACS-2608 Test force release.
* [maven-release-plugin][skip ci] prepare release 14.121.4
* [maven-release-plugin][skip ci] prepare for next development iteration
* ACS-2608 Revert change to version.
Co-authored-by: Travis CI User <build@alfresco.com>
* Added alternative approach for DBQueryEngine to page through the entire query using "LIMIT" requests instead of result set streaming
* Use the alternative approach for MySql
Having added AGS to the community repo project two of the build jobs were take a long time to run in comparison to others:
AGS Unit & Integration Tests (MySQL) ~ 1hr
AGS Unit & Integration Tests (PostgreSQL) ~ 45mins
Having split the jobs in this commit, the individual job times are now comparable to the other jobs and the total build time is reduced by ~30 mins.
The same number of integration tests (418) are run 196+127+95 across the three jobs for each database.
* Bug Fix: Extended the branch check for tas jobs to release branches in addition to master
* Provides flexibility to enable or disable test jobs that are disabled or enabled based on the branch.
Test the build with the existing [skip db] and [ags] too
(cherry picked from commit f286d233d9)
Removed trigger of downstream project on feature branch to save agents
(cherry picked from commit f6c87dddbe)
# Conflicts:
# scripts/travis/maven_release.sh
- fix messaging context for tests by adding missing mocked beans and properties
- add tests for amqp, jms, activemq protocols
- add travis job to run messaging tests