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 cd05896  Merge pull request #16104 from [BEAM-13370] [Playground] 
[Bugfix] Fix/delete prints and unused strings.
     new 05bc6c1da [BEAM-13329][Playground] Add new API method to get logs of 
the code processing
     new 5c70115  [BEAM-13329][Playground] added licences to new files
     new da6d54f  Merge pull request #16094 from [BEAM-13329][Playground] Add 
new api method to get logs of code processing

The 33749 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/api/v1/api.proto                        |  13 +
 playground/backend/cmd/server/controller.go        |  59 ++-
 playground/backend/cmd/server/controller_test.go   | 109 +++++
 playground/backend/internal/api/v1/api.pb.go       | 534 +++++++++++++--------
 playground/backend/internal/api/v1/api_grpc.pb.go  |  38 ++
 playground/backend/internal/cache/cache.go         |   6 +
 .../backend/internal/cache/redis/redis_cache.go    |   4 +-
 .../internal/code_processing/code_processing.go    |  12 +-
 .../code_processing/code_processing_test.go        |  18 +-
 .../backend/internal/utils/system_utils.go         |  14 +-
 .../backend/internal/utils/system_utils_test.go    |  29 +-
 playground/frontend/lib/api/v1/api.pb.dart         | 232 ++++++++-
 playground/frontend/lib/api/v1/api.pbgrpc.dart     | 123 +++--
 playground/frontend/lib/api/v1/api.pbjson.dart     |  49 +-
 14 files changed, 936 insertions(+), 304 deletions(-)
 copy learning/katas/go/common_transforms/aggregation/min/pkg/task/task.go => 
playground/backend/internal/utils/system_utils.go (73%)
 copy sdks/go/pkg/beam/runners/dataflow/dataflow_test.go => 
playground/backend/internal/utils/system_utils_test.go (64%)

Reply via email to