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 aggs autocompletion in Console. #40816

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

cjcenizal
Copy link
Contributor

@cjcenizal cjcenizal commented Jul 10, 2019

Fixes #40254

When we added autocompletion support for data_frame endpoints, we made a change at this line that also seems to have caused the original bug.

The autocomplete now works as expected:

aggs_autocomplete

@bmcconaghy Could you share some context around this change?

@hendrikmuhs Could you test the data_frame autocompletion and make sure I haven't broken anything?

Release notes

7.2.0 introduced a regression which caused the aggs autocomplete in Console to behave incorrectly. This change fixes this bug.

@cjcenizal cjcenizal added bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools regression v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.3.0 v7.2.1 v7.4.0 labels Jul 10, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

@elasticmachine
Copy link
Contributor

💔 Build Failed

@bmcconaghy
Copy link
Contributor

@cjcenizal that line change that you fixed was just a mistake.

@cjcenizal
Copy link
Contributor Author

Retest

Copy link
Contributor

@alisonelizabeth alisonelizabeth left a comment

Choose a reason for hiding this comment

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

Tested locally, fix works as expected.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@cjcenizal cjcenizal merged commit 7104cad into elastic:master Jul 11, 2019
@cjcenizal cjcenizal deleted the bug/aggs-autocomplete branch July 11, 2019 16:22
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Jul 11, 2019
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Jul 11, 2019
cjcenizal added a commit to cjcenizal/kibana that referenced this pull request Jul 11, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools regression release_note:fix Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.2.2 v7.3.0 v7.4.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete on aggs in Dev Console is broken in 7.2
4 participants