This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[17.12] Add REMOVE and ORPHANED to TaskState#422
Merged
andrewhsu merged 1 commit intodocker-archive:17.12from Feb 20, 2018
Merged
[17.12] Add REMOVE and ORPHANED to TaskState#422andrewhsu merged 1 commit intodocker-archive:17.12from
REMOVE and ORPHANED to TaskState#422andrewhsu merged 1 commit intodocker-archive:17.12from
Conversation
This fix tries to address the issue raised in 36142 where there are discrepancies between Swarm API and swagger.yaml. This fix adds two recently added state `REMOVE` and `ORPHANED` to TaskState. This fix fixes 36142. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit a40687f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
nishanttotla
approved these changes
Feb 13, 2018
docker-jenkins
pushed a commit
that referenced
this pull request
Nov 13, 2019
[19.03] vendor: update buildkit to 928f3b48 Upstream-commit: ea84732a77251e0d7af278e2b7df1d6a59fca46b Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
…6142-TaskState [17.12] Add `REMOVE` and `ORPHANED` to TaskState
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
back port of moby/moby#36146 for 17.12
no conclicts
This fix tries to address the issue raised in 36142 where
there are discrepancies between Swarm API and swagger.yaml.
This fix adds two recently added state
REMOVEandORPHANEDto TaskState.This fix fixes 36142.
Signed-off-by: Yong Tang yong.tang.github@outlook.com
(cherry picked from commit a40687f)
Signed-off-by: Sebastiaan van Stijn github@gone.nl