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/02/28 16:54:39 UTC

[beam] branch master updated (0702451 -> 75b4100)

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 0702451  Merge pull request #16892 from [BEAM-13755] [Playground] Scroll the opened example to the context line
     add 75b4100  Merge pull request #16880 from [BEAM-13963][Playground] Get bucket name from environment variable

No new revisions were added by this update.

Summary of changes:
 playground/backend/cmd/server/controller.go        | 10 +++----
 playground/backend/cmd/server/server.go            |  6 ++---
 playground/backend/containers/go/Dockerfile        |  1 +
 playground/backend/containers/java/Dockerfile      |  1 +
 playground/backend/containers/python/Dockerfile    |  1 +
 playground/backend/containers/router/Dockerfile    |  1 +
 playground/backend/containers/scio/Dockerfile      |  1 +
 .../internal/cloud_bucket/precompiled_objects.go   | 31 ++++++++++++----------
 .../cloud_bucket/precompiled_objects_test.go       |  7 ++---
 .../backend/internal/environment/application.go    | 11 +++++++-
 .../internal/environment/environment_service.go    |  5 +++-
 .../environment/environment_service_test.go        |  6 ++---
 .../internal/utils/precompiled_objects_utils.go    |  4 +--
 13 files changed, 53 insertions(+), 32 deletions(-)