cagache
690d55cf44
code review changes
2018-10-01 18:34:14 +03:00
cagache
810879d51c
code review changes
2018-10-01 16:38:19 +03:00
cagache
26a966743e
Added 3 more tests to check Retention schedule inheritance for records and record folders
2018-09-28 11:40:32 +03:00
cagache
63e56b9003
Automated test for disposition schedule inheritance
2018-09-28 08:23:11 +03:00
cagache
2b43e58852
Merge changes from 2.6.1 release to 3.0
2018-08-31 17:27:59 +03:00
Rodica Sutu
2b8ebc8bb7
Merge origin/release/V2.6' into merge-2-7/MNT-19080_RM-6504_MergeFrom2.6
...
* remotes/origin/release/V2.6:
fixed tests because exception changed
use fileFolderService instead of contentService
MNT-18806 create a new content URL for the copy only if it has content
MNT-18806 create a new content bin for the copy on copy complete behavior
MNT-18806 Add REST test for deleting copy of record.
MNT-18806 Remove some raw Exceptions from REST test framework.
2018-08-27 20:01:26 +03:00
Tom Page
33f1c9e897
MNT-18806 Add REST test for deleting copy of record.
2018-08-20 13:57:06 +01:00
Tom Page
2239b23e40
MNT-18806 Remove some raw Exceptions from REST test framework.
2018-08-20 08:36:41 +01:00
cagache
53a6887d71
code review changes
2018-06-11 10:15:14 +03:00
cagache
82345db29a
code review changes
2018-06-07 16:35:42 +03:00
cagache
a9bf1b91a5
RM-6364 Convert search integration tests to end to end tests done through api
2018-06-07 10:43:37 +03:00
jcule
bffbb3c4b4
RM-6310: sc:securityMarksSearch is not properly updated when editing the content classification (affects the results from RM search results): automation tests
2018-05-29 16:25:31 +01:00
jcule
986c1b8fea
RM-6310: sc:securityMarksSearch is not properly updated when editing the content classification (affects the results from RM search results): automation test
2018-05-25 21:46:19 +01:00
jcule
4c4ef8dc3b
Merge remote-tracking branch 'remotes/origin/release/V2.7.0.x' into feature/RM-6310_securityMarksSearchNotProperlyUpdated_AutomationTests
2018-05-23 15:10:06 +01:00
jcule
0fe8eaa44e
Merge remote-tracking branch 'remotes/origin/release/V2.7.0.x' into feature/RM-6310_securityMarksSearchNotProperlyUpdated_AutomationTests
2018-05-23 12:42:57 +01:00
jcule
b075bf9e62
RM-6318: Search for "derived by" and classification reasons: Automate AC
2018-05-22 20:13:42 +01:00
jcule
89fefe1747
RM-6318: Search for "derived by" and classification reasons: Automate AC
2018-05-21 13:38:21 +01:00
cagache
2408e4144a
RM-6320 Automated tests for Declassification review for records and record folders
2018-05-18 17:45:38 +03:00
jcule
5717a6d36e
RM-6310: sc:securityMarksSearch is not properly updated when editing the content classification (affects the results from RM search results): automation test
2018-05-17 22:46:53 +01:00
cagache
899301d7cd
code review changes
2018-05-14 11:07:06 +03:00
cagache
d06c4a36d1
RM-6311 wait for the expected records to be in the search results list
2018-05-11 17:26:09 +03:00
cagache
1b5653bb86
RM-6311 added API test to check that rm search results are ordered by security marks
2018-05-11 16:54:54 +03:00
jcule
8ce82b8636
RM-6288: Record Search of classified files with marks return also the files classified only with classification levels: api test
2018-05-03 18:01:16 +01:00
cagache
065dd3a41e
RM-5234 Check that user can filter the audit logs by Login successful and Login unsuccessful events
2018-04-30 12:42:29 +03:00
cagache
9d202d2a9d
fix license
2018-04-25 16:50:07 +03:00
cagache
305ca8f029
RM-5236 Added tests for audit group events
2018-04-25 16:40:35 +03:00
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