Skip to content

Commit

Permalink
bazel run gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 30, 2025
1 parent 9409baf commit c4b2561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/rabbitmq_management/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def all_beam_files(name = "all_beam_files"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down Expand Up @@ -201,6 +203,8 @@ def all_test_beam_files(name = "all_test_beam_files"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down Expand Up @@ -427,6 +431,8 @@ def all_srcs(name = "all_srcs"):
"src/rabbit_mgmt_wm_health_check_alarms.erl",
"src/rabbit_mgmt_wm_health_check_certificate_expiration.erl",
"src/rabbit_mgmt_wm_health_check_local_alarms.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized.erl",
"src/rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data.erl",
"src/rabbit_mgmt_wm_health_check_node_is_quorum_critical.erl",
"src/rabbit_mgmt_wm_health_check_port_listener.erl",
"src/rabbit_mgmt_wm_health_check_protocol_listener.erl",
Expand Down
2 changes: 2 additions & 0 deletions moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,8 @@ rabbitmq_management:
- rabbit_mgmt_wm_health_check_alarms
- rabbit_mgmt_wm_health_check_certificate_expiration
- rabbit_mgmt_wm_health_check_local_alarms
- rabbit_mgmt_wm_health_check_metadata_store_initialized
- rabbit_mgmt_wm_health_check_metadata_store_initialized_with_data
- rabbit_mgmt_wm_health_check_node_is_quorum_critical
- rabbit_mgmt_wm_health_check_port_listener
- rabbit_mgmt_wm_health_check_protocol_listener
Expand Down

0 comments on commit c4b2561

Please sign in to comment.