Commit Graph

515 Commits

Author SHA1 Message Date
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
a6fb2f1cbc addressed code review comments 2019-05-20 16:58:35 +03: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
320a7546f7 removed contentService from child classes and made it protected in parent class 2019-05-10 15:24:03 +03:00
cagache
b29f087bb2 removed unused variable 2019-05-09 11:34:42 +03:00
cagache
1162485074 removed contentService from child classes and made it protected in parent class 2019-05-09 11:32:32 +03:00
cagache
d6a84e814a fix some sonar issues from RoleService class 2019-05-09 10:38:19 +03:00
cagache
df065443fc used rmRestWrapper 2019-05-06 16:57:39 +03:00
cagache
c9c336a43e autowire the constructor 2019-05-06 15:20:29 +03:00
cagache
7a2d847443 code review comments 2019-05-06 10:33:42 +03:00
cagache
06f31ad73c used rmRestWrapper 2019-05-06 10:28:11 +03:00
cagache
f505c01623 updated javadoc 2019-05-06 10:25:19 +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
cagache
4e83a921b9 removed afterMethod annotation 2019-04-16 09:16:20 +03:00
cagache
f1453e5a7c Merge remote-tracking branch 'remotes/origin/master' into feature/RM-6821_IntermittentSearchRestApiTests 2019-04-16 08:17:37 +03:00
cagache
a1b0799133 try to search for content ~1.45 min 2019-04-15 15:42:01 +03:00
cagache
1047fd46a2 Renamed test classes to end with Test or Tests 2019-04-12 14:32:52 +03:00
cagache
9957dd3f55 Merge remote-tracking branch 'remotes/origin/release/V3.0' into merge/Fix_ClassNotFoundException_logs 2019-04-12 14:17:40 +03:00
cagache
f26612f00b try to search for content ~1.30 min 2019-04-12 14:14:59 +03:00
cagache
456bd75968 try to search for content ~1 min 2019-04-11 17:47:08 +03:00
cagache
9249b8cb80 refactoring 2019-04-11 17:33:26 +03:00
cagache
de1dd13900 fix javadoc 2019-04-11 17:10:08 +03:00
cagache
0300ac3317 Added slf4j-log4j12 dependency to automation community rest api project and log4j.properties file because logs didn't work on rest api tests after moving to OpenJdk 11 2019-04-11 17:09:40 +03:00
cagache
3310d3805a Renamed files to end with Test or Tests to get rid of java.lang.ClassNotFoundException 2019-04-10 17:47:48 +03:00
cagache
320908db31 RM-6803 Skip Javadoc execution for not a Java classpath-capable packages 2019-04-10 15:39:35 +03:00
cagache
aa84113c6d changed formatter used in tests because DateTimeFormatter.ISO_INSTANT outputs 9 nanoseconds and POST request to http://localhost:8080/alfresco/service/api/rma/actions/ExecutionQueue returns 500 2019-03-27 13:19:09 +02:00
cagache
8c88ef2883 Revert "call super.checkServerHealth"
This reverts commit e00e10aa
2019-03-26 16:19:15 +02:00
cagache
e00e10aa9d call super.checkServerHealth 2019-03-26 15:35:05 +02:00
cagache
a6f1019cc6 RM-6790 Make RM automation module compatible with OpenJDK 11 2019-03-26 10:39:57 +02:00
cagache
7f1f4b8041 Merge branch 'release/V3.0' into merge/RM-6786_FileCantBeDeclaredAsRecord 2019-03-15 15:31:41 +02:00
cagache
73c8c23766 Merge remote-tracking branch 'remotes/origin/release/V2.7' into merge-3.0/RM-6786_FileCan'tBeDeclaredAsRecord 2019-03-15 10:00:48 +02:00
cagache
09de772516 code review comments 2019-03-14 09:19:23 +02:00
cagache
86a954f36e added cleanup method 2019-03-13 15:54:15 +02:00
cagache
02fd1c6e5e RM-6786 Create test to check that a file that has a record version can be declared as record 2019-03-13 12:23:25 +02:00