-
Notifications
You must be signed in to change notification settings - Fork 8
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
Modify getDataset repository API call to use 'excludeFiles' parameter #112
Conversation
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.
Hi Guillermo, I tried this PR against the SPA, and it is still not getting the deaccessioned dataset when the user has logged out. Can you add a test for that?
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.
Please add a test to get the deaccessioned dataset when the user has logged out. That is the use case that we need to support in the SPA.
I just added a test for the scenario you mention, but it is failing due to the API issue I explain on |
Waiting for: IQSS/dataverse#10207 |
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.
looks good!
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.
QA ✅
What this PR does / why we need it:
Modifies getDataset repository API call to use 'excludeFiles' parameter.
Also adds more test cases for deaccessioned datasets and getDataset repository method.
Which issue(s) this PR closes:
Related Dataverse PRs:
Suggestions on how to test this: