Commit Graph

4767 Commits

Author SHA1 Message Date
Sara Aspery
fd35524058 RM-5901 fixes in community repo 2017-11-16 17:59:02 +00:00
Sara Aspery
d1b66723fc Merge branch 'release/V2.6' into feature-2.6/RM-5875_YamlFileUnitTest_no 2017-11-16 16:35:08 +00:00
Tom Page
e4f9930fc7 Update version to 2.6.0.1-SNAPSHOT. 2017-11-16 15:52:08 +00:00
alfresco-build
87e9859853 [maven-release-plugin] prepare for next development iteration 2017-11-16 15:39:00 +00:00
alfresco-build
3f91364d4d [maven-release-plugin] prepare release V2.6.0 2017-11-16 15:38:57 +00:00
Sara Aspery
5e3692ff60 RM-5875 add Swagger version to exception message 2017-11-16 09:51:13 +00:00
Tom Page
8aaafe11e2 Merge master into RefactorSecurityMark. 2017-11-16 08:57:30 +00:00
Sara Aspery
2ffb75aa06 RM-5875 fix path and add yaml name to exception 2017-11-15 16:36:13 +00:00
Tom Page
9078fafb04 Update version to 2.7-SNAPSHOT. 2017-11-15 16:31:44 +00:00
Sara Aspery
c2b068b4d0 Yaml unit test - split community and enterprise tests 2017-11-14 09:24:48 +00:00
Tom Page
617ef979c3 Merge branch 'xperimental/RM-5806_TechnicalDocOverview' into 'master'
RM-5806 Document overview of design patterns in RM.

See merge request !673
2017-11-13 15:54:10 +00:00
Tom Page
297974accd RM-5806 Rename documentation index to README.md. 2017-11-13 15:45:06 +00:00
Sara Aspery
87c2929c88 Yaml unit test 2017-11-13 15:01:13 +00:00
Roxana Lucanu-Ghetu
bdfc843820 RM-5839 Fixed permission denied error and added integration test for the fix. 2017-11-13 10:57:12 +02:00
Roxana Lucanu
8bbe4ab556 Merge branch 'feature/RM-5844_DocumentNotVisibleAfterDeclaringAsRecord_sm' into 'master'
RM-5844 Fix permission error.

See merge request !672
2017-11-13 08:36:30 +00:00
Tom Page
6c2dfd3e35 Fix a test that previously failed to create a security mark.
Also refactor an @BeforeClass into an @Test so that if it fails it doesn't
kill all subsequent tests (in all subsequent classes).
2017-11-10 16:35:00 +00:00
Tom Page
642d733a65 Rename method to read slightly better: "assign role to user".
Also add missing exception to some Javadoc.
2017-11-10 09:03:04 +00:00
Tom Page
ecccba2f65 Refactor emptying trashcan test API. 2017-11-09 16:26:32 +00:00
Tom Page
d73dcc45aa Refactor test API calls to delete rules. 2017-11-09 16:22:46 +00:00
Tom Page
223cf51ca2 Refactor test API calls to delete all items in container. 2017-11-09 16:17:15 +00:00
Tom Page
d0636e79c9 Refactor 'move to' REST API test method. 2017-11-09 16:02:52 +00:00
Tom Page
5322621100 Refactor assign user to RM role API test call. 2017-11-09 15:48:13 +00:00
Tom Page
853afc77d6 Refactor create relationship test API. 2017-11-09 15:37:16 +00:00
Tom Page
d96ea183f7 Refactor the delete items methods in REST API tests. 2017-11-09 15:32:42 +00:00
Tom Page
a221229e13 Refactor API method to upload electronic record.
Throw assertion error if the upload is unsuccessful (rather than returning a boolean).
2017-11-09 12:00:37 +00:00
Sara Aspery
5d38eb3da7 Yaml unit test 2017-11-09 11:14:32 +00:00
Tom Page
34c6d0a07e RM-5806 Fix title of page. 2017-11-09 10:51:13 +00:00
Tom Page
b95766e736 RM-5806 Add links to the technical documentation. 2017-11-09 10:45:43 +00:00
Tom Page
e0e5f6c485 RM-5806 Document overview of design patterns in RM. 2017-11-09 10:32:42 +00:00
Roxana Lucanu-Ghetu
8ffc0268ec RM-5844 Fix permission error. 2017-11-09 11:00:26 +02:00
Tom Page
335a23418d Merge branch 'feature/RM-5837_TestOnCopyNotificationEvent' into 'master'
Feature/rm 5837 test on copy notification event

See merge request !670
2017-11-09 08:19:48 +00:00
Tom Page
94d259ed6d RM-5837 Use constants for status codes.
Also code review fixes for new test.
2017-11-08 14:07:52 +00:00
Tom Page
a35860011b RM-5837 Always assert status code when making a v0 POST request.
Refactor the DestroyRecordFolderActions UI test as this previously relied
on the create retention schedule API call failing silently for the second
test.
2017-11-08 12:44:22 +00:00
Tom Page
6d15904ac7 RM-5837 Only assert the return code if we're not expecting a failure. 2017-11-08 11:57:27 +00:00
gbroadbent
c2c4e74a1a NORWEGIAN Bokmal, ITALIAN, RUSSIAN and SIMPLIFIED CHINESEupdated files based on revEN-RM-rev2017-11-27T143242. Full fix for ticket LOC-29 2017-11-08 10:27:00 +00:00
gbroadbent
bc5835afa9 SPANISH: 2.6 community version updated Spanish file based on revEN-RM-rev2017-11-27T143242. Partial fix LOC-29 2017-11-07 14:06:44 +00:00
Tom Page
032d099127 RM-5837 Finish off test and add util to extract JSON.
Use two folders, as copying a file and a folder always passes
even with the old code.
2017-11-07 10:59:50 +00:00
Tom Page
fb1a5f18c3 RM-5837 Refactor POST API calls to return HTTP response.
By default throw an exception if the calls are not successful. This
allows us to remove a huge number of assertion statements from REST
API tests.

Returning the response allows us to make more detailed assertions if
we need to - for example checking exactly what the status code was.
2017-11-07 10:16:48 +00:00
Tom Page
3438e4c520 RM-5837 Add support for v0 copy-to API. 2017-11-06 16:33:11 +00:00
gbroadbent
13737d65e1 SPANISH: 2.6 community version updated Spanish bundle based on revEN-RM-rev2017-11-06. Updated 4 strings since last commit. Partial fix LOC-29 2017-11-06 15:25:01 +00:00
gbroadbent
f8ca7bdd1d JAPANESE: 2.6 community version updated Japanese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 13:50:38 +00:00
gbroadbent
9a6d63a87f SIMPLIFIED CHINESE: 2.6 community version updated Simplified Chinese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:37:42 +00:00
gbroadbent
33fc1ea9b9 BRAZILIAN Portuguese: 2.6 community version updated Brazilian Portuguese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:36:39 +00:00
gbroadbent
db42cc7efc RUSSIAN: 2.6 community version updated Russian bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:35:40 +00:00
gbroadbent
9f3f02aa35 DUTCH: 2.6 community version updated Dutch bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:34:44 +00:00
gbroadbent
8fc68cbe28 NORWEGIAN Bokmal: 2.6 community version updated Norwegian Bokmal bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:33:56 +00:00
gbroadbent
d76d2bc5c9 ITALIAN: 2.6 community version updated Italian bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:32:54 +00:00
gbroadbent
33392ab25d FRENCH: 2.6 community version updated French bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:31:45 +00:00
gbroadbent
76bc243a41 SPANISH: 2.6 community version updated Spanish bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:30:56 +00:00
gbroadbent
368a8f2d06 GERMAN: 2.6 community version updated German bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29 2017-11-06 11:30:08 +00:00