Skip to content

Conversation

davidswu
Copy link
Contributor

@davidswu davidswu commented Jan 4, 2019

closes #2799

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "autoredirect" git@github.com:davidswu/distribution.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Signed-off-by: David Wu <david.wu@docker.com>
@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #2800 into master will increase coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2800      +/-   ##
==========================================
+ Coverage   60.24%   60.25%   +<.01%     
==========================================
  Files         103      103              
  Lines        8022     8024       +2     
==========================================
+ Hits         4833     4835       +2     
  Misses       2546     2546              
  Partials      643      643
Flag Coverage Δ
#linux 60.25% <66.66%> (ø) ⬆️
Impacted Files Coverage Δ
registry/auth/token/accesscontroller.go 66.16% <66.66%> (+0.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40b7b58...eb1a2cd. Read the comment docs.

Copy link
Contributor

@caervs caervs left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@dmp42 dmp42 left a comment

Choose a reason for hiding this comment

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

LGTM

@dmcgowan
Copy link
Collaborator

dmcgowan commented Jan 7, 2019

LGTM

@dmcgowan dmcgowan merged commit 980d1a6 into distribution:master Jan 7, 2019
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.7.0 violates semver
5 participants