forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 21
dataquest-dev/dtq-dev -> lindat sync #1282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
kosarko
wants to merge
28
commits into
clarin-v7
Choose a base branch
from
dataquest/dtq-dev
base: clarin-v7
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… be created with it.
* removed endpoint for added tasklist members
…ialized by PostgreSQL version 13, which is not compatible with this version 15.1`
* Disabled direct download from s3 * Small changes to avoid problem with IT * Skipped test if the property direct download is false --------- Co-authored-by: Matus Kasak <[email protected]>
… module (#1041) * used static, shared isntance of the sazon processor and document builder * fix problem xith saxon, works * remvoed updated and stashed notes * removed synchronization, checkstyle * more readable code * fix array usagage, checkstyle * added volatile to shared sazon processor * checkstyle violations, created final class from saxon * fix doc for saxon, check if array exists before if it contains values
* Create embargo info to health report * Corrected checkstyle violations * Included changes from copilot and coderabbit * Added docs and constant * Ignored default versioned handle provider test --------- Co-authored-by: Matus Kasak <[email protected]>
* Replacing admin and user * Change back user from IT --------- Co-authored-by: Matus Kasak <[email protected]>
* Logging info about sending emails
* Added start and end date to embargo provenance * Consistent formatting for dates Co-authored-by: Copilot <[email protected]> * Created integration test for embargo provenance * Updated IT to expect whole message * Change the expected message in checkEmbargoProvenanceTest --------- Co-authored-by: Matus Kasak <[email protected]> Co-authored-by: Copilot <[email protected]>
* Metadata value in provenance when metadata is added * Updated calling getMessage with item * Implementing suggestion from copilot to better reliability * Renamed mtdkey to metadataKey * Updated provenance test messages for adding metadata * Updated expectation in item-metadata-patch-suite.json * Showing old and new value in provenance when updated metadata * Corrected checkstyle * Updated test for provenance when replacing metadata * Updated replacing bitstream metadata output * Fixed incorrect logic of update bitstream * Removed unnecessary info about bitstreams and corrected IT * Removed typo * Solved failing integration tests * Changed the message (removing info about bitstreams) in replace and remove metadata * Updated expected messages * Refactored for clean code --------- Co-authored-by: Matus Kasak <[email protected]>
* added param isNewVersion as true for import * made documentation of changes more clear * more clear documentation
* set policices on bitstreams and bundles after sharing submission * removed full class name, fix checkstyle * check if objects are null * added more not null controls * removed unused content info * fix not null control * removed code duplicity * get wsi item to variable, separated token generating
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In preparation of new release
This contains the following fixes:
The data directory was initialized by PostgreSQL version 13, which is not compatible with this version 15.1resolves dataquest-dev/dspace-import-clarin#208, resolves #1232