-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update the Catalog
controller to use a Storage
interface
#114
Milestone
Comments
everettraven
added this to the Implementation of RFC: Catalogd Content Storage + Serving milestone
Jul 17, 2023
/assign |
3 tasks
This was referenced Aug 21, 2023
/assign @anik120 /unassign |
This was referenced Aug 21, 2023
Is this now complete as of #144 being merged? |
I think so. I think #113 was supposed to also capture adding the HTTP server implementation as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of implementing the RFC for catalogd's content storage and serving mechanism and following #113 we need to update the
Catalog
controller to use theStorage
interface for storing catalog content after it is unpacked.This functionality should be feature gated.
Acceptance Criteria
Catalog
controller to have and use aStorage
interfaceThe text was updated successfully, but these errors were encountered: