This is an automated email from the ASF dual-hosted git repository.

mmiklavcic pushed a commit to branch feature/METRON-2088-support-hdp-3.1
in repository https://gitbox.apache.org/repos/asf/metron.git

commit 903e6cd4ad579ecbf3ae9f22bad15f03899d486f
Merge: 939c4ea 895fe49
Author: Michael Miklavcic <[email protected]>
AuthorDate: Fri Oct 4 13:22:36 2019 -0600

    Merge branch 'master' into feature/METRON-2088-support-hdp-3.1

 .../metron-alerts/cypress/fixtures/search-1.1.json | 102 ++++
 .../metron-alerts/cypress/fixtures/search-1.2.json | 102 ++++
 .../search/auto-polling.feature.spec.js            |  98 ++++
 .../alerts/alerts-list/alerts-list.component.html  |  52 ++-
 .../alerts/alerts-list/alerts-list.component.scss  |  21 -
 .../alerts-list/alerts-list.component.spec.ts      | 513 +++++++++++++++++---
 .../alerts/alerts-list/alerts-list.component.ts    | 249 +++++-----
 .../app/alerts/alerts-list/alerts-list.module.ts   |  12 +-
 .../auto-polling/auto-polling.component.html       |  17 +
 .../auto-polling/auto-polling.component.scss       |  73 +++
 .../auto-polling/auto-polling.component.spec.ts    |  80 ++++
 .../auto-polling/auto-polling.component.ts}        |  29 +-
 .../auto-polling/auto-polling.service.spec.ts      | 519 +++++++++++++++++++++
 .../auto-polling/auto-polling.service.ts           | 184 ++++++++
 .../app/alerts/alerts-list/query-builder.spec.ts   | 124 +++--
 .../src/app/alerts/alerts-list/query-builder.ts    |  74 +--
 .../alerts-list/tree-view/tree-view.component.ts   |   1 -
 .../configure-rows/configure-rows.component.html   |  34 +-
 .../configure-rows/configure-rows.component.ts     |  76 ++-
 .../show-hide-alert-entries.component.spec.ts      |  23 +-
 .../show-hide/show-hide-alert-entries.component.ts |  20 +-
 .../metron-alerts/src/app/model/search-response.ts |   2 +-
 .../metron-alerts/src/app/model/table-metadata.ts  |  10 +-
 .../app/service/elasticsearch-localstorage-impl.ts |   6 +-
 .../src/app/service/search.service.spec.ts         |  78 ++++
 .../src/app/service/search.service.ts              |  26 +-
 .../shared/directives/alert-search.directive.ts    | 118 +++--
 .../modal-loading-indicator.component.html         |  25 +
 .../modal-loading-indicator.component.scss}        |  27 +-
 .../modal-loading-indicator.component.spec.ts}     |  33 +-
 .../modal-loading-indicator.component.ts           |  29 ++
 .../metron-alerts/src/app/utils/constants.ts       |   2 +-
 .../metron-alerts/src/app/utils/httpUtil.ts        |  20 +-
 .../src/main/scripts/flatfile_loader.sh            |   7 +-
 .../src/main/scripts/flatfile_summarizer.sh        |   2 +
 35 files changed, 2283 insertions(+), 505 deletions(-)

Reply via email to