update - #2
Merged
Merged
Conversation
* Support for client certificate chains * Add test for client certificate chains Co-authored-by: Sergei Egorov <segorov@pivotal.io>
* Add SwarmNodeInfo address field * Update docker-java-api/src/main/java/com/github/dockerjava/api/model/SwarmNodeStatus.java Co-authored-by: Amy Harris <42555115+amelinya@users.noreply.github.com> Co-authored-by: Sergei Egorov <bsideup@gmail.com>
* Fix for duplicate key violation for exposed ports #1391 * use 3-arg `toMap` Co-authored-by: coestre <c@optum.com> Co-authored-by: Christian Oestreich <acetrike@yahoo.com>
* Use `AsynchronousFileChannel` for npipe * ignore `AsynchronousCloseException` on read * Replace `FileNotFoundException` with `NoSuchFileException`
* Allow filtering by event type * Update EventsCmdImpl.java * Update EventsCmd.java * Update EventsCmd.java * Update EventsCmdImpl.java * Update FiltersBuilder.java * default * Implements withEventTypeFilter with string #1367 (review) * fixed imports * Update docker-java-api/src/main/java/com/github/dockerjava/api/command/EventsCmd.java Co-authored-by: Sergei Egorov <bsideup@gmail.com> * Update docker-java-api/src/main/java/com/github/dockerjava/api/command/EventsCmd.java Co-authored-by: Sergei Egorov <bsideup@gmail.com> * Update docker-java-core/src/main/java/com/github/dockerjava/core/util/FiltersBuilder.java Co-authored-by: Sergei Egorov <bsideup@gmail.com> * Update docker-java-core/src/main/java/com/github/dockerjava/core/util/FiltersBuilder.java Co-authored-by: Sergei Egorov <bsideup@gmail.com> * Added IT * Added IT * Update EventsCmdIT.java Co-authored-by: Archimedes Trajano <archimedes.trajano@devhaus.com> Co-authored-by: Sergei Egorov <bsideup@gmail.com>
* Added support for "--replicas-max-per-node" * Update ServicePlacement.java Replaced DockerClientException with IllegalArgumentException * Update ServicePlacement.java Co-authored-by: Sergei Egorov <bsideup@gmail.com>
* Add resize container and exec command * Apply suggestions from code review fix code style Co-authored-by: Sergei Egorov <bsideup@gmail.com> * remove DEFAULT_IMAGE in resize exec * add validation of resize exec test case Co-authored-by: Sergei Egorov <bsideup@gmail.com>
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
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.
No description provided.