-
Notifications
You must be signed in to change notification settings - Fork 13
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
Handle the versions in the trashbin for the checksum verify command #361
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.
nice catch, adding small comment. Please add unit tests
confirmed it resolves the exception for keys of versions in trashbin 👍 |
1fdfb6e
to
266fab2
Compare
Kudos, SonarCloud Quality Gate passed! |
merge or something more to discuss? |
I created release issue #362 and put it in the qualification column of the Releases project so that someone can decide when to do a release. |
files:checksum:verify
was failing due to problems finding the right key with the versions that were in the trashbin. This was caused by a wrong computation for the right path where the key is.Rel https://github.com/owncloud/enterprise/issues/5272