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/04 05:38:44 UTC

[beam] branch master updated (724e689 -> fda0b00)

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 724e689  Merge pull request #16713 from [BEAM-13815] [Playground] [Bugfix] Remove Python SQL Test example from catalog
     add fda0b00  Merge pull request #16605 from [BEAM-13634][Playground] Create a separate Dockerfile for the routing service

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_playground_backend.yml     | 24 ++++++++++++-------
 .github/workflows/build_playground_frontend.yml    |  5 ++--
 playground/backend/README.md                       |  2 +-
 playground/backend/containers/java/build.gradle    |  2 +-
 playground/backend/containers/java/settings.gradle |  2 +-
 .../backend/containers/{go => router}/Dockerfile   | 27 ++++++++++------------
 .../backend/containers/{go => router}/build.gradle | 10 +-------
 .../backend/containers/router/entrypoint.sh        |  6 ++---
 .../containers/{scio => router}/settings.gradle    |  2 +-
 playground/infrastructure/helm/values.yaml         |  3 ++-
 .../terraform/applications/backend-go/variables.tf |  2 +-
 .../applications/backend-java/variables.tf         |  2 +-
 .../applications/backend-router/variables.tf       |  2 +-
 .../terraform/applications/frontend/variables.tf   |  2 +-
 settings.gradle.kts                                |  1 +
 15 files changed, 45 insertions(+), 47 deletions(-)
 copy playground/backend/containers/{go => router}/Dockerfile (77%)
 copy playground/backend/containers/{go => router}/build.gradle (91%)
 copy sdks/python/.coveragerc => playground/backend/containers/router/entrypoint.sh (93%)
 mode change 100644 => 100755
 copy playground/backend/containers/{scio => router}/settings.gradle (93%)