-
Notifications
You must be signed in to change notification settings - Fork 541
11525 retrieve collections a user can create datasets in #11681
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
ofahimIQSS
merged 34 commits into
develop
from
11525-retrieve-collections-a-user-can-create-datasets-in
Sep 10, 2025
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5ee2360
DRAFT using mydata/retrieve API
stevenwinship 2b8d4ee
DRAFT using mydata/retrieve API
stevenwinship f4d017c
DRAFT using mydata/retrieve API
stevenwinship 2dee3f7
adding new api endpoint
stevenwinship 6004421
update docs
stevenwinship d3d8358
new endpoint
stevenwinship ec0bdcf
switch to GetUserPermittedCollectionsCommand
stevenwinship e4da1b5
fix doc
stevenwinship d4d2db3
remove unused includes from test
stevenwinship 639923a
remove unused method from test
stevenwinship 9688bc0
adding superuser bypass
stevenwinship da46343
Merge branch 'develop' into 11525-retrieve-collections-a-user-can-cre…
stevenwinship ebbb223
adding id to json response
stevenwinship 3ba39fe
Merge branch 'develop' into 11525-retrieve-collections-a-user-can-cre…
stevenwinship 9a87d0f
Merge branch 'develop' into 11525-retrieve-collections-a-user-can-cre…
stevenwinship 2b51bba
Update doc/sphinx-guides/source/api/native-api.rst
stevenwinship 65fb72c
review comments and refactor
stevenwinship b752b22
review comments and refactor
stevenwinship 785c4a3
adding unit test
stevenwinship 09544db
refactor
stevenwinship 3813f9b
review comments
stevenwinship a82b90b
review comments
stevenwinship baf0b00
if api key is present do not use session
stevenwinship 9a977ab
review comments
stevenwinship 9ea5df8
adding debug for testing
stevenwinship 3abf810
adding debug for testing
stevenwinship 174c136
remove debugging
stevenwinship abc7dc3
Merge branch 'develop' into 11525-retrieve-collections-a-user-can-cre…
stevenwinship b368b46
change collections to dataverses
stevenwinship 2e449f3
addressing review comment
stevenwinship c792497
Update src/main/java/edu/harvard/iq/dataverse/engine/command/impl/Get…
stevenwinship 2678e69
Refactor: removed unused logger and applied final keyword in class le…
GPortas cf7482e
Added: unit tests for GetUserPermittedCollectionsCommand
GPortas 801d8cc
Fixed: incorrect response code in testUserPermittedDataverses IT
GPortas 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
5 changes: 5 additions & 0 deletions
5
doc/release-notes/11525-retrieve-collections-a-user-can-create-datasets-in.md
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,5 @@ | ||
| ### New API to retrieve a list of collections that an authenticated user can create a dataset in | ||
|
|
||
| The API GET /api/mydata/retrieve/collectionList will return all the dataverse objects that the user can add to | ||
|
|
||
| See also [the guides](https://guides.dataverse.org/en/latest/api/native-api.html#mydata) and #11525. |
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.
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.
Still not addressed / replied: #11681 (comment)
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.
addressed