Skip to content

Commit

Permalink
[ML] Data Frames - Creation wizard editor for source config (elastic#…
Browse files Browse the repository at this point in the history
…41937) (elastic#42171)

* Advanced editor for source config

* Separate editor for source and pivot

* Reset query when toggle back to KQL if changes have been made. Show warning

* update snapshot

* retain source config editor state. display in code block

* ensure apply button set correctly

* update source config editor helptext

* update request and step_define_summary test

* update step_define_summary snapshot

* No source editor switch if saved search.
  • Loading branch information
alvarezmelissa87 authored Jul 29, 2019
1 parent f435c20 commit 5707b9e
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ describe('Data Frame: Common', () => {
const pivotState: StepDefineExposedState = {
aggList: { 'the-agg-name': agg },
groupByList: { 'the-group-by-name': groupBy },
isAdvancedEditorEnabled: false,
isAdvancedPivotEditorEnabled: false,
isAdvancedSourceEditorEnabled: false,
sourceConfigUpdated: false,
searchString: 'the-query',
searchQuery: 'the-search-query',
valid: true,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5707b9e

Please sign in to comment.