-
Notifications
You must be signed in to change notification settings - Fork 541
IQSS/7068 Reserve File Pids #7334
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
stevenwinship
merged 34 commits into
IQSS:develop
from
QualitativeDataRepository:IQSS/7068-Reserve_file_PIDs
Aug 15, 2024
Merged
Changes from 5 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b1a88b4
file pid reservation
qqmyers 94bda80
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers 7f90269
add file pid reservation step to publish
qqmyers 77bd653
comment change
qqmyers d76a738
check if file PIDs used once, use constants - per comments
qqmyers e0b975e
Merge remote-tracking branch 'IQSS/develop' into
qqmyers 98a7a83
adding release note
djbrooke 2ec3bac
Merge branch 'IQSS/7068-Reserve_file_PIDs' of https://github.com/Qual…
djbrooke 8a41176
release notes, API doc update
djbrooke 4d9b497
reflecting datasets and files for the PID endpoint
djbrooke 979d402
removing release note about pre-reg for file PIDs as this is not supp…
djbrooke 1e567dc
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers cdace4f
file pid pre-reservation
qqmyers c34e522
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers 91862bd
Merge branch 'IQSS/7068-Reserve_file_PIDs' of https://github.com/Qual…
qqmyers fb017bf
avoid problem when GlobalIDServiceBean implicitly merges
qqmyers 931af58
update theDataset
qqmyers 988b1d9
noting that PID reservation can cause old timeouts to be too short
qqmyers 5ae4e27
more specifics
qqmyers 99194ec
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers 7c42ca8
Merge remote-tracking branch 'IQSS/develop' into IQSS/7383_file_pid_r…
qqmyers 94b86ca
Merge branch 'IQSS/7383_file_pid_reservation_api_call' into IQSS/7068…
qqmyers 18e6add
Merge remote-tracking branch 'IQSS/develop' into
qqmyers 28774b4
Merge remote-tracking branch 'IQSS/develop' into
qqmyers de8ff38
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers 682858d
Merge remote-tracking branch 'IQSS/develop' into
qqmyers e3b01d5
release note update
qqmyers c5b490c
cleanup reformatting
qqmyers 3c194db
further cleanup
qqmyers afefed4
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers 9a4ddd3
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
qqmyers da87bd1
set createTime earlier
qqmyers 404ccff
Merge remote-tracking branch 'IQSS/develop' into
qqmyers 0fd4ee1
Merge remote-tracking branch 'IQSS/develop' into IQSS/7068-Reserve_fi…
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 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
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
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
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
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
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
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
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
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.
I thinking about how we iterate though all the files below. Couldn't we short circuit that iteration and simply return early if file level PIDs are not enabled?
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.
pulled the test of shouldRegister out of the loop.