-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v15] Reinstate Buf config v2 (#41869)
* Reinstate Buf config v2 (#41855) * Fix for v15
- Loading branch information
1 parent
5ac60ec
commit 88264c8
Showing
7 changed files
with
107 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v2 | ||
deps: | ||
- name: buf.build/gogo/protobuf | ||
commit: 4df00b267f944190a229ce3695781e99 | ||
digest: b5:f3c59023c8f0138b9262ec9755f9f090d330842d98171b559538c0db2c2aa367879527b8da893b443eb80ba36c7d4102713f9fb5233ca12682cb2a9883442c09 | ||
- name: buf.build/googleapis/googleapis | ||
commit: d1263fe26f8e430a967dc22a4d0cad18 | ||
digest: b5:8e44f92843e3866793af18ae6b1d4e78e2d537353c267a2d4d362c104e037d2d3b651c46cf19b163be8765162c777eb1abbe2c1e35a33c1f0df11a7ce42e1b85 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
version: v2 | ||
|
||
modules: | ||
- path: api/proto | ||
- path: proto | ||
|
||
deps: | ||
# gogo/protobuf v1.3.2, keep in sync with build.assets/versions.mk. | ||
- buf.build/gogo/protobuf:b03c65ea87cdc3521ede29f62fe3ce239267c1bc | ||
- buf.build/googleapis/googleapis:beb34b4050abfcfff72ff5cc6a28f0afa4043ce0 | ||
|
||
lint: | ||
use: | ||
- COMMENT_ENUM | ||
- COMMENT_MESSAGE | ||
- COMMENT_RPC | ||
- COMMENT_SERVICE | ||
- DEFAULT | ||
- PACKAGE_NO_IMPORT_CYCLE | ||
- UNARY_RPC | ||
except: | ||
- FIELD_NOT_REQUIRED | ||
- RPC_REQUEST_RESPONSE_UNIQUE | ||
- RPC_RESPONSE_STANDARD_NAME | ||
ignore: | ||
- api/proto/teleport/legacy/client/proto/authservice.proto | ||
- api/proto/teleport/legacy/client/proto/certs.proto | ||
- api/proto/teleport/legacy/client/proto/event.proto | ||
- api/proto/teleport/legacy/client/proto/proxyservice.proto | ||
- api/proto/teleport/legacy/types/events/athena.proto | ||
- api/proto/teleport/legacy/types/events/events.proto | ||
- api/proto/teleport/legacy/types/types.proto | ||
- api/proto/teleport/legacy/types/wrappers/wrappers.proto | ||
- proto/teleport/lib/multiplexer/test/ping.proto | ||
- proto/teleport/lib/web/envelope.proto | ||
ignore_only: | ||
COMMENT_MESSAGE: | ||
- proto/prehog | ||
- proto/teleport/lib/teleterm/v1/access_request.proto | ||
- proto/teleport/lib/teleterm/v1/app.proto | ||
- proto/teleport/lib/teleterm/v1/auth_settings.proto | ||
- proto/teleport/lib/teleterm/v1/cluster.proto | ||
- proto/teleport/lib/teleterm/v1/database.proto | ||
- proto/teleport/lib/teleterm/v1/gateway.proto | ||
- proto/teleport/lib/teleterm/v1/kube.proto | ||
- proto/teleport/lib/teleterm/v1/label.proto | ||
- proto/teleport/lib/teleterm/v1/server.proto | ||
- proto/teleport/lib/teleterm/v1/service.proto | ||
- proto/teleport/lib/teleterm/v1/tshd_events_service.proto | ||
- proto/teleport/lib/teleterm/v1/usage_events.proto | ||
COMMENT_RPC: | ||
- proto/prehog | ||
COMMENT_SERVICE: | ||
- proto/prehog | ||
FIELD_LOWER_SNAKE_CASE: | ||
- api/proto/teleport/legacy/types/device.proto | ||
PACKAGE_DIRECTORY_MATCH: | ||
- api/proto/teleport/legacy/client/proto/joinservice.proto | ||
- api/proto/teleport/legacy/types/device.proto | ||
- api/proto/teleport/legacy/types/webauthn/webauthn.proto | ||
PACKAGE_VERSION_SUFFIX: | ||
- api/proto/teleport/legacy/client/proto/joinservice.proto | ||
- api/proto/teleport/legacy/types/device.proto | ||
- api/proto/teleport/legacy/types/webauthn/webauthn.proto | ||
RPC_REQUEST_STANDARD_NAME: | ||
- proto/teleport/lib/teleterm/v1/service.proto | ||
UNARY_RPC: | ||
- api/proto/teleport/auditlog/v1/auditlog.proto | ||
- api/proto/teleport/devicetrust/v1/devicetrust_service.proto | ||
- api/proto/teleport/legacy/client/proto/joinservice.proto | ||
- api/proto/teleport/transport/v1/transport_service.proto | ||
- proto/accessgraph/v1alpha/access_graph_service.proto | ||
- proto/teleport/lib/teleterm/v1/service.proto | ||
disallow_comment_ignores: true | ||
|
||
breaking: | ||
use: | ||
- ENUM_VALUE_NO_DELETE | ||
- WIRE_JSON | ||
except: | ||
- FIELD_SAME_DEFAULT | ||
ignore_only: | ||
RESERVED_ENUM_NO_DELETE: | ||
- api/proto/teleport/legacy/types/types.proto | ||
- proto/teleport/legacy/types/types.proto |