Commit Graph

6415 Commits

Author SHA1 Message Date
Claudia Agache
ffa8053444 Merge remote-tracking branch 'remotes/origin/release/V3.1' into merge-3.2/APPS-236_and_APPS-488_no 2020-09-30 09:02:18 +03:00
Claudia Agache
9c9a2c0413 Record only merge 2020-09-30 09:01:21 +03:00
Claudia Agache
4b2231d5cb added verify goal for integration tests 2020-09-30 09:00:13 +03:00
Claudia Agache
e39f902692 Merge remote-tracking branch 'remotes/origin/release/V3.1' into merge-3.2/APPS-236_and_APPS-488_no
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchRecordsV1CmisTests.java
2020-09-30 08:07:26 +03:00
Claudia Agache
a90ba10bd3 Merge remote-tracking branch 'remotes/origin/feature-3.1/APPS-488_FailTravisWhenITFail_3.1.0.x_no' into release/V3.1 2020-09-30 08:02:16 +03:00
Claudia Agache
9f1da93211 Record only merge 2020-09-30 07:29:59 +03:00
Claudia Agache
e320290a6a Record only merge 2020-09-30 07:25:33 +03:00
Claudia Agache
c53ddf6a32 Record only merge 2020-09-30 07:25:27 +03:00
Claudia Agache
92cb5c04e3 Record only merge 2020-09-30 07:25:20 +03:00
Claudia Agache
0cd757014b added verify goal for integration tests 2020-09-29 19:24:58 +03:00
Claudia Agache
2f6b9b178a added verify goal for integration tests 2020-09-29 19:24:19 +03:00
Claudia Agache
0ee4363912 added verify goal for integration tests 2020-09-29 19:23:31 +03:00
Claudia Agache
f5012b11e2 Merge remote-tracking branch 'remotes/origin/release/V3.0' into feature-3.1/APPS-488_FailTravisWhenITFail_no 2020-09-29 19:09:04 +03:00
Claudia Agache
656102a647 Merge remote-tracking branch 'remotes/origin/release/V3.0' into feature-3.1/APPS-488_FailTravisWhenITFail_no 2020-09-29 19:06:10 +03:00
Claudia Agache
19c20c0485 Record only merge 2020-09-29 18:56:11 +03:00
Claudia Agache
bfa481100d Merge pull request #1236 from Alfresco/feature-3.0/APPS-488_FailTravisWhenITFail_no
APPS-488 Added verify goal for integration tests
2020-09-29 18:51:56 +03:00
Ramona Popa
ce0f3fac35 RM-7099: Update or Ignore Quarantined Tests
- Fixed some tests and ignore some others

