Commit Graph

7854 Commits

Author SHA1 Message Date
Cezar.Leahu
3e57490e04 APPS-900 APPS-894 APPS-889 Simplify maven POM setup. Reorganize build stages
* remove unnecessary build environment variables
* add a LOG_WARN environment variable - for shorter build commands
* split the `release.sh` script into `community_release.sh` and `enterprise_release.sh`
* remove usage of the `-Dcommunity` build variable where not needed - use/exclude the `-Penterprise` profile explicitly where needed
* modify the Travis `install` phase on some jobs so it runs a basic Java compilation of the project (without docker)
* remove the *internal* profile and renamed the *master* profile into *publish-docker-latest*
* modifiy the profiles for the docker builds so that the same profile handles both community (DockerHub&Quay) and enteprise (only Quay) docker image deploys
* run all the _Unit&Integration Tests_ across community&enteprise in one single job, in parallel with the REST API & UI test suites (APPS-889)
* reorganize the job order so that the *Tests* stage is the first one executed (APPS-894)
* only run the *Maven&Docker deploy* tasks on the *master* & *release* branches after the *Tests* stage (APPS-894)
2021-03-25 13:14:32 +02:00
CezarLeahu
2b8a8abc32 Merge pull request #1297 from Alfresco/hotfix/look-up-central-first
Make sure look up for artifacts is done first on Maven Central
2021-03-22 15:16:54 +02:00
Claudia Agache
2e1f3092d1 Merge pull request #1375 from Alfresco/feature/APPS-891_MoveSecurityScansToTestsPhase
Run the security scans on the AGS build only on the master and releas…
2021-03-22 12:45:33 +02:00
cagache
6fccb60c23 Run the security scans on the AGS build only on the master and release branches 2021-03-22 12:14:59 +02:00
Cezar.Leahu
fddf646566 APPS-886 Update readme with ~/.m2/setting.xml setup instructions [skip ci] 2021-03-18 23:24:12 +02:00
Claudia Agache
ee524d33e6 Merge pull request #1368 from Alfresco/feature/APPS-707_UserCouldNotBeFound
Apps 707 user could not be found
2021-03-18 10:56:55 +02:00
CezarLeahu
92ee170aaf Merge branch 'master' into hotfix/look-up-central-first 2021-03-18 01:07:17 +02:00
CezarLeahu
f6154eb6ab Merge pull request #1369 from Alfresco/feature/APPS-886_pom-repository-cleanup
APPS-886 Clean up Maven Repo configuration
2021-03-17 13:42:59 +02:00
Cezar.Leahu
ac9279aa9b APPS-886 Clean up Mvn Repo configuration 2021-03-17 02:23:29 +02:00
cagache
1e29363943 exclude enterprise tests when commit contains [tests on community] 2021-03-15 15:18:38 +02:00
Rodica Sutu
0a16676917 Merge pull request #1363 from Alfresco/feature/APPS-858_UpdateModuleVersionValue
Update the AGS module.version
2021-03-15 08:51:31 +02:00
rodicasutu
52a1bac4e2 Use project.version for module.version as the current way is confusing when doing an alpha or a milestone release 2021-03-12 15:46:50 +02:00
cagache
e9d7e61f56 Merge remote-tracking branch 'origin/master' into feature/JUnitAndGuavaVersions 2021-03-12 09:00:33 +02:00
Claudia Agache
a1b9fa1f99 Record only merge of version change. [skip tests] 2021-03-09 12:30:22 +02:00
Claudia Agache
54e68da433 Update branches for travis 2021-03-09 12:29:04 +02:00
Claudia Agache
bbaa72110a Update version to 3.5.0.1-SNAPSHOT 2021-03-09 12:26:31 +02:00
Travis CI User
e1c250406f [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-09 09:10:44 +00:00
Travis CI User
74b20e0076 [maven-release-plugin][skip ci] prepare release V3.5.0 ags-3.5.0 2021-03-09 09:10:39 +00:00
Claudia Agache
92b09cf85a Merge pull request #1351 from Alfresco/feature/APPS-659_Fix35Patch
Fix 3.5 patch
2021-03-08 09:19:08 +02:00
Travis CI User
45d77188b6 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-05 17:02:19 +00:00
Travis CI User
91a483a779 [maven-release-plugin][skip ci] prepare release V3.5.0-A7 ags-3.5.0-A7 2021-03-05 17:02:14 +00:00
ehardon
fd9f278980 [enterprise release 3.5.0-A7 3.5.0-SNAPSHOT] [skip tests] 2021-03-05 17:52:23 +02:00
Claudia Agache
ce12582d27 code review comment 2021-03-05 17:39:29 +02:00
Claudia Agache
1934798cd4 Fix 3.5 patch 2021-03-05 16:15:50 +02:00
Elena Hardon
1a5708c3b3 Merge pull request #1347 from Alfresco/feature/APPS-832_IntermittentStartupFailure
APPS-832: prevent multiple nodes from initialising the custom properties
2021-03-05 14:58:27 +02:00
ehardon
4bad138d82 Merge remote-tracking branch 'origin/master' into feature/APPS-832_IntermittentStartupFailure 2021-03-05 14:42:41 +02:00
Elena Hardon
a1b1b3b370 Merge pull request #1348 from Alfresco/feature/APPS-852
APPS-852: Allow lowercase operation type
2021-03-05 14:29:14 +02:00
ehardon
a9d0ff98b3 Merge remote-tracking branch 'origin/master' into feature/APPS-852
# Conflicts:
#	rm-enterprise/rm-enterprise-repo/src/unit-test/java/org/alfresco/rm/rest/api/classification/SecuringMarksChildrenRelationUnitTest.java
2021-03-05 14:28:41 +02:00
ehardon
b8847e4089 - remove logger check 2021-03-05 13:59:52 +02:00
Tom Page
420db5085d Update root pom to fix a couple of false positives from security scan. 2021-03-05 11:39:31 +00:00
ehardon
ab3f4a16eb address PR comment 2021-03-05 10:14:53 +02:00
Tom Page
7caaa3398a Merge pull request #1349 from Alfresco/feature/APPS-659_PatchFor35
Feature/apps 659 patch for35
2021-03-05 07:41:33 +00:00
Tom Page
162247df68 APPS-659 Whitespace fix. 2021-03-04 16:54:41 +00:00
Tom Page
2f0c70eed6 APPS-659 Avoid relying on the primary parent being a CONTAINS relation. 2021-03-04 16:47:31 +00:00
ehardon
20f877d5fe add header for LockCallback class 2021-03-04 15:54:31 +02:00
ehardon
74deefe0c0 APPS-852: Allow lowercase operation
- modify operation field to op
2021-03-04 15:27:35 +02:00
estan
5326ebad04 APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold
2021-03-04 14:42:30 +02:00
ehardon
9c3c2354a8 APPS-832: address PR comment 2021-03-04 13:40:15 +02:00
Travis CI User
84bd8f5dd9 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-03 14:38:04 +00:00
Travis CI User
e2ad8baee4 [maven-release-plugin][skip ci] prepare release V3.5.0-A6 ags-3.5.0-A6 2021-03-03 14:37:57 +00:00
ehardon
e191018231 APPS-832: prevent multiple nodes from initializing the custom properties 2021-03-03 15:10:33 +02:00
estan
d27b26ded1 APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold
--changed fixesFromSchema
2021-03-03 15:04:00 +02:00
ramunteanu
87625c3592 Merge pull request #1340 from Alfresco/feature/APPS-755
APPS-755: [CLUSTER] File as record fails intermittently in cluster
2021-03-02 15:23:43 +02:00
estan
b3d8975444 APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold
2021-03-02 15:04:41 +02:00
Travis CI User
2195862eac [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-01 10:52:00 +00:00
Travis CI User
91401a5237 [maven-release-plugin][skip ci] prepare release V3.5.0-A5 ags-3.5.0-A5 2021-03-01 10:51:54 +00:00
Raluca Munteanu
cbd58a6682 APPS-755: [CLUSTER] File as record fails intermittently in cluster
- Moved jsonConverterComponent cluster cache properties to community
2021-03-01 12:43:11 +02:00
estan
aad5f99b9a Merge remote-tracking branch 'origin/master' into feature/APPS-659_Upgrade 2021-03-01 10:43:19 +02:00
estan
e7f8862a7b APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold
2021-02-28 19:22:31 +02:00
estan
a27e2aaa9e APPS-659
[Upgrade] Search Result points to incorrect link to Folder on Hold
2021-02-28 10:48:20 +02:00