-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Backport 2.x] [bug] address different issues with dataset selector #8667
Conversation
* [bug] address some issues with dataset selector Moved the dataset selector back to the search bar and access it by ref in the sidebar. Avoid out of sync issue. Signed-off-by: Kawika Avilla <[email protected]> * update the logic for ensuring index pattern Signed-off-by: Kawika Avilla <[email protected]> * dont add ability to open button Signed-off-by: Kawika Avilla <[email protected]> * empty state but missing data set selector button Signed-off-by: Kawika Avilla <[email protected]> * fix tests Signed-off-by: Kawika Avilla <[email protected]> * add back styling Signed-off-by: Kawika Avilla <[email protected]> --------- Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit e23f332) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #8667 +/- ##
==========================================
+ Coverage 60.90% 60.93% +0.02%
==========================================
Files 3787 3787
Lines 90341 90296 -45
Branches 14167 14153 -14
==========================================
- Hits 55024 55020 -4
+ Misses 31847 31805 -42
- Partials 3470 3471 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Manually backported to 2.x with #8670 |
Backport e23f332 from #8665.