Skip to content
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

Merged
merged 6 commits into from
Mar 24, 2016

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Mar 23, 2016

Addresses part of #6614, but probably not everything

@spalger spalger force-pushed the es6ify/modules/ingest branch from 8725bf4 to f4517fb Compare March 23, 2016 19:54
@@ -1,12 +1,16 @@
import PluginsKibanaSettingsSectionsIndicesRefreshKibanaIndexProvider from 'plugins/kibana/settings/sections/indices/_refresh_kibana_index';
Copy link
Contributor

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 ;)

Copy link
Contributor Author

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!

Copy link
Contributor Author

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'

@Bargs
Copy link
Contributor

Bargs commented Mar 23, 2016

@spalger I submitted a pull against your branch to fix a few extra require statements hanging around spalger#15

Otherwise LGTM

spalger added 2 commits March 23, 2016 13:32
Fixing a few extra require statements hanging about in the ingest code
@Bargs
Copy link
Contributor

Bargs commented Mar 24, 2016

LGTM - and thanks for fixing my sloppiness, I tried to make that PR in a hurry and totally missed the exports.

@Bargs Bargs merged commit ad56095 into elastic:feature/ingest Mar 24, 2016
@spalger spalger deleted the es6ify/modules/ingest branch October 18, 2019 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants