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

EUIfy Watcher #35301

Merged
merged 81 commits into from
Jun 29, 2019
Merged

EUIfy Watcher #35301

merged 81 commits into from
Jun 29, 2019

Commits on Mar 7, 2019

  1. replacing Angular watch list UI with React one (#32401)

    * replacing Angular watch list UI with React one
    
    * fixing TS issues
    
    * addressing PR feedback
    
    * fixing TS issues
    
    * more TS fixes
    
    * TS fix
    
    * addressing more PR feedback
    
    * TS fixes
    
    * removing unused/incompatible translations
    
    * fixing functional test
    
    * prettier fix
    
    * fixing typp
    
    * fixing missing comma
    
    * fixing data-test-subject typo
    
    * fixing functional test
    
    * fixing functional tests
    
    * fixing delete functional tests
    
    * addressing PR feedback
    bmcconaghy committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a170f7a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Watcher port edit watch (#34633)

    * replacing Angular watch list UI with React one
    
    * fixing TS issues
    
    * addressing PR feedback
    
    * fixing TS issues
    
    * more TS fixes
    
    * TS fix
    
    * addressing more PR feedback
    
    * TS fixes
    
    * removing unused/incompatible translations
    
    * fixing functional test
    
    * prettier fix
    
    * fixing typp
    
    * fixing missing comma
    
    * fixing data-test-subject typo
    
    * fixing functional test
    
    * fixing functional tests
    
    * fixing delete functional tests
    
    * addressing PR feedback
    
    * progress on watch edit
    
    * port advanced watcher to react (#34188)
    
    * port advanced watcher to react
    
    * fix i18n
    
    * update execute trigger override text fields to number input and select fields
    
    * fix page title for edit mode
    
    * remove todo comments
    
    * add license validity check; pass kbnUrl service as prop
    
    * address review comments
    alisonelizabeth authored and bmcconaghy committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    a7ecccc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. partial progress on threshold watch form including validation (#34819)

    * partial progress on threshold watch form including validation
    
    * fixing tsc issues
    
    * cleaning up some PR feedback
    bmcconaghy committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7de0bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22e9c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Watcher history page: port to react (#33047)

    Get watch detail page ported to react.
    Paul Sanwald committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    0078417 View commit details
    Browse the repository at this point in the history
  2. adding validation and UI feedback for threshold watch expression (#34948

    )
    
    * adding validation and UI feedback for threshold watch expression
    
    * fixing tsc issues
    
    * fixing inconsistent messages
    
    * fixing some i18n labels
    
    * addressing PR feedback
    
    * fixing unused translations issue
    
    * addressing PR feedback
    bmcconaghy committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ed4701e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Advanced watch cleanup (#34955)

    * remove use of lodash map; persist state when toggling tabs
    
    * text improvements
    
    * add validation for watch action types
    
    * fix actions table on simulation results flyout when in edit mode
    
    * additional text improvements
    
    * rework form validation
    
    * update text based on feedback and fix ts errors
    
    * fix i18n
    
    * address pr feedback
    
    * address pr feedback; i18n fix
    alisonelizabeth committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b991618 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. turning it all into one React app (#35185)

    * turning it all into one React app
    
    * removing dependency on kbnUrl
    
    * fixing import
    
    * fixing tsc issues
    
    * fixing eslint issues
    
    * fixing typo
    
    * fixing import
    
    * removing unused translations
    
    * removing more missing translations
    
    * removing unused style sheets
    
    * deleting scss file
    
    * fixing test
    
    * fixing tests for reals
    
    * test fix
    
    * fix test
    
    * fixing another test
    bmcconaghy committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    cadca11 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

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

Commits on Apr 22, 2019

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

Commits on Apr 23, 2019

  1. adding watch visualization (#35404)

    * adding watch visualization
    
    * fixing tsc errors
    
    * rendering multiple lines when a terms agg is used
    
    * responding to PR feedback
    
    * fixing React warning
    
    * adding missing var
    bmcconaghy committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5faec7b View commit details
    Browse the repository at this point in the history
  2. [Watcher] Handle 403 and 404 in Status and Edit routes and fix breadc…

    …rumbs (#35444)
    
    * Add useRequest custom hook and convert WatchList, WatchHistory, and WatchDetail to consume it.
    * Internationalize de/activate button and timespan select in WatchList.
    * Add getPageErrorCode, PageError, and PageErrorNotExist, and use these to surface 403 and 404 errors.
    * Fix breadcrumbs.
    cjcenizal committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    3e1767b View commit details
    Browse the repository at this point in the history
  3. [Watcher] Refine copy and layout of Watch History detail panel. (#35462)

    * Remove unnecessary itemId prop and highlight JSON as json.
    cjcenizal committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    96ee395 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

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

Commits on Apr 26, 2019

  1. adding support for >=, <=, and between for threshold alerts (#35614)

    * adding support for >=, <=, and between for threshold alerts
    
    * adding i18n for AND label
    
    * making prettier happy
    
    * appeasing the linter
    
    * more linting issues
    
    * more linting
    
    * fixing test
    
    * fixing error state for threshold expression
    
    * fixing alignment for treshold inputs
    
    * addressing PR feedback
    
    * one more PR review fix
    
    * eslint fixes
    
    * fixing a couple of watch viz bugs
    bmcconaghy committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    2f79b06 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. adding loading spinner for watch visualization (#35798)

    * adding loading spinner for watch visualization
    
    * responding to PR feedback
    bmcconaghy committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    02a0a38 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    039e967 View commit details
    Browse the repository at this point in the history
  2. Fix yarn.lock.

    cjcenizal committed May 3, 2019
    Configuration menu
    Copy the full SHA
    46d7f2f View commit details
    Browse the repository at this point in the history
  3. [Watcher] Support for adding actions to threshold watch (#35175)

    * initial support for adding actions via threshold watch
    
    * added validation; support for email and slack action types
    
    * added support for index action
    
    * added support for webhook action
    
    * added support for pagerduty action
    
    * added support for jira action
    
    * cleanup
    
    * remove extra spacers
    
    * Add SCSS file and tweak actions dropdown position.
    
    * address review comments
    
    * adjust logic that determines if actions are enabled/disabled
    
    * addressing pr feedback
    
    * fix linting error
    alisonelizabeth committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0835f38 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    4162b6b View commit details
    Browse the repository at this point in the history
  2. switching to LineAnnotation for threshold marking (#36024)

    * switching to LineAnnotation for threshold marking
    
    * setting y domain so threshold line always shows
    bmcconaghy committed May 6, 2019
    Configuration menu
    Copy the full SHA
    83d2ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52bbb7b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    de14177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742e282 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

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

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    59f11aa View commit details
    Browse the repository at this point in the history
  2. fix TS error

    alisonelizabeth committed May 20, 2019
    Configuration menu
    Copy the full SHA
    5313150 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

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

Commits on May 22, 2019

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

Commits on May 23, 2019

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

Commits on May 28, 2019

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

Commits on May 29, 2019

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

Commits on May 31, 2019

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

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    f88d61b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581bd62 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    0125ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d5abe View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    b172132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf0cc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

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

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    c2c8ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f78d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. fix lint error

    alisonelizabeth committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    667eb57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb0569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc6874a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dfb95b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    cacf0c9 View commit details
    Browse the repository at this point in the history
  2. i18n fix

    alisonelizabeth committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    53eb81a View commit details
    Browse the repository at this point in the history
  3. fix jest tests

    alisonelizabeth committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    53b7633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6367c2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ef5d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    d9219ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f9c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef4779 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    edc6a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448b331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d47f959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d57698c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0c5389 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    70f4946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb5eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b493b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c74295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccecb29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20972d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3a9de3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    87ff8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7aa653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0606bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee9baa1 View commit details
    Browse the repository at this point in the history
  5. fix license checker

    alisonelizabeth committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    ba5868a View commit details
    Browse the repository at this point in the history
  6. fix test

    alisonelizabeth committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c75c90b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffb1c1d View commit details
    Browse the repository at this point in the history
  8. fix action model test

    alisonelizabeth committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    44450ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a7b762 View commit details
    Browse the repository at this point in the history
  10. fix tests

    alisonelizabeth committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c0e9ae2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af75ef4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d15b5ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dfbf594 View commit details
    Browse the repository at this point in the history