-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(store): Migration overhaul (bun orm) #396
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jay-dee7
force-pushed
the
private-container-images
branch
23 times, most recently
from
August 14, 2023 15:29
f93cdba
to
57e1d8e
Compare
This was
linked to
issues
Aug 15, 2023
jay-dee7
force-pushed
the
private-container-images
branch
from
August 15, 2023 15:21
6c8246b
to
f6168cb
Compare
jay-dee7
force-pushed
the
private-container-images
branch
from
September 24, 2023 06:52
f6168cb
to
31942ae
Compare
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
jay-dee7
force-pushed
the
private-container-images
branch
from
November 17, 2023 11:36
3c87cb7
to
5ae8601
Compare
Signed-off-by: jay-dee7 <[email protected]>
jay-dee7
force-pushed
the
private-container-images
branch
from
November 17, 2023 12:17
ed23281
to
7312ff4
Compare
Signed-off-by: jay-dee7 <[email protected]>
jay-dee7
force-pushed
the
private-container-images
branch
from
November 17, 2023 13:26
2dba431
to
5778cc8
Compare
Signed-off-by: jay-dee7 <[email protected]>
jay-dee7
force-pushed
the
private-container-images
branch
from
November 17, 2023 13:28
5778cc8
to
b515f75
Compare
Signed-off-by: jay-dee7 <[email protected]>
jay-dee7
force-pushed
the
private-container-images
branch
from
November 17, 2023 13:38
4005a7e
to
3b26104
Compare
Signed-off-by: jay-dee7 <[email protected]>
Signed-off-by: jay-dee7 <[email protected]>
guacamole
approved these changes
Nov 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
github_actions
Pull requests that update GitHub Actions code
P1
P1 label is used for this that we see of highest priority. Critical bugs, security issues, etc
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation & Context:
This is a gigantic effort to refresh OpenRegistry & redo some of the pending restructuring. The persistence layer was tightly coupled with a database & extending it was difficult.
Description:
We add new features, re-structure some old ones, make existing persistence layer flexible by using an ORM (bun) and update our implementation of OCI specific APIs.
OCI Features and Changes
github.com/opencontainers/go-digest/Digest
type for working with digestssubject
fieldRegistry Backend Features and Changes
Private
orPublic
Create Repository API
, which defaults to private visibilityPublic Catalog API
, which returns a public catalog to repositories (all public repositories)Get User Catalog API
, which returns a user's catalog, which can be filtered by public or private visibility modesChange Repository Visibility API
, which let's a user toggle the visibility of a repositoryRepository Propagation Middleware
, which sets the requested repository in request's context on all repository namespaced endpointsPersistence Store Changes
store/v1
Logging & Telemetry
Operational improvements
Types of Changes:
PR Checklist: