-
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
Visualize Refactor #11786
Merged
Merged
Visualize Refactor #11786
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
439b6bb
converting Vis to es6 class
ppisljar 87257bf
<visualize>, <visualization> and <visualization-editor>
ppisljar faadd4c
editor, responseHandler and requestHandler registries
ppisljar 3789a71
updating visualize editor app
ppisljar edc4cfe
vis, default editor, request handlers and vis types
ppisljar d6cf0f8
updating vis types
ppisljar 814eccc
updating kibana to work with new visualize
ppisljar 071f0c0
migrating existing visualizations
ppisljar d44c398
fixing bugs with rebase
ppisljar ebc5870
fixing tests
ppisljar 9d27c3f
fixing renderComplete issues with editor
ppisljar 707e348
map updates
thomasneirynck fb6b745
fixing maps zoom
ppisljar c9a80ee
fixing based on nathans review
ppisljar 375a7c9
fixing render complete issue and doulbe rendering with maps
ppisljar 75bbf4d
trying to get maps in order .... wip
ppisljar a03aa98
fixing metric chart type auto changing
ppisljar 70b02ce
changing the rendering process a bit
ppisljar 0aa8df0
removing resize method from visualizations
thomasneirynck aff2da8
minor simplifications in coordinate map viz
thomasneirynck fb333e2
more simplications now we only have single render
thomasneirynck acd9a4c
minor fixes
thomasneirynck 72b3c76
do not recreate layer when not necessary
thomasneirynck b771715
minor changes
thomasneirynck 3742d69
fixing maps bounding box filter
ppisljar 0dbaf47
fixing desaturation option
ppisljar 8f1854b
fix zoom settings when toggling between WMS/basemap
thomasneirynck 8f65a37
adding status to the render method (to figure out what changed)
ppisljar 82cc61e
fixing legend open icon going out of page
ppisljar 642eb2c
skip index selection for timelion
ppisljar 4f2c4c2
timelion brush fix
ppisljar e6bf076
fixing circular json issue
ppisljar d9df865
fix faulty rebase
thomasneirynck 34df16f
fixing updateStatus
ppisljar b7099f2
removing timelion requesthandler registration
ppisljar 03f4cc8
removing double slash
ppisljar 3d5ed4a
fixing maps
ppisljar fa192c3
add debug statement
thomasneirynck 51b093a
test CI with guard statement
thomasneirynck 033806a
fixing rebase
ppisljar 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
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
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.
collections
is too vague of a name and does not provide any description of what these values are or how they will be used. How about calling it something likeeditorParams
oreditorOptions
oroptions
.