Commit Graph

127 Commits

Author SHA1 Message Date
Tom Page
dab4cf405d RM-4159 Wrap the RestWrapper rather than extending it.
Previously we were hitting an issue where there were three beans all of the
type RestWrapper. This meant that Spring could not determine which bean
should be used when autowiring.  By wrapping the RestWrapper we ensure there
is only one bean of that type, and so Spring knows which bean to use (in the
TAS code).  After some debate I decided against renaming the RMRestWrapper
as RestWrapperWrapper.
2017-01-25 11:07:11 +00:00
Tom Page
9869a08acb RM-4159 Getting enterprise UI tests to run.
There's still currently an issue because we have two @Autowired @Primary beans of the same type.
2017-01-25 08:31:42 +00:00
Kristijan Conkas
1e57b09299 RM-4550: fixes further to code inspection 2017-01-08 20:57:31 +00:00
Kristijan Conkas
1ae6485669 RM-4550: fixed indentation 2017-01-06 16:59:57 +00:00
Kristijan Conkas
6ff8f4cec3 RM-4550: javadocs for exceptions 2017-01-06 16:50:19 +00:00
Kristijan Conkas
caae2ec01d RM-4550: API wrapper + tests. 2017-01-06 16:39:45 +00:00
Kristijan Conkas
b1369b7883 RM-4550: Files API wrapper + declare document as record test. 2017-01-06 15:20:24 +00:00
Kristijan Conkas
93ecf3fa76 Merge remote-tracking branch 'origin/master' into feature/RM-4361_ReadRecordsRestAPI 2017-01-05 14:18:16 +00:00
Kristijan Conkas
e7918059e1 RM-4361: fixes further to code inspection. 2017-01-05 14:11:17 +00:00
Kristijan Conkas
b12a2b9241 RM-4361: generalised getRecordContent() method + test for binary content 2017-01-05 12:17:25 +00:00
Kristijan Conkas
e2670bc1b8 RM-4430: code readability tweak 2017-01-05 11:11:09 +00:00
Kristijan Conkas
9d96c9bde8 Merge remote-tracking branch 'origin/master' into feature/RM-4430_FileUnfiledRecordActionAPITests 2017-01-05 11:08:13 +00:00
Kristijan Conkas
abb6178ed4 RM-4430: Pre-merge import and javadoc tidy-up, minor improvements 2017-01-05 11:06:52 +00:00
Kristijan Conkas
a2e661f741 Merge branch 'feature/RM-4419_Update_Records_API_Tests' into 'master'
Feature/rm 4419 update records api tests

Acceptance criteria tests for RM-4362.

See merge request !720
2017-01-05 09:32:46 +00:00
Rodica Sutu
1b7cf0dc9b Merge branch 'feature/RM-4430_FileUnfiledRecordActionAPITests' of https://gitlab.alfresco.com/records-management/records-management into feature/RM-4430_FileUnfiledRecordActionAPITests 2017-01-04 20:32:08 +02:00
Rodica Sutu
650070c107 - updates and add tests 2017-01-04 20:31:23 +02:00
Ana Bozianu
fab44d39d9 RM-4430 - added missing header 2017-01-04 19:39:15 +02:00
Rodica Sutu
52f8e6bd59 add some FIXME notes for the getRecordContent() method 2017-01-04 18:56:52 +02:00
Rodica Sutu
dfff6ab6f1 add more tests for File Unfilled records 2017-01-04 18:45:33 +02:00
Rodica Sutu
2778928cc2 Merge branch 'RM-4361_ReadRecordsRestAPI' into RM-4430_FileUnfiledRecordActionAPITests
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/RecordsAPI.java
2017-01-04 18:25:35 +02:00
Kristijan Conkas
74543aaa30 RM-4419: Added test for user with Update Metadata capabilities 2017-01-04 16:19:48 +00:00
Rodica Sutu
3e47691827 review updates 2017-01-04 17:17:22 +02:00
Rodica Sutu
889c831bda add tests for File Action 2017-01-04 16:47:28 +02:00
Kristijan Conkas
a88dff7371 RM-4419: Tests with open/closed records. 2017-01-04 14:35:50 +00:00
Rodica Sutu
9c8f230793 revert some unintended changes 2017-01-04 09:21:59 +02:00
Rodica Sutu
f46e98160c minor updates 2017-01-04 08:40:49 +02:00
Rodica Sutu
ea95a02baa update tests according to the latest changes 2017-01-03 20:35:48 +02:00
Rodica Sutu
3b78edeb95 Merge branch 'master' of https://gitlab.alfresco.com/records-management/records-management into feature/RM-4361_ReadRecordsRestAPI
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/igCoreAPI/FilePlanComponentAPI.java
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRestTest.java
2017-01-03 17:49:35 +02:00
Rodica Sutu
a69d85ff53 fix failing test 2017-01-03 15:58:02 +02:00
Rodica Sutu
3bfd00c7a4 revert pom changes 2017-01-03 15:03:35 +02:00
Rodica Sutu
9892d88c5b updates on Read Records API tests 2017-01-03 14:20:55 +02:00
Rodica Sutu
f0f896668b add tests for list the records 2017-01-03 10:20:27 +02:00
Rodica Sutu
bebca649fe -Add tests for Read Records (1) 2017-01-03 08:22:29 +02:00
Tuna Aksoy
55761a5e16 Java doc updated 2017-01-01 23:15:26 +00:00
Tuna Aksoy
065bc48356 RM-4488 (Refactor REST API Automation test code according to the latest changes) 2017-01-01 13:49:08 +00:00
Tuna Aksoy
5f69cfa1b6 Merge branch 'master' into feature/RM-4488_Refactor_RM_Automation
Conflicts:
	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/model/fileplancomponents/ReviewPeriod.java
	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/FilePlanComponentAPI.java
	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/RMSiteAPI.java
	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/rm/community/requests/RMUserAPI.java
	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRestTest.java
2017-01-01 12:08:51 +00:00
Tuna Aksoy
a80d4a523e Updated license headers 2017-01-01 11:52:56 +00:00
Tuna Aksoy
62c9127455 RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-28 00:04:11 +00:00
Tuna Aksoy
8dcd78653a RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-27 23:50:48 +00:00
Tuna Aksoy
8876f48c1e RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-26 23:19:14 +00:00
Tuna Aksoy
2be7e42f93 RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-25 01:57:23 +00:00
Tuna Aksoy
8e81ff9e10 RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-25 00:05:40 +00:00
Tuna Aksoy
c91bf852d9 RM-4488 (Refactor REST API Automation test code according to the latest changes) 2016-12-24 20:48:23 +00:00
Tuna Aksoy
0599aa5d30 Merge branch 'master' into feature/RM-4488_Refactor_RM_Automation 2016-12-22 18:51:08 +00:00
Kristijan Conkas
9859baaabe RM-4426: verification that permission has been set 2016-12-22 17:15:30 +00:00
Kristijan Conkas
cd1b21c44c RM-4426: terminology improvement 2016-12-22 17:04:27 +00:00
Kristijan Conkas
2764802bca RM-4426: Tests for user without delete capability. 2016-12-22 16:55:55 +00:00
Kristijan Conkas
2458fc6f38 RM-4426: fixed headers and import cleanup 2016-12-22 13:29:08 +00:00
Kristijan Conkas
ff769db715 RM-4426: clarified description 2016-12-21 18:05:40 +00:00
Kristijan Conkas
6fc0c06f04 RM-4426: delete tests negative test 2016-12-21 18:04:20 +00:00