Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google/gnostic as a managed module #549

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ We currently sync automatically the following modules:
| envoyproxy/protoc-gen-validate | https://github.com/envoyproxy/protoc-gen-validate | |
| gogo/protobuf | https://github.com/gogo/protobuf | |
| google/cel-spec | https://github.com/google/cel-spec | - googleapis/googleapis |
| google/gnostic | https://github.com/google/gnostic | |
| googleapis/googleapis | https://github.com/googleapis/googleapis | |
| googlechrome/lighthouse | https://github.com/GoogleChrome/lighthouse | |
| googlecloudplatform/bq-schema-api | https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema | |
Expand Down
13 changes: 13 additions & 0 deletions modules/static/google/gnostic/buf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**This is a third-party repository managed by Buf.**

Updates to the [source repository](https://github.com/google/gnostic) are automatically synced on a
periodic basis, and each BSR commit is tagged with corresponding Git semver releases.

To depend on a specific version, you can use it as your reference in your dependencies:

```
deps:
- buf.build/google/gnostic:<SEMVER_RELEASE_VERSION>
```

For more information, see the [documentation](https://buf.build/docs/bsr/overview).
2 changes: 2 additions & 0 deletions modules/static/google/gnostic/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version: v1
name: buf.build/google/gnostic
1 change: 1 addition & 0 deletions modules/static/google/gnostic/initref
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.4.1
21 changes: 21 additions & 0 deletions modules/static/google/gnostic/rsync.incl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
+ /LICENSE

+ /discovery
+ /discovery/**.proto
+ /extensions
+ /extensions/**.proto
+ /metrics
+ /metrics/**.proto
+ /metrics/lint
+ /metrics/lint/**.proto
+ /openapiv2
+ /openapiv2/**.proto
+ /openapiv3
+ /openapiv3/**.proto
+ /plugins
+ /plugins/**.proto
+ /surface
+ /surface/**.proto

+ */
- *
1 change: 1 addition & 0 deletions scripts/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ sync_references commits envoyproxy envoy https://github.com/envoyproxy/envoy api
sync_references commits envoyproxy protoc-gen-validate https://github.com/envoyproxy/protoc-gen-validate
sync_references commits gogo protobuf https://github.com/gogo/protobuf
sync_references releases google cel-spec https://github.com/google/cel-spec proto
sync_references releases google gnostic https://github.com/google/gnostic
sync_references commits googleapis googleapis https://github.com/googleapis/googleapis
# TODO: replace to sync releases once they release the latest proto change:
# https://github.com/GoogleChrome/lighthouse/pull/15116#issuecomment-1569261877
Expand Down