You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/12/20 19:16:10 UTC

[beam] branch master updated (f0d6403 -> 81ed94f)

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 f0d6403  [BEAM-13399] Add check for dev versions of JARs to download code (#16228)
     add 81ed94f  Merge pull request #16122 from [BEAM-13345] [Playground] add resizable split view for output and source areas

No new revisions were added by this update.

Summary of changes:
 .../frontend/assets/drag_horizontal.svg            |   8 +-
 .../frontend/assets/drag_vertical.svg              |   8 +-
 playground/frontend/assets/output_left.svg         |   2 +-
 playground/frontend/assets/output_right.svg        |   2 +-
 .../lib/components/split_view/split_view.dart      | 177 +++++++++++++++++++++
 playground/frontend/lib/constants/assets.dart      |   2 +
 .../components/playground_page_body.dart           |  38 +++--
 7 files changed, 212 insertions(+), 25 deletions(-)
 copy .test-infra/metrics/sync/jenkins/README.md => playground/frontend/assets/drag_horizontal.svg (71%)
 copy .test-infra/metrics/sync/jenkins/README.md => playground/frontend/assets/drag_vertical.svg (74%)
 create mode 100644 playground/frontend/lib/components/split_view/split_view.dart