-
Notifications
You must be signed in to change notification settings - Fork 613
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
Request Persistent Storage #1571
Conversation
The documentation is not available anymore as the PR was closed or merged. |
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.
Really nice and clean implementation @freddyaboulton, thanks a lot!
I left a few minor comments but overall looks very clean. For the tests, I would just mock them as it is done for request_space_hardware
(see here).
Also, could you add a section in the Manage your Space guide? (here). Thanks in advance!
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain <[email protected]>
708110b
to
440cda8
Compare
Thanks for the feedback @Wauplin ! I addressed your comments and added some unit tests + section to the guide. |
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.
LGTM! Thank you @freddyaboulton for the implementation :)
I have to fix the bugs in the CI but they are unrelated from your PR so it can be merged now :) |
Closes #1553
Will write unit tests tomorrow.