cagache
2ea8180a79
Code review comments
2019-09-06 08:50:49 +03:00
cagache
0f4d54c185
Merge remote-tracking branch 'remotes/origin/master' into feature/RM-6918_ViewHoldContentTests
2019-09-05 11:07:53 +03:00
cagache
d9300606ec
RM-6918 View legal holds content UI tests
2019-09-05 10:26:58 +03:00
cagache
f6dd63519f
RM-6918 View legal holds content UI tests
2019-09-04 16:20:43 +03:00
Rodica Sutu
da6d3c454a
add an end to end test to check the search disposition schedule properties
2019-09-04 16:07:38 +03:00
Rodica Sutu
b6ab2fb235
code review updates
2019-08-28 10:57:13 +03:00
Rodica Sutu
b5e1e6df76
Add tests for RM-6929
2019-08-27 13:55:54 +03:00
Rodica Sutu
217f0d4e32
update the tests to allow remove from hold with a user with read permission, filling permission over the hold and remove from hold capabilities
2019-08-22 14:51:33 +03:00
Rodica Sutu
fa18f3d58b
minor updates of the java doc and code style
2019-08-21 14:41:05 +03:00
Rodica Sutu
4ad9ee2afa
code review changes
2019-08-21 12:03:01 +03:00
Rodica Sutu
6238f6d99e
tests updates java docs and clean up data after test run
2019-08-20 11:33:42 +03:00
Rodica Sutu
883509629a
Tests for Add and Remove active content to/from hold using exiting API's
2019-08-20 08:50:58 +03:00
Tom Page
95a1c08021
Merge release/V3.1 into master.
2019-08-06 09:17:33 +01:00
Tom Page
3fc75b4249
Merge release/V3.0 into release/V3.1.
2019-08-05 15:28:53 +01:00
Tom Page
0a7372eeb7
Merge release/V2.7 into release/V3.0.
2019-08-05 08:11:57 +01:00
Tom Page
c8a0fe16b2
Merge release/V2.6 into release/V2.7.
2019-08-01 13:39:25 +01:00
Tom Page
cca83d07b9
Revert "Use AlfrescoRuntimeException."
...
This reverts commit 59232c44f8
.
2019-08-01 13:33:26 +01:00
Tom Page
59232c44f8
Use AlfrescoRuntimeException.
2019-08-01 13:23:43 +01:00
Tom Page
484722d7ba
Remove unthrown checked exceptions.
...
Update the javadoc to refer to RuntimeExceptions instead. Also conversion from
IOException to RuntimeException in UnfiledContainerAPI and UnfiledRecordFolderAPI
to add consistency with RecordFolderAPI.
2019-08-01 09:51:31 +01:00
alfresco-build
fb8eb1a428
[maven-release-plugin] prepare for next development iteration
2019-07-15 12:22:08 +01:00
alfresco-build
076467447b
[maven-release-plugin] prepare release V3.0.2
2019-07-15 12:22:04 +01:00
cagache
f2f2613695
Merge remote-tracking branch 'remotes/origin/release/V3.1' into merge/RM-6577_MergeIERMTests
2019-07-12 15:29:30 +03:00
Rodica Sutu
5af96a1523
Merge remote-tracking branch 'remotes/origin/release/V3.0' into merge-3.1/RM-6823_MergeIERMTests
...
# Conflicts:
# rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java
# rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/v0/RMRolesAndActionsAPI.java
# rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/v0/service/RoleService.java
# rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java
# rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/DeleteRecordTests.java
# rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/UpdateRecordsTests.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/base/BaseRMEnterpriseRestTest.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/classification/content/ClassifyCompleteRecordsTest.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/classification/content/SetRMExemptionReasonTest.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/search/SearchClassifiedRecordFoldersTests.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/search/SearchClassifiedRecordsTests.java
2019-07-09 08:48:13 +03:00
Rodica Sutu
5f4a5feb2a
fix sonar final warning
2019-07-05 12:50:19 +03:00
cagache
2a9aca2ced
transform UserPermissions in enum; add helper methods to create users with rm role, permissions or clearance
...
(cherry picked from commit ebc860ea2a
)
# Conflicts:
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/classification/content/SetRMExemptionReasonTest.java
2019-07-05 10:32:10 +03:00
Rodica Sutu
ed02c79096
Merge branch 'release/V3.0' of https://git.alfresco.com/records-management/records-management into feature-3-0/RM-6577_AutomatedRestApiTests
2019-07-04 17:59:38 +03:00
cagache
1070562e07
transform UserPermissions in enum; add helper methods to create users with rm role, permissions or clearance
...
(cherry picked from commit 451eaaf679
)
# Conflicts:
# rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/gscore/api/RMUserAPI.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/base/BaseRMEnterpriseRestTest.java
# rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/v0/classification/folder/RecordFolderClassificationTest.java
2019-07-04 16:03:20 +03:00
Rodica Sutu
fce52415cb
review updates
2019-07-04 13:18:16 +03:00
Rodica Sutu
9dddcdc110
code review changes
2019-07-03 18:23:45 +03:00
Rodica Sutu
c689274db8
Merge branch 'release/V3.0' of https://git.alfresco.com/records-management/records-management into feature-3-0/RM-6577_AutomatedRestApiTests
2019-07-02 10:34:50 +03:00
Rodica Sutu
11a638c827
refactoring of the added rest api tests for SQL queries
...
new tests added for sql queries for: record categories, record folders and records
2019-07-02 10:29:21 +03:00
cagache
e27ea5218c
Merge changes from V3.0 branch
2019-07-01 12:12:32 +03:00
Ross Gale
0b386d14ef
RM-6746 update from code review
2019-06-25 16:01:53 +01:00
Rodica Sutu
9314432beb
test updates: minor refactoring and formatting fixes
2019-06-24 10:16:20 +03:00
cagache
c747e2bdab
Revert "removed unused variable"
...
This reverts commit 06c7cfd2
2019-06-21 16:33:08 +03:00
cagache
0d4c5d2979
Fix "Either re-interrupt this method or rethrow the "InterruptedException"." sonar bug
...
(cherry picked from commit 8225920986
)
2019-06-21 16:14:53 +03:00
cagache
d5335dc0cd
delete unnecessary semicolon
...
(cherry picked from commit 162456217a
)
2019-06-21 16:14:30 +03:00
cagache
f7498fa152
removed contentService from child classes and made it protected in parent class
...
(cherry picked from commit 320a7546f7
)
2019-06-21 16:12:31 +03:00
cagache
06c7cfd2a5
removed unused variable
...
(cherry picked from commit b29f087bb2
)
2019-06-21 16:11:11 +03:00
cagache
de585f0af1
removed contentService from child classes and made it protected in parent class
...
(cherry picked from commit 1162485074
)
2019-06-21 16:10:30 +03:00
Claudia Agache
b6c36ded25
RM-6746 cherry picking merge request from RM-6803 and RM-6835
2019-06-20 15:24:39 +01:00
Claudia Agache
f70e3f92f1
RM-6746 cherry picking merge request from RM-6790
2019-06-20 15:13:03 +01:00
cagache
a8f091b7ac
Update version to 3.1.1-SNAPSHOT
2019-06-20 14:28:45 +03:00
alfresco-build
3f4fbd9265
[maven-release-plugin] prepare for next development iteration
2019-06-20 10:46:20 +01:00
alfresco-build
944312ada2
[maven-release-plugin] prepare release V3.1.0
2019-06-20 10:46:16 +01:00
Ross Gale
3c640d5f89
Merge branch 'feature/RM-6865_RemoveEncoding' into 'master'
...
Resolve RM-6865 "Feature/ removeencoding"
Closes RM-6865
See merge request records-management/records-management!1196
2019-06-20 07:33:47 +01:00
Rodica Sutu
b32f324c31
add the alfresco.port property
2019-06-19 14:55:23 +03:00
Ross Gale
628a3527b9
Revert "RM-6865 code review changes"
...
This reverts commit 47b78b9c
2019-06-19 10:57:08 +01:00
Ross Gale
47b78b9cd6
RM-6865 code review changes
2019-06-19 10:16:25 +01:00
Tom Page
23c98eaa08
RM-6141 Revert change of how a user is a member of the RM site.
...
The user should be an RM User, not a site manager. Also revert a couple
of changes that were done to make this work.
Minor tweaks to use constants rather than member variables.
(cherry picked from commit b284ba90388ef360f5321826e292ec43bf2e5197)
2019-06-19 11:43:31 +03:00