Skip to content
Merged
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
2 changes: 0 additions & 2 deletions .github/workflows/fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
title: "Found new managed modules references"
body: |
New managed modules references found. Please review.

- [ ] `googlecloudplatform/bq-schema-api` has updates, I have checked https://github.com/bufbuild/modules/issues/592
team-reviewers: bufbuild/bsr-team
token: ${{ steps.generate_token.outputs.token }}
- uses: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38
Expand Down
6 changes: 3 additions & 3 deletions modules/static/googlecloudplatform/bq-schema-api/buf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Updates to the [source repository](https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema) are
automatically synced on a periodic basis, and each BSR commit is tagged with corresponding Git
commits.
semver releases.

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

```
```yaml
deps:
- buf.build/googlecloudplatform/bq-schema-api:<GIT_COMMIT_TAG>
- buf.build/googlecloudplatform/bq-schema-api:<SEMVER_RELEASE_VERSION>
```

For more information, see the [documentation](https://buf.build/docs/bsr/overview).
2 changes: 1 addition & 1 deletion modules/static/googlecloudplatform/bq-schema-api/initref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31a7e43419f7c19d79de0bb506798bc602287e80
v2.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions modules/sync/googlecloudplatform/bq-schema-api/state.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"references": [
{
"name": "31a7e43419f7c19d79de0bb506798bc602287e80",
"digest": "41efb5a2e1001dde031d0f3dcc429cd7fc47d2808ae3b23cd951c594067a21ff246b9bfcb291af55fcb3764322de88bc5ae6c0304e812b31dc2082582e6e2e75"
},
{
"name": "100bba852d378cfdb36ad2f2cb0d21cbb3664371",
"digest": "41efb5a2e1001dde031d0f3dcc429cd7fc47d2808ae3b23cd951c594067a21ff246b9bfcb291af55fcb3764322de88bc5ae6c0304e812b31dc2082582e6e2e75"
},
{
"name": "87c8132ab25acc2b174178e2f4279e569c0b5628",
"digest": "95d3a63191c6972257cbdcf08d315e923f5e61b40a2ef7feec9c5aba1f2116e1b94926cb65ab908634229227086ffe10c2a8c34c7a24a0fc3dfc8773bdea30f4"
},
{
"name": "78b6998919e338fec9f4a251bc334d69e030e118",
"digest": "95d3a63191c6972257cbdcf08d315e923f5e61b40a2ef7feec9c5aba1f2116e1b94926cb65ab908634229227086ffe10c2a8c34c7a24a0fc3dfc8773bdea30f4"
"name": "v2.0",
"digest": "a72cb483d3e1b71402bb4fb8edec8e39c981b5edcd4259a49c223bc058adbb234f3f44c49128069ec82b16d3dd27991ed77f030f6250f6a28d023c23d4c7ddb5"
}
]
}
2 changes: 1 addition & 1 deletion modules/sync/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"module_name": "googlecloudplatform/bq-schema-api",
"latest_reference": "78b6998919e338fec9f4a251bc334d69e030e118"
"latest_reference": "v2.0"
},
{
"module_name": "grpc-ecosystem/grpc-gateway",
Expand Down
3 changes: 1 addition & 2 deletions scripts/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ sync_references releases gogo protobuf https://github.com/gogo/protobuf
sync_references releases google cel-spec https://github.com/google/cel-spec proto
sync_references commits googleapis googleapis https://github.com/googleapis/googleapis
sync_references releases googlechrome lighthouse https://github.com/GoogleChrome/lighthouse proto
# TODO: move googlecloudplatform/bq-schema-api to releases in their next semver release
sync_references commits googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema
sync_references releases googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema
sync_references commits grpc grpc https://github.com/grpc/grpc-proto
sync_references releases grpc-ecosystem grpc-gateway https://github.com/grpc-ecosystem/grpc-gateway
sync_references releases opencensus opencensus https://github.com/census-instrumentation/opencensus-proto src
Expand Down