Skip to content
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

Split registry implementations #119

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

715209
Copy link
Contributor

@715209 715209 commented Dec 26, 2024

This PR introduces a new RegistryBackend trait and splits the current registry implementations into two separate implementations LocalRegistryBackend and S3RegistryBackend.

I’m not too happy to include the box_clone in the trait (we probably don't need to clone), but it's probably fine for now.

@715209 715209 force-pushed the push-wqwpwzltvlty branch 3 times, most recently from 8d2fb9a to 2168123 Compare December 27, 2024 01:08
@715209 715209 force-pushed the push-wqwpwzltvlty branch 3 times, most recently from 331314f to 12c149f Compare January 11, 2025 00:54
@715209 715209 force-pushed the push-wqwpwzltvlty branch from faab73a to c9adba9 Compare January 11, 2025 22:06
@erikreinert erikreinert self-assigned this Jan 13, 2025
Copy link
Member

@erikreinert erikreinert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another great PR of changes! Thank you!

@erikreinert erikreinert merged commit 55637af into ALT-F4-LLC:main Jan 13, 2025
8 checks passed
@715209 715209 deleted the push-wqwpwzltvlty branch January 13, 2025 01:05
@erikreinert erikreinert added this to the 0.1.0 milestone Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants