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 2020/12/03 03:16:49 UTC

[beam] tag nightly-master updated (83ed9ae -> 00baa42)

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 83ed9ae  (commit)
      to 00baa42  (commit)
    from 83ed9ae  Merge pull request #13431 [BEAM-11354] Allow DoFn itself to be used as the restriction provider.
     add 6c25bc0  Add start_times to MonitoringInfos and populate them in the python SDK
     add eca935b  Merge pull request #13429 from Add start_times to MonitoringInfos and populate them in the python SDK
     add 2f9b883  [BEAM-9980] use ALL_SUPPORTED_VERSIONS for constant SUPPORTED_CONTAINER_TASKS for python (#13426)
     add 8e6dae8  [BEAM-11375] Downgrade Kafka clients dependency to fix Spark postcommit
     add 2fe65b9  Merge pull request #13458:  [BEAM-11375] Downgrade Kafka clients dependency to fix spark postcommit
     add dfc3fea  [BEAM-11365] Direct Runner: Handle pipeline option string quotes under windows os
     add 1e008f7  Merge pull request #13449 from Sealina/master
     add bd983d2  [BEAM-11331] Change region flag to awsRegion in io.aws2
     add 0d0d2d5  Merge pull request #13411: [BEAM-11331] Change region flag to awsRegion in io.aws2
     add 1bdc1cd  [BEAM-11376] Ignoring DicomIOReadIT  (#13450)
     add af6ff6f  [BEAM-10911] Grafana post-commit status board: job_name cells link to post-commit job in Jenkins
     add 88601d3  Merge pull request #13463 from dlu1000/testbranch
     add 00baa42  [BEAM-10986] Update shadow jar plugin. (#13453)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/PythonTestProperties.groovy    |  4 +++-
 .../dashboards/Post-Commits_status_dashboard.json  |  2 +-
 CHANGES.md                                         |  1 +
 buildSrc/build.gradle                              |  4 ++--
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 10 +++++++--
 model/pipeline/src/main/proto/metrics.proto        | 13 +++++++++++
 runners/direct-java/build.gradle                   | 22 +++++++++++++++----
 sdks/java/io/amazon-web-services2/build.gradle     |  2 +-
 .../beam/sdk/io/aws2/options/AwsOptions.java       |  4 ++--
 .../beam/sdk/io/gcp/healthcare/DicomIOReadIT.java  |  2 ++
 sdks/python/apache_beam/metrics/cells.pxd          |  2 ++
 sdks/python/apache_beam/metrics/cells.py           | 15 ++++++++++---
 sdks/python/apache_beam/metrics/cells_test.py      | 25 ++++++++++++++++++++++
 .../apache_beam/runners/worker/sdk_worker_test.py  |  2 ++
 14 files changed, 92 insertions(+), 16 deletions(-)