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 2020/09/01 17:16:18 UTC

[beam] branch master updated (afa59c4 -> 1aa17e8)

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 afa59c4  Merge pull request #12741 from lukecwik/beam5002
     add 63ce7fe  [BEAM-10775] Added nodejs installation and documentation
     add 1aa17e8  Merge pull request #12740: [BEAM-10775] Added nodejs installation and documented Typescript precommit job

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                      |  8 ++++----
 .test-infra/jenkins/README.md                         |  1 +
 sdks/python/scripts/run_eslint.sh                     |  6 ++++++
 sdks/python/scripts/run_jest.sh                       |  6 ++++++
 .../python/scripts/setup_nodejs.sh                    | 19 ++++++++++++++-----
 sdks/python/tox.ini                                   |  2 ++
 6 files changed, 33 insertions(+), 9 deletions(-)
 copy .test-infra/kubernetes/cassandra/LargeITCluster/teardown.sh => sdks/python/scripts/setup_nodejs.sh (68%)
 mode change 100644 => 100755