This is an automated email from the ASF dual-hosted git repository.
liutianyou pushed a change to branch feature#grafana
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from e93bda16f refactor(grafana): replace GrafanaConfiguration with
GrafanaPropertiesChange property access pattern from GrafanaConfiguration to
GrafanaProperties for consistency with other modules and to align with project
property management standards. This update affects several services and
controllers that previously used the older configuration pattern.
add 7b886fe72 [doc] Add doc for linux_script and windows_script (#2646)
add 86ca715a6 test: add more unit tests for some services (#2653)
add d14b4ceb4 Merge branch 'master' into feature#grafana
No new revisions were added by this update.
Summary of changes:
.../collect/database/JdbcCommonCollectTest.java | 100 +++++++++-
.../collect/http/HttpCollectImplTest.java | 34 +++-
home/docs/help/linux_script.md | 100 ++++++++++
home/docs/help/windows_script.md | 85 +++++++++
.../current/help/linux_script.md | 100 ++++++++++
.../current/help/windows_script.md | 85 +++++++++
home/sidebars.json | 4 +-
.../manager/service/impl/BulletinServiceImpl.java | 4 +-
.../src/main/resources/define/app-linux_script.yml | 4 +-
.../main/resources/define/app-windows_script.yml | 4 +-
.../scheduler/CollectorJobSchedulerTest.java | 67 +++++++
.../manager/service/BulletinServiceTest.java | 210 +++++++++++++++++++++
.../manager/service/CollectorServiceTest.java | 32 +++-
.../manager/service/DefaultPluginRunnerTest.java | 71 +++++++
14 files changed, 885 insertions(+), 15 deletions(-)
create mode 100644 home/docs/help/linux_script.md
create mode 100644 home/docs/help/windows_script.md
create mode 100644
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/linux_script.md
create mode 100644
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows_script.md
create mode 100644
manager/src/test/java/org/apache/hertzbeat/manager/scheduler/CollectorJobSchedulerTest.java
create mode 100644
manager/src/test/java/org/apache/hertzbeat/manager/service/BulletinServiceTest.java
create mode 100644
manager/src/test/java/org/apache/hertzbeat/manager/service/DefaultPluginRunnerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]