[ES|QL][Discover] Supports controls#229598
Conversation
… src/core/server/integration_tests/ci_checks'
… src/core/server/integration_tests/ci_checks'
davismcphee
left a comment
There was a problem hiding this comment.
With the latest SO changes, this LGTM on the Data Discovery side 👍 Great work!
Although funnily enough, the test you commented out in 48bf66d was for the stateful version, and not the serverless one that was previously failing, but it still passed CI 😅 I guess that confirms it is still related to flakiness in main. Feel free to comment the serverless one out too before your next merge in case it fails again. And apologies for the flakiness, we'll get it resolved soon.
|
@davismcphee done! (Very funny and weird indeed 😄 ) |
|
@davismcphee and now it fails 😄 I am sorry I had to revert 🤷♀️ And now it fails again 🤦♀️ |
dd7490c to
8afc431
Compare
gsoldevila
left a comment
There was a problem hiding this comment.
Core changes LGTM! new model version added in 'search' SO.
Heenawter
left a comment
There was a problem hiding this comment.
@elastic/kibana-presentation code changes LGTM. Noticed three potential bugs, though.
src/platform/plugins/shared/unified_search/public/query_string_input/query_bar_top_row.tsx
Show resolved
Hide resolved
src/platform/plugins/shared/unified_search/public/query_string_input/query_bar_top_row.tsx
Show resolved
Hide resolved
src/platform/plugins/shared/unified_search/public/query_string_input/query_bar_top_row.tsx
Show resolved
Hide resolved
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
|
## Summary Part of elastic#225948 Enables controls in Discover from the editor. <img width="1252" height="122" alt="image" src="https://github.com/user-attachments/assets/76792f2e-abd0-406b-8a9f-84c53a06dfc4" /> The users can save the charts with variables in a dashboard but the controls are not been transferred. We will deal with it on a follow up PR. The same behavior is on dashboards too so there is a consistency there 😄. Flaky tests runner elastic#229598 (comment) Note: The Expand width to fit available space is not working but I will hide it for Discover only in a follow up PR ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Hannah Mudge <hannah.wright@elastic.co> Co-authored-by: Davis McPhee <davis.mcphee@elastic.co> Co-authored-by: Lukas Olson <lukas@elastic.co>
## Summary Part of #225948 Enables controls in Discover from the editor. <img width="1252" height="122" alt="image" src="https://github.com/user-attachments/assets/76792f2e-abd0-406b-8a9f-84c53a06dfc4" /> The users can save the charts with variables in a dashboard but the controls are not been transferred. We will deal with it on a follow up PR. The same behavior is on dashboards too so there is a consistency there 😄. Flaky tests runner #229598 (comment) Note: The Expand width to fit available space is not working but I will hide it for Discover only in a follow up PR ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Hannah Mudge <hannah.wright@elastic.co> Co-authored-by: Davis McPhee <davis.mcphee@elastic.co> Co-authored-by: Lukas Olson <lukas@elastic.co>
## Summary Part of elastic#225948 Enables controls in Discover from the editor. <img width="1252" height="122" alt="image" src="https://github.com/user-attachments/assets/76792f2e-abd0-406b-8a9f-84c53a06dfc4" /> The users can save the charts with variables in a dashboard but the controls are not been transferred. We will deal with it on a follow up PR. The same behavior is on dashboards too so there is a consistency there 😄. Flaky tests runner elastic#229598 (comment) Note: The Expand width to fit available space is not working but I will hide it for Discover only in a follow up PR ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Hannah Mudge <hannah.wright@elastic.co> Co-authored-by: Davis McPhee <davis.mcphee@elastic.co> Co-authored-by: Lukas Olson <lukas@elastic.co>
Summary
Part of #225948
Enables controls in Discover from the editor.
The users can save the charts with variables in a dashboard but the controls are not been transferred. We will deal with it on a follow up PR. The same behavior is on dashboards too so there is a consistency there 😄.
Flaky tests runner
#229598 (comment)
Note: The Expand width to fit available space is not working but I will hide it for Discover only in a follow up PR
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.