-
Notifications
You must be signed in to change notification settings - Fork 500
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
5867 api for hash verification regeneration #6228
Conversation
Can one of the admins verify this patch? |
|
||
Recalculate the check sum value value of a datafile, by supplying the file's database id and an algorithm:: | ||
|
||
POST http://$SERVER/api/admin/computeDataFileHashValue/{fileId}/algorithm/{alg} |
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.
Can this be a full curl command and can the {alg}
options be enumerated?
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.
updated per suggestion. thanks!
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.
As of 5ca65ca the docs look much better! I'm clicking "Comment" instead of "Approve" because I'm not actually looking at the code. @landreev is. Thanks, @sekmiller !
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.
Hey @donsizemore - this will go out in the next release. If you'd like, feel free to test it and provide feedback! |
New Contributors
Welcome! New contributors should at least glance at CONTRIBUTING.md, especially the section on pull requests where we encourage you to reach out to other developers before you start coding. Also, please note that we measure code coverage and prefer you write unit tests. Pull requests can still be reviewed without tests or completion of the checklist outlined below. Thanks!
Related Issues
Pull Request Checklist