-
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
[Vis Editor] EUIfication of agg and agg-group directives #40866
Merged
Merged
Changes from 57 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
bc31967
Create default_editor_agg.tsx
maryia-lapata 9f4f5df
Create default_editor_agg_group
maryia-lapata e9a2403
Apply drag and drop
maryia-lapata e6e6559
Remove unused files
maryia-lapata d5cf2c9
Remove unused dragula dependency
maryia-lapata 7ce703c
Merge branch 'master' into vis-editor-agg
maryia-lapata 492a339
Refactoring
maryia-lapata 2458e9d
Merge branch 'master' into vis-editor-agg
maryia-lapata 8120251
Remove old mocha tests
maryia-lapata 7713f2d
Add ts for state
maryia-lapata 17b3b54
Update functional tests
maryia-lapata 12b1882
Update touched condition
maryia-lapata 1df5189
Merge branch 'master' into vis-editor-agg
maryia-lapata bc3ef56
Update visualize_page.js
maryia-lapata 08f8f22
Move touched logic to function
maryia-lapata 32b0d05
Apply styles for accordion button content
maryia-lapata faa5c68
Remove class
maryia-lapata ded8708
Apply truncate for agg description
maryia-lapata 6ffca2e
Merge branch 'master' into vis-editor-agg
maryia-lapata 54d7998
Fix merge conflict
maryia-lapata d60a0ef
Merge branch 'master' into vis-editor-agg
maryia-lapata 6e93f0a
Fix file path
maryia-lapata b48dca9
TS for aggGroupNameMaps
maryia-lapata 8b63d64
Remove unused styles
maryia-lapata 074b085
Separate common props
maryia-lapata 03248d0
Replace useState to useReducer
maryia-lapata 6ba84c3
Update functional tests
maryia-lapata 8917966
Fix touched state after applying changes
maryia-lapata 025d2ec
Remove unused styles
maryia-lapata a25ccff
Merge branch 'master' into vis-editor-agg
maryia-lapata 7ab46ed
Update functional tests
maryia-lapata 803983a
Update css selector
maryia-lapata 432ffb7
Fix draggable item
maryia-lapata d39cbff
Move aggGroupNamesMap to agg_group.js
maryia-lapata f51e8ca
Merge branch 'master' into vis-editor-agg
maryia-lapata 29d037e
Apply styles
maryia-lapata 7d2afd9
Update _sidebar.scss
maryia-lapata 6e30540
Fix code review comments
maryia-lapata 932e24f
Pass schemas prop
maryia-lapata e070170
Update default_editor_agg_group.tsx
maryia-lapata 5be9c02
Merge branch 'master' into vis-editor-agg
maryia-lapata de148de
Merge branch 'master' into vis-editor-agg
maryia-lapata 1b57194
Prevent scroll bar and add space
maryia-lapata 84f520d
Remove unused min from stats
maryia-lapata 75b8359
Merge branch 'master' of github.com:elastic/kibana into vis-editor-agg
sulemanof a1f3a61
Add OnAggParamsChange type
sulemanof ca1ee81
Merge remote-tracking branch 'upstream/master' into vis-editor-agg
sulemanof c1b575b
Merge branch 'master' into vis-editor-agg
maryia-lapata 87d6391
Merge branch 'master' into vis-editor-agg
maryia-lapata 3a522e5
Remove unnecessary styles
maryia-lapata 0a52f9d
Update snapshot and change title size
maryia-lapata 4e37c7a
Merge branch 'master' into vis-editor-agg
maryia-lapata 25d5118
Show error as an icon
maryia-lapata ed2426f
Update background color
maryia-lapata b1bfa53
Merge branch 'master' into vis-editor-agg
maryia-lapata 20ee812
Update title size
maryia-lapata 5dd42db
Merge branch 'master' into vis-editor-agg
maryia-lapata 187fa64
Fix code review comments
maryia-lapata d290f6a
Merge branch 'master' into vis-editor-agg
maryia-lapata 56b631d
FIx TS
maryia-lapata de12321
Merge branch 'master' into vis-editor-agg
maryia-lapata c228d8d
Update TS
maryia-lapata 2346bc0
Remove Schema.deprecate since it's not used
maryia-lapata File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🎉