Commit Graph

11017 Commits

Author SHA1 Message Date
Tim Donohue
4155108745 Merge pull request #1992 from mwoodiupui/DS-3872
[DS-3872] More powerful email template language, and a richer set of substituents
2019-07-19 22:28:07 +02:00
Mark H. Wood
86b90dc490 [DS-3872] From review: fix quoting in template, handle 0 arguments. 2019-07-18 16:11:36 -04:00
Andrea Bollini
c17c15ff22 Merge pull request #2442 from atmire/DS-4266-bitstream-format-crud
[DS-4266] bitstream format crud
2019-07-18 16:14:00 +02:00
Kevin Van de Velde
5297c88292 Test that supportLevel is not changed 2019-07-17 11:36:37 +02:00
Raf Ponsaerts
e557f01360 Refined the SelectableMetadata representation 2019-07-16 11:07:43 +02:00
Raf Ponsaerts
f166e8981f Implemented the Relationship logic in the submissionforms endpoint 2019-07-16 09:33:19 +02:00
Raf Ponsaerts
d8beea83bd Changed endpoint mapping and fixed tests accordingly 2019-07-15 11:45:06 +02:00
Raf Ponsaerts
4d3e2a6fbf [DS-4097] added javadocs to the requested classes 2019-07-15 11:45:06 +02:00
Marie Verdonck
3dc50a1277 Undo HALResource change, all tests run locally 2019-07-15 11:45:06 +02:00
Marie Verdonck
35316f6d2f Non-code changes, just whitelines 2019-07-15 11:45:06 +02:00
Marie Verdonck
a7e2a79774 restored auth system everywhere and size check for items in MappedItems call ($._embedded.mappingItems) 2019-07-15 11:45:06 +02:00
Marie Verdonck
c727471309 - Unit tests for findByCollectionMapping (incl Pagination) & countByCollectionMapping 2019-07-15 11:45:06 +02:00
Marie Verdonck
59b0ce470a Tests for new expected exceptions in MappingCollection endpoint
POST/DELETE:
 405: item is a template item
 422: specified collection not found or owningCollection of the item
2019-07-15 11:45:06 +02:00
Marie Verdonck
3fd522bf2b POST mappedCollections does not work now if given collection is owningCollection of item
> Throws exception, error status 405
2019-07-15 11:45:06 +02:00
Marie Verdonck
5be2b9628f Error & Status for non-successful POST/DELETE mappedCollections requests
- POST /api/core/items/<:uuid>/mappedCollections
 > 405: item is a template item
 > 422: specified collection not found or is owningCollection of item
- DELETE /api/core/items/<:uuid>/mappedCollections/<:collection_uuid>
 > 405: item is a template item
 > 422: specified collection not found or is owningCollection of item
2019-07-15 11:45:05 +02:00
Samuel
e420c71098 DS-4097 name change from mappingCollections to mappedCollections + data change to uri-list 2019-07-15 11:44:13 +02:00
Raf Ponsaerts
4215e91964 Implemented the Item Mapper functionality 2019-07-15 11:44:12 +02:00
Tim Donohue
1812099674 Merge pull request #2443 from atmire/w2p-62610_metadata-schema-registries-for-entity-types-squashed-2
DS-4223 Metadata Schemas for configurable entities
2019-07-12 19:21:21 +02:00
Raf Ponsaerts
3ff164c0fe Implemented feedback and testing on item bitstreams post endpoint 2019-07-12 11:39:09 +02:00
Tim Donohue
d7bdfa92c0 Merge pull request #2467 from atmire/DS-4298_upload-endpoint-uuid-broken
[DS-4298] changed the PathVariable for the upload method with uuid to…
2019-07-11 23:17:57 +02:00
Mark H. Wood
87d2f071e2 Merge branch 'master' into DS-3872 2019-07-11 11:54:35 -04:00
Tim Donohue
e2ea244eb3 Merge pull request #2283 from atmire/DS-4096-updating-owning-collections2
DS-4096: updating owning collections
2019-07-10 23:39:42 +02:00
Tim Donohue
30494e0fc5 Merge pull request #2429 from 4Science/DS-4210
DS-4210 Deposit on collection without workflow seems to fail (405 but succeed)
2019-07-10 23:20:45 +02:00
Tim Donohue
f4cd6997d9 Merge pull request #2446 from atmire/DS-4244_Entities-unit-tests
DS-4244 Add configurable entities unit tests
2019-07-10 23:13:20 +02:00
Raf Ponsaerts
70b394b57f Implemented the upload of a bitstream to an archived item 2019-07-10 14:43:20 +02:00
Raf Ponsaerts
41c7003d43 [DS-4298] changed the PathVariable for the upload method with uuid to be called 'uuid' 2019-07-10 08:55:39 +02:00
Tim Donohue
1dece5ead3 Merge pull request #2457 from atmire/delete-relationship-it-squashed
Delete relationship Integration Test
2019-07-09 23:55:07 +02:00
Yana De Pauw
705cc80a91 63419: Bitstream format registry feedback 2019-07-09 18:05:28 +02:00
Raf Ponsaerts
c1288daf19 Reinstated a sanity check 2019-07-09 12:45:12 +02:00
Raf Ponsaerts
5a810644e1 [Task 63533] applied feedback 2019-07-09 10:42:39 +02:00
benbosman
e2c1ab5a17 Merge pull request #2456 from atmire/DS-4084_remove-leftid-rightid-relationship
[DS-4084] - Relationships should link to Items via REST API
2019-07-09 09:15:07 +02:00
Raf Ponsaerts
d8970ff9c4 Merged master into DS-4084_remove-leftid-rightid-relationship 2019-07-09 07:43:13 +02:00
Tim Donohue
74299e87a3 Merge pull request #2397 from mwoodiupui/DS-3823
[DS-3823] Our extensive EHCache configuration is ignored
2019-07-08 21:01:16 +02:00
Raf Ponsaerts
a846d2dc10 [Task 63533] made a working implementation for the submission-forms.xml 2019-07-08 15:15:12 +02:00
Yana De Pauw
bf0bc5b732 Add javadocs 2019-07-08 14:14:39 +02:00
benbosman
f6e16f9156 Merge pull request #2450 from atmire/w2p-62955_change-endpoint-to-search-relationships-by-label-update
Relationship search by label
2019-07-08 10:55:20 +02:00
Raf Ponsaerts
112078e858 Added javadoc 2019-07-04 15:00:17 +02:00
Mark H. Wood
eee406bccf Merge pull request #2466 from mwoodiupui/DS-1443-again
[DS-1443] Export Community/Collection structure with structure-builder
2019-07-03 13:51:55 -04:00
Mark H. Wood
5c02705a81 [DS-1443] Somebody replaced DC_SCHEMA with DC.getName(). 2019-07-03 12:59:29 -04:00
Mark H. Wood
180ce285aa Merge pull request #2421 from mwoodiupui/DS-1443-again
[DS-1443] Export structure with structure-builder
Since this is essentially the same as a PR already having two approvals, and has been reviewed again in its present form, I'm merging it.
2019-07-03 11:41:28 -04:00
Andrew Wood
c7aded19a8 DS-4244 Improve comments for relationship concept unit test 2019-07-01 15:28:19 -04:00
Raf Ponsaerts
0555186e82 Added inline comments to the RelationshipRestRepositoryIT#findRelationshipByLabelTest 2019-07-01 13:32:11 +02:00
Kevin Van de Velde
4f5e051c2d Merge branch 'master' into DS-4096-updating-owning-collections2 2019-06-28 13:00:28 +02:00
Tim Donohue
4d8777c24e Merge pull request #2448 from AlexanderS/minor-code-cleanup
Some minor code cleanup in the tests
2019-06-27 18:30:51 +02:00
Tim Donohue
4f2519d36d Merge pull request #2458 from tdonohue/lost_commit
DS-2376: Catch exception from encrypted PDF instead of expecting to test for it. (Bug fix follow-up)
2019-06-27 17:27:23 +02:00
Mark H. Wood
998c3109d0 Catch exception from encrypted PDF instead of expecting to test for it. 2019-06-27 09:52:33 -05:00
Tim Donohue
f29f2fe2b6 Merge pull request #2425 from tdonohue/security_updates
Minor dependency updates for `master` (pre-7.0)
2019-06-27 16:44:43 +02:00
Andrea Bollini
705c6e95d5 Remove unnecessary debugging sysout 2019-06-27 16:05:49 +02:00
Ben Bosman
dc38da9ef5 Squashed commit of the following:
commit fc632442c0f0fabf6738b515d629997644a40096
Author: Ben Bosman <ben@atmire.com>
Date:   Thu Jun 27 09:20:03 2019 +0200

    IT on delete, counting relationships per item
2019-06-27 11:07:35 +02:00
Ben Bosman
ee8d40cef2 IT on delete, counting relationships per item 2019-06-27 09:15:36 +02:00