[metron] 01/01: Merge branch 'master' into feature/METRON-2088-support-hdp-3.1

2019-11-13 Thread mmiklavcic
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 92034de2f6fc5657c43a996ac4784fbe4717a010
Merge: 69163fa fca9ebf
Author: Michael Miklavcic 
AuthorDate: Wed Nov 13 11:37:03 2019 -0700

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

 Upgrade_steps.md   |  40 +++
 .../packaging/docker/rpm-docker/SPECS/metron.spec  |   1 +
 metron-platform/metron-common/README.md|  30 ++
 .../src/main/scripts/upgrade_helper.sh | 120 +
 4 files changed, 191 insertions(+)



[metron] 01/01: Merge branch 'master' into feature/METRON-2088-support-hdp-3.1

2019-11-04 Thread mmiklavcic
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 b1091fefcbe52a5c9b59a191ee350654072d0bdf
Merge: 018e90f eb1dda6
Author: Michael Miklavcic 
AuthorDate: Mon Nov 4 11:22:56 2019 -0700

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

 .../src/app/alerts/alerts-list/alerts-list.component.ts | 10 +-
 .../auto-polling/auto-polling.service.spec.ts   | 17 ++---
 .../alerts-list/auto-polling/auto-polling.service.ts|  3 ++-
 .../alerts-list/table-view/table-view.component.html|  7 +++
 .../alerts-list/table-view/table-view.component.scss| 17 +
 5 files changed, 41 insertions(+), 13 deletions(-)



[metron] 01/01: Merge branch 'master' into feature/METRON-2088-support-hdp-3.1

2019-10-04 Thread mmiklavcic
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 
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(-)