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

[ML] Transform: Support multi-line JSON notation in advanced editor #58015

Merged

Conversation

darnautov
Copy link
Contributor

@darnautov darnautov commented Feb 19, 2020

Summary

Resolves #41870. Provides XJsonMode to EuiCodeEditor which allows indenting painless code wrapped with """.

Checklist

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Copy link
Contributor

@walterra walterra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM, I'd just like to give this a local test too!

@@ -37,3 +37,5 @@ export { setDependencyCache } from '../../ml/public/application/util/dependency_

// @ts-ignore: could not find declaration file for module
export { KqlFilterBar } from '../../ml/public/application/components/kql_filter_bar';

export { useXJsonMode } from '../../../../plugins/watcher/public/application/sections/watch_edit/components/json_watch_edit/use_x_json_mode';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wonder if it’s worth making a copy of use_x_json_mode
deep including from other x-pack plugins isn’t recommended, plus watcher isn't long for this world as kibana alerts are on the horizon.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree we should copy the file. The inner imports of that file are more obvious to reimport because they come from the es_ui_shared folder.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 031023a

@walterra
Copy link
Contributor

Noticed the following: Copy pasting multi-line examples with script works now, great!

I noticed though when clicking "Apply changes" we auto-enforce code formatting which then makes the multi-line scripts become single-line:

I liked the auto-formatting in earlier versions but I think that's not useful here anymore. Do you agree we should disable it?

@darnautov darnautov force-pushed the ML-41870-advanced-editor-enhancements branch from a78c952 to 031023a Compare February 20, 2020 11:06
@darnautov
Copy link
Contributor Author

@walterra I disabled JSON formatting in 031023a

Copy link
Contributor

@walterra walterra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest changes LGTM!

Copy link
Member

@jgowdyelastic jgowdyelastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@darnautov
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@darnautov darnautov merged commit 3d9eb2a into elastic:master Feb 21, 2020
@darnautov darnautov deleted the ML-41870-advanced-editor-enhancements branch February 21, 2020 16:45
darnautov added a commit to darnautov/kibana that referenced this pull request Feb 21, 2020
…lastic#58015)

* [ML] use xJsonMode

* [ML] remove commented code

* [ML] move use_x_json_mode hook, disable json formatting

* [ML] mocks for shared_imports

* [ML] ts-ignore worker import
mbondyra added a commit to mbondyra/kibana that referenced this pull request Feb 21, 2020
…_improve-advanced-settings-save

* commit '02efb01c481f9f24d8d707f06dfc68b2fb805001': (43 commits)
  [Endpoint] Add a flyout to alert list. (elastic#57926)
  Make sure index pattern has fields before parsing (elastic#58242)
  Sanitize workpad before sending to API (elastic#57704)
  [ML] Transform: Support multi-line JSON notation in advanced editor (elastic#58015)
  [Endpoint] Refactor Management List Tests (elastic#58148)
  [kbn/optimizer] include bootstrap cache key in optimizer cache key (elastic#58176)
  Do not refresh color scale on each lookup (elastic#57792)
  Updating to @elastic/lodash@3.10.1-kibana4 (elastic#54662)
  Trigger context (elastic#57870)
  [ML] Transforms: Adds clone feature to transforms list. (elastic#57837)
  [ML] New Platform server shim: update fields service routes (elastic#58060)
  [Endpoint] EMT-184: change endpoints to metadata up and down the code base. (elastic#58038)
  document difference between log record formats (elastic#57798)
  Expose elasticsearch config schema (elastic#57655)
  [ui/agg_response/tabify] update types for search/expressions/build_tabular_inspector_data.ts (elastic#58130)
  [SIEM] Cleans Cypress tests code (elastic#58134)
  fix: 🐛 make dev server Storybook builds work again (elastic#58188)
  Prevent core savedObjects plugin from being overridden (elastic#58193)
  Expose serverBasePath on client-side (elastic#58070)
  Fix legend sizing on area charts (elastic#58083)
  ...
darnautov added a commit that referenced this pull request Feb 22, 2020
…itor (#58015) (#58239)

* [ML] Transform: Support multi-line JSON notation in advanced editor (#58015)

* [ML] use xJsonMode

* [ML] remove commented code

* [ML] move use_x_json_mode hook, disable json formatting

* [ML] mocks for shared_imports

* [ML] ts-ignore worker import

* [ML] remove unused imports
jloleysens added a commit to jloleysens/kibana that referenced this pull request Feb 24, 2020
…-out-of-legacy

* 'master' of github.com:elastic/kibana:
  [SIEM] [Case] Enable case by default. Snake to camel on UI (elastic#57936)
  [File upload] Update remaining File Upload dependencies for NP migration (elastic#58128)
  Use EuiTokens for ES field types (elastic#57911)
  Added UI support for the default action group for Alert Type Model (elastic#57603)
  force savedObject API consumers to define SO type explicitly (elastic#58022)
  Update dependency @elastic/charts to ^17.1.1 (elastic#57634)
  [Endpoint] Add a flyout to alert list. (elastic#57926)
  Make sure index pattern has fields before parsing (elastic#58242)
  Sanitize workpad before sending to API (elastic#57704)
  [ML] Transform: Support multi-line JSON notation in advanced editor (elastic#58015)
  [Endpoint] Refactor Management List Tests (elastic#58148)
  [kbn/optimizer] include bootstrap cache key in optimizer cache key (elastic#58176)
  Do not refresh color scale on each lookup (elastic#57792)
  Updating to @elastic/lodash@3.10.1-kibana4 (elastic#54662)
  Trigger context (elastic#57870)
  [ML] Transforms: Adds clone feature to transforms list. (elastic#57837)
  [ML] New Platform server shim: update fields service routes (elastic#58060)
  [Endpoint] EMT-184: change endpoints to metadata up and down the code base. (elastic#58038)
walterra added a commit that referenced this pull request Mar 3, 2020
Fixes regression introduced by #58015 to correctly initialize the transform wizard advanced editor with the current configuration.
walterra added a commit to walterra/kibana that referenced this pull request Mar 3, 2020
Fixes regression introduced by elastic#58015 to correctly initialize the transform wizard advanced editor with the current configuration.
walterra added a commit that referenced this pull request Mar 3, 2020
Fixes regression introduced by #58015 to correctly initialize the transform wizard advanced editor with the current configuration.
dgieselaar pushed a commit to dgieselaar/kibana that referenced this pull request Mar 3, 2020
Fixes regression introduced by elastic#58015 to correctly initialize the transform wizard advanced editor with the current configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ML] Transform advanced editor does not allow you to indent painless
5 participants