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 2022/05/31 20:26:38 UTC

[beam] branch master updated (40f83407920 -> 4fa5c43fa89)

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 40f83407920 Merge pull request #17696: [BEAM-14483] Adds Java cross-language transforms for invoking Python Map and FlatMap
     add 4fa5c43fa89 [BEAM-14527] Implement "Beam Summit 2022" banner (#17776)

No new revisions were added by this update.

Summary of changes:
 playground/frontend/assets/summit_banner.svg       |  40 +++++++
 .../summit_banner/banner_description.dart          | 100 +++++++++++++++++
 .../summit_banner_button.dart}                     |  30 ++---
 playground/frontend/lib/constants/assets.dart      |   1 +
 .../actions/components/new_example_action.dart     |   2 +-
 .../modules/editor/components/editor_textarea.dart |   2 +-
 .../description_popover/description_popover.dart   |   2 +-
 .../components/example_list/example_list.dart      |   4 +-
 .../multifile_popover/multifile_popover.dart       |   2 +-
 .../lib/modules/examples/example_selector.dart     |   2 +-
 .../modules/output/components/output_result.dart   |   6 +-
 .../shortcuts/constants/global_shortcuts.dart      |   2 +-
 .../components/embedded_actions.dart               |   2 +-
 .../playground/components/close_listener.dart      |   2 +-
 .../components/editor_textarea_wrapper.dart        |   2 +-
 .../pages/playground/components/more_actions.dart  |   2 +-
 .../components/playground_page_footer.dart         |   4 +-
 .../lib/pages/playground/playground_page.dart      |   3 +-
 playground/frontend/pubspec.lock                   | 123 +++++++++++----------
 playground/frontend/pubspec.yaml                   |   2 +-
 20 files changed, 243 insertions(+), 90 deletions(-)
 create mode 100644 playground/frontend/assets/summit_banner.svg
 create mode 100644 playground/frontend/lib/components/summit_banner/banner_description.dart
 copy playground/frontend/lib/components/{toggle_theme_button/toggle_theme_icon_button.dart => summit_banner/summit_banner_button.dart} (60%)