Commit Graph

407 Commits

Author SHA1 Message Date
Rodica Sutu
6fc3d6b7a6 update the java docs for the changes added 2018-04-25 09:41:39 +03:00
Rodica Sutu
d1731f438d add support for writing tests via API for Audit
simple test for checking the create user event is audited
2018-04-24 17:21:27 +03:00
Rodica Sutu
0526828413 change the list of capabilities into a set 2018-03-28 12:16:31 +03:00
Rodica Sutu
11ca553d50 change the UserRoles.java to a enum
add the within RoleService a utility method to add/remove list of capabilities from a ROLE
2018-03-27 21:14:21 +03:00
cagache
562ae0fe7a moved createRMSite from a test class to base class 2018-03-21 15:00:50 +02:00
Tom Page
caf9897df5 Merge branch 'feature/RM-6129_ManageClassifCapTests_no' into 'master'
RM-6129 Create new API test methods to interact with RM roles

See merge request records-management/records-management!882
2018-03-06 12:58:42 +00:00
Tom Page
f482a4753e RM-6129 Use roles from UserRoles. 2018-03-02 15:58:49 +00:00
Tom Page
f04056e043 RM-6129 Add API tests for creating and editing RM roles. 2018-03-02 13:32:04 +00:00
Tom Page
296b3a6c4b RM-6125 More useful builder for creating RM site.
Add a private constructor so that Lombok will generate a builder
including the site title and description (which come from a
superclass).
2018-03-02 09:24:28 +00:00
Tom Page
e721781a47 RM-6129 Add test for capabilities of the RM user. 2018-02-28 16:26:27 +00:00
Tom Page
91033cdec1 RM-6129 Add test for pre-configured RM roles. 2018-02-28 16:00:34 +00:00
Rodica Sutu
5a0313e779 Merge branch 'release/V2.5' into merge-2.6/FixesFrom2.5
# Conflicts:
#	rm-automation/pom.xml
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/community/level2/disposition_schedule/DispositionScheduleLinkedRecords.java
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/level2/classification/DeleteFolderInUnfiledRecordsAndFilePlan.java
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/level2/classification/SecurityMarksOnContent.java
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/security/classification/content/ClassifyRecord.java
#	rm-automation/rm-automation-ui/src/test/resources/smokeTests.xml
#	rm-automation/src/test/resources/classificationTests.xml
#	rm-automation/src/test/resources/level2Tests.xml
2018-02-26 14:09:40 +02:00
Rodica Sutu
a4c054e4cb update the suite of tests with configfailurepolicy="continue" 2018-02-08 15:51:24 +02:00
Tom Page
98765ca22c Updating license header to 2018 2018-01-16 12:31:06 +00:00
Jelena Cule
1ee4e1d5aa Merge RM-5917 ClassificationSourceReference API TESTS to master 2018-01-05 10:41:35 +00:00
Ana Manolache
4a145de54e update headers to 2018 2018-01-03 12:01:00 +02:00
cagache
323d11872a updated header 2017-12-12 09:46:06 +02:00
cagache
4e0030b702 automated AC for MNT-15575, regarding share live search for words from RM Saved Searches
(cherry picked from commit a33cb6e)
2017-12-12 09:32:07 +02: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
Rodica Sutu
5ee17506a6 review changes 2017-10-27 09:46:08 +03:00
Rodica Sutu
1973ddd067 Add tests to cover RM-5617 2017-10-25 15:40:44 +03:00
Rodica Sutu
41deff0d6a 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
055ec439aa RM-5645 - removed unused method and made review changes on ui tests 2017-10-09 19:50:25 +03:00
Rodica Sutu
69ee38229f 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
8ff0a24952 RM-5645 - review changes 2017-10-09 16:53:10 +03:00
jcule
9c76930fea 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
d2663348a8 minor test refactoring 2017-10-03 15:16:07 +03:00
Rodica Sutu
39e8875de0 adding tests for Prevent Classified Items Being Moved/Copied/Linked into Folders with Lower Classification 2017-10-03 12:10:31 +03:00
Rodica Sutu
6fc5685030 refactoring tests to be more independent 2017-09-29 09:10:42 +03:00
jcule
b8398ecdac RM-5416: REST API Tests for Folder Classification - various improvements 2017-09-27 17:43:57 +01:00
jcule
7b3628a1e3 RM-5416: REST API Tests for Folder Classification 2017-09-25 18:31:43 +01:00
Jelena Cule
701f7d065d 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
51135a83c0 RM-5416: REST API Tests for Folder Classification - removing the base class 2017-09-22 10:04:30 +01:00
jcule
c0bd488a3f Merge branch 'master' into feature/RM-5416_REST_API_Tests_for_Folder_Classification 2017-09-19 13:45:23 +01:00
Ana Bozianu
cf3c343958 RM-5416 - remove actual file from create electronic record method 2017-09-19 11:02:29 +03:00
Ana Bozianu
9fe545e45b 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
dd61bc3f8b RM-5416 - api tests for searching folders, record folders and record categories 2017-09-18 21:09:13 +03:00
Rodica Sutu
78011bdad2 add the missing class 2017-09-18 16:21:44 +03:00
Rodica Sutu
fb44ba78c9 fix the community rest api tests that use data providers from TestData.class 2017-09-18 16:11:36 +03:00
Rodica Sutu
68c6b497d6 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
Rodica Sutu
a539850510 exclude the initialization of web driver from the tas utility (issue introduce after upgrade the rest api tas dependency) 2017-09-07 15:06:32 +03:00
Rodica Sutu
482df8a964 update TAS dependency
updates for tests for RM-5391(1)
2017-09-07 10:02:53 +03:00
Rodica Sutu
0daeb5cfaf add rest api tests for declassificationTimeFrame 2017-08-04 15:04:34 +03:00
Sara Aspery
1cbdc500d0 changes following review 2017-06-26 12:41:02 +01:00
Sara Aspery
837bff6d53 tidy up 2017-06-25 11:01:11 +01:00
Sara Aspery
c4342a2a03 fixing IDE whitespaces 2017-06-24 22:49:27 +01:00
Sara Aspery
edaf20e82a tidied up REST tests 2017-06-23 11:54:40 +01:00
Sara Aspery
e8be7da86e fixing tests 2017-06-21 15:34:00 +01:00
Sara Aspery
e9ba89f7bf Merge branch 'master' of git.alfresco.com:records-management/records-management into RM-4431_CompleteRecordActionRestAPI 2017-06-19 18:08:16 +01:00
Silviu Dinuta
a673ab0b73 RM-5237: fixed issue in benchmark project, added a commented test to
reproduce the issue in rest api tests
2017-06-15 19:33:07 +03:00