]> go.fuhry.dev Git - runtime.git/commit
initial effort to migrate to bazel
authorDan Fuhry <dan@fuhry.com>
Thu, 6 Nov 2025 11:17:47 +0000 (06:17 -0500)
committerDan Fuhry <dan@fuhry.com>
Thu, 13 Nov 2025 23:58:08 +0000 (18:58 -0500)
commit7cd1c423aeed073e0328aad3f3f8095720240ee6
tree40f03c5563f44bf7675831b57c866eda7931f710
parentb861edf8305f49a88b0b1f1ef6052945f235b2d1
initial effort to migrate to bazel
158 files changed:
.bazelrc [new file with mode: 0644]
.gitignore
BUILD.bazel [new file with mode: 0644]
MODULE.bazel [new file with mode: 0644]
MODULE.bazel.lock [new file with mode: 0644]
Makefile [deleted file]
REPO.bazel [new file with mode: 0644]
attestation/Makefile [deleted file]
attestation/cgo/BUILD.bazel [new file with mode: 0644]
attestation/client/BUILD.bazel [new file with mode: 0644]
attestation/client/Makefile [deleted file]
attestation/internal/attestation/BUILD.bazel [new file with mode: 0644]
attestation/rpc_client/BUILD.bazel [new file with mode: 0644]
attestation/rpc_client/Makefile [deleted file]
attestation/rpc_server/BUILD.bazel [new file with mode: 0644]
attestation/rpc_server/Makefile [deleted file]
automation/bryston_ctl/BUILD.bazel [new file with mode: 0644]
automation/bryston_ctl/cli/BUILD.bazel [new file with mode: 0644]
automation/bryston_ctl/cli/Makefile [deleted file]
automation/bryston_ctl/client/BUILD.bazel [new file with mode: 0644]
automation/bryston_ctl/client/Makefile [deleted file]
automation/bryston_ctl/server/BUILD.bazel [new file with mode: 0644]
automation/bryston_ctl/server/Makefile [deleted file]
bazel/workspace-status [new file with mode: 0755]
cmd/apcups_exporter/BUILD.bazel [new file with mode: 0644]
cmd/apcups_exporter/main.go [moved from metrics/apcups_exporter/main.go with 100% similarity]
cmd/apcups_exporter/systemd/apcupsd-exporter.service [moved from metrics/apcups_exporter/systemd/apcupsd-exporter.service with 100% similarity]
cmd/config_watcher_demo/BUILD.bazel [new file with mode: 0644]
cmd/dns_resolve/BUILD.bazel [new file with mode: 0644]
cmd/echo_client/BUILD.bazel [new file with mode: 0644]
cmd/echo_client/main.go [moved from echo/client/main.go with 100% similarity]
cmd/echo_server/BUILD.bazel [new file with mode: 0644]
cmd/echo_server/echo_acl.yaml [moved from echo/server/echo_acl.yaml with 100% similarity]
cmd/echo_server/main.go [moved from echo/server/main.go with 100% similarity]
cmd/ephs_client/BUILD.bazel [new file with mode: 0644]
cmd/ephs_client/main.go [moved from ephs/client/main.go with 100% similarity]
cmd/ephs_server/BUILD.bazel [new file with mode: 0644]
cmd/ephs_server/ephs_acl.yaml [moved from ephs/server/ephs_acl.yaml with 100% similarity]
cmd/ephs_server/main.go [moved from ephs/server/main.go with 100% similarity]
cmd/ephs_server/rules.yaml [moved from ephs/server/rules.yaml with 100% similarity]
cmd/fsnotify/BUILD.bazel [new file with mode: 0644]
cmd/grpc_health_probe/BUILD.bazel [new file with mode: 0644]
cmd/grpc_health_probe/main.go [moved from grpc/health_probe/main.go with 100% similarity]
cmd/http_proxy/BUILD.bazel [new file with mode: 0644]
cmd/http_proxy/main.go [moved from http/proxy/main.go with 100% similarity]
cmd/http_proxy/systemd/http-proxy@.service [new file with mode: 0644]
cmd/ldap_health_exporter/BUILD.bazel [new file with mode: 0644]
cmd/ldap_health_exporter/main.go [moved from ldap/health_exporter/main.go with 100% similarity]
cmd/ldap_health_exporter/systemd/ldap-health-exporter@.service [moved from ldap/health_exporter/systemd/ldap-health-exporter@.service with 100% similarity]
cmd/machines_agent/BUILD.bazel [new file with mode: 0644]
cmd/machines_agent/main.go [moved from machines/machines_agent/main.go with 100% similarity]
cmd/machines_event_monitor/BUILD.bazel [new file with mode: 0644]
cmd/machines_event_monitor/main.go [moved from machines/event_monitor/main.go with 100% similarity]
cmd/metricbus_server/BUILD.bazel [new file with mode: 0644]
cmd/metricbus_server/main.go [moved from metrics/metricbus/mbserver/main.go with 79% similarity]
cmd/mtls_exporter/BUILD.bazel [new file with mode: 0644]
cmd/mtls_exporter/main.go [moved from mtls/mtls_exporter/main.go with 100% similarity]
cmd/mtls_exporter/systemd/mtls-exporter.service [moved from mtls/mtls_exporter/systemd/mtls-exporter.service with 100% similarity]
cmd/mtls_supervisor/BUILD.bazel [new file with mode: 0644]
cmd/mtls_supervisor/main.go [moved from mtls/supervisor/main.go with 100% similarity]
cmd/mtls_supervisor/test_mode.go [moved from mtls/supervisor/test_mode.go with 100% similarity]
cmd/mtls_verify_tool/BUILD.bazel [new file with mode: 0644]
cmd/mtls_verify_tool/main.go [moved from mtls/verify_tool/main.go with 100% similarity]
cmd/prometheus_http_discovery/BUILD.bazel [new file with mode: 0644]
cmd/prometheus_http_discovery/main.go [moved from metrics/prometheus_http_discovery/main.go with 100% similarity]
cmd/prometheus_http_discovery/systemd/prometheus-http-discovery.service [moved from metrics/prometheus_http_discovery/systemd/prometheus-http-discovery.service with 100% similarity]
cmd/sase_ws_proxy_client/BUILD.bazel [new file with mode: 0644]
cmd/sase_ws_proxy_client/main.go [moved from sase/ws_proxy_client/main.go with 100% similarity]
cmd/sase_ws_tcp_proxy/BUILD.bazel [new file with mode: 0644]
cmd/sase_ws_tcp_proxy/main.go [moved from sase/ws_tcp_proxy/main.go with 100% similarity]
cmd/sd_health_exporter/BUILD.bazel [new file with mode: 0644]
cmd/sd_health_exporter/main.go [moved from sd/health_exporter/main.go with 100% similarity]
cmd/sd_publish/BUILD.bazel [new file with mode: 0644]
cmd/sd_publish/main.go [moved from sd/sd_publish/main.go with 100% similarity]
cmd/sd_register/BUILD.bazel [new file with mode: 0644]
cmd/sd_register/main.go [moved from sd/sd_register/main.go with 100% similarity]
cmd/sd_watcher/BUILD.bazel [new file with mode: 0644]
cmd/sd_watcher/main.go [moved from sd/sd_watcher/main.go with 100% similarity]
config_watcher/BUILD.bazel [new file with mode: 0644]
constants/BUILD.bazel [new file with mode: 0644]
constants/constants.go [deleted file]
constants/constants.go.in [new file with mode: 0644]
echo/BUILD.bazel [new file with mode: 0644]
echo/client/Makefile [deleted file]
echo/server/Makefile [deleted file]
ephs/BUILD.bazel [new file with mode: 0644]
ephs/server/Makefile [deleted file]
ephs/servicer/BUILD.bazel [new file with mode: 0644]
grpc/BUILD.bazel [new file with mode: 0644]
grpc/acl/BUILD.bazel [new file with mode: 0644]
http/BUILD.bazel [new file with mode: 0644]
http/client/BUILD.bazel [new file with mode: 0644]
http/proxy/Makefile [deleted file]
ldap/BUILD.bazel [new file with mode: 0644]
ldap/health_exporter/Makefile [deleted file]
machines/BUILD.bazel [new file with mode: 0644]
machines/coredns_plugin/BUILD.bazel [new file with mode: 0644]
machines/event_monitor/Makefile [deleted file]
machines/machines_agent/Makefile [deleted file]
machines/types.go
machines/types_test.go
metrics/apcups_exporter/Makefile [deleted file]
metrics/demo/BUILD.bazel [new file with mode: 0644]
metrics/metricbus/BUILD.bazel [new file with mode: 0644]
metrics/metricbus/internal/BUILD.bazel [new file with mode: 0644]
metrics/metricbus/internal/server.go
metrics/metricbus/mbclient/BUILD.bazel [new file with mode: 0644]
metrics/metricbus/mbclient/dbus_client.go
metrics/metricbus/mbclient/example/BUILD.bazel [new file with mode: 0644]
metrics/metricbus/mbclient/example/Makefile [deleted file]
metrics/metricbus/mbserver/Makefile [deleted file]
metrics/mtls/BUILD.bazel [new file with mode: 0644]
metrics/prometheus_http_discovery/Makefile [deleted file]
mtls/BUILD.bazel [new file with mode: 0644]
mtls/certutil/BUILD.bazel [new file with mode: 0644]
mtls/fsnotify/BUILD.bazel [new file with mode: 0644]
mtls/supervisor/Makefile [deleted file]
mtls/verify_tool/Makefile [deleted file]
net/BUILD.bazel [new file with mode: 0644]
net/dns/BUILD.bazel [new file with mode: 0644]
proto/service/attest/BUILD.bazel [new file with mode: 0644]
proto/service/attest/Makefile [deleted file]
proto/service/bryston_ctl/BUILD.bazel [new file with mode: 0644]
proto/service/bryston_ctl/Makefile [deleted file]
proto/service/echo/BUILD.bazel [new file with mode: 0644]
proto/service/echo/Makefile [deleted file]
proto/service/ephs/BUILD.bazel [new file with mode: 0644]
proto/service/ephs/Makefile [deleted file]
proto/service/secrets/BUILD.bazel [new file with mode: 0644]
rand/BUILD.bazel [new file with mode: 0644]
resume/BUILD.bazel [new file with mode: 0644]
resume/cmd/resume/BUILD.bazel [new file with mode: 0644]
sase/BUILD.bazel [new file with mode: 0644]
sase/ws_proxy.go
sase/ws_proxy_client/Makefile [deleted file]
sase/ws_tcp_proxy/Makefile [deleted file]
sd/BUILD.bazel [new file with mode: 0644]
sd/health_exporter/Makefile [deleted file]
sd/sd_publish/Makefile [deleted file]
sd/sd_register/Makefile [deleted file]
sd/sd_watcher/Makefile [deleted file]
thirdparty/gogoproto/BUILD.bazel [new file with mode: 0644]
thirdparty/registry/BUILD.bazel [new file with mode: 0644]
thirdparty/registry/Makefile [deleted file]
utils/BUILD.bazel [new file with mode: 0644]
utils/ansi/BUILD.bazel [new file with mode: 0644]
utils/checkers/BUILD.bazel [new file with mode: 0644]
utils/daemon/BUILD.bazel [new file with mode: 0644]
utils/debounce/BUILD.bazel [new file with mode: 0644]
utils/fsutil/BUILD.bazel [new file with mode: 0644]
utils/generics/BUILD.bazel [new file with mode: 0644]
utils/hashset/BUILD.bazel [new file with mode: 0644]
utils/hostname/BUILD.bazel [new file with mode: 0644]
utils/log/BUILD.bazel [new file with mode: 0644]
utils/rollout/BUILD.bazel [new file with mode: 0644]
utils/slices2/BUILD.bazel [new file with mode: 0644]
utils/stringmatch/BUILD.bazel [new file with mode: 0644]
utils/strings2/BUILD.bazel [new file with mode: 0644]