(cherry picked from commit bb207756d4)
2020-09-29 17:04:45 +03:00
Claudia Agache
2f08f0fc31 Merge pull request #1235 from Alfresco/merge-3.1/APPS-236_RunCRTests_merge3.1_no
Apps-236 run community rest api tests on 3.1
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchRecordsV1CmisTests.java
2020-09-29 14:09:22 +03:00
Claudia Agache
4b7bbd7fbd Merge pull request #1235 from Alfresco/merge-3.1/APPS-236_RunCRTests_merge3.1_no
Apps-236 run community rest api tests on 3.1
2020-09-29 14:00:10 +03:00
Claudia Agache
a22dc4030b added verify goal for integration tests 2020-09-29 11:28:07 +03:00
Claudia Agache
45a5c9f976 small fix 2020-09-29 09:34:10 +03:00
Claudia Agache
3b4be51e83 Execute community rest api tests on enterprise or community environments based on a keyword in branch name 2020-09-28 17:26:13 +03:00
tiagosalvado10
c94eb15e45 Merge pull request #1227 from Alfresco/merge-3.2/MNT-21818_RootNodeCache
[MNT-21818] - Merge release/V3.2.0.x into release/V3.2
2020-09-18 11:27:05 +01:00
tiagos
687c042980 Merge remote-tracking branch 'origin/release/V3.2.0.x' into HEAD 2020-09-17 19:40:25 +01:00
alfresco-build
e702fa4ced [maven-release-plugin] prepare for next development iteration 2020-09-16 17:27:34 +01:00
alfresco-build
97ff5faf1b [maven-release-plugin] prepare release V3.2.0.9 2020-09-16 17:27:23 +01:00
tiagosalvado10
e75022a6f1 Merge pull request #1220 from Alfresco/hotfix-3.2/MNT-21818_fix_tests
[MNT-21818] Created records management root cache to avoid performing the same query multiple times
2020-09-16 11:38:10 +01:00
tiagos
631843111b [MNT-21818] Added javadoc 2020-09-16 11:16:41 +01:00
tiagosalvado10
45887a8231 Update RMContainerCacheManager.java
Removed unnecessary IF statement logic in RMContainerCacheManager.remove method
2020-09-16 10:32:35 +01:00
tiagos
21afd9c164 [MNT-21818] Clear cache if site node is deleted (added to RmSiteType behaviour as well) 2020-09-16 01:10:53 +01:00
tiagos
40f546be88 [MNT-21818] Clear cache if site node is deleted 2020-09-15 22:13:50 +01:00
tiagos
276fa8f868 [MNT-21818] applied code formatter 2020-09-15 17:17:10 +01:00
tiagos
c4e8addf5d [MNT-21818] Created RMContainerCacheManager to isolate the new cache. Updated BaseRMTestCase and FilePlanService interface and implementation according to the new manager 2020-09-15 16:23:34 +01:00
tiagos
877eb50189 [MNT-21818] Added onCreateNode and onAddAspect policies 2020-09-15 03:51:06 +01:00
tiagos
3148372e04 [MNT-21818] BehaviourDrivenTest after method 2020-09-14 23:15:59 +01:00
tiagos
eb79016d90 [MNT-21818] Added behavior to update cache. Changed clear method. 2020-09-14 22:00:02 +01:00
tiagos
7d38d2a596 [MNT-21818] Fixed cache variable name 2020-09-11 12:47:32 +01:00
tiagos
f25c804a54 [MNT-21818] Perform cache cleaning after each test is run 2020-09-11 01:39:29 +01:00
tiagosalvado10
213e3a3889 Merge pull request #1217 from Alfresco/hotfix-3.2/MNT-21818
[MNT-21818] Added cache to records management root, preventing the query from being executed multiple times
2020-09-10 13:16:53 +01:00
tiagos
6e119c580c [MNT-21818] Added pair key type 2020-09-10 11:43:13 +01:00
Claudia Agache
5605e6c990 Merge remote-tracking branch 'remotes/origin/release/V3.0' into merge-3.1/APPS-236_RunCRTests_merge3.1_no
# Conflicts:
#	.travis.yml
#	rm-automation/pom.xml
2020-09-09 16:18:39 +03:00
Claudia Agache
130ea09042 Record only merge. 2020-09-09 16:02:49 +03:00
Claudia Agache
adeeb7ec15 Record only merge. 2020-09-09 16:02:41 +03:00
Claudia Agache
a505ccfa4d Record only merge. 2020-09-09 16:02:34 +03:00
Ramona Popa
7e8dc7e6f5 merge RM-7099 into V3.0 2020-09-09 10:10:16 +03:00
Ramona Popa
880348dc35 merge RM-7099 into V3.0 2020-09-09 10:09:43 +03:00
Ramona Popa
5752759e0c merge RM-7099 into V3.0 2020-09-09 10:09:03 +03:00
tiagos
91e5c50435 [MNT-21818] Added cache to records management root, preventing the query from being executed multiple times 2020-09-08 18:17:55 +01:00
Claudia Agache
ac5ab2b30e Merge pull request #1209 from Alfresco/merge-3.0/APPS-236_RunCRTests_merge3.0_no
Merge 3.0/apps 236 run cr tests merge3.0 no
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchRecordsV1CmisTests.java
2020-09-08 15:24:12 +03:00
Claudia Agache
a6dfdb03a4 Merge pull request #1209 from Alfresco/merge-3.0/APPS-236_RunCRTests_merge3.0_no
Merge 3.0/apps 236 run cr tests merge3.0 no
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/SearchRecordsV1CmisTests.java
#	rm-automation/rm-automation-community-rest-api/src/test/resources/log4j.properties
2020-09-08 15:21:49 +03:00