-
Notifications
You must be signed in to change notification settings - Fork 500
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
IQSS/10318 Uningest/Reingest UI #10319
Merged
sekmiller
merged 24 commits into
IQSS:develop
from
QualitativeDataRepository:IQSS/10318-uningest_reingest_UI
Feb 29, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
240e851
Ingest/Uningest from file page
qqmyers 5d241f8
Merge remote-tracking branch 'IQSS/develop' into IQSS/10318-uningest_…
qqmyers fcdc246
missing imports/@EJB
qqmyers 15ae19e
Change command to publish perm
qqmyers 262fb26
superuser only in command, add docs
qqmyers 130cfba
release note
qqmyers 1dc4825
update perms
qqmyers f151226
add bundle strings
qqmyers 14b280c
doc updates
qqmyers c5d1ed1
Merge remote-tracking branch 'IQSS/develop' into IQSS/10318-uningest_…
qqmyers 5dffe36
Apply suggestions from code review
qqmyers 70db48f
change to require publish to uningest for a problem
qqmyers 3d7f72a
add uningest for a problem logic in api
qqmyers 7de7f43
update docs
qqmyers 51fe60c
fix logic
qqmyers 31d7cbc
typo/merge issues
qqmyers 057d2c3
missing save
qqmyers beb5bf6
tweak api doc
qqmyers 00d4189
changelog, release note tweaks
qqmyers 87b5a38
typo #10318
pdurbin 50c84bf
Merge remote-tracking branch 'IQSS/develop' into
qqmyers 5760149
typo
qqmyers 9f34826
just save the file, w/o calling FilePage.save() which creates a draft
qqmyers 6480896
info to fine
qqmyers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
New Uningest/Reingest options are available in the File Page Edit menu, allowing ingest errors to be cleared (by users who can published the associated dataset) | ||
and (by superusers) for a successful ingest to be undone or retried (e.g. after a Dataverse version update or if ingest size limits are changed). | ||
The /api/files/<id>/uningest api also now allows users who can publish the dataset to undo an ingest failure. |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, it's unconventional that this and other methods start with capital "S" but whatever, something to address another time: