This is an automated email from the ASF dual-hosted git repository.
shenghang pushed a change to branch home-fix1
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from 6e2a31f48 Merge branch 'master' into home-fix1
add eea68d2a2 [feature] add greenplum help md (#2570)
add bad28bccd [improve] extra project configuration common filed to
constants (#2540)
add b05757a11 Merge branch 'master' into home-fix1
No new revisions were added by this update.
Summary of changes:
.../apache/hertzbeat/alert/AlerterProperties.java | 26 +--
.../alert/config/AlerterAutoConfiguration.java | 6 +-
.../config/CollectorAutoConfiguration.java | 6 +-
.../dispatch/CollectorInfoProperties.java | 7 +-
.../collector/dispatch/DispatchProperties.java | 11 +-
.../BaseKafkaProperties.java} | 36 ++-
.../hertzbeat/common/config/CommonConfig.java | 6 +-
.../hertzbeat/common/config/CommonProperties.java | 258 ++-------------------
.../{AiTypeEnum.java => ConfigConstants.java} | 52 +++--
.../hertzbeat/common/constants/SignConstants.java | 2 +
home/docs/help/{vastbase.md => greenplum.md} | 30 +--
.../current/help/{vastbase.md => greenplum.md} | 56 ++---
home/sidebars.json | 1 +
.../hertzbeat/manager/config/AiProperties.java | 7 +-
.../hertzbeat/manager/config/StatusProperties.java | 25 +-
.../manager/scheduler/SchedulerProperties.java | 42 +---
.../push/config/PushAutoConfiguration.java | 6 +-
.../config/WarehouseAutoConfiguration.java | 6 +-
.../warehouse/constants/WarehouseConstants.java | 41 +++-
.../store/history/greptime/GreptimeProperties.java | 10 +-
.../store/history/influxdb/InfluxdbProperties.java | 10 +-
.../store/history/iotdb/IotDbProperties.java | 12 +-
.../warehouse/store/history/jpa/JpaProperties.java | 10 +-
.../store/history/tdengine/TdEngineProperties.java | 10 +-
.../vm/VictoriaMetricsClusterProperties.java | 10 +-
.../history/vm/VictoriaMetricsProperties.java | 12 +-
.../store/realtime/memory/MemoryProperties.java | 10 +-
.../store/realtime/redis/RedisProperties.java | 10 +-
28 files changed, 290 insertions(+), 428 deletions(-)
copy
common/src/main/java/org/apache/hertzbeat/common/{constants/GeneralConfigTypeEnum.java
=> config/BaseKafkaProperties.java} (69%)
copy
common/src/main/java/org/apache/hertzbeat/common/constants/{AiTypeEnum.java =>
ConfigConstants.java} (56%)
copy home/docs/help/{vastbase.md => greenplum.md} (88%)
copy home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/{vastbase.md
=> greenplum.md} (65%)
copy
remoting/src/main/java/org/apache/hertzbeat/remoting/event/NettyEventListener.java
=>
warehouse/src/main/java/org/apache/hertzbeat/warehouse/constants/WarehouseConstants.java
(56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]