This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from fda0b00 Merge pull request #16605 from [BEAM-13634][Playground]
Create a separate Dockerfile for the routing service
add d8ab299 Merge pull request #16593 from [BEAM-13725][Playground] Add
graph to the precompiled objects
No new revisions were added by this update.
Summary of changes:
playground/api/v1/api.proto | 13 +
playground/backend/cmd/server/controller.go | 12 +
playground/backend/internal/api/v1/api.pb.go | 519 +++++++++++++--------
playground/backend/internal/api/v1/api_grpc.pb.go | 38 ++
.../internal/cloud_bucket/precompiled_objects.go | 10 +
playground/frontend/lib/api/v1/api.pb.dart | 94 ++++
playground/frontend/lib/api/v1/api.pbgrpc.dart | 31 ++
playground/frontend/lib/api/v1/api.pbjson.dart | 20 +
playground/infrastructure/api/v1/api_pb2.py | 167 +++++--
playground/infrastructure/api/v1/api_pb2_grpc.py | 34 ++
10 files changed, 713 insertions(+), 225 deletions(-)