Commit Graph

564 Commits

Author SHA1 Message Date
Mark H. Wood
24c1d44e94 Autowire by name so alias works. Uncomment all strategies, mark for autowiring and lazy loading.
Also tidy up XML internal documentation.
2022-09-21 13:00:41 -04:00
Andrea Bollini
3b23ff95db Merge pull request #2115 from mwoodiupui/DS-3951
[DS-3951] Send Request Copy email to multiple recipients, and some new recipient strategies
2022-09-15 15:38:17 +02:00
Tim Donohue
6b1fae1464 Merge pull request #8461 from philipprumpf/issue-7969
SplitMetadataContributor.java: new class to split metadata values based on a regex
2022-09-14 10:55:21 -05:00
Philipp Rumpf
c2771cbb7e Configure BibTeX authors to be split on "\sand\s" 2022-09-14 07:43:53 +00:00
Luca Giamminonni
43066240e8 Merge remote-tracking branch '4science-bitbucket/main' into CST-5340-OpenAIREFundingDataProvider 2022-09-08 10:25:00 +02:00
Luca Giamminonni
04deb6d42c [CST-5340] Removed not used metadata fields in external-openaire.xml 2022-09-08 10:23:53 +02:00
Tim Donohue
c7692d5517 Merge pull request #8471 from mwoodiupui/upload-autowire
Autowire ConfigurationService in UploadConfiguration instead of requiring explicit configuration
2022-09-01 16:12:17 -05:00
Mark H. Wood
07a464902c [DS-3951] Improve configuration documentation. 2022-08-30 09:29:24 -04:00
Mark H. Wood
8f3289e8cd Merge branch 'main' into DS-3951 2022-08-26 11:15:24 -04:00
Mark H. Wood
4f5203b142 Explicit property must be removed from test configuration too.
I changed over from field injection to constructor injection while
diagnosing the failure caused by this problem, and decided to keep
it.  It's a little more verbose, but safer and clearer in the doco.
Really, the *required* properties should also be constructor
parameters.

Also cleaned up some trailing whitespace in the configuration documents.
2022-08-25 16:33:26 -04:00
Mark H. Wood
747a2aeec9 Autowire constant ConfigurationService field instead of making it a parameter. 2022-08-24 12:30:40 -04:00
Philipp Rumpf
cd65b4483f Configure BibTeX import to provide dc.type (without mapping it) 2022-08-22 12:10:32 +00:00
Mark H. Wood
27143d8e56 [DS-3951] Address review comments. 2022-08-12 13:32:10 -04:00
Luca Giamminonni
5f8728eef2 Merge branch 'CST-5587' into CST-5799 2022-06-21 11:04:54 +02:00
Luca Giamminonni
680e96fda3 [CST-5587] Moved org.dspace.app.orcid and org.dspace.app.profile into org.dspace.orcid and org.dspace.profile 2022-06-20 16:02:01 +02:00
Luca Giamminonni
18573ff054 [CST-5587] Various improvements 2022-06-20 15:00:14 +02:00
Luca Giamminonni
318764fcff Merge branch 'CST-5587' into CST-5799 2022-06-17 17:00:57 +02:00
Luca Giamminonni
258c9a1b4d [CST-5587] Disabled orcid synchronization by default 2022-06-17 17:00:22 +02:00
Luca Giamminonni
c9ce57334b Merge remote-tracking branch '4science-bitbucket/main' into CST-5587 2022-06-17 13:28:31 +02:00
Luca Giamminonni
c8498eb30e Merge remote-tracking branch '4science-bitbucket/main' into CST-5799 2022-06-17 13:27:12 +02:00
Bruno Roemers
3404c074d3 Merge branch 'main' into feature-relationship-versioning-contribution 2022-06-17 10:13:21 +02:00
Tim Donohue
6bd3a38538 Merge pull request #8267 from atmire/w2p-90830_issue-8125_Import-items-stale-in-discovery
Prevent imported items to be considered stale in discovery
2022-06-16 15:40:28 -05:00
Tim Donohue
b3a3d68f0c Merge pull request #8235 from 4Science/CST-5303-live-import
Migrate extra DSpace-CRIS "Live Import" sources to DSpace (Scopus, WOS, PubMedEurope, CiNii)
2022-06-16 15:36:45 -05:00
benbosman
e50724c95a Export Metadata (CSV) from Search Results (#8037)
* [task 84826] adding a method to get an iterator of items found to the SearchService

* [task 84826] making the command line script for the search export

* [task 84826] test for the rest endpoint for the search csv export script

* [task 84826] test for the case of exporting based on a search query

* [task 84826] attempt at limiting the scope in which the search is happening

* [task 84826] limiting the scope of the search export and implementing more options

* [task 84826] implementing feedback + adding forgotten test file

* [task 85895] improving filters in metadata export search

* [task 86023] made code more readable

* [task 86023] allowing more than 1 filter to be applied

* checkstyle fixes

* 86307: Move DiscoverQueryBuilder to DSpace API

* 86307: Fix spring issue

* removing autowired in dspace-api querybuilder

* using querybuilder to create a query

* creating the querybuilder using servicemanager

* [task 87993] bugfix in MetadataExportSearch

* Revert "removing autowired in dspace-api querybuilder"

This reverts commit 252ef24765.

* checkstyle fixes

* [task 88304] added javadocs

* [task 88304] restoring authentication earlier so tests run authenticated

* implemented feedback

* Remove comment

* [task 90900] extended test suite

* [task 90900] checkstyle fixes

* [task 90900] changed location of file save for MetadataExportSearch

* [task 90900] checkstyle fix

* [task 90900] used jackson databind instead of json

* [task 90900] removed accidentally added spaces

* [wip] [task 90900] adding tests for fail scenarios

* [task 90900] adding tests for fail scenarios

* [task 90900] used jackson databind instead of json

* [task 90900] removed accidentally added spaces

* [wip] [task 90900] adding tests for fail scenarios

* [task 90900] adding tests for fail scenarios

* [task 90900] deleted accidentily added file

* specified file location for export file from cli

* checkstyle fixes

* [task 91781] implemented feedback

* setting export dir differently in tests

* trying another export dir folder

* saving export in a location outside of dspace

* [task 91781] used same export dir as metadataexportit

* [task 91781] added debug printing

* [task 91781] added debug printing

* [task 91781] added debug printing

* [task 91781] changed prints to logs

* [task 91781] more debug info

* [task 91781] more debug info

* [task 91781] more debug info

* TEMP: Assert script success/failure

* TEMP: Handled exception is not a failure

* TEMP: Maybe a workaround for DiscoveryIT failures

* Revert "TEMP: Maybe a workaround for DiscoveryIT failures"

This reverts commit 7b1ebcf13a.

* TEMP: Confirm that MetadataExportSearchIT knocks out DiscoveryIT now

* TEMP: Initialize services in setup() instead of inline

* TEMP: Don't share runnable handler between tests

* TEMP: Use SearchService in test context before script context

* [task 91781] making search service available in the class

* checkstyle fixes

* [task 91781] ignoring MetadataExportSearchIT

* [task 91781] specifying export file name in rest script run

* [task 91781] switching the sort order

Co-authored-by: Joost <joost.fock@atmire.com>
Co-authored-by: Yana De Pauw <yana@atmire.com>
Co-authored-by: Yura Bondarenko <yura.bondarenko@atmire.com>
2022-06-16 13:32:10 -05:00
Mykhaylo
d01a89ca16 [CST-5303] removed SimpleMapConverter 2022-06-16 13:06:12 +02:00
Mykhaylo
54b4092320 [CST-5303] implemented community feedback 2022-06-15 17:19:53 +02:00
Mykhaylo
a3ca2badf4 Merge branch 'main' into CST-5303-live-import 2022-06-13 09:39:37 +02:00
Luca Giamminonni
bec50786de Merge branch 'CST-5587' into CST-5799 2022-06-10 17:09:51 +02:00
Bruno Roemers
c1e99b1b7a Merge branch 'main' into feature-relationship-versioning-contribution 2022-06-10 13:25:00 +02:00
Luca Giamminonni
a1c9e7e9f9 Merge remote-tracking branch '4science-bitbucket/main' into CST-5587 2022-06-10 12:31:59 +02:00
Luca Giamminonni
dc5ef4844b Merge remote-tracking branch '4science-bitbucket/main' into CST-5669 2022-06-09 17:45:28 +02:00
Tim Donohue
f9a38cab41 Merge pull request #8232 from 4Science/CST-5306
Researcher profile REST repository
2022-06-09 10:07:08 -05:00
Mykhaylo
8c7e049802 [CST-5303] minor update 2022-06-09 15:48:20 +02:00
Mykhaylo
b16780d816 [CST-5303] refactoring WOS 2022-06-09 15:09:18 +02:00
Mykhaylo
3f57305529 Merge branch 'main' into CST-5303-live-import 2022-06-09 10:06:24 +02:00
Tim Donohue
196a5bfeb2 Merge pull request #8238 from 4Science/CST-5303-live-import-4PR
Migrate extra DSpace-CRIS "Live Import" sources to DSpace (EPO & ADS)
2022-06-08 12:24:34 -05:00
Mykhaylo
8ffb4dd6c6 [CST-5303] refactored scopus live import integration 2022-06-08 17:29:51 +02:00
Giuseppe Digilio
a3ed88fa8f Merge branch 'main' into CST-5306 2022-06-08 16:59:33 +02:00
Tim Donohue
e108f11379 Merge pull request #8271 from 4Science/CST-5269-Sherpa-Romeo
Sherpa-Romeo Integration
2022-06-08 09:17:55 -05:00
Tim Donohue
be71908b2c Merge pull request #8166 from 4Science/CST-5288
Introduced Spring boot actuators
2022-06-08 09:10:52 -05:00
Mykhaylo
84a51fac2a [CST-5303] added 'none' to supported entity types 2022-06-07 17:30:15 +02:00
Mykhaylo
b6a54d75b3 [CST-5303] Implemented community feedbacks 2022-06-07 12:42:59 +02:00
Luca Giamminonni
00031a0dd6 Merge remote-tracking branch '4science-bitbucket/main' into CST-5669 2022-06-06 15:28:10 +02:00
Mykhaylo
0935581836 minor update 2022-06-01 16:40:16 +02:00
Mykhaylo
d8aec0ce67 Merge branch 'main' into CST-5303-live-import 2022-05-31 00:23:24 +02:00
Mykhaylo
b8e269a477 [CST-5303] Implement community feedbacks 2022-05-30 11:38:54 +02:00
Mykhaylo
e5f39723bf fix failed tests 2022-05-26 18:56:34 +02:00
Mykhaylo
f607571837 [cst-5303] fix metadata 2022-05-26 18:16:50 +02:00
Mykhaylo
ed07cece6b Merge branch 'main' into CST-5303-live-import-4PR 2022-05-26 17:10:20 +02:00
Luca Giamminonni
1a6ba75369 Merge remote-tracking branch '4science-bitbucket/main' into CST-5587 2022-05-26 15:59:04 +02:00