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 2021/12/06 14:33:36 UTC

[beam] branch master updated (1d85fbd -> 85eaae8)

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 1d85fbd  Merge pull request #16107 from [BEAM-13332] [Playground] Add logs output
     add 85eaae8  Merge pull request #16109 from [BEAM-13330][Playground] Save Java logs to the cache

No new revisions were added by this update.

Summary of changes:
 playground/backend/cmd/server/controller_test.go   |  53 +++--
 playground/backend/configs/SDK_JAVA.json           |   5 +-
 playground/backend/containers/java/Dockerfile      |   1 +
 .../internal/code_processing/code_processing.go    | 259 +++++++++++++++------
 .../code_processing/code_processing_test.go        |  31 +--
 playground/backend/internal/fs_tool/fs.go          |  27 +--
 playground/backend/internal/fs_tool/fs_test.go     |  58 ++---
 .../internal/setup_tools/builder/setup_builder.go  |  16 ++
 .../setup_tools/builder/setup_builder_test.go      |   3 +
 .../setup_tools/life_cycle/life_cycle_setuper.go   |  96 +++++++-
 .../life_cycle/life_cycle_setuper_test.go          |  37 ++-
 playground/backend/internal/utils/cache_utils.go   |   1 +
 .../backend/logging.properties                     |   9 +-
 13 files changed, 425 insertions(+), 171 deletions(-)
 copy sdks/python/apache_beam/portability/api/__init__.py => playground/backend/logging.properties (79%)