forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 2
ZCU/Fix sword auth issues #871
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
Merged
Merged
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
… convergence issues
…_x/net.minidev-json-smart-2.5.1 Bump net.minidev:json-smart from 2.5.0 to 2.5.1
[Port dspace-7_x] Fix resource policy type not set for bitstreams when importing items
Fixing issue DSpace#7464 for DSpace 7
…e-policies-to-have-group-or-eperson [Port to dspace-7_x] Enforce resource policies to have group or eperson
[Port dspace-7_x] Add more SWORDv2 Integration Tests
…lk exception instead of RuntimeException.
vidiecan
approved these changes
Feb 13, 2025
milanmajchrak
added a commit
that referenced
this pull request
Feb 14, 2025
* Sync a few dependency exclusions from dspace-8_x to dspace-7_x to fix convergence issues * Merge pull request DSpace#10306 from DSpace/dependabot/maven/dspace-7_x/net.minidev-json-smart-2.5.1 Bump net.minidev:json-smart from 2.5.0 to 2.5.1 * Merge pull request DSpace#9520 from DSpace/backport-9296-to-dspace-7_x [Port dspace-7_x] Fix resource policy type not set for bitstreams when importing items * Added removed resource policies when adding bitstreams in the AbstractMETSIngester * Merge pull request DSpace#9596 from paulo-graca/bugfixes/issue-7464 Fixing issue DSpace#7464 for DSpace 7 * Merge pull request DSpace#9191 from atmire/w2p-106812_enforce-resource-policies-to-have-group-or-eperson [Port to dspace-7_x] Enforce resource policies to have group or eperson * Fixed Tests following the Resource Policy refactoring * Merge pull request DSpace#9364 from DSpace/backport-9336-to-dspace-7_x [Port dspace-7_x] Add more SWORDv2 Integration Tests * Added test to depositItemWithEmbargo when the user is in the submitter group * Throw a proper exception with more info when Authorization or Crosswalk exception instead of RuntimeException. * Update all GitHub Actions. Add newly required CODECOV_TOKEN to codecov action * Revert unwanted change * Removed mets-embargo.xml because it is not used --------- Co-authored-by: Tim Donohue <[email protected]>
milanmajchrak
added a commit
that referenced
this pull request
Feb 14, 2025
milanmajchrak
added a commit
that referenced
this pull request
Mar 7, 2025
* Update tag-release.yml - generate release image also for psql, solr and dependencie * Check submit group for submitter not for current user * Changed hasMetadata to hasCMDI in submission form * CZ submission - the type is not repeatable * Fixed sword auth issues (#871) (#876) * Commented out the License flyway script to automatically insert default licenses * Created job to generate preview for every item or for a specific one (#887)
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.
Problem description
The issue desc is here: https://github.com/dataquest-dev/dspace-customers/issues/188
@vidiecan
Do review only for this commits: