You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/09/29 17:52:11 UTC

[beam] branch master updated (028c564b8ae -> 0297c85b863)

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 028c564b8ae Increase Go Dataflow Postcommit timeout to 5h (#23423)
     add 0297c85b863 [Playground] [Backend] Updating endpoints for playground examples (#22870)

No new revisions were added by this update.

Summary of changes:
 playground/backend/cmd/server/controller.go        | 118 +++++---
 playground/backend/cmd/server/controller_test.go   | 318 ++++++++++++++++++++-
 playground/backend/cmd/server/server.go            |  76 +++--
 playground/backend/containers/router/Dockerfile    |   1 +
 playground/backend/containers/router/build.gradle  |   6 +-
 .../backend/containers/router/datastore/Dockerfile |   2 +-
 .../containers/router/docker-compose.local.yml     |  12 +-
 .../internal/cache/local/local_cache_test.go       |   3 +
 .../internal/cache/redis/redis_cache_test.go       |   3 +
 .../internal/code_processing/code_processing.go    |   3 -
 .../internal/components/cache_component_test.go    |   4 +-
 .../backend/internal/db/datastore/datastore_db.go  |   2 +-
 .../internal/db/datastore/datastore_db_test.go     |  16 +-
 .../db/mapper/precompiled_object_mapper_test.go    |   3 +
 .../backend/internal/tests/test_data/test_data.go  | 210 ++++++++++++++
 .../{utils => tests/test_utils}/test_utils.go      |   2 +-
 .../{utils => tests/test_utils}/test_utils_test.go |   6 +-
 playground/sdks-emulator.yaml                      |   1 -
 18 files changed, 704 insertions(+), 82 deletions(-)
 create mode 100644 playground/backend/internal/tests/test_data/test_data.go
 rename playground/backend/internal/{utils => tests/test_utils}/test_utils.go (98%)
 rename playground/backend/internal/{utils => tests/test_utils}/test_utils_test.go (96%)