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] Add Anomaly Swimlane Embeddable to the dashboard from the Anomaly Explorer page #68784

Merged
merged 40 commits into from
Jun 17, 2020

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    67e588f View commit details
    Browse the repository at this point in the history
  2. [ML] fix deps

    darnautov committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    2281ea2 View commit details
    Browse the repository at this point in the history
  3. [ML] getDefaultPanelTitle

    darnautov committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    224065c View commit details
    Browse the repository at this point in the history
  4. [ML] fix TS issue

    darnautov committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    792ab70 View commit details
    Browse the repository at this point in the history
  5. [ML] DashboardService

    darnautov committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    08f4301 View commit details
    Browse the repository at this point in the history
  6. [ML] unit tests

    darnautov committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b90dad0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9d4007 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. [ML] swimlane_panel

    darnautov committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    88a1112 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into ML-66553-add-from…

    …-explorer
    
    # Conflicts:
    #	x-pack/plugins/ml/public/application/explorer/explorer.js
    darnautov committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    bbca125 View commit details
    Browse the repository at this point in the history
  3. [ML] Anomaly Timeline panel

    darnautov committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    10c05e4 View commit details
    Browse the repository at this point in the history
  4. [ML] swimlane container

    darnautov committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a6529eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e943b View commit details
    Browse the repository at this point in the history
  6. [ML] fix ts

    darnautov committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    17afe0e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. [ML] Add multiple swimlanes

    darnautov committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    33cecfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d101a View commit details
    Browse the repository at this point in the history
  3. [ML] fix SwimlaneType usage

    darnautov committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6abefdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67a257 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80cfac3 View commit details
    Browse the repository at this point in the history
  6. [ML] use ViewMode enum

    darnautov committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    457172c View commit details
    Browse the repository at this point in the history
  7. [ML] use navigateToUrl

    darnautov committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0a6cdc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c3e127 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b43d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. [ML] mlApiServicesProvider

    darnautov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    283c336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5719e View commit details
    Browse the repository at this point in the history
  3. [ML] fix alignment

    darnautov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8b4ebea View commit details
    Browse the repository at this point in the history
  4. [ML] labels and tooltips

    darnautov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    eef0cc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe10f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2030fd5 View commit details
    Browse the repository at this point in the history
  7. [ML] fix TS

    darnautov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f63e59e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5dff67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7cdf42 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    5eb6b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87faf26 View commit details
    Browse the repository at this point in the history
  3. [ML] e2e test

    darnautov committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3a387e5 View commit details
    Browse the repository at this point in the history
  4. [ML] increase panel padding

    darnautov committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    72d28ed View commit details
    Browse the repository at this point in the history
  5. [ML] position in row

    darnautov committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7d3e4e1 View commit details
    Browse the repository at this point in the history
  6. [ML] update e2e

    darnautov committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c509d2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a097ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50fb091 View commit details
    Browse the repository at this point in the history
  9. [ML] PR remarks

    darnautov committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9a29a0c View commit details
    Browse the repository at this point in the history