Commit Graph

598 Commits

Author SHA1 Message Date
Rodica Sutu
9c1c934d14 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
cagache
fb2e857d02 applied code review changes 2018-04-12 11:18:17 +03:00
cagache
8a5746993c RM-2053 UI tests for Manage Record Classification capability 2018-04-05 13:47:25 +03:00
cagache
608dfc066c RM-2053 UI tests for Manage Record Classification capability 2018-04-03 09:21:03 +03:00
cagache
aa6d0b3ceb Merge remote-tracking branch 'remotes/origin/feature/RM-2004_ExemptionCapabilityFixTests' into feature/RM_2053_ClassificationCapability_fixTests 2018-03-30 14:18:26 +03:00
Rodica Sutu
18cf69b56e changes after review 2018-03-30 09:53:43 +03:00
cagache
1054fcef62 RM-2053 Fix tests affected by the new Manage Record Classification capability 2018-03-28 17:11:06 +03:00
Rodica Sutu
8d5b2f785d change the list of capabilities into a set 2018-03-28 12:16:31 +03:00
Rodica Sutu
419484719c 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
cb449f532b moved createRMSite from a test class to base class 2018-03-21 15:00:50 +02:00
Tom Page
6ebb19abef 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
cagache
0378205a68 swapped expected status code with actual status code (fix for expected:<500> but was:<200>) 2018-03-06 09:10:12 +02:00
Tom Page
d35ca27ab8 RM-6129 Use roles from UserRoles. 2018-03-02 15:58:49 +00:00
Tom Page
16fafb4262 RM-6129 Add API tests for creating and editing RM roles. 2018-03-02 13:32:04 +00:00
Tom Page
2faf6dbff6 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
cagache
ee748e3b68 RM-5296 Warn When Declassification Date exceeds Time Frame 2018-03-01 10:45:19 +02:00
Tom Page
d22362e3c3 RM-6129 Add test for capabilities of the RM user. 2018-02-28 16:26:27 +00:00
Tom Page
48b26d6b22 RM-6129 Add test for pre-configured RM roles. 2018-02-28 16:00:34 +00:00
Rodica Sutu
26c9d97dcb 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
alfresco-build
0e869a735f [maven-release-plugin] prepare for next development iteration 2018-02-19 14:24:52 +00:00
alfresco-build
5d80268501 [maven-release-plugin] prepare release V2.7-EA2 2018-02-19 14:24:50 +00:00
alfresco-build
cbfa402a24 [maven-release-plugin] prepare for next development iteration 2018-02-14 15:59:52 +00:00
alfresco-build
50091181f3 [maven-release-plugin] prepare release V2.7-EA1 2018-02-14 15:59:50 +00:00
Rodica Sutu
9b9dce1db2 update the suite of tests with configfailurepolicy="continue" 2018-02-08 15:51:24 +02:00
Tom Page
0268299006 Updating license header to 2018 2018-01-16 12:31:06 +00:00
Jelena Cule
c24ee2ec0f Merge RM-5917 ClassificationSourceReference API TESTS to master 2018-01-05 10:41:35 +00:00
Ana Manolache
f908442af2 update headers to 2018 2018-01-03 12:01:00 +02:00
cagache
2826521209 Merge branch 'release/V2.6' 2017-12-12 13:23:29 +02:00
cagache
9e498bd8fe updated header 2017-12-12 09:46:06 +02:00
cagache
c8da8c9081 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
ca4cf0070f Revert "Revert "Merge branch 'merge-2.6/RM-5132_AutomationChanges' into 'release/V2.6'""
This reverts commit 2437ff415c.
2017-12-05 14:37:07 +00:00
Tom Page
2437ff415c Revert "Merge branch 'merge-2.6/RM-5132_AutomationChanges' into 'release/V2.6'"
This reverts commit 83f81da0bd, reversing
changes made to 915e99394c.
2017-12-05 14:36:38 +00:00
Tom Page
4d6aaff70e Merge release/V2.6 into master. 2017-12-05 10:20:50 +00:00
Tom Page
4f490b4699 RM-5132 Add RecordsAPI.getRecordNodeRef method. 2017-11-30 11:27:17 +00:00
Tom Page
c73f5b9863 Use apache commons Pair, rather than javafx.
This makes automated import ordering simpler if nothing else.
2017-11-27 11:22:43 +00:00
alfresco-build
06e29addce [maven-release-plugin] prepare for next development iteration 2017-11-17 08:05:37 +00:00
alfresco-build
01a818587a [maven-release-plugin] prepare release V2.6.c 2017-11-17 08:05:35 +00:00
alfresco-build
6a2506847f [maven-release-plugin] prepare for next development iteration 2017-11-16 15:39:00 +00:00
alfresco-build
68f870ed91 [maven-release-plugin] prepare release V2.6.0 2017-11-16 15:38:57 +00:00
Tom Page
7a83088206 Merge master into RefactorSecurityMark. 2017-11-16 08:57:30 +00:00
Tom Page
38e6bc80dd Update version to 2.7-SNAPSHOT. 2017-11-15 16:31:44 +00:00
Tom Page
5b510cafb4 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
ed4f591fd8 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
fac5036b29 Refactor emptying trashcan test API. 2017-11-09 16:26:32 +00:00
Tom Page
5367c34126 Refactor test API calls to delete rules. 2017-11-09 16:22:46 +00:00
Tom Page
0174177c09 Refactor test API calls to delete all items in container. 2017-11-09 16:17:15 +00:00
Tom Page
a34b85a76e Refactor 'move to' REST API test method. 2017-11-09 16:02:52 +00:00
Tom Page
0f58980a0c Refactor assign user to RM role API test call. 2017-11-09 15:48:13 +00:00
Tom Page
e2c0fee0f6 Refactor create relationship test API. 2017-11-09 15:37:16 +00:00
Tom Page
c4fac4b0bd Refactor the delete items methods in REST API tests. 2017-11-09 15:32:42 +00:00