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 swagger-gen validation #29077

Merged
merged 1 commit into from Dec 2, 2016
Merged

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented Dec 2, 2016

Fixes the missing validation that caused #29045

cc @vieux , @bfirsh

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Copy link
Contributor

@LK4D4 LK4D4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpuguy83 cpuguy83 merged commit bed5a0b into moby:master Dec 2, 2016
@GordonTheTurtle GordonTheTurtle added this to the 1.14.0 milestone Dec 2, 2016
@@ -4,7 +4,7 @@ export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "${SCRIPTDIR}/.validate"

IFS=$'\n'
files=( $(validate_diff --diff-filter=ACMR --name-only -- 'api/types/' || true) )
files=( $(validate_diff --diff-filter=ACMR --name-only -- 'api/types/' 'api/swagger.yaml' || true) )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need the api/swagger-gen.yml as well here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that would be a good idea.

@dnephin dnephin deleted the fix-swagger-gen-validate branch December 2, 2016 19:27
@vieux vieux modified the milestones: 1.13.0, 1.14.0 Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants