-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Move timefilter code ⇒ data plugin #44607
Move timefilter code ⇒ data plugin #44607
Conversation
💔 Build Failed |
💔 Build Failed |
retest |
💔 Build Failed |
…ilter/move-data-1
💔 Build Failed |
Pinging @elastic/kibana-app-arch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ML changes LGTM
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, added two questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Canvas changes look good 👍
…ilter/move-data-1
💚 Build Succeeded |
* import TimeRange from NP * Update imports * Update RefreshInterval imports to NP * Some more imports * Moved timefilter to data plugin (didn't rewire service!) * Fixed eslint error * remove virtual mock * kibana context import * Fix 'Monitoring is turned off' test * fix import
* import TimeRange from NP * Update imports * Update RefreshInterval imports to NP * Some more imports * Moved timefilter to data plugin (didn't rewire service!) * Fixed eslint error * remove virtual mock * kibana context import * Fix 'Monitoring is turned off' test * fix import
Summary
Part of #44377
Moved
timefilter
code todata
plugin folder.However, imports \ services are not rewired yet, to simplify PR!
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers