-
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
Remove (most of) Angular dependecies from filter bar #35544
Remove (most of) Angular dependecies from filter bar #35544
Conversation
💔 Build Failed |
retest |
💔 Build Failed |
💔 Build Failed |
15675db
to
58b2289
Compare
58b2289
to
d399e4b
Compare
💔 Build Failed |
…plugin/filter-bar-1
💔 Build Failed |
…plugin/filter-bar-1
…plugin/filter-bar-1
💚 Build Succeeded |
Pinging @elastic/kibana-app-arch |
@Bargs this PR shouldn't have the digestion problems you saw with the previous version. |
…plugin/filter-bar-1
💚 Build Succeeded |
💚 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.
Seeing all these providers go away is SO GREAT. Thanks for sorting all of this out! 🙌 💪
Since we're technically breaking some interfaces, I'm wondering if any of these changes are going to need to be published in our dev docs. I'm not sure how likely it is that downstream devs will have code relying on these legacy Providers.
Any thoughts on that? Would also be curious what @ppisljar or @timroes think.
src/legacy/ui/public/filter_bar/lib/__tests__/map_query_string.js
Outdated
Show resolved
Hide resolved
💚 Build Succeeded |
* Cleaned up usage of angular dependencies from apply filters \ filter bar * Cleaned up usage of angular dependencies from exact time filter * Removed unused Private from EventsProvider * Deleted unused push_filter * Changed push filters not to be a provider * Renamed mapper functions
* Cleaned up usage of angular dependencies from apply filters \ filter bar * Cleaned up usage of angular dependencies from exact time filter * Removed unused Private from EventsProvider * Deleted unused push_filter * Changed push filters not to be a provider * Renamed mapper functions
Summary
Remove most of Angular dependecies from filter bar.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers