-
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
[ML] Add Anomaly Swimlane Embeddable to the dashboard from the Anomaly Explorer page #68784
Merged
darnautov
merged 40 commits into
elastic:master
from
darnautov:ML-66553-add-from-explorer
Jun 17, 2020
Merged
Changes from 24 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
67e588f
[ML] WIP attach swimlane embeddable to dashboard from the explorer page
darnautov 2281ea2
[ML] fix deps
darnautov 224065c
[ML] getDefaultPanelTitle
darnautov 792ab70
[ML] fix TS issue
darnautov 08f4301
[ML] DashboardService
darnautov b90dad0
[ML] unit tests
darnautov f9d4007
[ML] redirect to the dashboard
darnautov 88a1112
[ML] swimlane_panel
darnautov bbca125
Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…
darnautov 10c05e4
[ML] Anomaly Timeline panel
darnautov a6529eb
[ML] swimlane container
darnautov 28e943b
Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…
darnautov 17afe0e
[ML] fix ts
darnautov 33cecfb
[ML] Add multiple swimlanes
darnautov 76d101a
Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…
darnautov 6abefdc
[ML] fix SwimlaneType usage
darnautov a67a257
[ML] disable edit button on update
darnautov 80cfac3
[ML] fix i18n translation key
darnautov 457172c
[ML] use ViewMode enum
darnautov 0a6cdc6
[ML] use navigateToUrl
darnautov 1c3e127
[ML] TODO for edit dashboard
darnautov 5b43d5a
[ML] check kibana dashboard capabilities
darnautov 283c336
[ML] mlApiServicesProvider
darnautov ab5719e
[ML] mlResultsServiceProvider
darnautov 8b4ebea
[ML] fix alignment
darnautov eef0cc7
[ML] labels and tooltips
darnautov 9fe10f6
[ML] fix ts issue for proxyHttpStart
darnautov 2030fd5
[ML] canEditDashboards check
darnautov f63e59e
[ML] fix TS
darnautov c5dff67
[ML] update add_to_dashboard_control.tsx
darnautov e7cdf42
Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…
darnautov 5eb6b45
[ML] add form label, disable control on empty swimlanes selection
darnautov 87faf26
[ML] resolve PR review comments
darnautov 3a387e5
[ML] e2e test
darnautov 72d28ed
[ML] increase panel padding
darnautov 7d3e4e1
[ML] position in row
darnautov c509d2f
[ML] update e2e
darnautov 5a097ab
Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…
darnautov 50fb091
[ML] add data-test-subj for search box
darnautov 9a29a0c
[ML] PR remarks
darnautov 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
File renamed without changes.
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.
i don't think
kibanaVersion
should be in here as it's not a plugin.it could just be added to
StartServices
below.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.
Changed in 87faf26