-
Notifications
You must be signed in to change notification settings - Fork 535
Auxiliary file download #7729
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
Auxiliary file download #7729
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
7e7a502
download differentially private statistics #7400
pdurbin 2e89bde
initial docs for DP metadata access
djbrooke d8e4b0a
update to match text from depositing data
djbrooke 53b4201
Moved aux file download link to clean up float issue [ref #7400]
mheppler 5c8085d
Moved aux file download link out of canDownload render logic [ref #7400]
mheppler 767f2eb
Removed aux file download link debug code and typo [ref #7400]
mheppler 3c0140b
formatTag and formatVersion are working now #7400
pdurbin 0127d5c
Render logic changes to file access btn and dropdown options [ref #7400]
mheppler fc9381a
Added file access status to dropdown, tooltips to icons, other aux fi…
mheppler 9b7a15d
Fixed render logic on Variable Metadata option under File Access btn …
mheppler a04b783
refactor tests #7400
pdurbin 006a9ba
move English to bundle #7400
pdurbin cc00904
put aux files starting with tag "dp" under DP Stats #7400
pdurbin 5a045be
new domain: opendp.org #7400
pdurbin 22f1d2d
Add "dp" rule to guides #7400
pdurbin 439fcb7
add release note #7400
pdurbin 353134f
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin 01741b3
pass isPublic boolean in tests #7400
pdurbin d368a85
add type for aux files #7400
pdurbin 289ef85
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin 5c67f95
add file extension to aux files on download #7400
pdurbin dcc9104
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin e419194
update release note to reflect recent changes #7400
pdurbin 92af221
add AuxiliaryFilesIT to test suite script #7400
pdurbin a1e852a
prevent anon download of aux files in draft #7400
pdurbin c610321
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin 3b2ea4f
add missing "metadata" from aux file download path #7400
pdurbin 9e5f390
base "other" type/grouping on absence from bundle #7400
pdurbin 9115380
add type=null aux files to "other" list #7400
pdurbin 3441758
move SQL to named queries #7400
pdurbin f55b368
switch from "every version" check to "is file published" #7400
pdurbin 9b852de
refactor getFileExtension into own method #7400
pdurbin 6f8ddc9
make "File Access: " its own entry in bundle #7400
pdurbin 7903a8f
remove contradictory render logic #7400
pdurbin 98fdaef
prevent constant "missing bundle key" messages in server.log #7400
pdurbin 8162886
remove TODO, allowAccessRequests is working #7400
pdurbin 20b4382
remove reference to type=OTHER (legacy concept) in release note #7400
pdurbin 5dc7234
reword "type" on aux file page #7400
pdurbin 51cffe8
remove cruft (tmp file that got committed) #7400
pdurbin b132580
remove duplicate query and refactor #7400
pdurbin 7ea9ffa
Merge branch 'develop' into 7400-opendp-download #7400
pdurbin 46d1bd4
rename SQL script (5.4.1 is out) #7400
pdurbin 20654cd
minor tweak to wording
scolapasta d277aa1
standardize on "Restricted with Access Granted" #7400
pdurbin dab2d8b
make it clear that API might change #7400
pdurbin ed0b037
Minor text tweaking
scolapasta e1d5541
switch SQL query from LIKE to = #7400
pdurbin e913a23
remove duplicate bundle entries #7400
pdurbin cf7b6d1
add note that aux file APIs can be blocked #7400
pdurbin 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| Auxiliary Files can now be downloaded from the web interface. | ||
|
|
||
| - Aux files uploaded as type=DP appear under "Differentially Private Statistics" under file level download. The rest appear under "Other Auxiliary Files". | ||
|
|
||
| In addition, related changes were made, including the following: | ||
|
|
||
| - New tooltip over the lock indicating if you have been granted access to a restricted file or not. | ||
| - When downloading individual files, you will see "Restricted with Access Granted" or just "Restricted" (followed by "Users may not request access to files.") as appropriate. | ||
| - When downloading individual files, instead of "Download" you should expect to see the file type such as "JPEG Image" or "Original File Format" if the type is unknown. | ||
| - Downloaded aux files now have a file extension if it can be determined. | ||
|
|
||
| Please note that the auxiliary files feature is experimental and if you don't need it, its API endpoints can be blocked. |
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
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.
Uh oh!
There was an error while loading. Please reload this page.