Commit Graph

3385 Commits

Author SHA1 Message Date
Mykhaylo
deec143f35 added tests 2021-03-25 16:51:37 +01:00
Tim Donohue
8f5c826781 Merge pull request #3198 from 4Science/CST-3980-WorkflowDiscoveryConfigurationQueryWithQueryParameterSetWithFreeTextReturnsNoResults
Workflow discovery configuration query with query parameter set with free text returns no results
2021-03-25 09:33:30 -05:00
Tim Donohue
c2108141ec Merge pull request #3206 from atmire/w2p-77810_Issue-3139_Log-REST-API-exceptions
Exceptions in DSpace 7 REST API producing log entries in DSpace log files
2021-03-25 09:26:01 -05:00
Mykhaylo
a31383ce6f Implement community feedbacks 2021-03-25 11:47:25 +01:00
Andrea Bollini
3b8677b994 Merge pull request #3176 from atmire/w2p-77228_Issue-2798-Missing-ITs-for-browse-by-authority-values
Missing ITs for browse by authority values fix
2021-03-25 11:14:43 +01:00
Andrea Bollini
37289b01c4 Code cleanup: remove unused submit code from dspace-api 2021-03-24 21:01:28 +01:00
Andrea Bollini
b11afd16f3 Mock the publication import service for testing 2021-03-24 20:57:42 +01:00
Andrea Bollini
e8ee8e5afb Fix misleading properties names for the CharacterSeparated provider 2021-03-24 17:16:33 +01:00
Samuel
01ff437b74 fix #1067 metadatafield with blank qualifier 2021-03-24 16:35:47 +01:00
Andrea Bollini
ca70f69fb9 Make a common ancestor for the Listener and processing steps 2021-03-24 13:37:47 +01:00
Andrea Bollini
c62d06374e Cleanup submission code
Moved shared code among workspace and workflow repository to the submission service
introduced a base RestProcessingStep interface to be specialized among ListenerStep and AbstractRestProcessingStep (data processing)
removed retrieval of the Request from the service passing directly the http request that was available
added test to check the special case of steps that should be not exposed as panel (extract step)
2021-03-24 12:31:24 +01:00
Tim Donohue
e1478f6fdd Merge pull request #3191 from 4Science/CST-3961-CannotClaimPoolTasksCreatedBeforeYouWereAddedToAworkflowApprovalGroup
Cannot claim PoolTasks created before you were added to a workflow approval group
2021-03-23 08:59:56 -05:00
Tim Donohue
f4b5e9c26b Merge pull request #3168 from tdonohue/reduce_csrf_token_refreshing
Reduce frequency of CSRF Tokens being refreshed/reset
2021-03-22 10:07:04 -05:00
Mykhaylo
0c6c1adc99 Merge branch 'main' into CST-3961-CannotClaimPoolTasksCreatedBeforeYouWereAddedToAworkflowApprovalGroup 2021-03-22 11:30:56 +01:00
Yura Bondarenko
03c8079be8 77810 - Log 5xx/4xx REST exceptions 2021-03-19 15:36:18 +01:00
Raf Ponsaerts
af226189e0 changed cleanup from general tests to after specific test 2021-03-19 10:57:00 +01:00
Tim Donohue
404b8281ee Enhance expectations in test. Document in comments why we send 2 cookies when CSRF token changes. 2021-03-18 16:05:25 -05:00
Tim Donohue
158d088fec Enhance/add JavaDocs to RestAuthenticationService 2021-03-18 16:05:25 -05:00
Tim Donohue
e0b9a488b5 Modify behavior to match tests. CSRF token only refreshes on login, logout or when sent via param. 2021-03-18 16:05:25 -05:00
Tim Donohue
e100063abc Add tests for expected behavior. CSRF token only refreshes on login, logout or when passed as a param. 2021-03-18 16:05:25 -05:00
Tim Donohue
2c4e7118e6 Merge pull request #3179 from Micheleboychuk/CST-3937-TheHALlinksForSearchEndpointsAreBrokenAndNamedInAninconsistentWay
The HAL links for search endpoints are broken and named in an inconsistent way
2021-03-18 15:48:31 -05:00
Mykhaylo
8e5c28572f added test that proves bug in discovery search with configuration = workflow 2021-03-18 16:40:04 +01:00
Raf Ponsaerts
17dd108381 changed test matching to reflect ordering 2021-03-18 13:48:20 +01:00
Luca Giamminonni
233202dbe4 MetadataDeletion script improvements 2021-03-17 15:22:14 +01:00
Luca Giamminonni
f6f501d37c Script to delete all the values of a specified metadata field 2021-03-17 14:51:33 +01:00
Raf Ponsaerts
7bacbe73d4 Fixed authorityKey in facet endpoint response and constructed a test for this 2021-03-17 12:42:47 +01:00
Mark H. Wood
dc487fd29d Replace new uses of Log4J v1 with v2. Ban v1 artifacts. #3190. 2021-03-17 06:04:49 -04:00
Mykhaylo
025864a149 added test that proves right functionality of workflow 2021-03-17 10:44:28 +01:00
Andrea Bollini
1cb6a2ffa0 Align test to the configuration 2021-03-17 09:32:08 +01:00
Andrea Bollini
2eed442e06 Remove BTE and implement the metadata extraction step using the Live Import 2021-03-16 21:31:24 +01:00
Mykhaylo
3d37e1cb9b added a fix that able to add configuration in search links of facet values 2021-03-16 16:14:40 +01:00
Mykhaylo
3961503fbf added tests that prove search links in facet values don't contain the configuration 2021-03-16 16:09:28 +01:00
Yura Bondarenko
315e29d2b1 77582: Add HandleService#formatHandle to strip prefixes from handle 2021-03-16 13:21:43 +01:00
Andrea Bollini
2b31e5db8e Adapt findAll test to the new configuration 2021-03-16 10:09:49 +01:00
Andrea Bollini
85ea680140 Rename staff according to the current ORCID version 2021-03-15 15:17:05 +01:00
Andrea Bollini
070776557d Adapt orcid and sherpa authorities to the new APIs 2021-03-14 22:48:47 +01:00
Mark H. Wood
5c6cd3eca3 [DS-3951] Update a newer test to cope with lists of recipients. 2021-03-13 20:22:05 -05:00
Tim Donohue
55fafe75e0 Merge pull request #3178 from Micheleboychuk/CST-3544-CollectionResourceEndPointsDontIncludePaginationInformation
Collection resource end points dont include pagination information
2021-03-12 16:04:09 -06:00
Tim Donohue
c84a349039 Merge pull request #3150 from atmire/w2p-75924_Entitytypes-in-sitemaps
DS-4283: (Google Scholar) Provide Entity Type Label/Name as part of URL path
2021-03-12 12:19:30 -06:00
Mykhaylo
52a3df1243 Merge branch 'main' into CST-3937-TheHALlinksForSearchEndpointsAreBrokenAndNamedInAninconsistentWay 2021-03-11 11:32:41 +01:00
Mykhaylo
559b267ca2 changed single name to plural name on search methods of HAL links 2021-03-10 10:44:01 +01:00
Mykhaylo
e6576e07cd added tests to prove right functionalicy of root search end points 2021-03-09 17:33:18 +01:00
Mykhaylo
65c84f0554 added check to model plural name for search methods 2021-03-09 16:30:04 +01:00
Mykhaylo
b153194348 fixed bug that hided pagination information in the self link 2021-03-09 13:16:44 +01:00
Mykhaylo
afef66b1b8 added tests that prove the correct links during the request with pagination information 2021-03-09 13:10:19 +01:00
Yura Bondarenko
ece20cf1d4 77228: Fix browse/facet authority IT cleanup 2021-03-09 09:44:54 +01:00
Mykhaylo
5fc63dc140 Merge branch 'main' into CST-3539_rebased 2021-03-08 10:15:51 +01:00
Yura Bondarenko
379dd2d8a7 77228: Fix line length 2021-03-05 16:55:41 +01:00
Yura Bondarenko
0df65bfa9b 77228: Fix authority browse/facet IT side effects 2021-03-05 12:03:45 +01:00
Yura Bondarenko
fea0a3a896 77228: Fix line length 2021-03-05 10:19:38 +01:00