This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a change to branch branch-feature-AMBARI-20859
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from bf2f09e Merge pull request #83 from rlevas/branch-feature-AMBARI-20859
add 5a370c9 AMBARI-22757 Log Search UI: implement query manipulation from
resources diagram. (ababiichuk)
add e078138 Merge pull request #81 from aBabiichuk/AMBARI-22757-trunk
add 4169f4d Merge remote-tracking branch 'origin/trunk' into
branch-feature-AMBARI-20859
new 6714768 Merge pull request #110 from
rlevas/branch-feature-AMBARI-20859
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:
.../ambari-logsearch-web/src/app/app.module.ts | 2 +
.../classes/components/graph/graph.component.ts | 67 ++++++++++++++++++--
.../ambari-logsearch-web/src/app/classes/graph.ts | 5 ++
.../audit-logs-entries.component.html | 6 +-
.../audit-logs-entries.component.ts | 47 ++++++++++++++
.../context-menu.component.html} | 4 +-
.../context-menu/context-menu.component.less} | 4 +-
.../context-menu.component.spec.ts} | 60 ++++++++----------
.../context-menu/context-menu.component.ts | 72 ++++++++++++++++++++++
.../dropdown-list/dropdown-list.component.html | 3 +-
.../service-logs-table.component.html | 5 +-
.../service-logs-table.component.ts | 63 ++++++++-----------
.../src/app/services/logs-container.service.ts | 13 ++++
13 files changed, 267 insertions(+), 84 deletions(-)
copy
ambari-logsearch/ambari-logsearch-web/src/app/components/{graph-legend/graph-legend.component.html
=> context-menu/context-menu.component.html} (79%)
copy ambari-logsearch/ambari-logsearch-web/src/{styles.less =>
app/components/context-menu/context-menu.component.less} (95%)
copy
ambari-logsearch/ambari-logsearch-web/src/app/components/{service-logs-table/service-logs-table.component.spec.ts
=> context-menu/context-menu.component.spec.ts} (83%)
create mode 100644
ambari-logsearch/ambari-logsearch-web/src/app/components/context-menu/context-menu.component.ts
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].