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 f1010d1 Merge pull request #15780: [BEAM-11758] Update basics page:
Trigger, State and timers
add ae49ad3 Merge pull request #16072 from [BEAM-13135][Playground] Add
function to find all tagged files
No new revisions were added by this update.
Summary of changes:
.../lesson-info.yaml => playground/categories.yaml | 20 +-
playground/infrastructure/api/v1/api_pb2.py | 309 ++++++++++++++-------
playground/infrastructure/api/v1/api_pb2_grpc.py | 166 ++++++-----
playground/infrastructure/ci_cd.py | 10 +-
playground/infrastructure/config.py | 17 +-
playground/infrastructure/grpc_client.py | 2 +-
playground/infrastructure/helper.py | 216 +++++++++++++-
.../infrastructure/requirements.txt | 10 +-
playground/infrastructure/test_ci_cd.py | 18 +-
playground/infrastructure/test_ci_helper.py | 6 +-
playground/infrastructure/test_grpc_client.py | 2 +-
playground/infrastructure/test_helper.py | 185 ++++++++++++
12 files changed, 756 insertions(+), 205 deletions(-)
copy learning/katas/go/common_transforms/filter/lesson-info.yaml =>
playground/categories.yaml (79%)
copy learning/katas/go/core_transforms/additional_outputs/lesson-info.yaml =>
playground/infrastructure/requirements.txt (89%)
create mode 100644 playground/infrastructure/test_helper.py