-
Notifications
You must be signed in to change notification settings - Fork 90
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
Catalog: adjust checksums-related constants and logic to adhere to the spec #3887
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3887 +/- ##
=======================================
Coverage 36.24% 36.24%
=======================================
Files 716 716
Lines 31627 31627
Branches 4688 4689 +1
=======================================
Hits 11462 11462
Misses 19009 19009
Partials 1156 1156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
scope is unclear |
I don't know if using the word "modern" is a good idea, especially in user-visible places like docs. What happens if we change the format again - will we call it "post-modern"? |
well, yeah, maybe. any ideas? "multipart" seems somewhat imprecise, since it only refers to one particular case
i like that 😄 |
smth like "adaptive" maybe? or just "multi" referring to multiformats |
Maybe, if it's default format, and legacy has its |
2fdaf37
to
ca087ee
Compare
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 - just remember to undo the CI changes
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.
I didn't dig into tests, otherwise LGTM.
9814e7b
to
6901bc2
Compare
* master: Speedup promote in pkgpush (#3884) Catalog: adjust checksums-related constants and logic to adhere to the spec (#3887) shared: Tweak checksum types (#3888) Add new pkgpush types to quilt-shared (#3896) Add copy_file_list_fn parameter for Package._build() (#3895) Bump cryptography from 42.0.2 to 42.0.4 in /lambdas/indexer (#3891) pkgpush: adjust max_pool_connections (#3890)
Description
sha2-256-chunked
type/name and always double-hash)TODO