Tom Page
29e00d1ec2
RM-5344 Only gather DOD audit entries if there is a DOD RM site.
...
This creates an edge case where DOD audit entries are no longer displayed
if a DOD RM site is deleted and then a standard RM site is created to
replace it. However this seems like an unlikely use case, and there is a
workaround of exporting the audit log before deleting the DOD RM site.
Two audit queries are still made for DOD RM sites because DOD sites cause
some standard audit entries to be created (e.g. the holds container
created event, etc.).
2018-01-04 12:08:01 +00:00
Ana Manolache
f908442af2
update headers to 2018
2018-01-03 12:01:00 +02:00
Ross Gale
88ac5834c9
Merge branch 'release/V2.6' into merge/2.3.2
2017-12-11 15:19:33 +00:00
Ross Gale
b0cc81fc2c
Merge branch 'release/V2.5' into merge-2.6
2017-12-11 10:49:30 +00:00
Ana Bozianu
3c72bbc0f9
MNT-18502 - filtered out dod properties if the node is not a dod record
2017-12-08 07:53:22 +00:00
Ross Gale
ea4b979a5f
Merge branch 'release/V2.4' into merge2.5
2017-12-06 11:29:10 +00:00
Ross Gale
c8932192f9
RM-5878 mnt changes added to a 2.4 branch
2017-12-05 16:21:07 +00:00
Ana Bozianu
915e99394c
Merge remote-tracking branch 'origin/merge-2.5/MNT-18793_to_2.5.x' into merge-2.6/MNT-18793
2017-11-27 15:15:03 +02:00
Ana Bozianu
4fcfdb164e
Merge MNT-18793 from release/V2.5.0.x into release/V2.5
2017-11-27 15:09:13 +02:00
Ana Bozianu
33af594d47
MNT-18793 - added paginated navigation in the disposition action executer
2017-11-24 14:27:03 +00:00
Rodica Sutu
8765349a80
Merge remote-tracking branch 'remotes/origin/hotfix-2.5/MNT-18793_EligibleActionsNotExecuted' into merge-2.5/MNT-18793_to_2.5.x
2017-11-24 09:51:59 +02:00
Ana Bozianu
75469a0f5b
MNT-18793 - added paginated navigation in the disposition action executer
2017-11-23 22:21:51 +02:00
Sara Aspery
3a1db54876
RM-5875 review changes
2017-11-20 07:39:37 +00:00
Sara Aspery
de4f99d26b
RM-5875 add license header
2017-11-17 16:40:07 +00:00
Sara Aspery
797baf833a
RM-5875 add Swagger version to exception message
2017-11-16 09:51:13 +00:00
Sara Aspery
730f715dc1
RM-5875 fix path and add yaml name to exception
2017-11-15 16:36:13 +00:00
Sara Aspery
4181fe4884
Yaml unit test - split community and enterprise tests
2017-11-14 09:24:48 +00:00
Sara Aspery
cbe65842ce
Yaml unit test
2017-11-09 11:14:32 +00:00
Tom Page
277d9aabbd
RM-5481 Handle empty string as a reason or exemption id.
...
If the empty string is passed as a classification reason or exemption id then the API framework
converts it to null for us. We should throw a 404 (not found) error, because there are no reasons
or exemptions with the empty string as their id (or null for that matter). Add two new REST API
tests for these cases.
Also stopped using the helper method addParam in TopicsWithInstructionsTest, as it is only saving us
about ten characters, causes an extra import and includes an explicit mention of the topicsApi
inside it (i.e. it doesn't work at all with the guidesAPI).
2017-08-03 13:10:37 +01:00
Tuna Aksoy
1712bac995
RM-4689 (Can delete all RM site content through Repository browser)
...
Manually backported following changes:
RM-4293
734c1b2a82
RM-4326
a4aac053a8
c6ca74ab26
2017-06-12 16:17:24 +01:00
Tom Page
fa1e703428
Update copyright header.
2017-05-23 08:55:10 +01:00
Ana Bozianu
98b10e616f
RM-5012 - fix unit tests and cleanedup merge request
2017-05-17 16:04:54 +03:00
Tuna Aksoy
b244b56e7b
Feature/rm 4639 rest api refactoring 2
2017-04-12 07:36:12 +01:00
Ana Bozianu
f0a3d300e0
Merge RM-2396 and RM-3727 to master
2017-04-06 10:52:25 +03:00
Ana Bozianu
75a7285679
Merge 'release/V2.4' into 'release/V2.5'
2017-04-06 10:18:16 +03:00
Ana Bozianu
dac9f630de
RM-3727 - added unit test for reviewed action and removed notification issued property
2017-04-05 12:04:31 +03:00
Ana Bozianu
92fa327f1e
RM-4619 - updated unit tests
2017-02-27 16:17:22 +02:00
Ana Bozianu
764b13d473
RM-4619 - convert the folder nodes before setting identifier
2017-02-27 12:41:39 +02:00
Ana Bozianu
539a0a6265
RM-4619 - replaced unit tests with integration tests
2017-02-07 16:24:10 +02:00
Ana Bozianu
6c2f58e734
Revert "RM-4619 - added the fileplan component check back but in different place"
...
This reverts commit abfc606428
.
2017-01-30 16:53:58 +02:00
Ana Bozianu
d0401ea569
RM-4619 - doing the conversion at first event
2017-01-30 14:35:23 +02:00
Ana Bozianu
abfc606428
RM-4619 - added the fileplan component check back but in different place
2017-01-30 12:54:37 +02:00
Ana Bozianu
c52e2a7cf5
RM-4619 - added cm:folder as accepted type and do the conversion onCommit - request doesn't have full info
2017-01-30 12:05:48 +02:00
Ana Bozianu
444218a539
RM-4619 - moved code to existing onCommit method
2017-01-29 17:37:05 +02:00
Ana Bozianu
df919acfc7
RM-4619 - fixed unit tests
2017-01-26 12:16:54 +02:00
Tom Page
43f7864d70
MNT-16881 Fix typo in unit test.
...
Due to the lack of ordering in hash sets, this was passing locally but
failing on Bamboo with a NPE.
2017-01-24 11:45:39 +00:00
Tom Page
e26ba87906
MNT-16881 Fix unit test and write an additional one.
2017-01-24 11:30:26 +00:00
Ana Bozianu
0f00c63ac1
RM-4436 and RM-4549 - unit tests for record api
2017-01-04 17:57:10 +02:00
Tuna Aksoy
4462899fb1
RM-4570 (Update license headers)
2017-01-02 19:45:32 +00:00
Tuna Aksoy
4cb59970d0
RM-4570 (Update license headers)
2017-01-02 19:21:21 +00:00
Tuna Aksoy
3d7661746c
Updated license headers
2017-01-01 11:52:56 +00:00
Ana Bozianu
6a45a6dab6
RM-4436 - implemented file record
...
RM-4429 - implemented declare record
-renamed the nodes package into fileplancomponents
2016-12-17 23:22:12 +02:00
Tom Page
80b2fcdd90
RM-4456 Make unit tests work against Alfresco 5.2.b and 5.1.1.
2016-11-24 16:01:06 +00:00
Tuna Aksoy
39642b39a8
RM-4399 (Update Alfresco dependency for RM Community to 5.2.b)
2016-11-23 19:43:25 +00:00
Ana Bozianu
9fc4a32454
RM-4376 - create RM relative path + unit tests
2016-11-21 17:11:37 +02:00
Ana Bozianu
a15ff96e25
RM-4357 - return null when allowableOperations is empty
2016-11-17 14:50:17 +02:00
Ana Bozianu
537b7c78cf
RM-4357 - updated test for fileplan create operation check
2016-11-17 13:01:25 +02:00
Ana Bozianu
a05bcdb34c
Merge master into feature/RM-4357_and_RM_4373
2016-11-17 11:37:04 +02:00
Silviu Dinuta
e2659aa356
Merge remote-tracking branch 'origin/master' into feature/RM-4293_RM_special_containers_can_be_deleted
2016-11-17 11:10:28 +02:00
Ana Bozianu
ee1a24f647
Revert "Revert "Merge branch 'feature/RM-4357_AllowableOperations' into 'master'""
...
This reverts commit 521a0689a3
.
2016-11-17 11:07:14 +02:00