-
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
[es6ify] re-apply automated transforms after ingest work #6623
Conversation
132580e
to
8725bf4
Compare
8725bf4
to
f4517fb
Compare
@@ -1,12 +1,16 @@ | |||
import PluginsKibanaSettingsSectionsIndicesRefreshKibanaIndexProvider from 'plugins/kibana/settings/sections/indices/_refresh_kibana_index'; |
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.
I think the script got a bit carried away with the naming here ;)
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.
lol, yeah.... use relative paths!
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.
Would have been:
import refreshKibanaIndexProvider from '../_refresh_kibana_index'
@spalger I submitted a pull against your branch to fix a few extra require statements hanging around spalger#15 Otherwise LGTM |
Fixing a few extra require statements hanging about in the ingest code
LGTM - and thanks for fixing my sloppiness, I tried to make that PR in a hurry and totally missed the exports. |
Addresses part of #6614, but probably not everything