Tom Page
583bc6f63e
Merge master into RM-4159_EnterpriseReSTTests.
...
Update the RMRestWrapper with a couple more passthrough methods.
2017-02-24 15:20:57 +00:00
Rodica Sutu
bba7f80eb9
update tas dependency to the latest release version
2017-02-17 09:13:49 +02:00
Tuna Aksoy
8c4a2e7f84
Merge branch 'master' into feature/RM-4585_Amend_Test_Code_After_TAS_5202_Release
...
Conflicts:
rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/files/DeclareDocumentAsRecordTests.java
2017-02-10 10:35:57 +00:00
Rodica Sutu
8ed0bde1ba
fix the compilation error
2017-02-10 09:21:33 +02:00
Tuna Aksoy
1d34444237
RM-4585 (DeclareDocumentAsRecordTests: use TAS Node API when available)
2017-02-09 18:03:56 +00:00
Rodica Sutu
ea0239b9a8
updates: test to cover the scenario when a cm:folder is converted to a recordCategory
2017-02-09 17:30:42 +02:00
Rodica Sutu
6bccc5f827
additional checks to cover the issue RM-4572
2017-02-09 12:44:04 +02:00
Ana Bozianu
7c4ead5bdf
Merge branch 'feature/RM-4619_AutoConvertFoldersToRMType' into 'master'
...
Feature/rm 4619 auto convert folders to rm type
See merge request !33
2017-02-07 14:49:20 +00:00
Ana Bozianu
5b041f31f2
RM-4619 - removed folder from the invalit type list
2017-01-30 22:51:31 +02:00
Rodica Sutu
3099c7235e
rename the FilePlanComponentMix file to FilePlanComponentMixIn
2017-01-30 13:34:36 +02:00
Rodica Sutu
ed55ed7176
review comments
2017-01-30 13:29:05 +02:00
Tom Page
808d82469e
RM-4159 Create tests for paged get guides and delete guide.
2017-01-30 08:26:37 +00:00
Rodica Sutu
596eb3a937
proposed solution for creating electronic records with setting properties inside the FilePlanComponentProperties object using multipart upload
2017-01-30 09:34:34 +02:00
Kristijan Conkas
678e3e6cf5
RM-4615: now using RM FilePlanComponentAPI calls to create electronic records.
2017-01-27 11:52:21 +00:00
Kristijan Conkas
8a875a0ef7
RM-4615: TAS version bump-up.
2017-01-27 11:16:56 +00:00
Kristijan Conkas
f79e22f253
Merge remote-tracking branch 'origin/master' into feature/RM-4615_TAS_Binary_Request_Handler
2017-01-27 09:29:09 +00:00
Rodica Sutu
5df1cce895
fix the test failure
2017-01-26 17:54:23 +02:00
Rodica Sutu
0541292837
try to fix diff indentation
2017-01-26 17:50:47 +02:00
Rodica Sutu
a50450b862
formatting updates
2017-01-26 16:48:57 +02:00
Rodica Sutu
9fc190c5c7
Merge branch 'master' of git.alfresco.com:records-management/records-management into feature/RM-4568CreateElecWithRelativePath
2017-01-26 11:17:43 +02:00
Kristijan Conkas
bf802dae55
Merge remote-tracking branch 'origin/master' into feature/RM-4615_TAS_Binary_Request_Handler
2017-01-25 15:17:51 +00:00
Kristijan Conkas
9dd7a1cf22
RM-4615: get record content implementation
2017-01-25 15:14:59 +00:00
Kristijan Conkas
d475a49c41
RM-4615: javadoc tidy-up
2017-01-25 14:45:28 +00:00
Rodica Sutu
970cf4ee06
minor updates
2017-01-25 16:26:57 +02:00
Tuna Aksoy
7f72a6da22
RM-4576 (Updated the expected status code for the case when someone tries to modify the meta data of a closed record)
2017-01-25 13:42:03 +00:00
Kristijan Conkas
45fb371de7
RM-4615: TAS implementation of FilePlanComponentAPI.createElectronicRecord()
2017-01-25 13:30:29 +00:00
Rodica Sutu
d940b065d5
-add tests for the issue RM-4568
2017-01-25 14:12:33 +02:00
Kristijan Conkas
10105b4c21
RM-4615: removed hardcoding
2017-01-25 11:32:12 +00:00
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
Kristijan Conkas
b37a34c4a9
RM-4615: taking TestData out of API wrapper to avoid compile-time problems.
2017-01-25 10:26:53 +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
8d96550de3
RM-4615: TAS bump-up + corresponding api wrapper changes
2017-01-24 18:15:41 +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