Samuel
aa3100583f
taskid 65539 Testing for non source modules: cleanup - added documentation
2019-10-15 18:46:08 +02:00
Samuel
661d9c41c9
added license headers
2019-10-11 17:19:16 +02:00
Samuel
b6150874f6
taskid 65494 Testing for non source modules: Additions tests
2019-10-08 15:20:58 +02:00
Samuel
bf9c1c0e18
taskid 65493 Testing for non source modules: Internal test
2019-10-08 14:49:20 +02:00
Samuel
dd5dfd6d77
taskid 65007 Get SolrServiceIndexPlugin to work - dependencies
2019-10-02 17:55:57 +02:00
Samuel
d360232b2f
taskid 65253 Testing for non source modules - add test profiles
2019-10-02 12:22:46 +02:00
Samuel
48daaed59f
taskid 65253 Testing for non source modules
2019-10-01 17:10:06 +02:00
Tim Donohue
fc31a0cbe3
Merge pull request #2485 from mwoodiupui/DS-3422
...
[DS-3422] Remove XMLUI and JSPUI from the official distribution
2019-08-08 22:40:31 +02:00
Mark H. Wood
1dceb56b44
[DS-3422] Remove obsolete XMLUI configuration.
2019-08-08 15:10:46 -04:00
Tim Donohue
a4b4045d2e
Merge pull request #2479 from mwoodiupui/DS-4110_7x
...
[DS-4110] fix issue in legacy id cleanup of stats records
2019-08-06 21:55:48 +02:00
Mark H. Wood
589aa0f576
[DS-4110] Port #2292 to master (v7)
2019-08-06 14:19:48 -04:00
Tim Donohue
7eb73b9072
Merge pull request #2477 from AlexanderS/travis-trusty
...
Travis CI: Continue to use Ubuntu Trusty 14.04
2019-08-05 19:07:12 +02:00
Tim Donohue
cb50d88980
Merge pull request #2282 from atmire/DS-4097_item-mapper-squashed-final
...
Implemented the Item Mapper functionality
2019-08-05 18:56:08 +02:00
Alexander Sulfrian
e1b7a88225
Travis CI: Continue to use Ubuntu Trusty 14.04
...
Ubuntu Xenial 16.04 does not support OracleJDK8 anymore.
2019-08-05 17:14:45 +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
Tim Donohue
d896fed7a7
Merge pull request #2394 from ilittle-cnri/DS-1477-update-handle-server
...
[DS-4205] Upgrade to Handle Server v9
2019-07-25 22:12:54 +02:00
Ian Little
65e1d2c7dc
Merge branch 'master' into DS-1477-update-handle-server
...
# Conflicts:
# dspace-api/pom.xml
# pom.xml
2019-07-25 14:03:29 -04:00
Tim Donohue
a11d4423b6
Merge pull request #2459 from tdonohue/rename_spring_rest
...
[DS-4257] (One Webapp Phase 2) Rename "dspace-spring-rest" to "dspace-server-webapp"
2019-07-25 17:05:55 +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
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
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
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
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
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
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