e1b3e9e6ae
Add patch support and resumeable sha Implement all actual registry methods Add a simple database generation option
15 lines
941 B
Markdown
15 lines
941 B
Markdown
- Convert the flattened image generator to use the database ancestry instead of the json file
|
|
- Convert verbs to load json from either db or storage
|
|
- Convert verbs to work with v1 and cas layer storage locations
|
|
- Fix all tests
|
|
- Fix uncompressed size backfill
|
|
- File issue to move queries out of uncompressed size backfill and use subquery random
|
|
- Consider removing the new jwest dependency
|
|
- Update the max fresh on registry tokens, 300s is not long enough to complete all registry actions
|
|
- Fix the sizes stored in the db
|
|
- Make sure we handle more of the v2 api than just what is required to push and pull
|
|
- Handle registry API error conditions
|
|
- Fill in the registry v2 methods on other storage engines
|
|
- Write a script to backfill the json metadata
|
|
- Verify the manifest, and throw the proper error if unverified
|
|
- Convert uploads to get locked to a placement, e.g. once an upload starts, all communication goes through that replica
|