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

Remove ability to ingore files from spec validation #56647

Merged
merged 2 commits into from
May 13, 2020

Conversation

jakelandis
Copy link
Contributor

An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.

@jakelandis jakelandis added :Delivery/Build Build or test infrastructure v8.0.0 v7.7.1 Team:Clients Meta label for clients team v7.8.1 v7.9.0 labels May 12, 2020
@jakelandis jakelandis requested a review from mark-vieira May 12, 2020 22:02
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label May 12, 2020
@jakelandis
Copy link
Contributor Author

cc: @elastic/es-clients

Copy link
Member

@rjernst rjernst 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
Contributor

@mark-vieira mark-vieira left a comment

Choose a reason for hiding this comment

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

Thanks for following up on this, Jake. 👍

@jakelandis jakelandis merged commit f5f0343 into elastic:master May 13, 2020
@jakelandis jakelandis deleted the remove_ingore_spec_validation branch May 13, 2020 15:23
jakelandis added a commit to jakelandis/elasticsearch that referenced this pull request May 13, 2020
An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
jakelandis added a commit to jakelandis/elasticsearch that referenced this pull request May 13, 2020
An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
jakelandis added a commit to jakelandis/elasticsearch that referenced this pull request May 13, 2020
An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
@russcam
Copy link
Contributor

russcam commented May 13, 2020

Thanks @jakelandis 👍

@mark-vieira
Copy link
Contributor

@jakelandis Can we remove the backport pending label now?

@jakelandis
Copy link
Contributor Author

@mark-vieira - not yet. The backport PRs failed to pass. I have a 7.x only PR that will fix them, but it is still under for review : #56736

jakelandis added a commit that referenced this pull request May 27, 2020
…56691)

An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
jakelandis added a commit that referenced this pull request May 27, 2020
…56690)

An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
jakelandis added a commit that referenced this pull request May 27, 2020
…56689)

An ignore parameter was originally added to the ValidateJsonAgainstSchemaTask
to allow the build to pass for REST specs that did not properly validate
against the schema.

Since the introduction of this task, all schemas that did not validate have
been fixed to now validate properly.

This commit removes the ability to ignore specific files for validation. This
allows any consumers the assurance that all REST specs validate against the schema.
@mark-vieira mark-vieira added Team:Delivery Meta label for Delivery team and removed Team:Core/Infra Meta label for core/infra team labels Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Clients Meta label for clients team Team:Delivery Meta label for Delivery team v7.7.1 v7.8.1 v7.9.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants