Commit Graph

278 Commits

Author SHA1 Message Date
Rodica Sutu
77cdbdd142 move the rules api implementation from UI test module to the community api test module in order to be able to create tests in the api project 2017-10-26 12:18:31 +03:00
Rodica Sutu
b561c8f785 Merge remote-tracking branch 'remotes/origin/feature/RM-5645_Automate_AC_Prevent_Classification_Beyond_Parents_Classification' into feature/RM-5458_Tests_Prevent_FolderClassification
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java
#	rm-automation/rm-automation-enterprise-rest-api/src/test/java/org/alfresco/rest/rm/enterprise/utils/ClassificationUtils.java
2017-10-09 20:33:39 +03:00
Ana Bozianu
087cb22097 RM-5645 - removed unused method and made review changes on ui tests 2017-10-09 19:50:25 +03:00
Rodica Sutu
744457b8bd Merge remote-tracking branch 'remotes/origin/feature/RM-5645_Automate_AC_Prevent_Classification_Beyond_Parents_Classification' into feature/RM-5458_Tests_Prevent_FolderClassification
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java
2017-10-09 16:59:45 +03:00
Ana Bozianu
9073334fe5 RM-5645 - review changes 2017-10-09 16:53:10 +03:00
Rodica Sutu
11d5981c00 api tests for RM-5458 2017-10-06 12:15:22 +03:00
jcule
55af74e7bf RM-5645: Automate AC Prevent Classification Beyond Parents Classification: added checks for response code and message 2017-10-06 09:22:13 +01:00
Rodica Sutu
7fe81f2abc Merge branch 'feature/RM-5457_AutomateAC' into feature/RM-5458_Tests_Prevent_FolderClassification
# Conflicts:
#	rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/messages/classified-content/classified-content.properties
2017-10-06 10:34:23 +03:00
jcule
99084cb158 RM-5645: Automate AC Prevent Classification Beyond Parents Classification: added checks for response code and message 2017-10-05 22:46:28 +01:00
Jelena Cule
fe267c4172 Merge branch 'feature/RM5756_FixRestErrorMsg' into 'feature/RM-5645_Automate_AC_Prevent_Classification_Beyond_Parents_Classification'
Feature/rm5756 fix rest error msg

