This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a change to branch new-alarm
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 9224d3160 [alarm] combine common labels and update ui (#2944)
add ba21ef5cd [improve] Improve the synchronization of the mute status.
(#2927)
add bffd7c1d4 [bugfix] Corrected case 'DashBoard' is a lower case 'B'
(#2935)
add 87d4379ef [bugfix] Modify the doris_be.md document into an English
version (#2936)
add dc963833e [improve] Refactor and Split the Message Notification
Component. (#2924)
add 9344d3f84 Merge branch 'master' into new-alarm
No new revisions were added by this update.
Summary of changes:
home/docs/help/doris_be.md | 182 ++---
.../current}/help/doris_be.md | 0
.../app/layout/basic/widgets/notify.component.ts | 9 +-
.../alert-notice-receiver.component.html | 452 +++++++++++
.../alert-notice-receiver.component.less | 0
.../alert-notice-receiver.component.spec.ts} | 12 +-
.../alert-notice-receiver.component.ts | 268 +++++++
.../alert-notice-rule.component.html | 233 ++++++
.../alert-notice-rule.component.less | 0
.../alert-notice-rule.component.spec.ts} | 12 +-
.../alert-notice-rule.component.ts} | 409 +---------
.../alert-notice-template.component.html | 230 ++++++
.../alert-notice-template.component.less | 0
.../alert-notice-template.component.spec.ts} | 12 +-
.../alert-notice-template.component.ts | 212 +++++
.../alert/alert-notice/alert-notice.component.html | 840 +-------------------
.../alert/alert-notice/alert-notice.component.ts | 874 +--------------------
web-app/src/app/routes/alert/alert.module.ts | 6 +
web-app/src/assets/i18n/en-US.json | 2 +-
19 files changed, 1532 insertions(+), 2221 deletions(-)
copy home/{docs =>
i18n/zh-cn/docusaurus-plugin-content-docs/current}/help/doris_be.md (100%)
create mode 100644
web-app/src/app/routes/alert/alert-notice/alert-notice-receiver/alert-notice-receiver.component.html
copy
hertzbeat-plugin/src/main/resources/META-INF/services/org.apache.hertzbeat.plugin.Plugin
=>
web-app/src/app/routes/alert/alert-notice/alert-notice-receiver/alert-notice-receiver.component.less
(100%)
copy
web-app/src/app/routes/alert/{alert-group/alert-group-converge.component.spec.ts
=> alert-notice/alert-notice-receiver/alert-notice-receiver.component.spec.ts}
(76%)
create mode 100644
web-app/src/app/routes/alert/alert-notice/alert-notice-receiver/alert-notice-receiver.component.ts
create mode 100644
web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.html
copy
hertzbeat-plugin/src/main/resources/META-INF/services/org.apache.hertzbeat.plugin.Plugin
=>
web-app/src/app/routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.less
(100%)
copy
web-app/src/app/{shared/components/help-message-show/help-message-show.component.spec.ts
=>
routes/alert/alert-notice/alert-notice-rule/alert-notice-rule.component.spec.ts}
(78%)
copy web-app/src/app/routes/alert/alert-notice/{alert-notice.component.ts =>
alert-notice-rule/alert-notice-rule.component.ts} (53%)
create mode 100644
web-app/src/app/routes/alert/alert-notice/alert-notice-template/alert-notice-template.component.html
copy
hertzbeat-plugin/src/main/resources/META-INF/services/org.apache.hertzbeat.plugin.Plugin
=>
web-app/src/app/routes/alert/alert-notice/alert-notice-template/alert-notice-template.component.less
(100%)
copy
web-app/src/app/routes/alert/{alert-group/alert-group-converge.component.spec.ts
=> alert-notice/alert-notice-template/alert-notice-template.component.spec.ts}
(76%)
create mode 100644
web-app/src/app/routes/alert/alert-notice/alert-notice-template/alert-notice-template.component.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]