-
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 deprecated nav UI and chrome tabs API. #7595
Remove deprecated nav UI and chrome tabs API. #7595
Conversation
@@ -7,6 +7,7 @@ import metadata from 'ui/metadata'; | |||
import 'babel/polyfill'; | |||
import $ from 'jquery'; | |||
import 'ui/timefilter'; | |||
import 'ui/notify'; |
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.
This registers a bunch of notification stuff with Angular. Originally this was executed as a side-effect of requiring in /api/tabs
(below), which imported TabCollection
, which imported Tab
, which imported ui/notify
.
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.
👍
test this please ... sorry for the noise, we're trying to sort out some issues with the new kibana-ci status updates |
63351f5
to
c5a3f1b
Compare
jenkins, test this |
1 similar comment
jenkins, test this |
c5a3f1b
to
df4ace4
Compare
Ran it, didn't see any issues, and I didn't catch any problems with the code you removed. LGTM. |
…d-tabs-nav Remove deprecated nav UI and chrome tabs API. Former-commit-id: b258ddc
Looks like this is all 4.x code that's no longer used in 5.