-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(MINOR) Create a ResourceStore for binary assets #180
Conversation
with_files and without
Can read and write files thumbs and manifests
reading and writing thumbnail images is now only done via ResourceStore
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #180 +/- ##
==========================================
+ Coverage 77.61% 78.04% +0.43%
==========================================
Files 68 69 +1
Lines 16207 16689 +482
==========================================
+ Hits 12579 13025 +446
- Misses 3628 3664 +36
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
👍
thumbnail back to tuple options manifest_data now uses resource_ref Added exists to ResourceStore
add default claim_generator add parent function on manifest
Changes in this pull request
Create a ResourceStore for binary assets in Manifest and Ingredient
Converts Thumbnail fields to ResourceRef values
Direct support for serialize/ deserialize Manifest and Ingredient with JSON
Optionally read/write thumbnail and manifest files to folder for embed and
add Ingredient::from_file_with_resources and ManifestStore::from_file_with_resources
Deserialize ManifestStore to JSON and write all files to folder
Checklist
TO DO
items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.