-
Notifications
You must be signed in to change notification settings - Fork 112
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
Locking fixes #2625
Locking fixes #2625
Conversation
wkloucek
commented
Mar 9, 2022
•
edited
Loading
edited
- expire locks
- pass lockid from the InitiateUploadRequest via metadata to the FinishUpload, so that we don't need to provide that info the the datagateway
- enable lock modification for app based locks independently of the user
- implement locking for public storage provider
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@wkloucek some of those fixes are very relevant to master as well, shouldn't this be merged to master? or rather split the common part and keep in |
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.
Fine with me.
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 👍 But lock tests are red...
I fixed them in 520f58b |