This is an automated email from the ASF dual-hosted git repository.
kerwin612 pushed a change to branch bugfix-threold
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 867916538 [bugfix] fix alarm threshold ava can not modify
add 7a7d4792c [improve] remove demo plugin (#2492)
add 311348719 [refactor] refactor connect common cache (#2469)
add 8faa13e7b [Improve] add AvailableAlertDefineIni &
SystemSecretServiceImpl unit test (#2496)
add bac607f6d [Improve] add WarehouseServiceImpl unit test (#2497)
new 9775a418b Merge branch 'master' into bugfix-threold
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:
.../common/cache/ConnectionCommonCache.java | 72 +++-----------
.../service/impl/SystemSecretServiceImpl.java | 4 +-
.../service/AvailableAlertDefineInitTest.java | 103 +++++++++++++++++++++
.../manager/service/StatusPageServiceTest.java | 2 +-
.../manager/service/SystemSecretServiceTest.java | 40 ++++++++
.../hertzbeat/plugin/impl/DemoPluginImpl.java | 40 --------
.../services/org.apache.hertzbeat.plugin.Plugin | 1 -
.../warehouse/service/WarehouseServiceTest.java | 87 +++++++++++++++++
8 files changed, 246 insertions(+), 103 deletions(-)
create mode 100644
manager/src/test/java/org/apache/hertzbeat/manager/service/AvailableAlertDefineInitTest.java
delete mode 100644
plugin/src/main/java/org/apache/hertzbeat/plugin/impl/DemoPluginImpl.java
create mode 100644
warehouse/src/test/java/org/apache/hertzbeat/warehouse/service/WarehouseServiceTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]