forked from ufal/clarin-dspace
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Master #1
Open
tnaskret
wants to merge
10,000
commits into
CLARIN-PL:master
Choose a base branch
from
ufal:master
base: master
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.
Open
Master #1
Conversation
This file contains 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
…r a trailing slash is included or not. (Similar to prior GET commit)
…g 6 throws different errors than Spring 5
…propriate errors, but the status code is changed in Spring 6.
…(SqlTypes.INTEGER)
…e Length.LONG32
…pport CSRF cookies well.
…dentical to the test that expects a 200 OK.
…ure" filter to ensure we are just searching for the one feature we are interested in.
…el caching. Required in Hibernate 6 as subclasses cannot use @Cache annotation
…ed for virtual fields as well. Also minor code cleanup in PatchMetadataIT.
…ctions requiring a GROUP BY, and they throw errors now in latest Hibernate/Postgres
…and nothing seems to break.
…tion.provenance metadata
…em model (discoverable, archived, withdrawn)
…ctor_item_counter
…ctor_item_counter
…ctor_item_counter
Refactor item counter fixes after review
Fix Item Counts (webui.strengths) by refactoring ItemCounter and ItemCountDAO to act like other Spring beans
Remove old UI references from OpenSearch / RSS feeds
The DOIIdentifierProvider using a filter was commented out twice. We should show that it works with and without a filter. Furthermore one comments looked cut off.
In the conversation of DSpace#9271 kshepherd states that he had issues to register DOIs when the doi-filter is usint the is_archived_condition. I was able to reproduce these issues. This removes the reference to that condition from the filter. The item is not archived when the InstallItemService is trying to apply a DOI to it.
…erentiate relationships with same label and different entity types
…into w2p-115434_byLabel-related-entity-type_contribute-main
…is used also for the spring context created by the DSpace kernel
…fierService Update comments in identifier-service.xml
…nditionFromDOIFilter Remove the is-archived_condition from the doi-filter
We can set filters in identifier-service.xml. Setting them in modules/identifiers.cfg is just overidding the other one. To keep things simple, we should avoid having two different filters for the same issue. The filter configured in spring is working for any new DOI, while the one we take out here, is just working for items being run through the install item service.
…Config Cleanup doi filters
…ssfully or an error occurs.
Fix for Bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1
DS-9323: update creativecommons.org links to use https
Fixed too long classpath bug in test_databaseFixed classpath issue in test_database target
Ensure work directory is cleaned up even when Zip export fails
…e return different results
Metadata Import via Scopus API: improved handling of empty search results
…el-related-entity-type_contribute-main Fixed item edit relationships with same type name but different entities all being shown under same label
Delete sync settings when disconnect from orcid
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.
No description provided.