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/16 14:33:23 UTC

[beam] branch master updated (759da41 -> 4835700)

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 759da41  Merge pull request #16124 from [BEAM-12164] Add Spanner Change Stream DAOs
     add 4835700  Merge pull request #16061 from [BEAM-13428] [Playground] Integrate Google Analytics

No new revisions were added by this update.

Summary of changes:
 playground/frontend/analysis_options.yaml          |   2 +-
 playground/frontend/build.gradle                   |   2 +
 playground/frontend/gradle.properties              |   1 +
 .../toggle_theme_button/toggle_theme_button.dart   |   7 +-
 playground/frontend/lib/config.g.dart              |   1 +
 playground/frontend/lib/constants/colors.dart      |   2 +
 .../frontend/lib/constants/links.dart              |  21 ++--
 .../actions/components/new_example_action.dart     |   6 +-
 .../modules/actions/components/reset_action.dart   |   6 +-
 .../lib/modules/analytics/analytics_events.dart    |  32 +++---
 .../lib/modules/analytics/analytics_service.dart   | 114 +++++++++++++++++++++
 .../example_list/expansion_panel_item.dart         |   2 +
 .../notifications/components/notification.dart     |   1 -
 .../components/editor_textarea_wrapper.dart        |   7 +-
 .../pages/playground/components/more_actions.dart  |  37 ++++---
 .../playground/components/playground_feedback.dart |  11 +-
 .../components/playground_page_footer.dart         |  23 +++--
 .../components/playground_page_providers.dart      |   2 +
 .../components/playground_privacy_policy.dart      |  85 +++++++++++++++
 .../lib/pages/playground/playground_page.dart      |   7 +-
 playground/frontend/pubspec.lock                   |   7 ++
 playground/frontend/pubspec.yaml                   |   1 +
 playground/frontend/web/index.html                 |   8 +-
 23 files changed, 316 insertions(+), 69 deletions(-)
 copy .test-infra/jenkins/NoPhraseTriggeringPostCommitBuilder.groovy => playground/frontend/lib/constants/links.dart (61%)
 copy sdks/java/harness/src/main/java/org/apache/beam/fn/harness/logging/BeamFnLoggingMDC.java => playground/frontend/lib/modules/analytics/analytics_events.dart (57%)
 create mode 100644 playground/frontend/lib/modules/analytics/analytics_service.dart
 create mode 100644 playground/frontend/lib/pages/playground/components/playground_privacy_policy.dart