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 17a5c26 [BEAM-13222] Re-enable Spanner integration tests (#15948)
add 39efcae Merge pull request #15926 from [BEAM-13110][Playground]
Playground pipeline cancelation
No new revisions were added by this update.
Summary of changes:
playground/api/v1/api.proto | 13 +
playground/backend/cmd/server/controller.go | 125 ++++--
playground/backend/cmd/server/controller_test.go | 119 +++++-
playground/backend/go.mod | 1 +
playground/backend/go.sum | 9 +-
playground/backend/internal/api/v1/api.pb.go | 451 +++++++++++++--------
playground/backend/internal/api/v1/api_grpc.pb.go | 72 +++-
playground/backend/internal/cache/cache.go | 3 +
.../backend/internal/cache/redis/redis_cache.go | 3 +
playground/frontend/lib/api/v1/api.pb.dart | 78 +++-
playground/frontend/lib/api/v1/api.pbenum.dart | 2 +
playground/frontend/lib/api/v1/api.pbgrpc.dart | 24 ++
playground/frontend/lib/api/v1/api.pbjson.dart | 20 +-
13 files changed, 683 insertions(+), 237 deletions(-)