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/03/01 19:27:41 UTC

[beam] branch master updated (d42d8d7 -> 7735cb9)

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 d42d8d7  Merge pull request #16850: [BEAM-11205] Upgrade Libraries BOM dependencies to 24.3.0
     add 7735cb9  Merge pull request #16484 from [BEAM-13633] [Playground] Implement method to get a default example for each SDKs

No new revisions were added by this update.

Summary of changes:
 playground/api/v1/api.proto                        |   1 +
 playground/backend/cmd/server/controller.go        |  30 +-
 playground/backend/cmd/server/server.go            |  13 +
 playground/backend/internal/api/v1/api.pb.go       | 398 +++++++++++----------
 playground/backend/internal/cache/cache.go         |  11 +-
 .../backend/internal/cache/local/local_cache.go    |  36 +-
 .../internal/cache/local/local_cache_test.go       |   3 +-
 .../backend/internal/cache/redis/redis_cache.go    |  41 +++
 .../internal/cloud_bucket/precompiled_objects.go   | 106 +++++-
 .../cloud_bucket/precompiled_objects_test.go       |   4 +-
 .../internal/utils/precompiled_objects_utils.go    |  44 +++
 .../utils/precompiled_objects_utils_test.go        |  70 +++-
 playground/frontend/lib/api/v1/api.pb.dart         |  14 +
 playground/frontend/lib/api/v1/api.pbjson.dart     |   3 +-
 playground/infrastructure/api/v1/api_pb2.py        |  83 +++--
 playground/infrastructure/cd_helper.py             |  35 ++
 playground/infrastructure/config.py                |   1 +
 playground/infrastructure/proxy/allow_list.py      |   1 +
 playground/infrastructure/test_cd_helper.py        |  20 +-
 playground/infrastructure/test_helper.py           |   9 +-
 20 files changed, 651 insertions(+), 272 deletions(-)