Commit Graph

3385 Commits

Author SHA1 Message Date
Jelle Pelgrims
38679befd8 Implement fixes/tweaks and add javadocs 2019-08-09 09:19:00 +02:00
Jelle Pelgrims
e46551e84c Add integration test for collection endpoint ordering 2019-08-08 12:46:32 +02:00
Ben Bosman
718340e3d3 wording fixes 2019-08-08 10:41:58 +02:00
Jelle Pelgrims
5b175bb62f Merge branch 'master' into w2p-62967_multiple-title-community-endpoint-issue 2019-08-08 09:52:10 +02:00
Jelle Pelgrims
234ef08eac Add integration test for harvester metadata format endpoint 2019-08-08 09:25:00 +02:00
Raf Ponsaerts
7eeb9f944b Fixed tests 2019-08-07 15:56:36 +02:00
Jelle Pelgrims
99bc1b7e0f Add endpoint for harvesting configurations 2019-08-07 14:12:37 +02:00
Jelle Pelgrims
07a8e33ab5 Add integration test for harvest settings verification 2019-08-07 10:34:28 +02:00
Jelle Pelgrims
361f48bea1 Add settings verification to harvest settings endpoint 2019-08-07 09:58:50 +02:00
Jelle Pelgrims
c2cd25d6d0 Merge branch 'feature-name-variants' of https://github.com/atmire/DSpace into feature-name-variants
# Conflicts:
#	dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
#	dspace-api/src/main/java/org/dspace/content/RelationshipMetadataServiceImpl.java
2019-08-07 09:52:42 +02:00
Ben Bosman
664dc0077c wording fixes 2019-08-06 17:37:46 +02:00
Ben Bosman
744dae41aa checkstyle 2019-08-06 16:54:09 +02:00
Ben Bosman
f6e5687385 Process PR feedback 2019-08-06 15:59:12 +02:00
Jelle Pelgrims
3c31fdf648 Rename relationship type left and right labels
Renamed the columns 'left_label' and 'right_label' in the table
'relationship_type' to 'leftward_label' and 'rightward_label'.
Also renamed all instances of [l|L]eftLabel and [r|R]ightLabel
to [l|L]eftwardLabel and [r|R]ightwardLabel, respectively.
2019-08-06 13:59:58 +02:00
Raf Ponsaerts
d7a1015f70 Finished IT for name variants 2019-08-06 13:45:25 +02:00
Jelle Pelgrims
251d264378 Implemented changes 2019-08-06 11:56:31 +02:00
Jelle Pelgrims
0c6f53758d Fix checkstyle errors 2019-08-06 08:48:54 +02:00
Jelle Pelgrims
0bb2135a8e Add Integration tests for harvest settings endpoint 2019-08-06 08:41:11 +02:00
Jelle Pelgrims
73865a904b Refactor harvest settings endpoint after manual testing 2019-08-05 14:32:58 +02:00
Jelle Pelgrims
ad59842dd0 Add endpoint to update collection harvest settings 2019-08-05 13:41:39 +02:00
Ben Bosman
969158783f process feedback + PR 69
Adding JavaDoc
Processing https://github.com/DSpace/Rest7Contract/pull/69
2019-08-05 10:02:44 +02:00
Raf Ponsaerts
9b3d9e1fa0 Implemented feedback 2019-08-02 14:09:42 +02:00
Jelle Pelgrims
763d9ce8e6 Rename code matching '[mM]apping[a-zA-Z]*' to '[mM]apped[a-zA-Z]*'
Rename 'mappingCollection' and similar code to 'mappedCollection', in order
to resolve Tim Donohue's feedback on the pull request.
2019-08-02 13:13:48 +02:00
Jelle Pelgrims
e51aebf09d Merge branch 'master' into DS-4097_item-mapper-squashed-final 2019-08-02 11:27:46 +02:00
Jelle Pelgrims
be7f13316e Refactor RelationshipRestRepository Integration tests
Refactor the integration tests for the RelationshipRestRepository
to reduce the amount of code duplication. Many tests contained code
to create a number of variables to be used in the test, this code
was pretty much the same for every test. I refactored the integration
test class so that all variables used in multiple tests are now declared
at the top and are initialized in an @Before function. Test-specific
variables are unchanged.
2019-08-02 11:07:37 +02:00
Jelle Pelgrims
0377e0a605 Refactor PUT endpoint json parsing to make use of objectmapper 2019-08-01 15:30:04 +02:00
Jelle Pelgrims
bb85c4f3ad Add tests for relationship name variant 2019-08-01 13:57:16 +02:00
Jelle Pelgrims
bbb6dca621 Update PUT & POST endpoints for relationships to support name variants 2019-08-01 10:35:32 +02:00
Jelle Pelgrims
172e5ec863 Add leftWard/rightWard-Label to Relationship
Modified the Relationship so that it also has a leftWardLabel and a
rightWardLabel for storing alternative labels (name variants). Also
created an sql migration to add two columns for these labels to the
relationship table.
2019-07-31 11:57:09 +02:00
Raf Ponsaerts
db1a885604 Merged DSpace/master into w2p-63475_implement-upload-bitstream-to-archived-item 2019-07-31 11:36:55 +02:00
Raf Ponsaerts
f622ef1d2a Merge remote-tracking branch 'dspace/master' into w2p-63475_implement-upload-bitstream-to-archived-item 2019-07-31 11:17:32 +02:00
Raf Ponsaerts
5e8f355536 Merged DSpace/master into w2p-63533_changes-to-dtd-and-api-relationship-submission 2019-07-31 10:00:14 +02:00
Raf Ponsaerts
e678977f27 Merge remote-tracking branch 'dspace/master' into w2p-63533_changes-to-dtd-and-api-relationship-submission 2019-07-31 09:32:24 +02:00
Tim Donohue
8dc1d27598 Correct sample URLs in tests 2019-07-19 16:35:53 -05:00
Tim Donohue
739ff181cc Rename "dspace-spring-rest" to "dspace-server-webapp" 2019-07-19 16:35:53 -05:00