8000 Move manifest to discrete package by stevvooe · Pull Request #21 · distribution/distribution · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Move manifest to discrete package #21

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

Merged
merged 4 commits into from
Jan 5, 2015

Conversation

stevvooe
Copy link
Collaborator
@stevvooe stevvooe commented Jan 2, 2015

This moves the manifest oriented type definitions out of the storage package. This is the first attempt at resolving #6. Specifically, this covers item 4.

cc @jlhawn @dmcgowan @dmp42 @jfrazelle @icecrime

Because manifests and their signatures are a discrete component of the
registry, we are moving the definitions into a separate package. This causes us
to lose some test coverage, but we can fill this in shortly. No changes have
been made to the external interfaces, but they are likely to come.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
Signed-off-by: Stephen J Day <stephen.day@docker.com>
It was probably ill-advised to couple manifest signing and verification to
their respective types. This changeset simply changes them from methods to
functions. These might not even be in this package in the future.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
@stevvooe stevvooe added this to the Registry/Beta milestone Jan 2, 2015
Signed-off-by: Stephen J Day <stephen.day@docker.com>
@dmp42
Copy link
Contributor
dmp42 commented Jan 5, 2015

LGTM

@icecrime
Copy link
icecrime commented Jan 5, 2015

It's difficult to review, but as far it does what #6 states: LGTM for me.

@jlhawn
Copy link
Contributor
jlhawn commented Jan 5, 2015

LGTM

dmp42 added a commit that referenced this pull request Jan 5, 2015
Move manifest to discrete package
@dmp42 dmp42 merged commit 89cd694 into distribution:master Jan 5, 2015
@stevvooe stevvooe mentioned this pull request Jan 5, 2015
4 tasks
@stevvooe stevvooe modified the milestones: Registry/2.0.0-beta, Registry/2.0 Mar 31, 2015
thaJeztah pushed a commit to thaJeztah/distribution that referenced this pull request Apr 22, 2021
thaJeztah pushed a commit to thaJeztah/distribution that referenced this pull request Jan 19, 2022
dymurray added a commit to dymurray/distribution that referenced this pull request Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0