Commit Graph

19163 Commits

Author SHA1 Message Date
Tim Donohue
fc16a5f39f Merge pull request #9807 from kshepherd/9806_rewrite_integration_tests_builders
Rewrite DSpace integration tests to consistently use AbstractBuilder<T> builders
2024-09-06 11:49:02 -05:00
Kim Shepherd
f6cabe648d #9806: Move cleanup of handle provider to destroy in VersionedHandleIdentifierProviderIT 2024-09-06 17:58:23 +02:00
Kim Shepherd
4af6900650 #9806: Set explicit id provider before VersioningWithRelationshipsIT 2024-09-06 17:15:15 +02:00
Kim Shepherd
3521ab6d35 #9806: Use builders for creation in VersioningWithRelationshipsIT
I am a bit uncertain about the createBean() calls here, why do
we not simply *get* the configured beans using the service manager
instead, but will look at that in a separate change
2024-09-06 16:45:05 +02:00
Kim Shepherd
90536e443b #9806: Align provider reg in CreateMissingIdentifiersIT with other tests
VersionedHandlerIdentifierProviderIT uses this registerProvider method
which looks more reliable and doesn't do a refresh/reload of
applicationContext after (which I suspected might have an odd interaction
with VersioningWithRelationshipsIT and its createBean() calls?)
2024-09-06 16:43:36 +02:00
Kim Shepherd
8cfb433c40 #9806: Update object cleanup in GroupRestRepositoryIT 2024-09-06 15:58:59 +02:00
Kim Shepherd
2d9988f77c #9806: Builders for comm, coll, group in CommunityAdminGroupRestControllerIT 2024-09-06 15:35:43 +02:00
Kim Shepherd
f4629d8351 #9806: Use builders for comm, coll, group creation in CollectionGroupRestControllerIT 2024-09-06 15:35:14 +02:00
Kim Shepherd
6e9181e3f7 #9806: Use builders for comm, coll, group creation in SupervisionOrderServiceIT 2024-09-06 15:34:05 +02:00
Kim Shepherd
b99b1eec29 #9806: Refactor WorkspaceItemBuilder to support specific item uuid 2024-09-06 15:33:30 +02:00
Kim Shepherd
2ef69045d1 #9806: Use builders for group, comm, coll creation in StructBuilderIT 2024-09-06 15:32:08 +02:00
Kim Shepherd
1f475aa731 #9806: Use builders for group, comm, coll creation in PackagerIT 2024-09-06 15:31:31 +02:00
Kim Shepherd
80328eaca5 #9806: Tidy imports for GroupRestRepositoryIT 2024-09-06 15:30:52 +02:00
Kim Shepherd
9205773802 #9806: Use builders for coll, comm, group creation in GroupRestRepositoryIT 2024-09-06 15:29:48 +02:00
Kim Shepherd
b13abac753 #9806: Use builders for coll, comm, group creation in BitstreamRestRepositoryIT 2024-09-06 15:28:27 +02:00
Kim Shepherd
cdb167e55a #9806: Add new create methods to group builder
Now supports admin groups, default read, workflow role
2024-09-06 15:25:18 +02:00
Tim Donohue
be1ee8b264 Merge pull request #9653 from AndrewAlesik/media-filter-new-functionality
New parameter fromdate for media-filter script
2024-09-04 16:48:50 -05:00
Tim Donohue
d4f6cd6bb4 Merge pull request #9668 from kshepherd/request_copy_link_generation
Fix for DSpace#9667: Request-a-copy link generation for base URLs that have sub-paths
2024-09-04 11:06:45 -05:00
Andrew
9c7b20ff57 fix: changed parameter of HQL query 2024-09-04 15:31:28 +02:00
Kim Shepherd
185a6fdf91 lint fixes (RequestItemRepository) 2024-09-04 15:19:34 +02:00
Kim Shepherd
74a6dc2187 Tidy implementation of link token generation 2024-09-04 14:04:35 +02:00
Kim Shepherd
a9f6d77112 Improved URI build method as per review 2024-09-04 14:04:35 +02:00
Kim Shepherd
6eb3271fa3 #9668: Ensure proper handling of non-subpath URLs in link tokens 2024-09-04 14:04:35 +02:00
Kim Shepherd
3646a54df3 Make RequestItemRepository#getLinkTokenEmail public, write test 2024-09-04 14:04:35 +02:00
Kim Shepherd
52702a23df Fix request a copy link token generation
Ensure DSpace URLs with extra segments are included
fully in the generated link
2024-09-04 14:04:35 +02:00
Tim Donohue
658b452959 Merge pull request #9639 from 4Science/task/main/DURACOM-265_CC-licence-step-does-not-work
[ #2161] Provide a way to require Creative Commons license in submission form
2024-09-03 16:13:53 -05:00
Tim Donohue
e5ddcdf70d Merge pull request #9796 from kshepherd/datacite_xsl_language_code_translation
Translate underscores to dashes in xml:lang attr for DIM2DataCite.xsl
2024-09-03 12:18:55 -05:00
Kim Shepherd
a898afd5ac Translate underscores to dashes in xml:lang attr for DIM2DataCite.xsl
Modified the DataCite crosswalk to ensure that the xml:lang attribute translates any underscores in the value of @lang to dashes. This change aligns the attribute formatting with standard language code conventions.
2024-09-03 17:13:01 +02:00
kshepherd
74bb24b953 Merge pull request #9768 from 4Science/DURACOM-222
Expose the item submitter over the REST endpoint `/api/core/items/<:uuid>/submitter`
2024-09-02 11:36:37 +02:00
eskander
875327927c [DURACOM-222] adding more ITs 2024-09-02 11:20:04 +03:00
Tim Donohue
d5b1cf3182 Merge pull request #9775 from mwoodiupui/more-frequent-solr-updates
Make statistics autocommit much more frequently
2024-08-29 16:22:35 -05:00
Tim Donohue
a24a355aaa Merge pull request #9497 from mwoodiupui/workflow-curator-nesting
In workflow-attached curation, separate task-list building from execution.
2024-08-29 10:27:18 -05:00
kshepherd
1b7d028ec0 Merge pull request #9765 from autavares-dev/fix-index-discovery-when-using-handle
Fix index-discovery process when using handle
2024-08-29 17:06:46 +02:00
kshepherd
7bb9f0702f Merge pull request #9684 from saschaszott/patch-39
Crossref metadata import: change order of person name parts
2024-08-29 17:02:44 +02:00
Sascha Szott
546afb189e applied change suggested by reviewer: use String.prototype.includes 2024-08-29 16:24:38 +02:00
kshepherd
e201cc522e Merge pull request #9759 from saschaszott/patch-46
cleanup / optimize Messages.properties
2024-08-29 15:01:30 +02:00
Sascha Szott
002e637d4f fix failed first login attempt in HAL browser 2024-08-27 10:33:01 +02:00
Mark H. Wood
5c9af9764e Make statistics autocommit much more frequent. 2024-08-26 15:02:31 -04:00
Bram Luyten
7ff6d55bec Merge pull request #9671 from atmire/w2p-115693_DataCite-DOI-fix
DataCite DOI error fixes
2024-08-23 13:24:40 +02:00
eskander
49e8653d03 [DURACOM-222] adding ITs 2024-08-21 16:29:35 +03:00
eskander
3afaae74b0 [DURACOM-222] Expose the item submitter over the REST 2024-08-21 15:25:27 +03:00
autavares-dev
077aed38dc Fix index-discovery process when using handle 2024-08-12 15:08:26 -03:00
Sascha Szott
61048b9141 fix value of org.dspace.checker.SimpleReporterImpl.unchecked-bitstream-report 2024-08-08 14:21:45 +02:00
Sascha Szott
fab9c670a3 optimize order of messages keys 2024-08-08 14:19:52 +02:00
Sascha Szott
030682d709 remove obsolete message keys in Message.properties 2024-08-08 14:14:42 +02:00
kshepherd
cbea61cfc7 Merge pull request #9750 from cclauss/codespell
Fix typos discovered by codespell
2024-08-06 17:12:01 +02:00
Christian Clauss
dbf33f2113 Fix typos discovered by codespell 2024-08-06 16:37:21 +02:00
Tim Donohue
8e82640cb3 Merge pull request #9745 from cclauss/patch-1
README.md: v8 is the current release, not v7
2024-08-05 09:34:40 -05:00
Christian Clauss
671234b08f Update README.md 2024-08-04 11:04:12 +02:00
Christian Clauss
2b698eff60 README.md: v8 is the current release, not v7 2024-08-04 10:56:32 +02:00