This is an automated email from the ASF dual-hosted git repository.
nickallen pushed a change to branch feature/METRON-2088-support-hdp-3.1
in repository https://gitbox.apache.org/repos/asf/metron.git.
from 802cbdd METRON-2188 Upgrade to HBase 2.0.2 (nickwallen) closes
apache/metron#1506
add 722eb66 METRON-2211 [UI] Alerts UI should optionally render timestamp
in local time (sardell) closes apache/metron#1495
add b1536d7 METRON-2254 Intermittent Test Failure in
RestFunctionsIntegrationTest (nickwallen) closes apache/metron#1510
new eeccdc4 Merge remote-tracking branch 'apache/master' into
feature/METRON-2088-support-hdp-3.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../alerts-list/table-view/table-view.component.ts | 13 +++-
.../alerts-list/tree-view/tree-view.component.ts | 6 +-
.../configure-rows/configure-rows.component.html | 3 +
.../configure-rows.component.spec.ts | 2 +
.../alerts/configure-rows/configure-rows.module.ts | 8 ++-
.../timezone-config.component.spec.ts | 76 ++++++++++++++++++++++
.../timezone-config/timezone-config.component.ts} | 27 ++++----
.../timezone-config.service.spec.ts | 55 ++++++++++++++++
.../timezone-config/timezone-config.service.ts} | 30 +++++----
.../functions/RestFunctionsIntegrationTest.java | 18 +++--
10 files changed, 200 insertions(+), 38 deletions(-)
create mode 100644
metron-interface/metron-alerts/src/app/alerts/configure-rows/timezone-config/timezone-config.component.spec.ts
copy metron-interface/metron-alerts/src/app/{shared/switch/switch.component.ts
=> alerts/configure-rows/timezone-config/timezone-config.component.ts} (58%)
create mode 100644
metron-interface/metron-alerts/src/app/alerts/configure-rows/timezone-config/timezone-config.service.spec.ts
copy metron-interface/metron-alerts/src/app/{shared/login-guard.ts =>
alerts/configure-rows/timezone-config/timezone-config.service.ts} (61%)