This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from bfff840 Merge pull request #16044 Restore "Allow wildcards for java
class lookup transform providers."
add b1aaf44 Merge pull request #16118 from [BEAM-13362][Playground]
python ci cd support options + yapf/linter fix
add c9ed2e1 Merge pull request #16137 from
[BEAM-13381][Playground][Bugfix] Update CI/CD To Remove Github Actions That Are
Not Permitted To Use In Beam Repo
add 1d85fbd Merge pull request #16107 from [BEAM-13332] [Playground] Add
logs output
add 85eaae8 Merge pull request #16109 from [BEAM-13330][Playground] Save
Java logs to the cache
add 50db633 [BEAM-13363][Playground] add pipeline_options to the
PrecompiledObject
add 8822cbf Merge pull request #16119 from [BEAM-13363][Playground] Add
pipeline options support for Examples API
add 51ad955 [BEAM-13357][Playground] Update custom errors.
add 1bc1942 [BEAM-13357][Playground] Added tests
add fe6da29 [BEAM-13357][Playground] Updated comments
add c934bce Merge pull request #16123 from [BEAM-13357][Playground]
Update custom errors
add f9ae6d5 Merge pull request #16125 from [BEAM-13322][Playground]
Support Java Unit-tests
add cf643b6 [BEAM-13380] Fix broken seedjob.
add ad56edb Merge pull request #16135 from y1chi/BEAM-13380
add f21907a Minor Gradle Fixups: Removing unneeded dependency in
expansion service.
add 89763b9 Merge pull request #16068: Minor Gradle Fixups: Removing
unneeded dependency in expansion service.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_playground_backend.yml | 4 +-
.github/workflows/build_playground_frontend.yml | 16 +-
...Java_PortableValidatesRunner_Flink_Batch.groovy | 2 +-
playground/api/v1/api.proto | 1 +
playground/backend/cmd/server/controller.go | 31 ++-
playground/backend/cmd/server/controller_test.go | 53 ++--
playground/backend/configs/SDK_JAVA.json | 11 +-
playground/backend/containers/java/Dockerfile | 18 ++
playground/backend/internal/api/v1/api.pb.go | 256 +++++++++---------
.../internal/cloud_bucket/precompiled_objects.go | 11 +-
.../internal/code_processing/code_processing.go | 294 +++++++++++++++------
.../code_processing/code_processing_test.go | 102 ++++++-
playground/backend/internal/environment/beam.go | 8 +-
.../internal/environment/environment_service.go | 18 +-
.../environment/environment_service_test.go | 25 +-
playground/backend/internal/errors/grpc_errors.go | 16 +-
.../backend/internal/errors/grpc_errors_test.go | 86 ++++--
playground/backend/internal/executors/executor.go | 28 +-
.../backend/internal/executors/executor_builder.go | 63 +++--
.../backend/internal/executors/executor_test.go | 29 +-
playground/backend/internal/fs_tool/fs.go | 27 +-
playground/backend/internal/fs_tool/fs_test.go | 58 ++--
.../backend/internal/fs_tool/path_checker.go | 8 +-
.../internal/preparators/java_preparators.go | 11 +-
.../internal/preparators/java_preparators_test.go | 12 +-
.../internal/setup_tools/builder/setup_builder.go | 35 ++-
.../setup_tools/builder/setup_builder_test.go | 31 ++-
.../setup_tools/life_cycle/life_cycle_setuper.go | 96 ++++++-
.../life_cycle/life_cycle_setuper_test.go | 37 ++-
playground/backend/internal/utils/cache_utils.go | 1 +
.../utils/precompiled_objects_utils_test.go | 2 +-
.../backend/internal/validators/java_validators.go | 26 +-
.../internal/validators/java_validators_test.go | 106 ++++++++
.../backend/internal/validators/validator.go | 5 +-
.../backend/logging.properties | 9 +-
playground/frontend/lib/api/v1/api.pb.dart | 73 +++--
playground/frontend/lib/api/v1/api.pbgrpc.dart | 4 +-
playground/frontend/lib/api/v1/api.pbjson.dart | 41 ++-
.../code_repository/code_client/code_client.dart | 5 +
.../code_client/grpc_code_client.dart | 10 +
.../code_repository/code_repository.dart | 14 +-
.../code_repository/run_code_result.dart | 10 +-
.../lib/modules/output/components/output_area.dart | 2 +-
.../code_repository/code_repository_test.dart | 40 ++-
.../code_repository_test.mocks.dart | 73 ++---
.../states/example_selector_state_test.mocks.dart | 42 +--
playground/infrastructure/cd_helper.py | 43 +--
playground/infrastructure/ci_cd.py | 1 +
playground/infrastructure/ci_helper.py | 11 +-
playground/infrastructure/config.py | 13 +-
playground/infrastructure/grpc_client.py | 3 +-
playground/infrastructure/helper.py | 72 +++--
playground/infrastructure/logger.py | 2 +-
playground/infrastructure/test_cd_helper.py | 56 ++--
playground/infrastructure/test_ci_cd.py | 4 +-
playground/infrastructure/test_grpc_client.py | 2 +-
playground/infrastructure/test_helper.py | 116 ++++----
.../schemaio-expansion-service/build.gradle | 6 +
sdks/java/io/expansion-service/build.gradle | 2 -
59 files changed, 1483 insertions(+), 698 deletions(-)
create mode 100644
playground/backend/internal/validators/java_validators_test.go
copy sdks/python/apache_beam/portability/api/__init__.py =>
playground/backend/logging.properties (79%)