See merge request !609
2017-10-05 16:05:05 +01:00
Rodica Sutu
c0592a9ca7 Merge branch 'master' of git.alfresco.com:records-management/records-management into feature/RM-5457_AutomateAC 2017-10-05 16:12:57 +03:00
jcule
3531b5e747 RM-5645: Automate AC Prevent Classification Beyond Parents Classification: api tests moved into separate classes 2017-10-04 18:47:05 +01:00
Rodica Sutu
61cc5fec91 minor test refactoring 2017-10-03 15:16:07 +03:00
Rodica Sutu
4df615671b adding tests for Prevent Classified Items Being Moved/Copied/Linked into Folders with Lower Classification 2017-10-03 12:10:31 +03:00
jcule
9cc0f937a8 RM-5645: Automate AC for Prevent Classification Beyond Parents Classification 2017-10-03 09:36:29 +01:00
Ross Gale
5610e783a6 RM-5595 Replace v0 calls to records apis 2017-10-02 13:22:27 +01:00
Rodica Sutu
10e639220c improve the tests for record folder classification to be independent 2017-09-29 12:31:14 +03:00
Rodica Sutu
47ae2830c5 refactoring tests to be more independent 2017-09-29 09:10:42 +03:00
Rodica Sutu
5715438419 Merge branch 'master' of git.alfresco.com:records-management/records-management into feature/RM-5416_REST_API_Tests_for_Folder_Classification_2 2017-09-28 16:50:11 +03:00
Rodica Sutu
69a6cc8ab3 Merge branch 'master' of git.alfresco.com:records-management/records-management into feature/RM-5416_REST_API_Tests_for_Folder_Classification_2 2017-09-28 15:22:47 +03:00
Tom Page
a14e401fbf Merge origin/master into feature/RM_5358_UI_RelationshipToClassifiedRecord. 2017-09-28 09:23:45 +01:00
Rodica Sutu
9e18aa7f0c fix the failure introduced with the last commit 2017-09-28 09:23:24 +01:00
Rodica Sutu
9e5f53bd09 review comments changes 2017-09-28 09:23:10 +01:00
Rodica Sutu
30959017ee fix the request body sent when creating relationships 2017-09-28 09:23:01 +01:00
Rodica Sutu
da50858cfc fix the java docs 2017-09-28 09:22:02 +01:00
Rodica Sutu
6b54bd082f create relationships with v0 API requests 2017-09-28 09:21:08 +01:00
jcule
052f36b062 RM-5416: REST API Tests for Folder Classification - various improvements 2017-09-27 17:43:57 +01:00
Oana Nechiforescu
b19b5e8be1 Commit 2, test changes to use the new API method. 2017-09-26 14:51:13 +03:00
Oana Nechiforescu
02219969b2 First commit just the test and new API empty trashcan method. 2017-09-26 14:50:28 +03:00
jcule
9e38a17a0f RM-5416: REST API Tests for Folder Classification 2017-09-25 18:31:43 +01:00
Jelena Cule
790e226361 Revert "Merge branch 'feature/RM-5416_REST_API_Tests_for_Folder_Classification_1' into 'master'"
This reverts merge request !569
2017-09-25 11:11:10 +01:00
jcule
c4cfea44a7 RM-5416: REST API Tests for Folder Classification - removing the v0 search 2017-09-22 14:50:19 +01:00
jcule
49616d4019 RM-5416: REST API Tests for Folder Classification - removing the base class 2017-09-22 10:04:30 +01:00
jcule
9a224a4f49 Merge branch 'master' into feature/RM-5416_REST_API_Tests_for_Folder_Classification 2017-09-19 13:45:23 +01:00
Ana Bozianu
e5efa212c3 RM-5416 - remove actual file from create electronic record method 2017-09-19 11:02:29 +03:00
Ana Bozianu
3dbd9aa32b Merge master into feature/RM-5416_REST_API_Tests_for_Folder_Classification
# Conflicts:
#	rm-automation/rm-automation-enterprise-rest-api/src/main/java/org/alfresco/rest/rm/enterprise/v0/ClassificationAPI.java
#	rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/messages/classified-content/classified-content.properties
#	rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/module-context.xml
#	rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/classification/ContentClassificationService.java
#	rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/classification/ContentClassificationServiceImpl.java
#	rm-enterprise/rm-enterprise-repo/src/main/java/org/alfresco/module/org_alfresco_module_rm/securitymarks/SecurityMarkingServiceImpl.java
#	rm-enterprise/rm-enterprise-repo/src/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/classification/ClassifyFoldersTest.java
2017-09-19 09:44:59 +03:00
Ana Bozianu
8af8501585 RM-5416 - reverted ClassificationAPI auto format 2017-09-19 09:19:01 +03:00
Ana Bozianu
ad94127b19 RM-5416 - reverted auto formatting for SearchAPI 2017-09-19 09:06:27 +03:00
Ana Bozianu
a9648f3f9a RM-5416 - remove logging messages from BaseAPI class 2017-09-18 21:27:53 +03:00
Ana Bozianu
c9a501052a RM-5416 - revert auto formatting of BaseAPI class 2017-09-18 21:25:27 +03:00
Ana Bozianu
84eb116fd8 RM-5416 - api tests for searching folders, record folders and record categories 2017-09-18 21:09:13 +03:00
Rodica Sutu
c13f38b5de add the missing class 2017-09-18 16:21:44 +03:00
Rodica Sutu
0786add34e fix the community rest api tests that use data providers from TestData.class 2017-09-18 16:11:36 +03:00
jcule
c7b106cff4 RM-5416: REST API Tests for Folder Classification - added tests for classified folders search 2017-09-17 18:25:33 +01:00
jcule
9222483aed RM-5416: REST API Tests for Folder Classification - added tests for classified folders search 2017-09-17 10:56:19 +01:00
Rodica Sutu
38f69fab50 Merge remote-tracking branch 'remotes/origin/master' into feature/RM-5391_UI_Test_Classifcation_Mark_Indicator
# Conflicts:
#	rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/v0/BaseAPI.java
2017-09-11 12:47:21 +03:00
Rodica Sutu
a8123895ae data prep dependency update and modification to address the issues encounter
add a helper method to retrieve the rm node id based on the relative path using the core api
2017-09-11 08:58:07 +03:00
jcule
b3e8d59f50 RM-5416: API Tests for REST API for Folder Classification 2017-09-09 11:44:01 +01:00
jcule
b123971187 RM-5416: API Tests for REST API for Folder Classification 2017-09-09 10:05:54 +01:00
Tom Page
8adcb63232 RM-5611 Code review fixes.
Remove nested try catch. Add additional check that we don't have duplicate
topics selected.
2017-09-08 14:10:47 +01:00