This is an automated email from the ASF dual-hosted git repository.

shown pushed a change to branch auto-monitor-name
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 9575d74a3 [improve] auto generate readable random monitor name
     add c12b4c0d8 [bugfix] fix github action build docker image error (#2525)
     add 361e573d8 [optimize] use okhttpclient connection pool (#2529)
     add c8560e6b1 [bugfix] webhook template json escape (#2532)
     add 0ec6a3b6b [imporve] simplify NoticeConfig Code. (#2530)
     new 7baaee816 Merge branch 'master' into auto-monitor-name

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:
 .github/workflows/backend-build-test.yml           | 17 ++++----
 .github/workflows/nightly-build.yml                | 47 ++++++++++++++--------
 .../alert/controller/AlertConvergeController.java  | 10 ++---
 .../alert/controller/AlertDefineController.java    | 10 ++---
 .../alert/controller/AlertSilenceController.java   | 10 ++---
 .../impl/AlertDefineExcelImExportServiceImpl.java  | 11 -----
 .../dispatch/unit/impl/TimeLengthConvert.java      |  1 -
 .../common/constants/NetworkConstants.java         | 18 +++++++++
 e2e/docker-compose.yml                             |  2 +-
 .../manager/component/alerter/DispatcherAlarm.java |  2 +-
 .../impl/AbstractAlertNotifyHandlerImpl.java       | 39 ++++++++++++++++--
 .../impl/WebHookAlertNotifyHandlerImpl.java        |  1 +
 .../hertzbeat/manager/config/AiProperties.java     |  2 -
 .../manager/config/RestTemplateConfig.java         | 20 ++++++---
 .../manager/controller/NoticeConfigController.java |  6 +--
 .../manager/service/NoticeConfigService.java       |  8 +---
 .../service/impl/NoticeConfigServiceImpl.java      | 32 +++++++--------
 .../controller/NoticeConfigControllerTest.java     |  2 -
 .../manager/service/NoticeConfigServiceTest.java   |  4 +-
 script/docker/collector/Dockerfile                 |  6 +--
 script/docker/collector/build.sh                   | 12 +++---
 script/docker/server/Dockerfile                    |  9 ++---
 script/docker/server/build.sh                      | 24 +++++------
 .../history/influxdb/InfluxdbDataStorage.java      | 20 +++++----
 24 files changed, 179 insertions(+), 134 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to