Commit Graph

5839 Commits

Author SHA1 Message Date
Epure Alexandru-Eusebiu
1bc80c7856 [skip tests] remove unecessary comment from DispositionLifecycleJobExecuterUnitTest
(cherry picked from commit 1dbb5c86f0)
2021-04-16 11:42:54 +03:00
Travis CI User
7654f56513 [maven-release-plugin][skip ci] prepare for next development iteration 2021-04-08 19:13:41 +00:00
Travis CI User
c50f84f7e7 [maven-release-plugin][skip ci] prepare release V3.2.0.12 2021-04-08 19:13:36 +00:00
Elena Hardon
53b8a0a694 [enterprise release 3.2.0.12 3.2.0.13-SNAPSHOT][publish] 2021-04-08 10:20:16 +03:00
Alexandru-Eusebiu Epure
308dc557e8 Merge pull request #1401 from Alfresco/fix/MNT-22310_Disposition_Lifecycle_job_large_db_transaction_320
MNT-22310 : Performance bottleneck in Disposition Lifecycle
2021-04-07 19:32:25 +03:00
Alexandru-Eusebiu Epure
7e9282ea80 Merge pull request #1402 from Alfresco/fix/update_license_headers_320x
update headers year to 2021
2021-04-07 15:18:13 +03:00
Epure Alexandru-Eusebiu
be26f8bbae update headers year to 2021 2021-04-07 14:40:00 +03:00
Epure Alexandru-Eusebiu
6e268330da Remove verifyQuery method and use verifyQueryTimes(1) instead
Remove unused import
   Update license header year to 2021
   Clear the code a little bit by:
   Remove explicit type arguments
   Make use of lambda
2021-04-07 13:24:42 +03:00
Epure Alexandru-Eusebiu
50da5e2156 MNT-22310 : Performance bottleneck in Disposition Lifecycle
Fix the single db transaction by requesting a new transaction each time doInTransaction is called
   Added configurable batch size property
   DispositionLifecycleJobExecuter#executeAction now uses a List instead of a single NodeRef
   Fix UnitTests
2021-04-07 12:41:56 +03:00
ehardon
e9c1e36a0e Merge remote-tracking branch 'origin/release/V3.2.0.x' into release/V3.2.0.x
# Conflicts:
#	travis/.travis.publish-stage.yml
2020-12-08 08:58:36 +02:00
ehardon
3441fde97b Merge branch 'release/V3.1' into release/V3.2
# Conflicts:
#	scripts/set-release-variables.sh
2020-12-08 08:57:39 +02:00
ehardon
50b020bd96 Fix publish stage in travis 2020-12-07 14:43:22 +02:00
Travis CI User
dd2e335de5 [maven-release-plugin][skip ci] prepare for next development iteration 2020-12-07 11:55:40 +00:00
Travis CI User
7b4c413bf1 [maven-release-plugin][skip ci] prepare release V3.2.0.11 2020-12-07 11:55:31 +00:00
ehardon
942f58b92b [enterprise release 3.2.0.11 3.2.0.12-SNAPSHOT][publish] [skip tests] 2020-12-07 12:49:10 +02:00
ehardon
d8cfba51fe [enterprise release 3.2.0.11 3.2.0.12-SNAPSHOT][publish][skip tests] 2020-12-07 09:43:33 +02:00
Alexandru-Eusebiu Epure
95f47d0afa Merge pull request #1291 from Alfresco/hotfix-3.2.0.11/MNT-22062_diplay_cat_retention_poor_performance
MNT-22062 : poor performance viewing category retention schedule
2020-12-04 19:43:38 +02:00
Epure Alexandru-Eusebiu
4b5978e199 Revert "Change travis.yml setting to trigger a build."
This reverts commit a70555b11c.
2020-12-04 19:42:49 +02:00
Epure Alexandru-Eusebiu
a70555b11c Change travis.yml setting to trigger a build. 2020-12-04 10:37:16 +02:00
Epure Alexandru-Eusebiu
281d150f31 Fix the early returning of the recurssion. 2020-12-04 10:36:11 +02:00
Epure Alexandru-Eusebiu
c24885ff0b MNT-22062 : poor performance viewing category retention schedule
Add DispositionServiceImpl#hasDisposableItemsImpl that will return a boolean value if a RM Container has disposable items
   This method uses early return, once the first occurence is found.
