-
Notifications
You must be signed in to change notification settings - Fork 493
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
10286 add owner info #10322
Merged
Merged
10286 add owner info #10322
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8abeaf0
#10286 add breadcrumbs to dataset api
sekmiller 9fdebb3
Merge branch 'develop' into 10286-add-owner-info
sekmiller 572b9cb
#10286 move owner type to beginning
sekmiller 889e942
#10286 update pathparam name/terms
sekmiller 6e51bbc
#10286 add owner array to file api
sekmiller 43f61e6
#10286 add owner array to view dv
sekmiller 43f8706
Merge branch 'develop' into 10286-add-owner-info
sekmiller 1898c14
#10286 add test for get ds api
sekmiller a828fd1
#10286 add integration tests
sekmiller 9fd7c48
Merge branch 'develop' into 10286-add-owner-info
sekmiller 923f02e
#10286 delete test data
sekmiller 5ba6a1a
Merge branch 'develop' into 10286-add-owner-info
sekmiller d3482af
Merge branch 'develop' into 10286-add-owner-info
sekmiller 0244b1e
Merge branch 'develop' into 10286-add-owner-info
sekmiller 314e2eb
#10286 changes from CR
sekmiller 78d7283
#10286 minor cleanup
sekmiller a752ba7
#10286 separate version from identifier
sekmiller 951077f
#10286 fix copy paste error
sekmiller f9429bb
Merge branch 'develop' into 10286-add-owner-info
sekmiller 4709cd0
#10286 merge cleanup
sekmiller 4789d2e
#10286 more merge fixes
sekmiller 6a4af15
#10286 prevent double owner array; fix test
sekmiller 14a817c
#10286 add release note
sekmiller a34d1ec
Update native-api.rst
sekmiller b17d3d9
Merge branch '10286-add-owner-info' of https://github.com/IQSS/datave…
sekmiller 3751638
#10286 remove debug code
sekmiller 34c0f67
#10286 code cleanup
sekmiller ae132a3
Revert "Update native-api.rst"
sekmiller da77732
#10286 one more test
sekmiller 9790d23
Update native-api.rst
sekmiller 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,5 @@ | ||
The API endpoints for getting datasets, Dataverse collections, and datafiles have been extended to support the following optional 'returnOwners' query parameter. | ||
|
||
Including the parameter and setting it to true will add a hierarchy showing which dataset and dataverse collection(s) the object is part of to the json object returned. | ||
|
||
|
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.
Updated docs for
getPrivateUrlDatasetVersion
are missing, if I am not wrong.