-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[WIP] swarm branch to future 3.1.0 master #717
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #717 +/- ##
===========================================
- Coverage 71.9% 61.69% -10.21%
===========================================
Files 306 411 +105
Lines 6858 8107 +1249
Branches 509 519 +10
===========================================
+ Hits 4931 5002 +71
- Misses 1634 2812 +1178
Partials 293 293
Continue to review full report at Codecov.
|
3052ba0 to
0c21e76
Compare
This was referenced May 5, 2017
Closed
Apply changes from review Remove unused import Fix compile errors
Add ListNodes implementation Fix error in ListNodesCmdExec Add FilterBuilder for swarmNodes, renamed Node to SwarmNode Update model classes for SwarmNodes add implementation for update,list,remove and inspect of a swarmNode Update model classes for docker-swarm-node Add methods for swarmNode to execFactories
Fix service tests Add missing withDriver() method Fix json name of Networks in ServiceSpec Add tests to add network to services Do not fail on empty beans
Fix swarm LocalNodeState Change deserialiser
Member
Author
TODO review it as separate PRs. |
panuse
pushed a commit
to TuKangTech/docker-java
that referenced
this pull request
Aug 20, 2017
Swarm branch to future 3.1.0 master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
burst down
https://github.com/docker-java/docker-java/labels/swarm-mode and
https://github.com/docker-java/docker-java/labels/swarm
This change is