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/01 18:28:37 UTC

[beam] branch master updated (754fac6 -> 7e6e348)

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 754fac6  [BEAM-13335] Use signed int64 range for DataFrame read unique indexes (#16089)
     add 7e6e348  Merge pull request #16079 from [BEAM-13241] [Playground] Frontend Routing

No new revisions were added by this update.

Summary of changes:
 playground/frontend/build.gradle                   | 12 +++++
 playground/frontend/gradle.properties              |  6 ++-
 .../frontend/lib/api/iis_workaround_channel.dart   | 47 ++++++++++++++++
 playground/frontend/lib/config.g.dart              |  8 +++
 .../code_repository/code_client/code_client.dart   | 20 +++++--
 .../code_client/grpc_code_client.dart              | 46 ++++++++++------
 .../code_repository/code_repository.dart           | 22 +++++---
 .../example_list/expansion_panel_item.dart         |  6 ++-
 .../example_client/grpc_example_client.dart        | 23 ++++----
 .../repositories/models/get_example_request.dart   |  5 +-
 .../frontend/lib/modules/sdk/models/sdk.dart       | 19 +++++++
 .../pages/playground/states/examples_state.dart    | 16 +++---
 .../code_repository/code_repository_test.dart      | 28 +++++-----
 .../code_repository_test.mocks.dart                | 62 ++++++++++++----------
 .../states/example_selector_state_test.mocks.dart  | 39 +++++++-------
 15 files changed, 245 insertions(+), 114 deletions(-)
 create mode 100644 playground/frontend/lib/api/iis_workaround_channel.dart