This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a change to branch home_apache_info
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 7a11088c3 Add @gjjjj0101 as a contributor
add 97f27b4cb [improve] support multiple receivers. (#1731)
add 3c1a5905a [improve] add lisence. (#1746)
add 58d3efa57 Backend LICENSE Initialize (#1744)
add 37869aa54 Back-end dependency upgrade (#1743)
add 778666c50 [Improve] run hertzbeat in docker compose support dependen
service condition (#1748)
add e06350809 [bugfix] fix statuspage index exception (#1747)
add b3a869d8d [imporve] remove unlicensed dependency 'wolfy87
eventemitter' (#1745)
add 8772e709b [improve] auto label when pr, update asf config (#1749)
add c4d151266 [improve] update asf config set required status checks
context (#1751)
add 2df0dd905 Merge branch 'master' into home_apache_info
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 21 +-
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
.github/labeler.yml | 130 ++++
.github/workflows/backend-build-test.yml | 11 -
...frontend-build-test.yml => license-checker.yml} | 22 +-
.../workflows/pull-request-robot.yml | 23 +-
...er.java => JsonLongListAttributeConverter.java} | 26 +-
....java => JsonStringListAttributeConverter.java} | 22 +-
.../manager/JsonTagListAttributeConverter.java | 15 +-
.../common/entity/manager/NoticeRule.java | 8 +-
.../common/entity/message/CollectRep.java | 164 ++---
.../manager/component/alerter/DispatcherAlarm.java | 12 +-
.../service/impl/StatusPageServiceImpl.java | 4 +
.../controller/NoticeConfigControllerTest.java | 4 +-
.../hertzbeat/manager/dao/NoticeRuleDaoTest.java | 12 +-
.../manager/service/NoticeConfigServiceTest.java | 8 +-
material/licenses/backend/LICENSE-H2.txt | 180 +++++
material/licenses/backend/LICENSE-HdrHistogram.txt | 41 ++
.../licenses/backend/LICENSE-Java-WebSocket.txt | 22 +
material/licenses/backend/LICENSE-LatencyUtils.txt | 38 +
.../licenses/backend/LICENSE-angus-activation.txt | 28 +
.../backend/LICENSE-animal-sniffer-annotation.txt | 21 +
.../licenses/backend/LICENSE-antlr4-runtime.txt | 28 +
material/licenses/backend/LICENSE-asm.txt | 26 +
.../licenses/backend/LICENSE-aspectjweaver.txt | 277 ++++++++
material/licenses/backend/LICENSE-aviator.txt | 165 +++++
material/licenses/backend/LICENSE-checker-qual.txt | 25 +
material/licenses/backend/LICENSE-curvesapi.txt | 28 +
material/licenses/backend/LICENSE-dnsjava.txt | 30 +
material/licenses/backend/LICENSE-eddsa.txt | 123 ++++
.../LICENSE-hibernate-commons-annotations.txt | 502 ++++++++++++++
.../licenses/backend/LICENSE-hibernate-core.txt | 502 ++++++++++++++
.../licenses/backend/LICENSE-influxdb-java.txt | 22 +
.../backend/LICENSE-istack-commons-runtime.txt | 29 +
.../backend/LICENSE-jakarta.activation-api.txt | 30 +
.../backend/LICENSE-jakarta.annotation-api.txt | 637 +++++++++++++++++
material/licenses/backend/LICENSE-jakarta.mail.txt | 275 ++++++++
.../backend/LICENSE-jakarta.persistence-api.txt | 637 +++++++++++++++++
.../backend/LICENSE-jakarta.transaction-api.txt | 637 +++++++++++++++++
.../backend/LICENSE-jakarta.xml.bind-api.txt | 29 +
material/licenses/backend/LICENSE-javassist.txt | 141 ++++
.../backend/LICENSE-javax.annotation-api.txt | 759 ++++++++++++++++++++
material/licenses/backend/LICENSE-jaxb-api.txt | 762 +++++++++++++++++++++
material/licenses/backend/LICENSE-jaxb-core.txt | 28 +
material/licenses/backend/LICENSE-jaxb-runtime.txt | 28 +
.../licenses/backend/LICENSE-jcl-over-slf4j.txt | 24 +
material/licenses/backend/LICENSE-jul-to-slf4j.txt | 24 +
.../licenses/backend/LICENSE-logback-classic.txt | 18 +
material/licenses/backend/LICENSE-logback-core.txt | 18 +
material/licenses/backend/LICENSE-mssql-jdbc.txt | 11 +
material/licenses/backend/LICENSE-postgresql.txt | 23 +
.../backend/LICENSE-protobuf-java-util.txt | 17 +
.../licenses/backend/LICENSE-protobuf-java.txt | 17 +
.../licenses/backend/LICENSE-reactive-streams.txt | 8 +
material/licenses/backend/LICENSE-slf4j-api.txt | 22 +
material/licenses/backend/LICENSE-stax2-api.txt | 25 +
.../licenses/backend/LICENSE-taos-jdbcdriver.txt | 21 +
material/licenses/backend/LICENSE-txw2.txt | 28 +
material/licenses/backend/LICENSE-zstd-jni.txt | 26 +
material/licenses/frontend/LICENSE | 9 -
pom.xml | 6 +-
.../hertzbeat-mysql-iotdb/docker-compose.yaml | 17 +-
.../hertzbeat-mysql-tdengine/docker-compose.yaml | 17 +-
.../docker-compose.yaml | 17 +-
.../conf/application.yml | 32 +-
.../hertzbeat-postgresql-iotdb/docker-compose.yaml | 18 +-
web-app/package.json | 1 -
web-app/src/app/pojo/NoticeRule.ts | 4 +-
.../alert/alert-notice/alert-notice.component.html | 1 +
.../alert/alert-notice/alert-notice.component.ts | 27 +-
web-app/src/styles.less | 1 -
web-app/yarn.lock | 475 +------------
72 files changed, 6769 insertions(+), 672 deletions(-)
create mode 100644 .github/labeler.yml
copy .github/workflows/{frontend-build-test.yml => license-checker.yml} (79%)
copy alerter/src/main/resources/META-INF/spring.factories =>
.github/workflows/pull-request-robot.yml (62%)
copy
common/src/main/java/org/apache/hertzbeat/common/entity/manager/{JsonByteListAttributeConverter.java
=> JsonLongListAttributeConverter.java} (61%)
copy
common/src/main/java/org/apache/hertzbeat/common/entity/manager/{JsonByteListAttributeConverter.java
=> JsonStringListAttributeConverter.java} (66%)
create mode 100644 material/licenses/backend/LICENSE-H2.txt
create mode 100644 material/licenses/backend/LICENSE-HdrHistogram.txt
create mode 100644 material/licenses/backend/LICENSE-Java-WebSocket.txt
create mode 100644 material/licenses/backend/LICENSE-LatencyUtils.txt
create mode 100644 material/licenses/backend/LICENSE-angus-activation.txt
create mode 100644
material/licenses/backend/LICENSE-animal-sniffer-annotation.txt
create mode 100644 material/licenses/backend/LICENSE-antlr4-runtime.txt
create mode 100644 material/licenses/backend/LICENSE-asm.txt
create mode 100644 material/licenses/backend/LICENSE-aspectjweaver.txt
create mode 100644 material/licenses/backend/LICENSE-aviator.txt
create mode 100644 material/licenses/backend/LICENSE-checker-qual.txt
create mode 100644 material/licenses/backend/LICENSE-curvesapi.txt
create mode 100644 material/licenses/backend/LICENSE-dnsjava.txt
create mode 100644 material/licenses/backend/LICENSE-eddsa.txt
create mode 100644
material/licenses/backend/LICENSE-hibernate-commons-annotations.txt
create mode 100644 material/licenses/backend/LICENSE-hibernate-core.txt
create mode 100644 material/licenses/backend/LICENSE-influxdb-java.txt
create mode 100644 material/licenses/backend/LICENSE-istack-commons-runtime.txt
create mode 100644 material/licenses/backend/LICENSE-jakarta.activation-api.txt
create mode 100644 material/licenses/backend/LICENSE-jakarta.annotation-api.txt
create mode 100644 material/licenses/backend/LICENSE-jakarta.mail.txt
create mode 100644
material/licenses/backend/LICENSE-jakarta.persistence-api.txt
create mode 100644
material/licenses/backend/LICENSE-jakarta.transaction-api.txt
create mode 100644 material/licenses/backend/LICENSE-jakarta.xml.bind-api.txt
create mode 100644 material/licenses/backend/LICENSE-javassist.txt
create mode 100644 material/licenses/backend/LICENSE-javax.annotation-api.txt
create mode 100644 material/licenses/backend/LICENSE-jaxb-api.txt
create mode 100644 material/licenses/backend/LICENSE-jaxb-core.txt
create mode 100644 material/licenses/backend/LICENSE-jaxb-runtime.txt
create mode 100644 material/licenses/backend/LICENSE-jcl-over-slf4j.txt
create mode 100644 material/licenses/backend/LICENSE-jul-to-slf4j.txt
create mode 100644 material/licenses/backend/LICENSE-logback-classic.txt
create mode 100644 material/licenses/backend/LICENSE-logback-core.txt
create mode 100644 material/licenses/backend/LICENSE-mssql-jdbc.txt
create mode 100644 material/licenses/backend/LICENSE-postgresql.txt
create mode 100644 material/licenses/backend/LICENSE-protobuf-java-util.txt
create mode 100644 material/licenses/backend/LICENSE-protobuf-java.txt
create mode 100644 material/licenses/backend/LICENSE-reactive-streams.txt
create mode 100644 material/licenses/backend/LICENSE-slf4j-api.txt
create mode 100644 material/licenses/backend/LICENSE-stax2-api.txt
create mode 100644 material/licenses/backend/LICENSE-taos-jdbcdriver.txt
create mode 100644 material/licenses/backend/LICENSE-txw2.txt
create mode 100644 material/licenses/backend/LICENSE-zstd-jni.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]