-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add google protos. We'll need these for the eventual gogo/protobuf -> google/protobuf transition * Ensure docs can build as part of local testing
- Loading branch information
1 parent
660b52b
commit 108b40a
Showing
14 changed files
with
2,319 additions
and
51 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 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 |
---|---|---|
@@ -1,56 +1,56 @@ | ||
- included_paths: | ||
- '**/*.proto' | ||
- "**/*.proto" | ||
disabled_rules: | ||
- 'core::0192::has-comments' | ||
- "core::0192::has-comments" | ||
|
||
- included_paths: | ||
- '**/message.proto' | ||
- "**/message.proto" | ||
disabled_rules: | ||
- 'core::0122::name-suffix' | ||
- 'core::0123::resource-annotation' | ||
- "core::0122::name-suffix" | ||
- "core::0123::resource-annotation" | ||
|
||
- included_paths: | ||
- '**/workflowservice/v1/request_response.proto' | ||
- '**/operatorservice/v1/request_response.proto' | ||
- "**/workflowservice/v1/request_response.proto" | ||
- "**/operatorservice/v1/request_response.proto" | ||
disabled_rules: | ||
- 'core::0122::name-suffix' | ||
- 'core::0131::request-name-required' | ||
- 'core::0131::request-unknown-fields' | ||
- 'core::0132::request-parent-required' | ||
- 'core::0132::request-unknown-fields' | ||
- 'core::0132::response-unknown-fields' | ||
- 'core::0134::request-unknown-fields' | ||
- 'core::0158::request-page-size-field' | ||
- 'core::0158::request-page-token-field' | ||
- 'core::0158::response-next-page-token-field' | ||
- 'core::0158::response-plural-first-field' | ||
- 'core::0158::response-repeated-first-field' | ||
- "core::0122::name-suffix" | ||
- "core::0131::request-name-required" | ||
- "core::0131::request-unknown-fields" | ||
- "core::0132::request-parent-required" | ||
- "core::0132::request-unknown-fields" | ||
- "core::0132::response-unknown-fields" | ||
- "core::0134::request-unknown-fields" | ||
- "core::0158::request-page-size-field" | ||
- "core::0158::request-page-token-field" | ||
- "core::0158::response-next-page-token-field" | ||
- "core::0158::response-plural-first-field" | ||
- "core::0158::response-repeated-first-field" | ||
|
||
- included_paths: | ||
- '**/workflowservice/v1/service.proto' | ||
- '**/operatorservice/v1/service.proto' | ||
- "**/workflowservice/v1/service.proto" | ||
- "**/operatorservice/v1/service.proto" | ||
disabled_rules: | ||
# We extract specific fields in URL since the gRPC API predates the HTTP API | ||
- 'core::0127::resource-name-extraction' | ||
- "core::0127::resource-name-extraction" | ||
|
||
# We do not require specific "Get", "Create", "Update", or "Delete" RPC | ||
# rules just because we happen to use a known RPC name prefix | ||
- 'core::0131' | ||
- 'core::0133' | ||
- 'core::0134' | ||
- 'core::0135' | ||
- "core::0131" | ||
- "core::0133" | ||
- "core::0134" | ||
- "core::0135" | ||
|
||
# We don't require HTTP calls to be suffixed with the same name as the gRPC | ||
# name | ||
- 'core::0136::http-uri-suffix' | ||
- "core::0136::http-uri-suffix" | ||
|
||
- included_paths: | ||
- '**/operatorservice/v1/service.proto' | ||
- "**/operatorservice/v1/service.proto" | ||
disabled_rules: | ||
# Do not require HTTP annotations on OperatorService calls at this time | ||
- 'core::0127::http-annotation' | ||
- "core::0127::http-annotation" | ||
|
||
- included_paths: | ||
- 'dependencies/gogoproto/gogo.proto' | ||
- "dependencies/gogoproto/gogo.proto" | ||
disabled_rules: | ||
- 'all' | ||
- "all" |
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 |
---|---|---|
@@ -1,7 +1,2 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v1 | ||
deps: | ||
- remote: buf.build | ||
owner: googleapis | ||
repository: googleapis | ||
commit: cc916c31859748a68fd229a3c8d7a2e8 |
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
Oops, something went wrong.