This is an automated email from the ASF dual-hosted git repository.
zhaoqingran pushed a change to branch bulletin
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from eada07234 Fixed the form reset logic
add 77f725cf4 [fixbug]Fixbug kafka version display (#2609)
add 5eef247a5 [improve] enable and fix test src checkstyle (#2610)
add 5aa67ff58 Merge branch 'master' into bulletin
No new revisions were added by this update.
Summary of changes:
.../controller/AlertConvergeControllerTest.java | 131 +-
.../controller/AlertConvergesControllerTest.java | 96 +-
.../controller/AlertDefineControllerTest.java | 20 +-
.../controller/AlertDefinesControllerTest.java | 20 +-
.../controller/AlertReportControllerTest.java | 32 +-
.../controller/AlertSilenceControllerTest.java | 128 +-
.../alert/controller/AlertsControllerTest.java | 22 +-
.../alert/reduce/AlarmCommonReduceTest.java | 141 +-
.../alert/reduce/AlarmConvergeReduceTest.java | 100 +-
.../alert/reduce/AlarmSilenceReduceTest.java | 232 ++-
.../alert/service/AlertConvergeServiceTest.java | 90 +-
.../AlertDefineExcelImExportServiceTest.java | 240 ++-
.../AlertDefineJsonImExportServiceTest.java | 157 +-
.../AlertDefineYamlImExportServiceTest.java | 162 +-
.../alert/service/AlertSilenceServiceTest.java | 114 +-
.../collector/collect/dns/DnsCollectImplTest.java | 2 -
.../collector/collect/ftp/FtpCollectImplTest.java | 4 +-
.../collect/icmp/IcmpCollectImplTest.java | 6 +-
.../collect/imap/ImapCollectImplTest.java | 18 +-
.../memcached/MemcachedCollectImplTest.java | 8 +-
.../collect/nebulagraph/NgqlCollectImplTest.java | 50 +-
.../collect/redis/RedisClusterCollectImplTest.java | 6 +-
.../collect/redis/RedisSingleCollectImplTest.java | 14 +-
.../collect/telnet/TelnetCollectImplTest.java | 4 +-
.../collector/dispatch/CommonDispatcherTest.java | 15 +-
.../dispatch/MetricsCollectorQueueTest.java | 6 +-
.../collector/dispatch/WorkerPoolTest.java | 6 +-
.../dispatch/entrance/CollectServerTest.java | 148 +-
.../entrance/internal/CollectJobServiceTest.java | 21 +-
.../dispatch/export/NettyDataQueueTest.java | 39 +-
.../dispatch/unit/DataSizeConvertTest.java | 65 +-
.../collector/util/JsonPathParserTest.java | 78 +-
.../queue/impl/InMemoryCommonDataQueueTest.java | 116 +-
.../queue/impl/KafkaCommonDataQueueTest.java | 264 ++--
.../queue/impl/RedisCommonDataQueueTest.java | 168 +-
.../common/serialize/AlertDeserializerTest.java | 88 +-
.../common/serialize/AlertSerializerTest.java | 106 +-
.../KafkaMetricsDataDeserializerTest.java | 92 +-
.../serialize/KafkaMetricsDataSerializerTest.java | 93 +-
.../common/support/CommonThreadPoolTest.java | 98 +-
.../support/ResourceBundleUtf8ControlTest.java | 66 +-
.../common/support/SpringContextHolderTest.java | 12 +-
.../support/vaild/EmailParamValidatorTest.java | 71 +-
.../support/vaild/HostParamValidatorTest.java | 73 +-
.../support/vaild/PhoneNumParamValidatorTest.java | 61 +-
.../apache/hertzbeat/common/util/FileUtilTest.java | 4 +-
.../common/util/IntervalExpressionUtilTest.java | 61 +-
.../hertzbeat/common/util/IpDomainUtilTest.java | 17 +-
.../org/apache/hertzbeat/common/util/JexlTest.java | 80 +-
.../hertzbeat/common/util/LruHashMapTest.java | 3 +-
.../hertzbeat/common/util/MapCapUtilTest.java | 25 +-
.../hertzbeat/common/util/ProtoJsonUtilTest.java | 10 +-
.../common/util/ResourceBundleUtilTest.java | 25 +-
.../hertzbeat/common/util/StrBufferTest.java | 179 ++-
.../apache/hertzbeat/common/util/StrUtilTest.java | 60 +-
.../hertzbeat/common/util/TimePeriodUtilTest.java | 142 +-
.../hertzbeat/common/util/TimeZoneUtilTest.java | 76 +-
.../hertzbeat/common/util/entity/PersonTest.java | 1630 ++++++++++----------
.../common/util/prometheus/PrometheusUtilTest.java | 280 ++--
manager/src/main/resources/define/app-kafka.yml | 2 +-
.../org/apache/hertzbeat/manager/ManagerTest.java | 1 +
.../component/alerter/DispatcherAlarmTest.java | 16 +-
.../alerter/impl/DbAlertStoreHandlerImplTest.java | 167 +-
.../impl/EmailAlertNotifyHandlerImplTest.java | 14 +-
.../impl/GotifyAlertNotifyHandlerImplTest.java | 157 +-
.../impl/ServerChanAlertNotifyHandlerImplTest.java | 157 +-
.../impl/SlackAlertNotifyHandlerImplTest.java | 1 +
.../impl/SmsAlertNotifyHandlerImplTest.java | 118 +-
.../TelegramBotAlertNotifyHandlerImplTest.java | 1 +
.../impl/WeChatAppAlertNotifyHandlerImplTest.java | 2 +-
.../impl/WeComAppAlertNotifyHandlerImplTest.java | 180 ++-
.../impl/WebHookAlertNotifyHandlerImplTest.java | 23 +-
.../component/listener/TimeZoneListenerTest.java | 53 +-
.../manager/controller/AiControllerTest.java | 68 +-
.../manager/controller/AppControllerTest.java | 6 +-
.../controller/CollectorControllerTest.java | 10 +-
.../controller/GeneralConfigControllerTest.java | 93 +-
.../manager/controller/MetricsControllerTest.java | 56 +-
.../manager/controller/MonitorControllerTest.java | 18 +-
.../manager/controller/MonitorsControllerTest.java | 34 +-
.../controller/NoticeConfigControllerTest.java | 19 +-
.../manager/controller/PluginControllerTest.java | 54 +-
.../controller/StatusPageControllerTest.java | 375 +++--
.../controller/StatusPagePublicControllerTest.java | 119 +-
.../manager/controller/SummaryControllerTest.java | 4 +-
.../manager/controller/TagControllerTest.java | 4 +-
.../hertzbeat/manager/dao/CollectorDaoTest.java | 8 +-
.../manager/scheduler/ConsistentHashTest.java | 12 +-
.../manager/service/AccountServiceTest.java | 222 ++-
.../manager/service/AiServiceFactoryTest.java | 117 +-
.../hertzbeat/manager/service/AppServiceTest.java | 4 +-
.../service/AvailableAlertDefineInitTest.java | 85 +-
.../manager/service/CollectorServiceTest.java | 14 +-
.../manager/service/ConfigServiceTest.java | 5 +-
.../manager/service/ExcelImExportServiceTest.java | 139 +-
.../manager/service/JsonImExportServiceTest.java | 93 +-
.../service/MailGeneralConfigServiceTest.java | 39 +-
.../manager/service/MonitorServiceTest.java | 38 +-
.../service/ObjectStoreConfigServiceTest.java | 79 +-
.../manager/service/ObsObjectStoreServiceTest.java | 155 +-
.../manager/service/PluginServiceTest.java | 2 +-
.../service/SmsGeneralConfigServiceTest.java | 55 +-
.../manager/service/StatusPageServiceTest.java | 149 +-
.../service/SystemGeneralConfigServiceTest.java | 49 +-
.../manager/service/SystemSecretServiceTest.java | 41 +-
.../hertzbeat/manager/service/TagServiceTest.java | 2 +-
.../manager/service/TemplateConfigServiceTest.java | 81 +-
.../manager/service/YamlImExportServiceTest.java | 115 +-
.../push/controller/PushControllerTest.java | 75 +-
.../push/controller/PushGatewayControllerTest.java | 71 +-
.../push/service/PushGatewayServiceTest.java | 88 +-
.../hertzbeat/push/service/PushServiceTest.java | 127 +-
script/checkstyle/checkstyle.xml | 2 +-
script/checkstyle/suppressions.xml | 3 -
.../controller/MetricsDataControllerTest.java | 2 +-
.../warehouse/service/MetricsDataServiceTest.java | 10 +-
.../warehouse/service/WarehouseServiceTest.java | 66 +-
.../warehouse/store/MemoryDataStorageTest.java | 11 +-
.../warehouse/store/MetricsDataRedisCodecTest.java | 17 +-
.../warehouse/store/RedisDataStorageTest.java | 8 +-
120 files changed, 4892 insertions(+), 4919 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]