Skip to content

Commit 0ee8229

Browse files
refactor(proto): regenerate protos from proton#444 (gateway annotations removed)
Update PROTON_COMMIT to d93715a (proton PR #444) which removes all openapiv2 and google.api.http annotations from frontier proto files. These annotations were only used by the now-removed gRPC-gateway server. Regenerated proto files are ~4,000 lines smaller as the openapiv2 metadata is no longer embedded in the Go code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 65d7f71 commit 0ee8229

4 files changed

Lines changed: 5978 additions & 9963 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAG := $(shell git rev-list --tags --max-count=1)
44
VERSION := $(shell git describe --tags ${TAG})
55
.PHONY: build check fmt lint test test-race vet test-cover-html help install proto admin-app compose-up-dev
66
.DEFAULT_GOAL := build
7-
PROTON_COMMIT := "330c7558f34570056814d418f99730fb45cfe80f"
7+
PROTON_COMMIT := "d93715a80b88bde03377ea2988849c6a207bfa20"
88

99
admin-app:
1010
@echo " > generating admin build"

0 commit comments

Comments
 (0)