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

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


    from 77cbdaf84 fix export import
     add f1ed92a52 [refactor] change the warehouse properties the type to 
record (#1806)
     add e7ec15f68 [refactor] upgrade syntax to jdk17 instanceof & switch 
(#1807)
     add 8e2ebe303 [test] add nginx collect test (#1809)
     add b2f94ec1e [website] update team page (#1803)
     add b3cb1b074 [test] add RedisClusterCollectImplTest (#1789)
     add d88851d7e [improve] Fix typo ReqStatusResponse (#1811)
     add c40405cd5 Comparing N objects for null with Assert.noNullElements(). 
(#1814)
     add 8755c11d9 [doc] Add help document for elasticsearch monitoring and ftp 
monitoring (#1815)
     add 54faa0238 [doc] add help documentation for huawei switch monitoring  
(#1813)
     add df9ab107c chore: upgrade the api-testing (e2e) to v0.0.16 (#1817)
     add 6dd04901b Merge branch 'master' into remove-hibernate

No new revisions were added by this update.

Summary of changes:
 .all-contributorsrc                                |  100 +-
 .github/labeler.yml                                |    2 +-
 README.md                                          |   18 +-
 README_CN.md                                       |   18 +-
 .../impl/AlertDefineExcelImExportServiceImpl.java  |   13 +-
 .../alert/service/impl/AlertServiceImpl.java       |   15 +-
 .../common/cache/ConnectionCommonCache.java        |   16 +-
 .../collect/database/JdbcCommonCollect.java        |   75 +-
 .../collector/collect/dns/DnsCollectImpl.java      |   14 +-
 .../collector/collect/http/HttpCollectImpl.java    |    3 +-
 .../http/promethus/PrometheusMatrixParser.java     |    8 +-
 .../http/promethus/PrometheusVectorParser.java     |    8 +-
 .../http/promethus/exporter/ExporterParser.java    |   60 +-
 .../collector/collect/jmx/JmxCollectImpl.java      |    6 +-
 .../collector/collect/nginx/NginxCollectImpl.java  |   32 +-
 .../collect/prometheus/parser/TextParser.java      |   23 +-
 .../collect/redis/RedisCommonCollectImpl.java      |    4 +-
 .../collector/collect/snmp/SnmpCollectImpl.java    |    8 +-
 .../collector/collect/ssh/SshCollectImpl.java      |   20 +-
 .../collector/dispatch/timer/WheelTimerTask.java   |    4 +-
 .../collect/nginx/NginxCollectImplTest.java        |  274 +++++-
 .../collect/redis/RedisClusterCollectImplTest.java |  104 +-
 .../common/support/SpringContextHolder.java        |    4 +-
 e2e/Dockerfile                                     |    2 +-
 home/docs/help/elasticsearch.md                    |   63 ++
 home/docs/help/ftp.md                              |   34 +
 home/docs/help/guide.md                            |  296 ++++--
 home/docs/help/huawei_switch.md                    |   53 +
 home/docs/others/developer.md                      |  272 ------
 home/docusaurus.config.js                          |    8 +-
 home/i18n/en/code.json                             |   12 +
 home/i18n/en/docusaurus-theme-classic/footer.json  |    2 +-
 home/i18n/en/docusaurus-theme-classic/navbar.json  |    8 +
 home/i18n/zh-cn/code.json                          |   12 +
 .../current/help/elasticsearch.md                  |   63 ++
 .../current/help/ftp.md                            |   34 +
 .../current/help/guide.md                          |  298 ++++--
 .../current/help/huawei_switch.md                  |   53 +
 .../current/others/developer.md                    |  272 ------
 .../zh-cn/docusaurus-theme-classic/footer.json     |    2 +-
 .../zh-cn/docusaurus-theme-classic/navbar.json     |    4 +
 home/package.json                                  |    1 +
 home/sidebars.json                                 |  803 +++++++++++-----
 home/src/pages/team/github.svg                     |    1 +
 home/src/pages/team/index.css                      |  161 ++++
 home/src/pages/team/index.jsx                      | 1012 ++++++++++++++++++++
 home/src/pages/team/member.json                    |   83 ++
 home/team/team.md                                  |  316 ------
 home/yarn.lock                                     |   21 +-
 .../manager/controller/MetricsController.java      |    4 +-
 .../manager/service/impl/AppServiceImpl.java       |   11 +-
 .../service/impl/ExcelImExportServiceImpl.java     |   13 +-
 .../manager/service/impl/MonitorServiceImpl.java   |   15 +-
 .../service/impl/ObjectStoreConfigServiceImpl.java |    7 +-
 .../manager/support/GlobalExceptionHandler.java    |    6 +-
 .../warehouse/config/WarehouseProperties.java      |  296 ++----
 .../store/HistoryGrepTimeDbDataStorage.java        |    2 +-
 .../store/HistoryInfluxdbDataStorage.java          |    2 +-
 .../warehouse/store/HistoryIotDbDataStorage.java   |    2 +-
 .../store/HistoryJpaDatabaseDataStorage.java       |   34 +-
 .../store/HistoryTdEngineDataStorage.java          |    6 +-
 .../store/HistoryVictoriaMetricsDataStorage.java   |    4 +-
 .../warehouse/store/RealTimeMemoryDataStorage.java |    6 +-
 .../warehouse/store/RealTimeRedisDataStorage.java  |    6 +-
 64 files changed, 3278 insertions(+), 1851 deletions(-)
 create mode 100644 home/docs/help/elasticsearch.md
 create mode 100644 home/docs/help/ftp.md
 create mode 100644 home/docs/help/huawei_switch.md
 delete mode 100644 home/docs/others/developer.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/elasticsearch.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/ftp.md
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/huawei_switch.md
 delete mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/current/others/developer.md
 create mode 100644 home/src/pages/team/github.svg
 create mode 100644 home/src/pages/team/index.css
 create mode 100644 home/src/pages/team/index.jsx
 create mode 100644 home/src/pages/team/member.json
 delete mode 100644 home/team/team.md


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

Reply via email to