This is an automated email from the ASF dual-hosted git repository.
shown pushed a change to branch plugin-custom
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 5ac28c255 Improve frontend
add 1799e00ec [doc]markdown md046 (#2613)
add 12a53c69d [optimize]: update github action (#2608)
add 6e430bcab Add push dao unit tests (#2614)
add 525980f91 [webapp] bugfix monitors pageable not work (#2602)
add 410dd5d3f Merge branch 'master' into plugin-custom
No new revisions were added by this update.
Summary of changes:
.github/workflows/backend-build-test.yml | 9 +--
.github/workflows/doc-build-test.yml | 94 ++++------------------
.github/workflows/nightly-build.yml | 5 +-
.markdownlint-cli2.jsonc | 2 +-
.../2024-06-11-hertzbeat-v1.6.0-update.md | 32 ++++----
.../current/start/update-1.6.0.md | 24 +++---
.../version-v1.5.x/download.md | 2 +-
.../version-v1.5.x/start/docker-deploy.md | 9 ++-
.../version-v1.5.x/start/docker-deploy.md | 10 +--
package.json | 5 --
.../hertzbeat/push/dao/PushMetricsDaoTest.java | 77 ++++++++++++++++++
.../hertzbeat/push/dao/PushMonitorDaoTest.java | 94 ++++++++++++++++++++++
script/ci/docs/check_file_name.json | 8 ++
script/ci/docs/check_file_name.py | 65 +++++++++++++++
{.github => script/ci}/exclude_files.txt | 2 +-
.../ci/github-actions/setup-deps/action.yml | 16 ++--
{.github => script/ci}/link_check.json | 0
.../monitor/monitor-list/monitor-list.component.ts | 2 +-
web-app/src/app/service/monitor.service.ts | 32 --------
19 files changed, 316 insertions(+), 172 deletions(-)
delete mode 100644 package.json
create mode 100644
push/src/test/java/org/apache/hertzbeat/push/dao/PushMetricsDaoTest.java
create mode 100644
push/src/test/java/org/apache/hertzbeat/push/dao/PushMonitorDaoTest.java
create mode 100644 script/ci/docs/check_file_name.json
create mode 100644 script/ci/docs/check_file_name.py
rename {.github => script/ci}/exclude_files.txt (99%)
copy .github/ISSUE_TEMPLATE/config.yml =>
script/ci/github-actions/setup-deps/action.yml (77%)
rename {.github => script/ci}/link_check.json (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]