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 79496b2 Merge pull request #15913: [BEAM-2791] remove spammy log
statement
add 2a94534 [BEAM-13157] add regression test for hadoop configuration on
ParquetIO.Parse
add 84d57ca Merge pull request #15914: [BEAM-13157] add regression test
for hadoop configuration on ParquetIO.Parse
add 5e44a13 Merge pull request #15873 from [BEAM-13181] Remove Sharding
from FhirIO.Import
add 2420585 [BEAM-13155][Playground] add a new status: STATUS_RUN_ERROR;
add a new API method GetRunError; add a new sunKey RunError; update of
validation processing;
add f068a62 Merge pull request #15879 from [BEAM-13155][Playground]
Update the processing of error during run code
add cb1d5de Merge pull request #15813 from [BEAM-13071] [Playground]
Update run code statuses and add notification system
add ea1bf40 [BEAM-5172] Temporary ignore testSplit and testSizes tests
waiting for a fix because they are flaky.
add 2f2e4fa Merge pull request #15922 from ibzib/es-flake
No new revisions were added by this update.
Summary of changes:
playground/api/v1/api.proto | 19 +-
playground/backend/cmd/server/controller.go | 41 +-
playground/backend/cmd/server/controller_test.go | 173 ++++++--
playground/backend/internal/api/v1/api.pb.go | 479 +++++++++++++--------
playground/backend/internal/api/v1/api_grpc.pb.go | 38 ++
playground/backend/internal/cache/cache.go | 3 +
.../backend/internal/cache/redis/redis_cache.go | 2 +-
playground/frontend/assets/error_notification.svg | 27 ++
playground/frontend/assets/info_notification.svg | 27 ++
.../assets/{reset.svg => success_notification.svg} | 9 +-
.../frontend/assets/warning_notification.svg | 27 ++
playground/frontend/lib/api/v1/api.pb.dart | 106 ++++-
playground/frontend/lib/api/v1/api.pbenum.dart | 6 +-
playground/frontend/lib/api/v1/api.pbgrpc.dart | 38 +-
playground/frontend/lib/api/v1/api.pbjson.dart | 30 +-
playground/frontend/lib/constants/assets.dart | 6 +
playground/frontend/lib/constants/colors.dart | 8 +
.../code_client/grpc_code_client.dart | 16 +-
.../code_repository/code_repository.dart | 34 +-
.../code_repository/run_code_result.dart | 9 +-
.../components/base_notification.dart | 102 +++++
.../notifications/components/notification.dart | 117 +++++
.../components/editor_textarea_wrapper.dart | 9 +-
.../code_repository/code_repository_test.dart | 16 +-
.../sdk/io/elasticsearch/ElasticsearchIOTest.java | 3 +
.../sdk/io/elasticsearch/ElasticsearchIOTest.java | 3 +
.../sdk/io/elasticsearch/ElasticsearchIOTest.java | 3 +
.../apache/beam/sdk/io/gcp/healthcare/FhirIO.java | 236 +++++-----
.../apache/beam/sdk/io/parquet/ParquetIOTest.java | 28 ++
29 files changed, 1188 insertions(+), 427 deletions(-)
create mode 100644 playground/frontend/assets/error_notification.svg
create mode 100644 playground/frontend/assets/info_notification.svg
copy playground/frontend/assets/{reset.svg => success_notification.svg} (54%)
create mode 100644 playground/frontend/assets/warning_notification.svg
create mode 100644
playground/frontend/lib/modules/notifications/components/base_notification.dart
create mode 100644
playground/frontend/lib/modules/notifications/components/notification.dart