Commit Graph

407 Commits

Author SHA1 Message Date
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
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
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
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
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
06c7cfd2a5 removed unused variable
(cherry picked from commit b29f087bb2)
2019-06-21 16:11:11 +03: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
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
Tom Page
2ab90aad6b RM-6141 Update SQL tests to use correct users.
Also hardcode the site id of the RM site to be "rm", so that we can use
this when adding site members.

(cherry picked from commit 92a6dcf8ae04151699b0b5a4bad79bc82f36ae71)

# Conflicts:
#	rm-enterprise/pom.xml
2019-06-19 11:41:23 +03:00
Rodica Sutu
84aca54f31 adding search tests for the SQL support
(cherry picked from commit 29f2ddf2203261f477464528a9f5b83a7679223c)

# Conflicts:
#	rm-automation/rm-automation-enterprise-rest-api/pom.xml
2019-06-19 11:36:45 +03:00
Ross Gale
6100987ea2 RM-6865 removing encoding of path in action body 2019-06-18 17:45:46 +01:00
Ross Gale
3819bbac88 RM-6865 adding param to test 2019-06-18 08:57:46 +01:00
Sara Aspery
29abafb057 Merge branch 'feature/RM-6865_EnableEncodedDeclareAndFileRecPath' into 'master'
Resolve RM-6865 "Feature/ enableencodeddeclareandfilerecpath"

Closes RM-6865

See merge request records-management/records-management!1188
2019-06-07 08:48:04 +01:00
cagache
7d66f8e575 Update the rejectLinkedRecord test to use files api and records api instead of actions api 2019-06-05 16:01:03 +01:00
Sara Aspery
b46d3b4cc0 RM-6865 Rest API v0 test 2019-06-05 15:27:05 +01:00
Ross Gale
45ba514f83 RM-6869 removing updates 2019-06-05 10:45:13 +01:00
Ross Gale
8badb17aea RM-6869 extracting actions utils to a class 2019-06-05 09:34:28 +01:00
Ross Gale
7044145154 RM-6869 extracting actions utils to a class 2019-06-05 09:30:41 +01:00
Ross Gale
0b6ca3fc08 RM-6869 extracting actions utils to a class 2019-06-05 09:27:38 +01:00
Ross Gale
3e31a5f85d RM-6869 code comment changes 2019-06-05 09:07:35 +01:00
Ross Gale
d06ac5abc5 RM-6869 removing linked record during rejection 2019-06-03 11:10:16 +01:00
Sara Aspery
ba970e7f04 RM-6852 Fix inconsistencies in V1 response codes 2019-05-23 13:27:53 +01:00
cagache
0118ff795b Updated exception message 2019-05-16 14:27:13 +03:00
cagache
e2162a977c Added test for declaring and file a record into a held record folder 2019-05-16 10:54:58 +03:00
cagache
855fe53adc code review comments 2019-05-14 15:18:24 +03:00
cagache
85945e2d2a Added closed folder to invalidDestinationIds data provider 2019-05-14 09:54:16 +03:00
cagache
1228aae7c4 Fix sonar bugs for DockerHelper class 2019-05-13 16:46:32 +03:00
cagache
2622c102ff Added parentId parameter for tests that use declareRecord v1 api 2019-05-13 15:00:42 +03:00
cagache
8225920986 Fix "Either re-interrupt this method or rethrow the "InterruptedException"." sonar bug 2019-05-13 10:00:29 +03:00
cagache
162456217a delete unnecessary semicolon 2019-05-10 17:08:33 +03:00
cagache
31fb176a53 delete unnecessary imports 2019-05-10 17:05:15 +03:00
cagache
b29f087bb2 removed unused variable 2019-05-09 11:34:42 +03:00
cagache
7a2d847443 code review comments 2019-05-06 10:33:42 +03:00
Rodica Sutu
c7e610b1ea remove some of the method duplicated and change the action service class into a component 2019-05-03 15:54:08 +03:00
cagache
ba191a889c split test class in 2 2019-04-25 16:21:01 +03:00
cagache
58da20f5fa RM-6796 Added automated tests for Declare and file to a record folder functionality 2019-04-25 15:05:18 +03:00
cagache
ebc860ea2a transform UserPermissions in enum; add helper methods to create users with rm role, permissions or clearance 2019-04-23 12:15:38 +03:00
cagache
451eaaf679 transform UserPermissions in enum; add helper methods to create users with rm role, permissions or clearance 2019-04-23 08:23:43 +03:00
cagache
b5305aee70 try to search for content ~1.45 min 2019-04-18 16:40:31 +03:00
cagache
95ee11f82c try to search for content ~2 min 2019-04-16 14:17:55 +03:00
cagache
08acacf4f5 try to search for content ~1.45 min 2019-04-16 10:38:24 +03:00