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 42e1ae8  [BEAM-3293] Finish E2E implementation of MultiMap side 
inputs, add integration test (#15981)
     new cb0ccf6  [BEAM-13178][Playground] moving setup methods to a new 
module; moving processing methods to a new module; generating pb files;
     new 722dc87  Merge branch 'master' into BEAM-13178-controller-refactoring
     new e2b3196  Merge pull request #15958 from [BEAM-13178][Playground] 
Refactoring for controller

The 33596 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        | 397 ++----------------
 playground/backend/cmd/server/controller_test.go   | 263 ++----------
 .../backend/internal/cache/redis/redis_cache.go    |   4 +-
 .../internal/code_processing/code_processing.go    | 285 +++++++++++++
 .../code_processing/code_processing_test.go        | 446 +++++++++++++++++++++
 .../compile_builder/compile_builder_setuper.go}    |  42 +-
 .../compile_builder_setuper_test.go                | 107 +++++
 .../setup_tools/life_cycle/life_cycle_setuper.go   |  49 +++
 .../life_cycle/life_cycle_setuper_test.go          | 116 ++++++
 .../setup_tools/run_builder/run_builder_setuper.go |  50 +++
 .../run_builder/run_builder_setuper_test.go        | 144 +++++++
 .../http.go => internal/utils/cache_utils.go}      |  26 +-
 .../backend/internal/utils/cache_utils_test.go     |  80 ++++
 .../backend/internal/utils/validators_utils.go     |  27 +-
 .../internal/utils/validators_utils_test.go        |  79 ++++
 15 files changed, 1477 insertions(+), 638 deletions(-)
 create mode 100644 
playground/backend/internal/code_processing/code_processing.go
 create mode 100644 
playground/backend/internal/code_processing/code_processing_test.go
 copy playground/backend/{cmd/server/tcp.go => 
internal/setup_tools/compile_builder/compile_builder_setuper.go} (53%)
 create mode 100644 
playground/backend/internal/setup_tools/compile_builder/compile_builder_setuper_test.go
 create mode 100644 
playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper.go
 create mode 100644 
playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper_test.go
 create mode 100644 
playground/backend/internal/setup_tools/run_builder/run_builder_setuper.go
 create mode 100644 
playground/backend/internal/setup_tools/run_builder/run_builder_setuper_test.go
 copy playground/backend/{cmd/server/http.go => internal/utils/cache_utils.go} 
(64%)
 create mode 100644 playground/backend/internal/utils/cache_utils_test.go
 copy sdks/go/pkg/beam/transforms/stats/sum_switch.tmpl => 
playground/backend/internal/utils/validators_utils.go (63%)
 create mode 100644 playground/backend/internal/utils/validators_utils_test.go

Reply via email to