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/10/28 05:46:41 UTC

[beam] branch master updated (7b0de72 -> abf7ce2)

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 7b0de72  [BEAM-13066] Disable using abstract iterable by default. (#15805)
     new 3bbcf5a  [BEAM-12970][Playground] add setupCache() method; implement RunCode API method; change ExecutableName to a variable of LifeCycle instead of method;
     new 5986813  [BEAM-12970][Playground] simplify code; add using of logger; add documentation;
     new 4e9e44d  [BEAM-12970][Playground] update processSuccess() method for compile step
     new fb990f2  [BEAM-12970][Playground] add comments for tests; add TODO for finding java executable name;
     new abf7ce2  Merge pull request #15803 from [BEAM-12970][Playground] Implement gRPC API - RunCode

The 33350 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 playground/backend/cmd/server/controller.go        | 247 +++++++++++++++++-
 playground/backend/cmd/server/controller_test.go   | 282 +++++++++++++++++++--
 playground/backend/cmd/server/server.go            |  20 +-
 .../backend/internal/environment/application.go    |   4 +-
 .../internal/environment/application_test.go       |   7 +-
 playground/backend/internal/fs_tool/fs.go          |  23 +-
 playground/backend/internal/fs_tool/fs_test.go     |  67 +++--
 playground/backend/internal/fs_tool/java_fs.go     |  21 +-
 .../backend/internal/fs_tool/java_fs_test.go       |  79 +++++-
 9 files changed, 676 insertions(+), 74 deletions(-)