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 da6d54f Merge pull request #16094 from [BEAM-13329][Playground] Add
new api method to get logs of code processing
new 4106db6 Fix pylint issues and apply yapf with Beam config
new 54ceff6 fix white spaces
new b7ff0d0 Merge pull request #16108 from [Playground][BEAM-13356] Apply
Style Guide rules to python scripts
The 33752 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/infrastructure/cd_helper.py | 254 +++++++------
playground/infrastructure/ci_cd.py | 43 +--
playground/infrastructure/ci_helper.py | 109 +++---
playground/infrastructure/config.py | 56 +--
playground/infrastructure/grpc_client.py | 204 +++++------
playground/infrastructure/helper.py | 493 ++++++++++++++------------
playground/infrastructure/logger.py | 48 +--
playground/infrastructure/test_cd_helper.py | 117 +++---
playground/infrastructure/test_ci_cd.py | 74 ++--
playground/infrastructure/test_ci_helper.py | 15 +-
playground/infrastructure/test_grpc_client.py | 83 ++---
playground/infrastructure/test_helper.py | 323 ++++++++++-------
12 files changed, 1012 insertions(+), 807 deletions(-)