-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
[Rest Api Compatibility] Types for Percolate Query Api #74698
Conversation
Previously removed in elastic#46985. The yaml test is included in this PR, but will be removed once elastic#74689 is merged.
Pinging @elastic/es-core-infra (Team:Core/Infra) |
@elasticmachine retest this please |
@elasticmachine run elasticsearch-ci/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
modules/percolator/build.gradle
Outdated
@@ -8,6 +8,7 @@ | |||
apply plugin: 'elasticsearch.yaml-rest-test' | |||
apply plugin: 'elasticsearch.yaml-rest-compat-test' | |||
apply plugin: 'elasticsearch.internal-cluster-test' | |||
apply plugin: 'elasticsearch.yaml-rest-compat-test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplicate of line 9
Previously removed in #46985. The yaml test is included in this PR, but
will be removed once #74689 is merged.
relates #54160
relates main meta issue #51816
gradle check
?