Commit Graph

5775 Commits

Author SHA1 Message Date
Rodica Sutu
f54ab26b88 fix the case when before and after values are null 2019-11-04 17:42:25 +02:00
Rodica Sutu
9bbb0b3516 refactor the code to fix the sonar issue "Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed." 2019-11-04 17:24:09 +02:00
Rodica Sutu
f05afb2399 Merge branch 'master' of https://git.alfresco.com/records-management/records-management into feature/RM-7020_AlowUpdateOfPropertiesForSystemNameSpaceUri 2019-11-04 11:47:37 +02:00
Rodica Sutu
671d6b954c add unit tests 2019-11-04 11:39:35 +02:00
Ramona Popa
beaf9404b0 Merge branch 'feature/RM-6860_AddHoldServicePolicies' into 'master'
RM-6860: Add hold service policies

Closes RM-6860

See merge request records-management/records-management!1279
2019-11-03 06:47:29 +00:00
Ramona Popa
8c25f6bec7 RM-6860: Add hold service policies
- Added HoldServicePolicies interface
2019-11-03 06:47:29 +00:00
Claudia Agache
dca67b7016 Merge branch 'feature/RM-7017_ActiveHoldsDescription_no' into 'master'
Updated Active Holds description to include active content

Closes RM-7017

See merge request records-management/records-management!1290
2019-11-01 13:44:09 +00:00
cagache
1530e25fe2 Updated strings to not contain "active" 2019-11-01 13:00:45 +02:00
cagache
751dfb3578 Remove unused service 2019-11-01 10:53:08 +02:00
Rodica Sutu
c33e703be9 add a list of namespace URIs for properties, which should be always editable for a frozen node 2019-11-01 09:51:48 +02:00
Tom Page
cb9bc19465 Merge branch 'feature/UpdateDockerPlugin' into 'master'
Update docker plugin to 0.31.0.

See merge request records-management/records-management!1288
2019-10-31 13:51:08 +00:00
Tom Page
1048225354 Update docker plugin to 0.31.0.
This fixes a problem I was seeing locally with:
> Error getting the version of the configured credential helper
> [Process 'docker-credential-secretservice version' exited with status 1]
2019-10-29 11:51:03 +00:00
Tom Page
ce6cb9e141 Merge branch 'feature/jRebelHotReloading' into 'master'
Add support for jRebel hot reloading.

See merge request records-management/records-management!1278
2019-10-28 14:54:24 +00:00
Rodica Sutu
a3450f74cf Merge branch 'feature/RM-7012_ActionNameInListOfValuesForAudit' into 'master'
RM-7012

See merge request records-management/records-management!1280
2019-10-28 06:57:46 +00:00
Rodica Sutu
3b0103d8bc Merge branch 'feature/RM-7043_UpgradeApacheCommonsCompress' into 'master'
RM-7043

See merge request records-management/records-management!1281
2019-10-25 14:02:08 +01:00
Rodica Sutu
ee929077b9 Update the version for org.apache.commons:commons-compress to 1.19 (fix the security vulnerability alert from github) 2019-10-25 12:21:28 +03:00
Rodica Sutu
d562667ee3 move the actions property file in module-context.xml as the audit events that take the action name are loaded at bootstrap 2019-10-25 11:35:02 +03:00
Rodica Sutu
d597eee1d8 Merge branch 'feature/RM-7006_UpdateToACS611' into 'master'
RM-7006 Update to ACS 6.1.1

Closes RM-7006

See merge request records-management/records-management!1272
2019-10-24 07:02:16 +01:00
Rodica Sutu
52fef5db6a Merge branch 'feature/RM-7006_UpdateToACS611' of https://git.alfresco.com/records-management/records-management into feature/RM-7006_UpdateToACS611 2019-10-23 10:09:14 +03:00
Rodica Sutu
3d9d8bcabe Merge branch 'master' of https://git.alfresco.com/records-management/records-management into feature/RM-7006_UpdateToACS611 2019-10-23 10:03:44 +03:00
cagache
656bb911b4 Record only merge of version change. 2019-10-22 12:51:18 +03:00
cagache
ee4b05567b Record only merge of version change. 2019-10-22 12:50:20 +03:00
cagache
6691917456 Update version to 3.2.1-SNAPSHOT 2019-10-22 12:48:00 +03:00
cagache
55602eb72c Update version to 3.2.0.1-SNAPSHOT 2019-10-22 12:36:41 +03:00
alfresco-build
26b00f8505 [maven-release-plugin] prepare for next development iteration 2019-10-22 09:18:49 +01:00
alfresco-build
8f43d02bee [maven-release-plugin] prepare release V3.2.0 ags-3.2.0 2019-10-22 09:18:45 +01:00
Ross Gale
1608781182 Merge branch 'feature/RM-7014_CheckForRmSite' into 'master'
RM-7014 add code to check an rm site has been created before running the...

Closes RM-7014

See merge request records-management/records-management!1277
2019-10-19 11:26:07 +01:00
Ross Gale
bd4c398205 Update RMv32HoldChildAssocPatch.java 2019-10-18 18:34:03 +01:00
Tom Page
aa3dccd5b5 Add support for jRebel hot reloading.
The java files in the repository can be hot reloaded when started from the share docker-file.
2019-10-18 16:15:47 +01:00
Ross Gale
bf7047745a Update rm-patch-v32-context.xml 2019-10-18 14:33:16 +01:00
Ross Gale
6792522163 RM-7014 code review comments 2019-10-18 14:26:48 +01:00
Ross Gale
6c1808731b RM-7014 add code to check an rm site has been created before running the patches that require an rm site 2019-10-17 17:49:01 +01:00
Ramona Popa
e6983ce90f Merge branch 'feature/RM-7003_UpgradeGenerateHoldReportTemplatePatch' into 'master'
RM-7003: [Upgrade] Generate Hold Report fails for a hold if has active content

Closes RM-7003

See merge request records-management/records-management!1276
2019-10-17 08:06:15 +01:00
Ramona Popa
5bae9d32a1 RM-7003: [Upgrade] Generate Hold Report fails for a hold if has active content
- added new the patch to update the hold report template
2019-10-17 08:06:15 +01:00
Rodica Sutu
f395f7b035 Merge branch 'master' of https://git.alfresco.com/records-management/records-management into feature/RM-7006_UpdateToACS611 2019-10-17 09:30:54 +03:00
Ross Gale
1e236e085f Removing unused imports from RMv32HoldChildAssocPatchUnitTest.java 2019-10-16 08:48:01 +01:00
Ross Gale
94bb04d7f8 Removing unused import from RMv32HoldChildAssocPatch.java 2019-10-16 08:46:16 +01:00
gbroadbent
bcac8974a4 BRAZILIAN PORTUGUESE: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-16 00:55:43 +01:00
Ross Gale
25bb9c83f7 Merge branch 'feature/RM-6993_CreateNewAssoc' into 'master'
Resolve RM-6993 "Feature/ createnewassoc"

Closes RM-6993 and RM-6995

See merge request records-management/records-management!1265
2019-10-15 15:50:57 +01:00
gbroadbent
750e69f849 BRAZILIAN PORTUGUESE: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 14:50:27 +01:00
Ross Gale
4b7b25893c Merge branch 'feature/RM-6995_CreateNewAssocPatch' into 'feature/RM-6993_CreateNewAssoc'
Resolve RM-6995 "Feature/ createnewassocpatch"

See merge request records-management/records-management!1271
2019-10-15 14:17:39 +01:00
Ross Gale
1c30a04c5b Resolve RM-6995 "Feature/ createnewassocpatch" 2019-10-15 14:17:39 +01:00
gbroadbent
6fd5e0197d SIMPLIFIED CHINESE: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:41:16 +01:00
gbroadbent
cb068b9fd0 RUSSIAN: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:40:26 +01:00
gbroadbent
0e8255d59c DUTCH: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:39:44 +01:00
gbroadbent
e312e1128f NORWEGIAN Bokmal: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:39:08 +01:00
gbroadbent
d37ac2f955 JAPANESE: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:38:32 +01:00
gbroadbent
d5b41e179f ITALIAN: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:37:43 +01:00
gbroadbent
d25733fdb6 FRENCH: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:36:27 +01:00
gbroadbent
ea9f43d3d6 GERMAN: Updated files for AGS 3.2 based on EN-RM-rev 10th Oct 2019 - fix for LOC-169 2019-10-15 13:35:34 +01:00