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

gongchao pushed a change to branch remove-cn-1
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from b3aa901bc [doc] translate alerter chinese to english
     add ecae143b2 [improve] update new hertzbeat brand logo, update doc (#1761)
     add d6ce092cd [doc] translate common moudle code chinese to english (#1766)
     add 7ca110e7b [improve] remove unnecessary if-else statement. (#1770)
     add 79017f363 [doc] remove and translate chinese to english in warehous 
(#1773)
     add 4627fb5a8 Replace deprecated methods with builder pattern for RedisURI 
construction (#1772)
     add 7d5082f06 remove and translate chinese to english in 
collector,script,push,remoting and manager module (#1774)
     add d209bd327 Added the function of sending SMS messages through Alibaba 
Cloud. (#1768)
     add f9d47797b [improve] add frontend license. (#1776)
     add f7fb2356c [test] Add RedisSingleCollectImplTest (#1784)
     add cd36afd1d Merge branch 'master' into remove-cn-1

No new revisions were added by this update.

Summary of changes:
 .idea/icon.png                                     | Bin 51456 -> 2540 bytes
 README.md                                          |   2 +
 README_CN.md                                       |   6 +-
 .../controller/AlertDefineControllerTest.java      |   6 +-
 .../controller/AlertDefinesControllerTest.java     |  30 +-
 collector/pom.xml                                  |  32 +-
 .../http/promethus/PrometheusLastParser.java       |   4 +-
 .../collect/redis/RedisCommonCollectImpl.java      |  12 +-
 .../hertzbeat/collector/util/CollectUtil.java      |   5 +-
 .../hertzbeat/collector/util/JsonPathParser.java   |   6 +-
 .../collect/redis/RedisSingleCollectImplTest.java  |  73 ++-
 common/pom.xml                                     |  10 +-
 .../common/config/AviatorConfiguration.java        |  18 +-
 .../hertzbeat/common/config/CommonProperties.java  |  94 ++-
 .../common/constants/CommonConstants.java          |  56 +-
 .../hertzbeat/common/entity/alerter/Alert.java     |  38 +-
 .../common/entity/alerter/AlertConverge.java       |  17 +-
 .../common/entity/alerter/AlertDefine.java         |  13 +-
 .../common/entity/alerter/AlertSilence.java        |  25 +-
 .../hertzbeat/common/entity/dto/AlertReport.java   |  27 +-
 .../hertzbeat/common/entity/job/Configmap.java     |   6 +-
 .../apache/hertzbeat/common/entity/job/Job.java    |  31 +-
 .../hertzbeat/common/entity/job/Metrics.java       |  38 +-
 .../common/entity/job/protocol/FtpProtocol.java    |  12 +-
 .../common/entity/job/protocol/HttpProtocol.java   |  40 +-
 .../common/entity/job/protocol/JmxProtocol.java    |   7 -
 .../common/entity/job/protocol/NginxProtocol.java  |   2 +-
 .../common/entity/job/protocol/SnmpProtocol.java   |   5 +-
 .../hertzbeat/common/entity/manager/Collector.java |   2 +-
 .../entity/manager/CollectorMonitorBind.java       |   2 +-
 .../common/entity/manager/GeneralConfig.java       |   6 +-
 .../hertzbeat/common/entity/manager/Monitor.java   |  31 +-
 .../common/entity/manager/NoticeReceiver.java      |  53 +-
 .../common/entity/manager/NoticeRule.java          |  30 +-
 .../common/entity/manager/NoticeTemplate.java      |  15 +-
 .../hertzbeat/common/entity/manager/Param.java     |  18 +-
 .../common/entity/manager/ParamDefine.java         |  56 +-
 .../common/entity/manager/StatusPageOrg.java       |   3 +-
 .../hertzbeat/common/entity/manager/Tag.java       |  15 +-
 .../common/entity/manager/TagMonitorBind.java      |   6 +-
 .../common/entity/message/ClusterMsg.java          |   4 +-
 .../hertzbeat/common/entity/warehouse/History.java |   4 +-
 .../common/queue/impl/KafkaCommonDataQueue.java    |   6 +-
 ...{TencentSmsClient.java => AliYunSmsClient.java} |  58 +-
 .../hertzbeat/common/service/TencentSmsClient.java |   4 +-
 .../org/apache/hertzbeat/common/util/AesUtil.java  |   6 +-
 .../hertzbeat/common/util/AliYunSendSmsUtil.java   |  52 ++
 .../apache/hertzbeat/common/util/CommonUtil.java   |   6 +-
 .../common/util/IntervalExpressionUtil.java        |   3 +-
 .../apache/hertzbeat/common/util/LruHashMap.java   |   2 +-
 .../hertzbeat/common/util/SnowFlakeIdWorker.java   |  32 +-
 .../apache/hertzbeat/common/util/StrBuffer.java    |  40 +-
 .../common/util/prometheus/PrometheusUtil.java     |   7 +-
 .../common/util/SnowFlakeIdGeneratorTest.java      |   4 +-
 home/blog/2022-06-01-hertzbeat-v1.0.md             |  30 +-
 home/blog/2022-06-19-hertzbeat-v1.1.0.md           |  48 +-
 home/blog/2022-06-22-one-step-up.md                |  48 +-
 home/blog/2022-07-10-hertzbeat-v1.1.1.md           |  38 +-
 home/blog/2022-09-04-hertzbeat-v1.1.3.md           |  24 +-
 home/blog/2022-09-10-ssl-practice.md               |   8 +-
 home/blog/2022-10-08-hertzbeat-v1.2.0.md           |  52 +-
 home/blog/2022-11-28-hertzbeat-v1.2.2.md           |  96 +--
 home/blog/2022-12-19-new-committer.md              |   2 +-
 home/blog/2022-12-28-hertzbeat-v1.2.3.md           |  84 +--
 home/blog/2023-01-05-monitor-iotdb.md              |   2 +-
 home/blog/2023-01-08-monitor-shenyu.md             |   4 +-
 home/blog/2023-02-02-monitor-dynamic-tp.md         |   4 +-
 home/blog/2023-02-10-new-committer.md              |   6 +-
 home/blog/2023-02-11-monitor-mysql.md              |   2 +-
 home/blog/2023-02-15-monitor-linux.md              |   8 +-
 home/blog/2023-03-15-hertzbeat-v1.3.0.md           |   8 +-
 home/blog/2023-03-22-monitor-springboot2.md        |   8 +-
 home/blog/2023-05-09-hertzbeat-v1.3.1.md           |  10 +-
 home/blog/2023-05-11-greptimedb-store.md           |  12 +-
 home/blog/2023-07-05-hertzbeat-v1.3.2.md           |  10 +-
 home/blog/2023-08-14-hertzbeat-v1.4.0.md           | 104 ++--
 home/blog/2023-08-28-new-committer.md              |   4 +-
 home/blog/2023-09-26-hertzbeat-v1.4.1.md           | 126 ++--
 home/blog/2023-11-12-hertzbeat-v1.4.2.md           | 132 ++---
 home/blog/2023-12-11-hertzbeat-v1.4.3.md           | 148 ++---
 home/blog/2024-01-11-new-committer.md              |   8 +-
 home/blog/2024-01-18-hertzbeat-v1.4.4.md           | 170 +++---
 .../developer.md => blog/2024-04-17-to-apache.md}  | 115 +++-
 .../docs/advanced/extend-http-example-hertzbeat.md |   4 +-
 home/docs/advanced/extend-http-example-token.md    |   4 +-
 home/docs/advanced/extend-tutorial.md              |   4 +-
 home/docs/community/contact.md                     |   2 +
 home/docs/introduce.md                             |  18 +-
 home/docs/others/contributing.md                   |  20 +-
 home/docs/others/developer.md                      |  22 +-
 home/docs/others/hertzbeat.md                      |  18 +-
 home/docs/others/huaweicloud.md                    |  10 +-
 home/docs/others/images-deploy.md                  |  54 +-
 home/docs/others/resource.md                       |   2 +-
 home/docs/others/tancloud.md                       |  12 +-
 home/docs/start/account-modify.md                  |   2 +-
 home/docs/start/docker-deploy.md                   |   4 +-
 home/docs/start/greptime-init.md                   |   2 +-
 home/docs/start/influxdb-init.md                   |   2 +-
 home/docs/start/package-deploy.md                  |   6 +-
 home/docs/start/postgresql-change.md               |   2 +-
 home/docs/start/quickstart.md                      |   8 +-
 home/docs/start/sslcert-practice.md                |   6 +-
 home/docs/start/tdengine-init.md                   |   2 +-
 home/docs/start/upgrade.md                         |   4 +-
 home/docusaurus.config.js                          |   2 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.1.x/advanced/extend-tutorial.md     |   4 +-
 .../version-v1.1.x/introduce.md                    |  68 +--
 .../version-v1.1.x/others/contact.md               |   4 +-
 .../version-v1.1.x/others/contributing.md          |  18 +-
 .../version-v1.1.x/others/developer.md             | 172 +++---
 .../version-v1.1.x/others/resource.md              |   2 +-
 .../version-v1.1.x/start/account-modify.md         |   2 +-
 .../version-v1.1.x/start/docker-deploy.md          |   4 +-
 .../version-v1.1.x/start/package-deploy.md         |   4 +-
 .../version-v1.1.x/start/quickstart.md             |   6 +-
 .../version-v1.1.x/start/sslcert-practice.md       |   8 +-
 .../2022-06-01-hertzbeat-v1.0.md                   |  32 +-
 .../2022-06-19-hertzbeat-v1.1.0.md                 |  48 +-
 .../2022-06-22-one-step-up.md                      |  48 +-
 .../2022-07-10-hertzbeat-v1.1.1.md                 |  40 +-
 .../2022-09-04-hertzbeat-v1.1.3.md                 |  48 +-
 .../2022-09-10-ssl-practice.md                     |   8 +-
 .../2022-10-08-hertzbeat-v1.2.0.md                 | 104 ++--
 .../2022-11-28-hertzbeat-v1.2.2.md                 |  96 +--
 .../2022-12-19-new-committer.md                    |   2 +-
 .../2022-12-28-hertzbeat-v1.2.3.md                 |  84 +--
 .../2023-01-05-monitor-iotdb.md                    |   2 +-
 .../2023-01-08-monitor-shenyu.md                   |   2 +-
 .../2023-02-02-monitor-dynamic-tp.md               |   2 +-
 .../2023-02-10-new-committer.md                    |   6 +-
 .../2023-02-11-monitor-mysql.md                    |   2 +-
 .../2023-02-15-monitor-linux.md                    |   8 +-
 .../2023-03-15-hertzbeat-v1.3.0.md                 | 108 ++--
 .../2023-03-22-monitor-springboot2.md              |   8 +-
 .../2023-05-09-hertzbeat-v1.3.1.md                 |   8 +-
 .../2023-05-11-greptimedb-store.md                 |  12 +-
 .../2023-07-05-hertzbeat-v1.3.2.md                 |   8 +-
 .../2023-08-14-hertzbeat-v1.4.0.md                 | 104 ++--
 .../2023-08-28-new-committer.md                    |   2 +-
 .../2023-09-26-hertzbeat-v1.4.1.md                 |  22 +-
 .../2023-11-12-hertzbeat-v1.4.2.md                 |  38 +-
 .../2023-12-11-hertzbeat-v1.4.3.md                 | 152 ++---
 .../2024-01-11-new-committer.md                    |   6 +-
 .../2024-01-18-hertzbeat-v1.4.4.md                 | 174 +++---
 .../2024-04-17-to-apache.md}                       | 122 +++-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../current/advanced/extend-http-example-token.md  |   4 +-
 .../current/community/contact.md                   |   6 +-
 .../current/introduce.md                           |  16 +-
 .../current/others/design.md                       |   2 +-
 .../current/others/developer.md                    |  22 +-
 .../current/others/huaweicloud.md                  |  10 +-
 .../current/others/images-deploy.md                |  54 +-
 .../current/others/resource.md                     |   2 +-
 .../current/start/account-modify.md                |   2 +-
 .../current/start/custom-config.md                 |   8 +-
 .../current/start/docker-deploy.md                 |   4 +-
 .../current/start/greptime-init.md                 |   2 +-
 .../current/start/influxdb-init.md                 |   2 +-
 .../current/start/mysql-change.md                  |   2 +-
 .../current/start/package-deploy.md                |   6 +-
 .../current/start/postgresql-change.md             |   4 +-
 .../current/start/quickstart.md                    |   8 +-
 .../current/start/sslcert-practice.md              |   8 +-
 .../current/start/tdengine-init.md                 |   2 +-
 .../current/start/upgrade.md                       |   4 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.3.x/introduce.md                    |  26 +-
 .../version-v1.3.x/others/contact.md               |   4 +-
 .../version-v1.3.x/others/contributing.md          |  20 +-
 .../version-v1.3.x/others/design.md                |   2 +-
 .../version-v1.3.x/others/developer.md             | 362 ++++++------
 .../version-v1.3.x/others/huaweicloud.md           |  10 +-
 .../version-v1.3.x/others/images-deploy.md         |  54 +-
 .../version-v1.3.x/others/resource.md              |   4 +-
 .../version-v1.3.x/start/account-modify.md         |   2 +-
 .../version-v1.3.x/start/custom-config.md          |   8 +-
 .../version-v1.3.x/start/docker-deploy.md          |   4 +-
 .../version-v1.3.x/start/greptime-init.md          |   2 +-
 .../version-v1.3.x/start/influxdb-init.md          |   2 +-
 .../version-v1.3.x/start/mysql-change.md           |   2 +-
 .../version-v1.3.x/start/package-deploy.md         |   4 +-
 .../version-v1.3.x/start/postgresql-change.md      |   4 +-
 .../version-v1.3.x/start/quickstart.md             |   6 +-
 .../version-v1.3.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.3.x/start/tdengine-init.md          |   2 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.4.x/introduce.md                    |  14 +-
 .../version-v1.4.x/others/contact.md               |   4 +-
 .../version-v1.4.x/others/contributing.md          |  20 +-
 .../version-v1.4.x/others/design.md                |   2 +-
 .../version-v1.4.x/others/developer.md             | 354 +++++------
 .../version-v1.4.x/others/huaweicloud.md           |  10 +-
 .../version-v1.4.x/others/images-deploy.md         |  54 +-
 .../version-v1.4.x/others/media.md                 |   4 +-
 .../version-v1.4.x/others/resource.md              |   4 +-
 .../version-v1.4.x/start/account-modify.md         |   2 +-
 .../version-v1.4.x/start/custom-config.md          |   8 +-
 .../version-v1.4.x/start/docker-deploy.md          |   4 +-
 .../version-v1.4.x/start/greptime-init.md          |   2 +-
 .../version-v1.4.x/start/influxdb-init.md          |   2 +-
 .../version-v1.4.x/start/mysql-change.md           |   2 +-
 .../version-v1.4.x/start/package-deploy.md         |   6 +-
 .../version-v1.4.x/start/postgresql-change.md      |   4 +-
 .../version-v1.4.x/start/quickstart.md             |   8 +-
 .../version-v1.4.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.4.x/start/tdengine-init.md          |   2 +-
 .../version-v1.4.x/start/upgrade.md                |   4 +-
 home/src/pages/components/DiaLog.js                |   2 +-
 home/static/img/blog/apache-incubator-1.png        | Bin 0 -> 166844 bytes
 home/static/img/blog/apache-incubator-2.png        | Bin 0 -> 36132 bytes
 home/static/img/hertzbeat-brand-white-y.png        | Bin 10429 -> 9931 bytes
 home/static/img/hertzbeat-brand-white-y.svg        |   8 +-
 home/static/img/hertzbeat-brand-white.png          | Bin 6090 -> 8433 bytes
 home/static/img/hertzbeat-brand-white.svg          |  15 +-
 home/static/img/hertzbeat-brand-y.png              | Bin 13090 -> 11339 bytes
 home/static/img/hertzbeat-brand-y.svg              |   8 +-
 home/static/img/hertzbeat-brand.jpg                | Bin 55085 -> 0 bytes
 home/static/img/hertzbeat-brand.png                | Bin 7714 -> 9774 bytes
 home/static/img/hertzbeat-brand.svg                |  15 +-
 home/static/img/hertzbeat-logo.png                 | Bin 5088 -> 2540 bytes
 home/static/img/hertzbeat-logo.svg                 |   5 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.1.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.1.x/introduce.md    |  66 +--
 .../version-v1.1.x/others/contact.md               |   4 +-
 .../version-v1.1.x/others/contributing.md          |  16 +-
 .../version-v1.1.x/others/developer.md             | 172 +++---
 .../version-v1.1.x/others/resource.md              |   4 +-
 .../version-v1.1.x/start/account-modify.md         |   2 +-
 .../version-v1.1.x/start/docker-deploy.md          |   4 +-
 .../version-v1.1.x/start/mysql-change.md           |   2 +-
 .../version-v1.1.x/start/package-deploy.md         |   4 +-
 .../version-v1.1.x/start/quickstart.md             |   6 +-
 .../version-v1.1.x/start/sslcert-practice.md       |   8 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.3.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.3.x/introduce.md    |  30 +-
 .../version-v1.3.x/others/contact.md               |   4 +-
 .../version-v1.3.x/others/contributing.md          |  22 +-
 .../version-v1.3.x/others/developer.md             | 362 ++++++------
 .../version-v1.3.x/others/hertzbeat.md             |  16 +-
 .../version-v1.3.x/others/huaweicloud.md           |  10 +-
 .../version-v1.3.x/others/images-deploy.md         |  54 +-
 .../version-v1.3.x/others/resource.md              |   2 +-
 .../version-v1.3.x/start/account-modify.md         |   2 +-
 .../version-v1.3.x/start/docker-deploy.md          |   4 +-
 .../version-v1.3.x/start/greptime-init.md          |   2 +-
 .../version-v1.3.x/start/influxdb-init.md          |   2 +-
 .../version-v1.3.x/start/package-deploy.md         |   4 +-
 .../version-v1.3.x/start/postgresql-change.md      |   2 +-
 .../version-v1.3.x/start/quickstart.md             |   6 +-
 .../version-v1.3.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.3.x/start/tdengine-init.md          |   2 +-
 .../advanced/extend-http-example-hertzbeat.md      |   4 +-
 .../advanced/extend-http-example-token.md          |   4 +-
 .../version-v1.4.x/advanced/extend-tutorial.md     |   4 +-
 home/versioned_docs/version-v1.4.x/introduce.md    |  16 +-
 .../version-v1.4.x/others/contact.md               |   4 +-
 .../version-v1.4.x/others/contributing.md          |  22 +-
 .../versioned_docs/version-v1.4.x/others/design.md |   2 +-
 .../version-v1.4.x/others/developer.md             | 354 +++++------
 .../version-v1.4.x/others/hertzbeat.md             |  18 +-
 .../version-v1.4.x/others/huaweicloud.md           |  10 +-
 .../version-v1.4.x/others/images-deploy.md         |  54 +-
 home/versioned_docs/version-v1.4.x/others/media.md |   4 +-
 .../version-v1.4.x/others/resource.md              |   2 +-
 .../version-v1.4.x/others/tancloud.md              |  12 +-
 .../version-v1.4.x/start/account-modify.md         |   2 +-
 .../version-v1.4.x/start/docker-deploy.md          |   4 +-
 .../version-v1.4.x/start/greptime-init.md          |   2 +-
 .../version-v1.4.x/start/influxdb-init.md          |   2 +-
 .../version-v1.4.x/start/package-deploy.md         |   6 +-
 .../version-v1.4.x/start/postgresql-change.md      |   2 +-
 .../version-v1.4.x/start/quickstart.md             |   8 +-
 .../version-v1.4.x/start/sslcert-practice.md       |   8 +-
 .../version-v1.4.x/start/tdengine-init.md          |   2 +-
 .../versioned_docs/version-v1.4.x/start/upgrade.md |   4 +-
 manager/pom.xml                                    |  42 +-
 .../alerter/impl/AliYunAlertNotifyHandlerImpl.java |  69 +++
 .../licenses/frontend/LICENSE-DefinitelyTyped.txt  |   8 +
 .../licenses/frontend/LICENSE-FileSaver.js.txt     |  11 +
 material/licenses/frontend/LICENSE-Mock.txt        |  21 +
 .../licenses/frontend/LICENSE-abs-svg-path.txt     |  23 +
 material/licenses/frontend/LICENSE-adjust.txt      |  21 +
 material/licenses/frontend/LICENSE-ajv-formats.txt |  21 +
 material/licenses/frontend/LICENSE-ajv.txt         |  22 +
 .../frontend/LICENSE-angular-tag-cloud-module.txt  |  21 +
 material/licenses/frontend/LICENSE-angular.txt     |  21 +
 .../frontend/LICENSE-ant-design-colors.txt         |  22 +
 material/licenses/frontend/LICENSE-attr.txt        |  21 +
 material/licenses/frontend/LICENSE-babel.txt       |  22 +
 .../licenses/frontend/LICENSE-commander.js.txt     |  22 +
 material/licenses/frontend/LICENSE-commander.txt   |  22 +
 material/licenses/frontend/LICENSE-component.txt   |  21 +
 material/licenses/frontend/LICENSE-components.txt  |  21 +
 material/licenses/frontend/LICENSE-coord.txt       |  21 +
 material/licenses/frontend/LICENSE-core-js.txt     |  19 +
 .../licenses/frontend/LICENSE-core-util-is.txt     |  19 +
 material/licenses/frontend/LICENSE-csstype.txt     |  19 +
 .../frontend/LICENSE-custom-event-polyfill.txt     |  21 +
 material/licenses/frontend/LICENSE-d3-array.txt    |  13 +
 .../licenses/frontend/LICENSE-d3-collection.txt    |  27 +
 material/licenses/frontend/LICENSE-d3-color.txt    |  13 +
 .../frontend/LICENSE-d3-composite-projections.txt  |  48 ++
 material/licenses/frontend/LICENSE-d3-dsv.txt      |  13 +
 material/licenses/frontend/LICENSE-d3-ease.txt     |  28 +
 .../frontend/LICENSE-d3-geo-projection.txt         |  37 ++
 material/licenses/frontend/LICENSE-d3-geo.txt      |  34 ++
 material/licenses/frontend/LICENSE-d3-hexjson.txt  |  27 +
 .../licenses/frontend/LICENSE-d3-hierarchy.txt     |  13 +
 .../licenses/frontend/LICENSE-d3-interpolate.txt   |  13 +
 material/licenses/frontend/LICENSE-d3-path.txt     |  13 +
 material/licenses/frontend/LICENSE-d3-sankey.txt   |  27 +
 material/licenses/frontend/LICENSE-d3-shape.txt    |  13 +
 material/licenses/frontend/LICENSE-d3-timer.txt    |  13 +
 material/licenses/frontend/LICENSE-d3-voronoi.txt  |  50 ++
 material/licenses/frontend/LICENSE-dagre.txt       |  19 +
 material/licenses/frontend/LICENSE-data-set.txt    |  21 +
 material/licenses/frontend/LICENSE-date-fns.txt    |  21 +
 material/licenses/frontend/LICENSE-delon.txt       |  21 +
 .../licenses/frontend/LICENSE-detect-browser.txt   |  21 +
 material/licenses/frontend/LICENSE-entities.txt    |  11 +
 .../licenses/frontend/LICENSE-fast-deep-equal.txt  |  21 +
 material/licenses/frontend/LICENSE-fecha.txt       |  22 +
 material/licenses/frontend/LICENSE-g2.txt          |  21 +
 material/licenses/frontend/LICENSE-gl-matrix.txt   |  19 +
 material/licenses/frontend/LICENSE-graphlib.txt    |  19 +
 material/licenses/frontend/LICENSE-hierarchy.txt   |  21 +
 material/licenses/frontend/LICENSE-hotkey.txt      |  19 +
 material/licenses/frontend/LICENSE-iconv-lite.txt  |  21 +
 material/licenses/frontend/LICENSE-immediate.txt   |  20 +
 material/licenses/frontend/LICENSE-inherits.txt    |  16 +
 material/licenses/frontend/LICENSE-internmap.txt   |  13 +
 material/licenses/frontend/LICENSE-isarray.txt     |  21 +
 material/licenses/frontend/LICENSE-isutf8.txt      |  22 +
 material/licenses/frontend/LICENSE-jquery.txt      |  20 +
 .../frontend/LICENSE-json-schema-traverse.txt      |  21 +
 material/licenses/frontend/LICENSE-jszip.txt       | 651 +++++++++++++++++++++
 material/licenses/frontend/LICENSE-lie.txt         |   7 +
 material/licenses/frontend/LICENSE-loadjs.txt      |  21 +
 material/licenses/frontend/LICENSE-lodash.txt      |  49 ++
 .../licenses/frontend/LICENSE-monaco-editor.txt    |  21 +
 .../licenses/frontend/LICENSE-ng-zorro-antd.txt    |  22 +
 .../licenses/frontend/LICENSE-ngx-countdown.txt    |  21 +
 material/licenses/frontend/LICENSE-ngx-echarts.txt |  21 +
 material/licenses/frontend/LICENSE-node-extend.txt |  23 +
 material/licenses/frontend/LICENSE-pako.txt        |  21 +
 .../licenses/frontend/LICENSE-parse-svg-path.txt   |  22 +
 material/licenses/frontend/LICENSE-parse5.txt      |  19 +
 material/licenses/frontend/LICENSE-plyr.txt        |  21 +
 .../frontend/LICENSE-process-nextick-args.txt      |  19 +
 material/licenses/frontend/LICENSE-punycode.js.txt |  20 +
 material/licenses/frontend/LICENSE-rangetouch.txt  |  21 +
 .../licenses/frontend/LICENSE-readable-stream.txt  |  47 ++
 .../licenses/frontend/LICENSE-regression-js.txt    |  21 +
 .../frontend/LICENSE-require-from-string.txt       |  21 +
 material/licenses/frontend/LICENSE-rw.txt          |  26 +
 material/licenses/frontend/LICENSE-safe-buffer.txt |  21 +
 .../licenses/frontend/LICENSE-safer-buffer.txt     |  21 +
 material/licenses/frontend/LICENSE-scale.txt       |  21 +
 material/licenses/frontend/LICENSE-screenfull.txt  |   9 +
 .../licenses/frontend/LICENSE-setImmediate.txt     |  20 +
 .../frontend/LICENSE-simple-statistics.txt         |  15 +
 material/licenses/frontend/LICENSE-slick.txt       |  20 +
 .../licenses/frontend/LICENSE-string_decoder.txt   |  47 ++
 material/licenses/frontend/LICENSE-tinycolor.txt   |   7 +
 .../licenses/frontend/LICENSE-topojson-client.txt  |  13 +
 material/licenses/frontend/LICENSE-tslib.txt       |  12 +
 material/licenses/frontend/LICENSE-uri-js.txt      |  11 +
 .../licenses/frontend/LICENSE-url-polyfill.txt     |  21 +
 .../licenses/frontend/LICENSE-util-deprecate.txt   |  24 +
 material/licenses/frontend/LICENSE-util.txt        |  21 +
 material/licenses/frontend/LICENSE-zrender.txt     |  29 +
 pom.xml                                            |   8 +-
 .../hertzbeat/push/controller/PushController.java  |  10 +-
 .../push/controller/PushGatewayController.java     |   4 +-
 remoting/README.md                                 |  10 +-
 script/assembly/collector/assembly-linux-amd64.xml |  20 +-
 script/assembly/collector/assembly-linux-arm64.xml |  20 +-
 script/assembly/collector/assembly-macos-amd64.xml |  20 +-
 script/assembly/collector/assembly-macos-arm64.xml |  20 +-
 script/assembly/collector/assembly-windows-64.xml  |  20 +-
 script/assembly/collector/assembly.xml             |  20 +-
 .../docker-compose/hertzbeat-mysql-iotdb/README.md |   2 +-
 .../hertzbeat-mysql-iotdb/README_CN.md             |   2 +-
 .../hertzbeat-mysql-tdengine/README.md             |   2 +-
 .../hertzbeat-mysql-tdengine/README_CN.md          |   2 +-
 .../hertzbeat-mysql-victoria-metrics/README.md     |   2 +-
 .../hertzbeat-mysql-victoria-metrics/README_CN.md  |   2 +-
 .../hertzbeat-postgresql-iotdb/README.md           |   2 +-
 .../hertzbeat-postgresql-iotdb/README_CN.md        |   2 +-
 script/helm/hertzbeat/Chart.yaml                   |   4 +-
 script/helm/hertzbeat/README.md                    |   4 +-
 warehouse/pom.xml                                  |   2 +-
 .../hertzbeat/warehouse/WarehouseWorkerPool.java   |   3 +-
 .../warehouse/config/WarehouseProperties.java      |  44 +-
 .../controller/MetricsDataController.java          |  19 +-
 .../store/AbstractRealTimeDataStorage.java         |   1 -
 .../store/HistoryGrepTimeDbDataStorage.java        |   7 +-
 .../store/HistoryInfluxdbDataStorage.java          |   4 +-
 .../warehouse/store/HistoryIotDbDataStorage.java   |  24 +-
 .../warehouse/store/MetricsDataRedisCodec.java     |   1 -
 .../warehouse/store/RealTimeMemoryDataStorage.java |   1 -
 .../warehouse/store/RealTimeRedisDataStorage.java  |   1 -
 .../setting/collector/collector.component.html     |   2 +-
 web-app/src/assets/brand.svg                       |  15 +-
 web-app/src/assets/brand_white.svg                 |  15 +-
 web-app/src/assets/logo.svg                        |   5 +-
 web-app/src/assets/logo_white.svg                  |   5 +-
 web-app/src/favicon.ico                            | Bin 5088 -> 2540 bytes
 418 files changed, 6426 insertions(+), 3503 deletions(-)
 copy 
common/src/main/java/org/apache/hertzbeat/common/service/{TencentSmsClient.java 
=> AliYunSmsClient.java} (63%)
 create mode 100644 
common/src/main/java/org/apache/hertzbeat/common/util/AliYunSendSmsUtil.java
 copy 
home/{i18n/zh-cn/docusaurus-plugin-content-docs/current/others/developer.md => 
blog/2024-04-17-to-apache.md} (91%)
 copy 
home/i18n/zh-cn/{docusaurus-plugin-content-docs/current/others/developer.md => 
docusaurus-plugin-content-blog/2024-04-17-to-apache.md} (91%)
 create mode 100644 home/static/img/blog/apache-incubator-1.png
 create mode 100644 home/static/img/blog/apache-incubator-2.png
 delete mode 100644 home/static/img/hertzbeat-brand.jpg
 create mode 100644 
manager/src/main/java/org/apache/hertzbeat/manager/component/alerter/impl/AliYunAlertNotifyHandlerImpl.java
 create mode 100644 material/licenses/frontend/LICENSE-DefinitelyTyped.txt
 create mode 100644 material/licenses/frontend/LICENSE-FileSaver.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-Mock.txt
 create mode 100644 material/licenses/frontend/LICENSE-abs-svg-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-adjust.txt
 create mode 100644 material/licenses/frontend/LICENSE-ajv-formats.txt
 create mode 100644 material/licenses/frontend/LICENSE-ajv.txt
 create mode 100644 
material/licenses/frontend/LICENSE-angular-tag-cloud-module.txt
 create mode 100644 material/licenses/frontend/LICENSE-angular.txt
 create mode 100644 material/licenses/frontend/LICENSE-ant-design-colors.txt
 create mode 100644 material/licenses/frontend/LICENSE-attr.txt
 create mode 100644 material/licenses/frontend/LICENSE-babel.txt
 create mode 100644 material/licenses/frontend/LICENSE-commander.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-commander.txt
 create mode 100644 material/licenses/frontend/LICENSE-component.txt
 create mode 100644 material/licenses/frontend/LICENSE-components.txt
 create mode 100644 material/licenses/frontend/LICENSE-coord.txt
 create mode 100644 material/licenses/frontend/LICENSE-core-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-core-util-is.txt
 create mode 100644 material/licenses/frontend/LICENSE-csstype.txt
 create mode 100644 material/licenses/frontend/LICENSE-custom-event-polyfill.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-array.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-collection.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-color.txt
 create mode 100644 
material/licenses/frontend/LICENSE-d3-composite-projections.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-dsv.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-ease.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-geo-projection.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-geo.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-hexjson.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-hierarchy.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-interpolate.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-sankey.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-shape.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-timer.txt
 create mode 100644 material/licenses/frontend/LICENSE-d3-voronoi.txt
 create mode 100644 material/licenses/frontend/LICENSE-dagre.txt
 create mode 100644 material/licenses/frontend/LICENSE-data-set.txt
 create mode 100644 material/licenses/frontend/LICENSE-date-fns.txt
 create mode 100644 material/licenses/frontend/LICENSE-delon.txt
 create mode 100644 material/licenses/frontend/LICENSE-detect-browser.txt
 create mode 100644 material/licenses/frontend/LICENSE-entities.txt
 create mode 100644 material/licenses/frontend/LICENSE-fast-deep-equal.txt
 create mode 100644 material/licenses/frontend/LICENSE-fecha.txt
 create mode 100644 material/licenses/frontend/LICENSE-g2.txt
 create mode 100644 material/licenses/frontend/LICENSE-gl-matrix.txt
 create mode 100644 material/licenses/frontend/LICENSE-graphlib.txt
 create mode 100644 material/licenses/frontend/LICENSE-hierarchy.txt
 create mode 100644 material/licenses/frontend/LICENSE-hotkey.txt
 create mode 100644 material/licenses/frontend/LICENSE-iconv-lite.txt
 create mode 100644 material/licenses/frontend/LICENSE-immediate.txt
 create mode 100644 material/licenses/frontend/LICENSE-inherits.txt
 create mode 100644 material/licenses/frontend/LICENSE-internmap.txt
 create mode 100644 material/licenses/frontend/LICENSE-isarray.txt
 create mode 100644 material/licenses/frontend/LICENSE-isutf8.txt
 create mode 100644 material/licenses/frontend/LICENSE-jquery.txt
 create mode 100644 material/licenses/frontend/LICENSE-json-schema-traverse.txt
 create mode 100644 material/licenses/frontend/LICENSE-jszip.txt
 create mode 100644 material/licenses/frontend/LICENSE-lie.txt
 create mode 100644 material/licenses/frontend/LICENSE-loadjs.txt
 create mode 100644 material/licenses/frontend/LICENSE-lodash.txt
 create mode 100644 material/licenses/frontend/LICENSE-monaco-editor.txt
 create mode 100644 material/licenses/frontend/LICENSE-ng-zorro-antd.txt
 create mode 100644 material/licenses/frontend/LICENSE-ngx-countdown.txt
 create mode 100644 material/licenses/frontend/LICENSE-ngx-echarts.txt
 create mode 100644 material/licenses/frontend/LICENSE-node-extend.txt
 create mode 100644 material/licenses/frontend/LICENSE-pako.txt
 create mode 100644 material/licenses/frontend/LICENSE-parse-svg-path.txt
 create mode 100644 material/licenses/frontend/LICENSE-parse5.txt
 create mode 100644 material/licenses/frontend/LICENSE-plyr.txt
 create mode 100644 material/licenses/frontend/LICENSE-process-nextick-args.txt
 create mode 100644 material/licenses/frontend/LICENSE-punycode.js.txt
 create mode 100644 material/licenses/frontend/LICENSE-rangetouch.txt
 create mode 100644 material/licenses/frontend/LICENSE-readable-stream.txt
 create mode 100644 material/licenses/frontend/LICENSE-regression-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-require-from-string.txt
 create mode 100644 material/licenses/frontend/LICENSE-rw.txt
 create mode 100644 material/licenses/frontend/LICENSE-safe-buffer.txt
 create mode 100644 material/licenses/frontend/LICENSE-safer-buffer.txt
 create mode 100644 material/licenses/frontend/LICENSE-scale.txt
 create mode 100644 material/licenses/frontend/LICENSE-screenfull.txt
 create mode 100644 material/licenses/frontend/LICENSE-setImmediate.txt
 create mode 100644 material/licenses/frontend/LICENSE-simple-statistics.txt
 create mode 100644 material/licenses/frontend/LICENSE-slick.txt
 create mode 100644 material/licenses/frontend/LICENSE-string_decoder.txt
 create mode 100644 material/licenses/frontend/LICENSE-tinycolor.txt
 create mode 100644 material/licenses/frontend/LICENSE-topojson-client.txt
 create mode 100644 material/licenses/frontend/LICENSE-tslib.txt
 create mode 100644 material/licenses/frontend/LICENSE-uri-js.txt
 create mode 100644 material/licenses/frontend/LICENSE-url-polyfill.txt
 create mode 100644 material/licenses/frontend/LICENSE-util-deprecate.txt
 create mode 100644 material/licenses/frontend/LICENSE-util.txt
 create mode 100644 material/licenses/frontend/LICENSE-zrender.txt


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

Reply via email to