-
Notifications
You must be signed in to change notification settings - Fork 949
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
feature: support create a container with a given id #2231
feature: support create a container with a given id #2231
Conversation
6822c14
to
95612ed
Compare
Could you please first to fix the conflict there in this pull request? @wangforthinker |
f8bdc3d
to
bdbf90b
Compare
bdbf90b
to
1244439
Compare
Codecov Report
@@ Coverage Diff @@
## master #2231 +/- ##
==========================================
+ Coverage 68.4% 68.48% +0.07%
==========================================
Files 271 271
Lines 18263 18281 +18
==========================================
+ Hits 12493 12519 +26
+ Misses 4347 4344 -3
+ Partials 1423 1418 -5
|
Could you please rebase to the latest master? @wangforthinker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to rebase @wangforthinker thanks
4234411
to
0a3d65a
Compare
0a3d65a
to
25c25fb
Compare
25c25fb
to
b07d39c
Compare
Signed-off-by: allen.wang <[email protected]>
b07d39c
to
6ca9906
Compare
LGTM |
Signed-off-by: allen.wang [email protected]
Ⅰ. Describe what this PR did
it can create container with a given id.
Ⅱ. Does this pull request fix one issue?
fixes #2180
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
add test TestBasicWithSpecificID and TestInvalidSpecificID in api_container_create_test.go.
Ⅳ. Describe how to verify it
verify it by test.
Ⅴ. Special notes for reviews
none.