headscale/hscontrol
Kristoffer Dalby 560b6d81ad hscontrol: remove the proto, gRPC and grpc-gateway stack
With the v1 API served by Huma and the CLI on the HTTP client, nothing
uses the gRPC service or its generated code. Delete proto/, the generated
gen/go and gen/openapiv2, grpcv1.go, the buf config, the proto .Proto()
helpers and gRPC config, and the proto build tooling from the flake and
CI.
2026-06-19 15:21:00 +02:00
..
api/v1 api/v1: add code-first Huma implementation of the v1 API 2026-06-19 15:21:00 +02:00
assets
capver all: adopt slices helpers 2026-06-17 16:12:19 +02:00
db hscontrol: remove the proto, gRPC and grpc-gateway stack 2026-06-19 15:21:00 +02:00
derp all: adopt strings, errors, and os helpers 2026-06-17 16:12:19 +02:00
dns dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
mapper all: adopt maps and cmp helpers 2026-06-17 16:12:19 +02:00
policy all: adopt strings, errors, and os helpers 2026-06-17 16:12:19 +02:00
servertest servertest: consolidate harness helpers 2026-06-17 16:12:19 +02:00
state hscontrol: remove the proto, gRPC and grpc-gateway stack 2026-06-19 15:21:00 +02:00
templates templates: consolidate shared page and component helpers 2026-06-17 16:12:19 +02:00
testdata/apiv1_golden test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
types hscontrol: remove the proto, gRPC and grpc-gateway stack 2026-06-19 15:21:00 +02:00
util cli: migrate the CLI and integration tests to the v1 HTTP API 2026-06-19 15:21:00 +02:00
apiv1_apikeys_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_auth_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_authmw_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_client_test.go gen/client/v1: add the generated HTTP client 2026-06-19 15:21:00 +02:00
apiv1_harness_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_health_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_nodes_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_policy_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_preauthkeys_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
apiv1_socket_test.go gen/client/v1: add the generated HTTP client 2026-06-19 15:21:00 +02:00
apiv1_users_test.go test: add golden parity tests for the v1 API 2026-06-19 15:21:00 +02:00
app.go api/v1: add code-first Huma implementation of the v1 API 2026-06-19 15:21:00 +02:00
app_test.go
auth.go dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
auth_tags_test.go hscontrol: remove the proto, gRPC and grpc-gateway stack 2026-06-19 15:21:00 +02:00
auth_test.go
debug.go all: adopt slices helpers 2026-06-17 16:12:19 +02:00
handlers.go handlers: set verify Content-Type before writing the body 2026-06-17 16:12:19 +02:00
handlers_test.go handlers: set verify Content-Type before writing the body 2026-06-17 16:12:19 +02:00
metrics.go
noise.go dns, change, noise, auth, capver: misc consolidation 2026-06-17 16:12:19 +02:00
noise_test.go
oidc.go util, db: generate key material as hex via tailscale rands 2026-06-17 16:12:19 +02:00
oidc_confirm_test.go
oidc_cookiename_test.go
oidc_template_test.go
oidc_test.go
platform_config.go hscontrol: consolidate debug-endpoint and template helpers 2026-06-17 16:12:19 +02:00
platform_config_test.go
poll.go
poll_test.go
realip.go all: adopt slices helpers 2026-06-17 16:12:19 +02:00
realip_test.go
tailsql.go policy, mapper, capver, hscontrol: remove dead code 2026-06-17 16:12:19 +02:00
templates_consistency_test.go