Skip to content

client/pull: fix label being put on snapshot instead of content#2237

Merged
estesp merged 1 commit intocontainerd:masterfrom
dmcgowan:fix-pull-uncompressed-label
Mar 28, 2018
Merged

client/pull: fix label being put on snapshot instead of content#2237
estesp merged 1 commit intocontainerd:masterfrom
dmcgowan:fix-pull-uncompressed-label

Conversation

@dmcgowan
Copy link
Copy Markdown
Member

The uncompressed label should be placed on content instead of snapshots. Currently the uncompressed label is getting passed into as a label option for apply, which is used to commit snapshots. The content is already committed, but after apply the uncompressed diff digest is verified and can be reliably used to update the content with the label.

The uncompressed label should be placed on content instead
of snapshots. Currently the uncompressed label is getting
passed into as a label option for apply, which is used to commit
snapshots. The content is already committed, but after apply
the uncompressed diff digest is verified and can be reliably used
to update the content with the label.

Signed-off-by: Derek McGowan <[email protected]>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2237 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2237   +/-   ##
=======================================
  Coverage   41.14%   41.14%           
=======================================
  Files          66       66           
  Lines        7755     7755           
=======================================
  Hits         3191     3191           
  Misses       4060     4060           
  Partials      504      504
Flag Coverage Δ
#windows 41.14% <ø> (ø) ⬆️

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 7833fb4...d608e3d. Read the comment docs.

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@estesp estesp merged commit fec0a1b into containerd:master Mar 28, 2018
@dmcgowan dmcgowan added this to the 1.1 milestone Mar 28, 2018
@dmcgowan dmcgowan deleted the fix-pull-uncompressed-label branch September 10, 2019 17:44
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.

4 participants