Commit Graph

11240 Commits

Author SHA1 Message Date
Tim Donohue
41fa29e5b0 Merge pull request #2585 from atmire/DS-4386_nullpointer-exception-item-put-endpoint-authenticated-user
[DS-4386] fixed the nullpointer issue when an authenticated non-admin…
2019-11-19 15:59:28 -06:00
Tim Donohue
09646aabde Merge pull request #2589 from atmire/search-relationships-total-fix
Entities: Search relationships total fix
2019-11-19 15:54:32 -06:00
Tim Donohue
7b90332049 Merge pull request #2568 from atmire/DS-4379_Omit-metadatvalue-rels
DS-4379 Stop adding relations as metadata for new items
2019-11-19 09:24:35 -06:00
Tim Donohue
64702f5745 Merge pull request #2561 from atmire/w2p-65570_Configuring-whether-name-variants-should-be-used
Entities: configuring whether name variants should be used
2019-11-19 09:23:14 -06:00
Ben Bosman
864ea1d591 fixing total calculation 2019-11-19 11:31:57 +01:00
Ben Bosman
4415ea2237 whitespace 2019-11-19 10:56:16 +01:00
Ben Bosman
7109a357ed IT for fixing total calculation 2019-11-19 09:55:39 +01:00
Ben Bosman
02df6154e4 fixing total calculation 2019-11-19 09:47:56 +01:00
Raf Ponsaerts
3dfa695dbf [DS-4386] added a context.restoreAuthSystemState to the update test 2019-11-19 09:41:23 +01:00
kshepherd
6add401f81 Merge pull request #2587 from tdonohue/Docker_one_path_for_server_webapp
[Docker Fix] Ensure the "server" webapp runs on ONLY one path in Docker
2019-11-17 12:15:19 +13:00
Tim Donohue
238232bbfd Ensure the "server" webapp runs on one path in Docker 2019-11-15 15:08:42 -06:00
Tim Donohue
ad325a0679 Merge pull request #2586 from tdonohue/fix_script_line_endings
[Docker Build Fix]: Ensure bin scripts ALWAYS have correct line endings
2019-11-15 12:48:32 -06:00
Tim Donohue
a8cb5359d6 Ensure bin scripts ALWAYS have correct line endings 2019-11-15 11:43:18 -06:00
Raf Ponsaerts
2b97950b4c [DS-4386] fixed the nullpointer issue when an authenticated non-admin user tries to update an item using the Item PUT endpoint 2019-11-15 11:35:17 +01:00
Tim Donohue
dea19f8412 Merge pull request #2582 from mwoodiupui/DS-4385
[DS-4385] Replace <prerequisites> with enforcer rules in POM
2019-11-14 13:00:01 -06:00
Mark H. Wood
84ab9252b4 [DS-4385] Move Maven minimum version to enforcer plugin. 2019-11-14 11:46:23 -05:00
Ben Bosman
082dd94aef docs 2019-11-12 10:58:33 +01:00
Tim Donohue
c7d3c3e18c Merge pull request #2562 from atmire/w2p-65247_Create-Read-on-Collection-and-Community-logo
CRUD on Collection & Community logo
2019-11-08 09:16:38 -06:00
Peter Nijs
dcf99fc15b 65996: Feedback collection and community logo
- Return Rest objects from Repositories
- Made controller name more specific
2019-11-08 14:37:34 +01:00
Marie Verdonck
7a847db62b Feedback on PR 2561 2019-11-08 09:02:39 +01:00
Andrea Bollini
ed947ae169 Merge pull request #2573 from 4Science/fix-missing-spring-expression
Fix build - spring-expression is required at runtime
2019-11-08 00:29:44 +01:00
Andrea Bollini
32d94fa31d Fix build - spring-expression is required at runtime 2019-11-08 00:25:29 +01:00
Tim Donohue
fa7489222a Merge pull request #2572 from tdonohue/another_master_fix
(HIGH PRIORITY) Ensure test-jar is only a dependency if tests are enabled
2019-11-07 16:30:51 -06:00
Tim Donohue
3fbdd70a4f Ensure test-jar is only a dependency if tests are enabled 2019-11-07 15:51:32 -06:00
Tim Donohue
cc440791ae Merge pull request #2571 from tdonohue/fix_broken_master
(HIGH PRIORITY) Fix broken master builds
2019-11-07 15:31:04 -06:00
Tim Donohue
9d770718c4 Remove unused dspace-xmlui-lang dependency 2019-11-07 14:56:27 -06:00
Tim Donohue
4b0870bc9e Fix broken master build. Only include server test-jar when running tests 2019-11-07 14:55:38 -06:00
Tim Donohue
caef38c241 Merge pull request #2553 from atmire/DS-4358-tests-in-modules
DS-4358 tests in modules
2019-11-07 10:02:27 -06:00
jonas-atmire
d379552e2c Updating returned object for 'setLogo' to its 'Rest' version to be inline with other RestRepository methods 2019-11-06 12:49:17 +01:00
Samuel
f372176dd0 [DS-4358] Tests in modules: feedback - fix build 2019-11-06 12:06:24 +01:00
Samuel
fad5a0247c [DS-4358] Tests in modules: feedback - modules/server pom 2019-11-06 11:34:32 +01:00
Samuel
8ccd816b9e [DS-4358] Tests in modules: feedback 2019-11-05 17:36:34 +01:00
Chris Wilper
adbc730a36 DS-4379 Stop adding relations as metadata for new items 2019-11-05 10:55:19 -05:00
Peter Nijs
822b6b7361 65788: CRUD on Collection & Community logo feedback 2019-10-25 14:03:46 +02:00
Peter Nijs
f84624fb59 Merge remote-tracking branch 'dspace/master' into w2p-65247_Create-Read-on-Collection-and-Community-logo 2019-10-25 13:45:32 +02:00
Andrea Bollini
0fbe314890 Merge pull request #2503 from atmire/DS-4337-bitstream-bitstreamformat-relation-endpoints
DS-4337 implement bitstream-bitstreamformat relation endpoints
2019-10-24 17:05:49 +02:00
jonas-atmire
0ab96d5c58 Removal of superfluous method. Handled by allowing a null file to be sent, and sending back an error if that is the case 2019-10-24 14:04:14 +02:00
Tim Donohue
9dbfe5d32b Merge pull request #2535 from atmire/DS-4224-paginated-methods-for-relationships
Ds 4224 paginated methods for relationships
2019-10-23 13:49:29 -05:00
Kevin Van de Velde
4cb2f83432 [DS-4358] Tests in modules: Fixing an issue where the server webapp wouldn't start anymore 2019-10-22 13:15:57 +02:00
Kevin Van de Velde
1dc8cf7f32 [DS-4337] Bitstream format PUT endpoint javadoc update 2019-10-22 11:19:37 +02:00
Tim Donohue
827311cb66 Merge pull request #2554 from 4Science/DS-4367
DS-4367 remove unnecessary dspace.restUrl and fix default configuration
2019-10-18 10:04:06 -05:00
Andrea Bollini
d38baea57d DS-4367 add IT for root endpoint properties 2019-10-18 12:41:03 +02:00
Andrea Bollini
fbd5f444df DS-4367 fix property used in test initialization 2019-10-18 11:06:28 +02:00
benbosman
30ad7676ef Merge pull request #2528 from atmire/authority-control-bugfixes
Authority control bugfixes
2019-10-18 11:03:24 +02:00
Raf Ponsaerts
91e763d7a1 Removed the config setting in the destroy method of the AuthorityRestRepositoryIT class 2019-10-18 10:28:55 +02:00
Andrea Bollini
7648e099ae DS-4367 fix comments about baseUrl 2019-10-17 17:58:39 +02:00
Andrea Bollini
b26222f278 DS-4367 remove unnecessary dspace.restUrl and fix default configuration 2019-10-17 17:51:24 +02:00
Peter Nijs
8640337224 65542: CRUD on Collection & Community logo: Feedback 2019-10-17 12:36:23 +02:00
Andrew Wood
4882a7914d DS-4224 Comply with community master 2019-10-16 15:54:27 -04:00
Andrew Wood
a4c0b62b52 DS-4224 Improve paging impl for Entities 2019-10-16 15:54:27 -04:00