Skip to content

Commit 165bf30

Browse files
Merge pull request #13176 from rabbitmq/gazelle-v4.0.x
bazel run gazelle
2 parents b314781 + c4b2561 commit 165bf30

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

deps/rabbitmq_management/app.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def all_beam_files(name = "all_beam_files"):
6666
"src/rabbit_mgmt_wm_health_check_alarms.erl",
6767
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
6868
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
69+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
70+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
6971
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
7072
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
7173
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
@@ -201,6 +203,8 @@ def all_test_beam_files(name = "all_test_beam_files"):
201203
"src/rabbit_mgmt_wm_health_check_alarms.erl",
202204
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
203205
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
206+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
207+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
204208
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
205209
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
206210
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
@@ -427,6 +431,8 @@ def all_srcs(name = "all_srcs"):
427431
"src/rabbit_mgmt_wm_health_check_alarms.erl",
428432
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
429433
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
434+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
435+
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
430436
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
431437
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
432438
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",

moduleindex.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,8 @@ rabbitmq_management:
962962
- rabbit_mgmt_wm_health_check_alarms
963963
- rabbit_mgmt_wm_health_check_certificate_expiration
964964
- rabbit_mgmt_wm_health_check_local_alarms
965+
- rabbit_mgmt_wm_health_check_metadata_store_initialized
966+
- rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data
965967
- rabbit_mgmt_wm_health_check_node_is_quorum_critical
966968
- rabbit_mgmt_wm_health_check_port_listener
967969
- rabbit_mgmt_wm_health_check_protocol_listener

0 commit comments

Comments
 (0)