You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/07/08 18:13:03 UTC

[beam] branch master updated (70585ad90b5 -> 20949a9d084)

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

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 70585ad90b5 Merge pull request #22096 from [Playground] Infrastructure for sharing any code
     add 20949a9d084 Support dependencies and remote registration in the typescript SDK. (#22132)

No new revisions were added by this update.

Summary of changes:
 .../python/apache_beam/options/pipeline_options.py |  7 ++-
 .../runners/dataflow/internal/apiclient.py         | 50 +++++++++------
 sdks/typescript/Dockerfile                         | 10 +--
 sdks/typescript/boot.go                            | 73 +++++++++++++++++++++-
 .../entrypoint.sh => sdks/typescript/build.sh      | 12 +++-
 sdks/typescript/build_container.sh                 |  2 +
 sdks/typescript/package.json                       | 14 +++--
 .../typescript/src/apache_beam/coders/js_coders.ts |  4 +-
 .../src/apache_beam/coders/required_coders.ts      |  2 +-
 .../src/apache_beam/coders/standard_coders.ts      |  2 +-
 .../src/apache_beam/internal/pipeline.ts           |  2 +-
 .../src/apache_beam/internal/serialize.ts          |  2 +-
 sdks/typescript/src/apache_beam/io/pubsub.ts       |  2 +-
 sdks/typescript/src/apache_beam/pvalue.ts          |  2 +-
 .../apache_beam/runners/portable_runner/runner.ts  | 65 ++++++++++++++++++-
 sdks/typescript/src/apache_beam/serialization.ts   | 20 +++---
 sdks/typescript/src/apache_beam/testing/assert.ts  |  6 +-
 .../src/apache_beam/transforms/combiners.ts        |  2 +-
 .../apache_beam/transforms/group_and_combine.ts    |  4 +-
 .../typescript/src/apache_beam/transforms/index.ts |  2 +-
 .../typescript/src/apache_beam/transforms/pardo.ts |  2 +-
 .../src/apache_beam/transforms/windowings.ts       |  8 +--
 sdks/typescript/src/apache_beam/utils/service.ts   | 59 +++++++++--------
 sdks/typescript/src/apache_beam/values.ts          |  2 +-
 .../src/apache_beam/worker/worker_main.ts          | 21 ++++---
 25 files changed, 274 insertions(+), 101 deletions(-)
 copy playground/backend/containers/router/entrypoint.sh => sdks/typescript/build.sh (75%)