-
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.
Browse files
Browse the repository at this point in the history
* fix: 🐛 correct createError() implementation and typings * feat: 🎸 improve expressions service TypeScript types * perf: ⚡️ improve ExpressionLoader class * feat: 🎸 improve Interpreter types * feat: 🎸 improve Interpreter function typings * feat: 🎸 improve Interepreter test TypeScript typings * feat: 🎸 TypeScriptify kibana_context expression function * feat: 🎸 TypeScriptify "kibana" expressions functions * feat: 🎸 TypeScriptify "visualization" function * feat: 🎸 TypeScriptify Interpreter initialization * test: 💍 fix interpreter tests * feat: 🎸 add TypeScript typing to some of the executor internals * fix: 🐛 this fixes visualizations; why? * chore: 🤖 delete redundant files and fix TypeScript error * perf: ⚡️ use not null assertion for .dataHandler * refactor: 💡 stricten AnyExpressionFunction type * fix: 🐛 set correct initial pipeline exec context * feat: 🎸 improve expression type typings * test: 💍 call interpreter with correct input from func tests
- Loading branch information
Showing
36 changed files
with
415 additions
and
239 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
2 changes: 2 additions & 0 deletions
2
src/legacy/core_plugins/interpreter/public/functions/__snapshots__/kibana.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.