This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/google.golang.org/protobuf-1.29.1
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit 670242bde33 Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in 
/sdks
     add e2afe3a60cc Use buf to generate protobuf stubs for ToB backend (#25821)
     add 7f797368d54 Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in 
/sdks

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (670242bde33)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/google.golang.org/protobuf-1.29.1 
(7f797368d54)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 build.gradle.kts                                   |    6 +-
 learning/tour-of-beam/backend/README.md            |    4 +-
 learning/tour-of-beam/backend/function.go          |    6 +-
 .../backend/integration_tests/client_pg.go         |    2 +-
 .../backend/internal/service/content.go            |    2 +-
 .../backend/internal/service/mock_helper.go        |    2 +-
 .../backend/internal/service/pg_adapter.go         |    2 +-
 .../tour-of-beam/backend/playground_api/api.pb.go  | 3517 --------------------
 .../backend/playground_api}/api/v1/api.pb.go       |    0
 .../backend/playground_api}/api/v1/api_grpc.pb.go  |    0
 .../backend/playground_api/{ => api/v1}/mock.go    |  185 +-
 .../backend/playground_api/api_grpc.pb.go          |  791 -----
 playground/buf.gen.yaml                            |   10 +
 playground/infrastructure/api/v1/api_pb2.py        |  205 +-
 playground/infrastructure/api/v1/api_pb2.pyi       |  508 +--
 15 files changed, 495 insertions(+), 4745 deletions(-)
 delete mode 100644 learning/tour-of-beam/backend/playground_api/api.pb.go
 copy {playground/backend/internal => 
learning/tour-of-beam/backend/playground_api}/api/v1/api.pb.go (100%)
 copy {playground/backend/internal => 
learning/tour-of-beam/backend/playground_api}/api/v1/api_grpc.pb.go (100%)
 rename learning/tour-of-beam/backend/playground_api/{ => api/v1}/mock.go (86%)
 delete mode 100644 learning/tour-of-beam/backend/playground_api/api_grpc.pb.go

Reply via email to