You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/07/30 23:10:19 UTC

[beam] branch master updated (62e20f7 -> c64cf34)

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

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


    from 62e20f7  [BEAM-9679] Add Composite transforms to Go SDK katas
     new b05204e  [BEAM-10545] KernelModel and jest tests
     new 8f24efa  Change the syntax of private _onIOPub to a function declaration instead of arrow function assignment. This requires binding `this` when assigning the function to the `future`.
     new c64cf34  Merge pull request #12372 from KevinGG/BEAM-10545

The 28138 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache-beam-jupyterlab-sidepanel/README.md     |   26 +
 .../{src/index.ts => jest.config.js}               |   33 +-
 .../apache-beam-jupyterlab-sidepanel/package.json  |    9 +-
 .../src/__tests__/kernel/KernelModel.test.ts       |  124 +
 .../src/{index.ts => kernel/KernelCode.ts}         |   26 +-
 .../src/kernel/KernelModel.ts                      |  161 +
 .../apache-beam-jupyterlab-sidepanel/tsconfig.json |   10 +-
 .../apache-beam-jupyterlab-sidepanel/yarn.lock     | 3186 +++++++++++++++++++-
 8 files changed, 3501 insertions(+), 74 deletions(-)
 copy sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/{src/index.ts => jest.config.js} (56%)
 create mode 100644 sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/kernel/KernelModel.test.ts
 copy sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/{index.ts => kernel/KernelCode.ts} (55%)
 create mode 100644 sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/kernel/KernelModel.ts