-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Console] Update autocomplete definitions for component templates #92915
[Console] Update autocomplete definitions for component templates #92915
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Testing this locally. |
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.
Works locally. Tested all of the params. LGTM.
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
# Conflicts: # src/plugins/console/server/lib/spec_definitions/json/generated/cluster.get_component_template.json # src/plugins/console/server/lib/spec_definitions/json/generated/cluster.put_component_template.json # src/plugins/console/server/lib/spec_definitions/json/overrides/cluster.put_component_template.json
Follow-up to #91180.
After opening the backport PR for the above code change, I realized that there was already autocomplete definitions for the component templates API on 7.x and the current changes in master were incomplete. This aligns the branches.