This is an automated email from the ASF dual-hosted git repository.
zhengqiwei pushed a change to branch bugfix-alarm-query
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 9dba58c97 [bugfix] update link
add f4685aa75 [bugfix] Unable to specify collector when creating a monitor
(#2311)
add e142a498e [improve] upgrade ssh core dependency version (#2349)
add 3a24edb30 Fixed the issue of a fleeting vertical scrollbar appearing
in tab-content (#2363)
add fa4a3fd9e [imporve] add template i18n map verify (#2345)
add 88538890b [doc] supplement custom plugin doc (#2309)
add 348b50c4c [feature] Optimize script protocol and add Windows-script
yml template (#2367)
add aef7ac23c [Improve] add prometheusUtil unit test (#2360)
add 40aa5a4d7 Fixed the issue of style anomaly caused by incorrect usage
of nz-card-tab (#2368)
add a1d016e5d [Improve] add strbuffer unit test (#2361)
add 16a6620ff [fix] fix committer name (#2372)
add 927625a79 [Improve] add timezoneutil unit test (#2362)
add 2352ceef3 [Improve] add dispatchalarm unit test (#2364)
add ba70b2f26 [Improve] add WeComAppAlertNotifyHandlerImpl send notify
test (#2369)
add d1d28e676 [Improve] add EmailAlertNotifyHandlerImpl unit test (#2370)
add a427099db [Improve] add GotifyAlertNotifyHandlerImpl unit test (#2380)
add 7f0b34066 [bugfix] fix email send error (#2378)
add 659346ddd [Improve] add CollectServer unit test (#2379)
add 3d9be220e [Improve] add ServerChanAlertNotifyHandlerImpl unit test
(#2381)
add b4b23bb9a Merge branch 'master' into bugfix-alarm-query
No new revisions were added by this update.
Summary of changes:
.all-contributorsrc | 2 +-
README.md | 2 +-
README_CN.md | 2 +-
collector/pom.xml | 2 +-
.../collect/script/ScriptCollectImpl.java | 51 +++-
.../dispatch/entrance/CollectServerTest.java | 147 +++++++++
.../common/entity/job/protocol/ScriptProtocol.java | 5 +
.../apache/hertzbeat/common/util/CommonUtil.java | 13 +
.../hertzbeat/common/util/StrBufferTest.java | 152 ++++++++++
.../hertzbeat/common/util/TimeZoneUtilTest.java | 88 ++++++
.../common/util/prometheus/PrometheusUtilTest.java | 227 ++++++++++++++
home/docs/help/plugin.md | 8 +-
.../current/help/plugin.md | 8 +-
home/src/pages/team/index.jsx | 2 +-
home/src/pages/team/member.json | 2 +-
.../alerter/impl/EmailAlertNotifyHandlerImpl.java | 5 +
.../alerter/impl/GotifyAlertNotifyHandlerImpl.java | 2 +-
.../impl/ServerChanAlertNotifyHandlerImpl.java | 2 +-
.../impl/WeComAppAlertNotifyHandlerImpl.java | 8 +-
.../manager/pojo/dto/EmailNoticeSender.java | 2 +
.../manager/service/impl/AppServiceImpl.java | 15 +
manager/src/main/resources/application.yml | 2 +
.../src/main/resources/define/app-linux_script.yml | 9 +
.../main/resources/define/app-windows_script.yml | 334 +++++++++++++++++++++
.../component/alerter/AlertNotifyHandlerTest.java | 39 ---
.../component/alerter/DispatcherAlarmTest.java | 98 +++++-
.../impl/EmailAlertNotifyHandlerImplTest.java | 81 ++++-
.../impl/GotifyAlertNotifyHandlerImplTest.java | 120 +++++++-
.../impl/ServerChanAlertNotifyHandlerImplTest.java | 119 ++++++++
.../impl/WeComAppAlertNotifyHandlerImplTest.java | 110 +++++++
web-app/src/app/pojo/EmailNoticeSender.ts | 1 +
.../app/routes/dashboard/dashboard.component.html | 94 +++---
.../app/routes/dashboard/dashboard.component.less | 15 +-
.../app/routes/dashboard/dashboard.component.ts | 1 +
.../monitor/monitor-edit/monitor-edit.component.ts | 4 +-
.../monitor/monitor-form/monitor-form.component.ts | 5 +-
.../monitor/monitor-new/monitor-new.component.ts | 4 +-
.../message-server/message-server.component.html | 8 +
web-app/src/assets/i18n/en-US.json | 1 +
web-app/src/assets/i18n/zh-CN.json | 1 +
web-app/src/assets/i18n/zh-TW.json | 1 +
web-app/src/styles/theme.less | 2 +-
42 files changed, 1655 insertions(+), 139 deletions(-)
create mode 100644
collector/src/test/java/org/apache/hertzbeat/collector/dispatch/entrance/CollectServerTest.java
create mode 100644
common/src/test/java/org/apache/hertzbeat/common/util/StrBufferTest.java
create mode 100644
common/src/test/java/org/apache/hertzbeat/common/util/TimeZoneUtilTest.java
create mode 100644
common/src/test/java/org/apache/hertzbeat/common/util/prometheus/PrometheusUtilTest.java
create mode 100644 manager/src/main/resources/define/app-windows_script.yml
delete mode 100644
manager/src/test/java/org/apache/hertzbeat/manager/component/alerter/AlertNotifyHandlerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]