Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Migrate Alerting Kibana pluign to the new Kibana Platform #209

Merged
merged 51 commits into from
Nov 21, 2020
Merged

Migrate Alerting Kibana pluign to the new Kibana Platform #209

merged 51 commits into from
Nov 21, 2020

Commits on Oct 24, 2020

  1. Bump version to 1.11.0.2

    Tianli Feng committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    5f28e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. wip: migrating to new platform

    Tianli Feng committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6dd8dee View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    d65ef1a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Fix get alerts, get monitors and create monitor APIs

    Tianli Feng committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    6cb4717 View commit details
    Browse the repository at this point in the history
  2. Fix update monitor api

    Tianli Feng committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    12bd463 View commit details
    Browse the repository at this point in the history
  3. Temporarily add target folder into .gitignore

    Tianli Feng committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    8fb49bd View commit details
    Browse the repository at this point in the history
  4. Fix api: execute monitor

    Tianli Feng committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    6351a01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37ca8d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    755b46e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. reformat the way of creating cluster client in server-side to be simi…

    …lar with original
    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3fde6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a34d7fb View commit details
    Browse the repository at this point in the history
  3. Fix Destination APIs: correct some validation of the routes in server…

    … side
    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fd0a9b7 View commit details
    Browse the repository at this point in the history
  4. Fix AnomalyDetector APIs

    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    71db812 View commit details
    Browse the repository at this point in the history
  5. Fix ack alert API

    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    32e202f View commit details
    Browse the repository at this point in the history
  6. Fix the unit tests for getting the data from http response in the rig…

    …ht path, and using the correct http requst path in Monitors.test.js
    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9acf695 View commit details
    Browse the repository at this point in the history
  7. Remove the temporary build script

    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    c33e819 View commit details
    Browse the repository at this point in the history
  8. Fix unit tests in CreateMonitor and Breadcrumbs

    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    361394a View commit details
    Browse the repository at this point in the history
  9. Fix unit tests in CreateMonitor and MonitorIndex and validation of Cr…

    …eationDestination
    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2ab8bd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e81849 View commit details
    Browse the repository at this point in the history
  11. Fix unit tests and add mocks for core services

    Tianli Feng committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    045e51f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. remove a console.log()

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    b54f75f View commit details
    Browse the repository at this point in the history
  2. restore content of package.json

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    148f177 View commit details
    Browse the repository at this point in the history
  3. clean up: remove comment out codes

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f135af1 View commit details
    Browse the repository at this point in the history
  4. update kibana-plugin-helpers to adapt with new platform

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    618b447 View commit details
    Browse the repository at this point in the history
  5. fix toast notifications escecially in email pages, and correct 2 apis…

    … about email and 1 about ad
    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2012070 View commit details
    Browse the repository at this point in the history
  6. set breadcrumb for alerting plugin and import the css style for react…

    …-vis back
    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    71b5731 View commit details
    Browse the repository at this point in the history
  7. remove the comment out codes in app.js

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d61d0e2 View commit details
    Browse the repository at this point in the history
  8. remove 2 console.log() that used for testing

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ee4b086 View commit details
    Browse the repository at this point in the history
  9. refactor the core context and related props

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    841b4b2 View commit details
    Browse the repository at this point in the history
  10. refactor the core context and related props

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f3f5aaa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f1b13b View commit details
    Browse the repository at this point in the history
  12. Pass in isEmailAllowed for Email modals on CreateDestination page (#204)

    (cherry picked from commit 63801b8)
    qreshi authored and Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    05271e6 View commit details
    Browse the repository at this point in the history
  13. Stop calling alerting indices directly (#203)

    (cherry picked from commit 3dda54b)
    lezzago authored and Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    9c74a64 View commit details
    Browse the repository at this point in the history
  14. cherry-pick PR#203

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    46b9c91 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'upstream/master' into new-platform-7.9.1

    # Conflicts:
    #	public/pages/Destinations/containers/CreateDestination/utils/validations.js
    #	public/pages/Destinations/containers/DestinationsList/DestinationsList.js
    #	public/pages/MonitorDetails/containers/MonitorHistory/MonitorHistory.js
    #	public/utils/validate.js
    #	server/routes/monitors.js
    #	server/services/ElasticsearchService.js
    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    efca040 View commit details
    Browse the repository at this point in the history
  16. cherry-pick PR#203

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a58666b View commit details
    Browse the repository at this point in the history
  17. correct propTypes check in Email.js

    Tianli Feng committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    e5956a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    ace80f5 View commit details
    Browse the repository at this point in the history
  2. Add copyright header for the newly created files

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    fa65396 View commit details
    Browse the repository at this point in the history
  3. Add a space in the comments

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    28d1288 View commit details
    Browse the repository at this point in the history
  4. clean comment out codes

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9ca0480 View commit details
    Browse the repository at this point in the history
  5. remove an unused import in AnomalyDetectorService

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9cb2029 View commit details
    Browse the repository at this point in the history
  6. remove unused import of 'coreMock' in unit tests

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0f55cbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d54a032 View commit details
    Browse the repository at this point in the history
  8. restore a line in 'jest.config.js' deleted by mistake

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    80be167 View commit details
    Browse the repository at this point in the history
  9. Add a missing notifications props to CreateMonitor

    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    6c063a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    952f07f View commit details
    Browse the repository at this point in the history
  11. Stop putting 'public' folder into the build artifacts, as 'target' fo…

    …lder did the job
    Tianli Feng committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e4ecbd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Use props to pass values for 'notifications' and 'isDarkMode' to avoi…

    …d inconsistency
    Tianli Feng committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    4cb2c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e72b0d View commit details
    Browse the repository at this point in the history
  3. add a props of notifications in Home.js

    Tianli Feng committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    f0b42b9 View commit details
    Browse the repository at this point in the history