Commit Graph

731 Commits

Author SHA1 Message Date
Mykhaylo
3060819a14 Merge branch 'main' into CST-6108-ValidatePassword 2022-08-25 17:11:24 +02: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
Vincenzo Mecca
92f43aced3 [#8356][DURACOM-69] Change Requests 2022-08-16 11:37:28 +02:00
Mark H. Wood
27143d8e56 [DS-3951] Address review comments. 2022-08-12 13:32:10 -04:00
Luca Giamminonni
e3528dc098 [CST-6108] Refactoring of ValidatePasswordService 2022-08-03 15:18:40 +02:00
Mykhaylo
5bd8b68200 [CST-6108] Implementation to validate password strength 2022-07-13 17:55:48 +02:00
Luca Giamminonni
bab8d26ac4 Merge branch 'CST-5249' into CST-5249_suggestion 2022-07-13 15:46:47 +02:00
Luca Giamminonni
ca36903cde [CST-5247] Added OPENAIRE broker client to directly download events 2022-07-13 15:43:26 +02:00
Luca Giamminonni
dd46e54b81 [CST-5247] Renamed OpenaireEventsRunnable to OpenaireEventsImport 2022-07-12 12:53:01 +02:00
Luca Giamminonni
8bcfde105d Merge branch 'CST-5249' into CST-5249_suggestion 2022-07-11 18:36:52 +02:00
Luca Giamminonni
55f235ef9c [CST-5249] Added tests for OpenaireEventsRunnable 2022-07-11 18:13:46 +02:00
Luca Giamminonni
13d0ddaae9 Merge branch 'CST-5249' into CST-5249_suggestion 2022-07-07 13:02:53 +02:00
Luca Giamminonni
7259393600 [CST-5249] Renamed NB with QA 2022-07-04 16:41:13 +02:00
Luca Giamminonni
da268420a0 Merge remote-tracking branch '4science-bitbucket/main' into CST-5249 2022-07-04 15:32:03 +02:00
Vincenzo Mecca
904a643585 Merge remote-tracking branch 'origin/main' into main-duracom-69 2022-06-30 13:38:38 +02: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
Vincenzo Mecca
b2dca9ff6a Merged main into main-duracom-69 2022-06-17 10:37:05 +00: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
Luca Giamminonni
8b3ab2427d [DSC-403] Fixed S3 use relative path property name 2022-06-16 11:05:35 +02:00
Mykhaylo
e7e45be3f3 refactored s3bitStore 2022-06-16 11:05:19 +02:00
Andrea Bollini
4468fccdcd DSC-403 Porting to DSpace-CRIS 7 of the IAM support for S3 2022-06-16 10:58:00 +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