You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2021/10/09 03:45:43 UTC

[beam] tag nightly-master updated (3de6bee -> 95d3ac6)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from 3de6bee  (commit)
      to 95d3ac6  (commit)
    from 3de6bee  Merge pull request #15544 from udim/master
     add dd37ac8  fixing test link
     add 853fa36  fix linter issues
     add cac6b50  Merge pull request #15504: Fixing test link in TestPipeline.java
     add 628b2df  Add DataFrame changes to CHANGES.md
     add 2bcfb68  Merge pull request #15631 from TheNeuralBit/dataframe-changes-update
     add 9bc8c96  [BEAM-10913] - Forcing update of YAML file by running kubectl apply (#15663)
     add a0b933c  [BEAM-10955] Flink Java Runner test flake: Could not find Flink job (#15664)
     add 512fb80  [BEAM-10114] Bump Pub/Sub Lite version (#15640)
     add 421b538  Don't use run_pytest.sh for pyarrow tests
     add 3bfeebc  Fail in run_pytest.sh if -m is specified
     add c8af600   [BEAM-12985] Call pytest directly rather than run_pytest.sh to avoid running pyarrow tests twice (#15693)
     add a1ad167  [BEAM-12964]: add code editor component
     add 5e277f0  [BEAM-12966]: load initial example on page load
     add 7572337  [BEAM-12964]: fix editor scrolling
     add 90fe52a  [BEAM-12964]: add dark theme support
     add b156970  [BEAM-12964]: add licence to example repository file
     add e61225e  [BEAM-12964]: extract playground page providers
     add 9db38a0  [BEAM-12964]: refactor styles
     add 95d3ac6  Merge pull request #15649 from [BEAM-12964] [Playground] Add code editor text field

No new revisions were added by this update.

Summary of changes:
 .test-infra/metrics/build.gradle                   |  5 ++
 CHANGES.md                                         |  8 ++-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  3 +-
 .../toggle_theme_button/toggle_theme_button.dart   |  4 +-
 playground/frontend/lib/config/theme.dart          | 47 +++++++-------
 playground/frontend/lib/constants/sizes.dart       |  8 +--
 .../modules/editor/components/editor_textarea.dart | 72 +++++++++++++++++++++-
 .../examples/models/example_model.dart}            | 11 ++--
 .../examples/repositories/example_repository.dart} | 36 +++++++++--
 .../lib/modules/sdk/components/sdk_selector.dart   |  4 +-
 .../components/editor_textarea_wrapper.dart        | 58 +++++++++++++++++
 .../components/playground_page_providers.dart      | 57 +++++++++++++++++
 .../lib/pages/playground/playground_page.dart      | 16 ++---
 .../examples_state.dart}                           | 16 +++--
 .../playground/{ => states}/playground_state.dart  | 30 ++++++++-
 playground/frontend/pubspec.lock                   | 30 ++++++++-
 playground/frontend/pubspec.yaml                   |  1 +
 .../pages/playground/playground_state_test.dart    |  2 +-
 .../beam/runners/flink/FlinkSavepointTest.java     |  8 ++-
 .../org/apache/beam/sdk/testing/TestPipeline.java  |  5 +-
 sdks/java/io/google-cloud-platform/build.gradle    |  8 +++
 sdks/python/scripts/run_pytest.sh                  |  5 ++
 sdks/python/tox.ini                                |  5 +-
 23 files changed, 364 insertions(+), 75 deletions(-)
 copy playground/frontend/lib/{pages/playground/playground_state.dart => modules/examples/models/example_model.dart} (83%)
 copy playground/frontend/lib/{pages/playground/playground_state.dart => modules/examples/repositories/example_repository.dart} (56%)
 create mode 100644 playground/frontend/lib/pages/playground/components/editor_textarea_wrapper.dart
 create mode 100644 playground/frontend/lib/pages/playground/components/playground_page_providers.dart
 copy playground/frontend/lib/pages/playground/{playground_state.dart => states/examples_state.dart} (67%)
 rename playground/frontend/lib/pages/playground/{ => states}/playground_state.dart (60%)