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 5ee3e9d Merge pull request #16169 from [BEAM-13412] [Bugfix]
[Playground] fix playground frontend licences
add 13a8746 Merge pull request #16136 from [BEAM-13365] [Playground] Add
Pipelines options text field to the frontend
No new revisions were added by this update.
Summary of changes:
playground/frontend/lib/constants/sizes.dart | 2 +
.../components/pipeline_options_text_field.dart | 81 ++++++++++++++++++++++
.../modules/editor/parsers/run_options_parser.dart | 57 +++++++++++++++
.../code_client/grpc_code_client.dart | 4 +-
.../code_repository/run_code_request.dart | 7 +-
.../lib/modules/examples/models/example_model.dart | 2 +
.../example_client/grpc_example_client.dart | 22 +++---
.../components/editor_textarea_wrapper.dart | 53 ++++++++------
.../pages/playground/states/playground_state.dart | 37 ++++++++--
.../editor/parsers/run_options_parser_test.dart | 60 ++++++++++++++++
.../code_repository/code_repository_test.dart | 1 +
11 files changed, 289 insertions(+), 37 deletions(-)
create mode 100644
playground/frontend/lib/modules/editor/components/pipeline_options_text_field.dart
create mode 100644
playground/frontend/lib/modules/editor/parsers/run_options_parser.dart
create mode 100644
playground/frontend/test/modules/editor/parsers/run_options_parser_test.dart