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

fix: make container ID json name compatible #1002

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

allencloud
Copy link
Collaborator

Signed-off-by: Allen Sun allensun.shl@alibaba-inc.com

Ⅰ. Describe what this PR did

This PR has fixed an incompatible issue in the pouch's API.

When communicating between Pouch client and daemon, we use json type to transfer data. While to be more compatible with moby's API, we need to make the transfer all the same.

This fix some incompatibility.

Ⅱ. Does this pull request fix one issue?

this is related to #977

Ⅲ. Describe how you did it

none

Ⅳ. Describe how to verify it

none

Ⅴ. Special notes for reviews

none

Signed-off-by: Allen Sun <allensun.shl@alibaba-inc.com>
@pouchrobot pouchrobot added kind/bug This is bug report for project size/XS labels Mar 29, 2018
@Letty5411 Letty5411 mentioned this pull request Mar 29, 2018
15 tasks
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1002   +/-   ##
=======================================
  Coverage   12.75%   12.75%           
=======================================
  Files         132      132           
  Lines        9032     9032           
=======================================
  Hits         1152     1152           
  Misses       7781     7781           
  Partials       99       99

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 98a9065...06f6282. Read the comment docs.

@Letty5411
Copy link
Contributor

LGTM

@pouchrobot pouchrobot added the LGTM one maintainer or community participant agrees to merge the pull reuqest. label Mar 29, 2018
@Letty5411 Letty5411 merged commit 1d7d1ce into AliyunContainerService:master Mar 29, 2018
@allencloud allencloud deleted the fix-ID-json branch April 8, 2018 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is bug report for project LGTM one maintainer or community participant agrees to merge the pull reuqest. size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants