-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lens] Show underlying data editor navigation (#125983)
* ⚗️ First steps * 🎉 Initial implementation for button insider editor * ✅ fix types and tests * ✅ Add some tests and some test placeholders * 🐛 Fix issues on mount * 🔥 Remove unused attr * ✅ Add more tests for edge cases * ♻️ First code refactor * 🐛 Fix discover capabilities check * 🐛 Fix various issues * ✅ Add functional tests * ✅ Add more tests * ✨ Add support for terms + multiterms * ✨ Make link open a new window with discover * :white_check_make: Update functional tests to deal with new tab * 🐛 Fix transposed table case: make it use fallback * 🐛 Fix unit tests * 👌 Address review feedback * 🐛 Skip filtered metrics if there's at least an unfiltered one * 🐛 Improve string escaping strategy * 🐛 Fix functional tests and improved filters dedup checks * ✅ Fix functional tests for formula case * 🔧 Make close editor panel more robust * 🔧 Try focus approach * 👌 Rename variable * ✅ Try to click outside * ✅ Use the keyboard arrow approach * 👌 Address some issues raised by review * ✅ Fix tests and add one more for unsupported datasource Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
b76370d
commit 133e57f
Showing
36 changed files
with
2,511 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.