2020-12-03 17:44:20 +02:00
ehardon
bb8e7d9c93 update release command in order to not upload the sources twice 2020-11-26 10:43:39 +02:00
Rodica Sutu
1646e4068c Merge pull request #1269 from Alfresco/merge-3.1/APPS-234_IntegrationTestsOnMySQL_3.1_no
Merge 3.1/apps 234 integration tests on my sql 3.1 no
2020-11-05 16:59:40 +02:00
Claudia Agache
eae63649ed Merge remote-tracking branch 'remotes/origin/merge-3.2/APPS-238_APPS-104_3.2.0.x_no' into release/V3.2.0.x 2020-11-05 16:11:43 +02:00
alfresco-build
f36c7d5028 [maven-release-plugin] prepare for next development iteration 2020-11-05 10:41:25 +00:00
alfresco-build
b1a9c0f464 [maven-release-plugin] prepare release V3.2.0.10 2020-11-05 10:41:14 +00:00
Elena Hardon
502c69e5d8 Merge pull request #1270 from Alfresco/hotfix-3.2/MNT-22012_UnresponsiveFilePlanInLargeRepository
Remove fix for RM-6864 which causes performance issues
2020-11-05 11:25:07 +02:00
Claudia Agache
c0e021ccbd Merge remote-tracking branch 'remotes/origin/hotfix-3.2/MNT-22012_UnresponsiveFilePlanInLargeRepository' into merge-3.2/APPS-238_APPS-104_3.2.0.x_no 2020-11-05 08:56:40 +02:00
Claudia Agache
728ec2ef56 remove commented code and limit memory for docker containers only on enterprise 2020-11-05 08:33:38 +02:00
Claudia Agache
b6b5691458 try again to run UI tests with legacy transformers 2020-11-04 19:55:30 +02:00
Claudia Agache
9177b40aaa set only transform.service.enabled=false 2020-11-04 18:32:07 +02:00
Claudia Agache
a9e0227498 don't use before_install for tests jobs because it is defined a general one in travis.yml file 2020-11-04 18:32:02 +02:00
ehardon
99270f4434 - remove fix for RM-6864 which causes performance issues 2020-11-04 14:45:50 +02:00
Claudia Agache
de4c5303f6 run UI tests with legacy transformers 2020-11-04 13:29:19 +02:00
Claudia Agache
2364ba9c9f Revert "limit memory for alfresco-pdf-renderer container to 300Mb"
This reverts commit ced45dcb
2020-11-04 13:05:39 +02:00
Claudia Agache
d6cb66df59 Revert "limit memory for transformers containers to 400Mb"
This reverts commit e7965cd2
2020-11-04 13:05:31 +02:00
Claudia Agache
9fd242d4e8 redirect logs to file and update target path for artifacts 2020-11-04 09:51:11 +02:00
Claudia Agache
e7965cd213 limit memory for transformers containers to 400Mb 2020-11-04 07:46:27 +02:00
Claudia Agache
ced45dcbcc limit memory for alfresco-pdf-renderer container to 300Mb 2020-11-03 19:36:48 +02:00
Claudia Agache
803c4a13e0 limit memory for shared-file-store container to 300Mb 2020-11-03 15:00:37 +02:00
Claudia Agache
231963f546 Merge remote-tracking branch 'remotes/origin/release/V3.1' into merge-3.2/APPS-238_APPS-104_no 2020-11-03 08:14:39 +02:00
Claudia Agache
b1f565543d Merge pull request #1245 from Alfresco/merge-3.1/APPS-237_RunERTests_no
Merge 3.1/apps 237 run er tests no
# Conflicts:
#	.travis.yml
#	rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/search/sql/SQLSearchSecuredDocumentsTests.java
2020-10-13 09:40:55 +03:00
Ramona Popa
4f376fac64 Merge branch 'feature/mergeto33_RM-7099' into 'release/V3.3'
Merge branch 'feature/RM-7099_UpdateOrIgnoreQuarantinedTests' into 'master'

See merge request records-management/records-management!1355

(cherry picked from commit ae77c261d5)
2020-09-30 10:21:17 +03:00
Ramona Popa
b3ae27a446 RM-7099: Update or Ignore Quarantined Tests
- Fixed some tests and ignore some others

(cherry picked from commit bb207756d4)
2020-09-30 08:34:50 +03:00
Claudia Agache
1332c1dc50 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-30 08:34:44 +03: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