Commit Graph

33879 Commits

Author SHA1 Message Date
Travis CI User
cf7ce72209 [maven-release-plugin][skip ci] prepare release 9.6 9.6 2021-03-26 18:19:57 +00:00
alandavis
7a58014c32 Remove whitesource token as we don't use whitesource any more 2021-03-26 17:40:31 +00:00
Travis CI User
e964aab211 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-26 14:36:33 +00:00
Travis CI User
2d3cac3c27 [maven-release-plugin][skip ci] prepare release 9.5 9.5 2021-03-26 14:36:29 +00:00
evasques
3a495f7b3f MNT-22295 - FixedACLJob not processing all nodes due to unordered results (#359)
* Added method selectNodesWithAspects that accepts a boolean as param to order values
* Added param ordered to IdsEntity class
* Added optional ordered param to the query template that orderes the results by node id in asc order
* Added method getNodesWithAspects that accepts a boolean as param to order values in nodeDAO
* FixedACLUpdater Job calls the new getNodesWithAspects, with the ordered param as true
2021-03-26 13:11:32 +00:00
Claudia Agache
9db3a19ae7 Merge pull request #1378 from Alfresco/feature/APPS-898_dontDisplayInCommunityLegalHoldsActions
Apps 898 Don't display in community Add to Hold / Remove from Hold actions in a collaboration site
2021-03-26 13:30:45 +02:00
Travis CI User
949e257f19 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-25 23:35:22 +00:00
Travis CI User
dfb34140ac [maven-release-plugin][skip ci] prepare release 9.4 9.4 2021-03-25 23:35:17 +00:00
dependabot-preview[bot]
c1f78b1a17 Bump restapi from 1.56 to 1.57 (#361) 2021-03-25 22:58:09 +00:00
Raluca Munteanu
8e5c4985cc APPS-888: [AGS] Intermittent can't recreate RM site immediately after deletion
- Added priority to test as pointed out at review
2021-03-25 16:43:08 +02:00
cagache
fdafa34b1e update job name because there aren't ui holds tests anymore in community 2021-03-25 16:41:15 +02:00
cagache
cfd1f62135 [tests on community] 2021-03-25 15:37:52 +02:00
cagache
cb5bbd6451 move integration tests for audit Holds events from community to enterprise 2021-03-25 14:39:41 +02:00
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
cagache
9ee262f135 Move Audit Hold events from community to enterprise 2021-03-25 10:51:12 +02:00
Raluca Munteanu
13422e7ed0 APPS-888: [AGS] Intermittent can't recreate RM site immediately after deletion 2021-03-24 15:38:01 +02:00
Travis CI User
8b70483aa0 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-24 13:30:20 +00:00
Travis CI User
3ebeac2eb4 [maven-release-plugin][skip ci] prepare release 9.3 9.3 2021-03-24 13:30:16 +00:00
Denis Ungureanu
d91a552925 ACS-1252 : Add tests for the JMS/ActiveMQ/Camel configuration in *alfresco-community-repo* (#356)
- 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
2021-03-24 14:13:37 +02:00
Bruno Bossola
8c91145b39 Revert "[ACS-1291] Asynchronous mechanism to send events (#351)" as no events are sent to AMQ with this change
This reverts commit f446031069.
2021-03-24 11:53:12 +00:00
rodicasutu
fdf9f04c24 revert unnecessary changes 2021-03-23 10:27:10 +02:00
rodicasutu
1cca704363 Merge branch 'master' of https://github.com/Alfresco/governance-services into feature/APPS-860_ReproduceFilterEventsByLogin 2021-03-23 08:51:09 +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
Travis CI User
86fcf67016 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-19 16:57:50 +00:00
Travis CI User
48c85ec24f [maven-release-plugin][skip ci] prepare release 9.2 9.2 2021-03-19 16:57:46 +00:00
Bruno Bossola
f446031069 [ACS-1291] Asynchronous mechanism to send events (#351)
* Performance optimisation spike

* Event2 is now sending event asynchronously

* Now forcing synchronous calls in tests for events2

* Now qualifying the event service used in tests

Co-authored-by: Nana Insaidoo <insaidoo.nana@yahoo.it>
2021-03-19 11:08:13 +00: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
rodicasutu
a4dbb6b605 add a test suite for the attempt of reproducing the filter by login success event issue 2021-03-17 14:25:28 +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
rodicasutu
84bc67c939 remove the clean up of the audit to check if the test is failing 2021-03-16 14:51:13 +02:00
rodicasutu
7eaaaa75a7 Merge branch 'master' of https://github.com/Alfresco/governance-services into feature/APPS-860_ReproduceFilterEventsByLogin 2021-03-16 09:57:53 +02:00
cagache
1e29363943 exclude enterprise tests when commit contains [tests on community] 2021-03-15 15:18:38 +02:00
rodicasutu
de2a19fc41 run the filter by login successfully at the end 2021-03-15 10:59:07 +02:00
rodicasutu
a98ac379c0 add a test for filtering audit by login successfully 2021-03-15 10:55:52 +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
Travis CI User
a9dabb0e99 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-12 16:47:18 +00:00
Travis CI User
bdc95019ae [maven-release-plugin][skip ci] prepare release 9.1 9.1 2021-03-12 16:47:13 +00:00
evasques
ace87c9c3b MNT-21898 Unexpected ACLs when job runs Fix (#344)
* On move node, verify if parent has pending acl aspect applied and consider the pending shared ACL to update inheritance to avoid ending up with mixed permissions as children of pending acl nodes do not have the correct acls and when moved, keep their wrong acl.
* Add public method setInheritanceForChildren that receives an additional param: forceSharedACL. If an unexpected ACL occurs in a child, it can be overridden by setting it.
* Implement method setInheritanceForChildren that receives an additional parameter: forceSharedACL
* Add method setFixedAcls that receives an additional parameter: forceSharedACL - When a child node has an unexpected ACL, setting this parameter to true will force it to assume the new shared ACL instead of throwing a concurrency exception. When the shared ACL is forces, a warning is thrown in the log informing on what node exactly are we forcing the ACL. This is only possible when the child ACL is type SHARED and when it has an unexpected ACL
* All methods that called setFixedAcls without the new parameter will continue to operate as normal, as having forceSharedACL=false
* Added property forceSharedACL to the FixedACLUpdaterJob. If set to true it will force shared ACL to propagate through children even if there is an unexpected ACL
* When there is a exception detected when doing setInheritanceForChildren on the job, catch and log the error, but do not rollback the entire batch
* On copy/move unit tests I changed the ACL of the target folders on copy and move tests so that the old shared ACL accessed was never the same for origin and target folders as happens when performing these operations between sites
* Added unit test to verify fix for MNT-21898 - testAsyncWithNodeMoveChildToChildPendingFolder
* Added unit test to verify system property for the job: forceSharedACL - testAsyncWithErrorsForceSharedACL
2021-03-12 14:25:58 +00: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
Travis CI User
af8b556bf8 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-10 22:59:09 +00:00
Travis CI User
5990fadb3b [maven-release-plugin][skip ci] prepare release 9.0 9.0 2021-03-10 22:59:05 +00:00
alandavis
08b62afb10 Missed setting <acs.version.revision>1</acs.version.revision> 2021-03-10 21:51:09 +00:00
alandavis
d4bae73b86 Use master for ACS 7.0.1
* version.schema=14100 (100 more than used for ACS 7.0.0 originally)
* Reset pom.xml version to next major number (9), as 8.x will be used for 7.0.0 HFs
2021-03-10 21:15:34 +00:00
Piero Cittadino
3700f7d5f2 Share 7.0.0 final 3nd trial [release][skip tests]
This reverts commit 6eb05558de.
2021-03-10 20:42:44 +02:00