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 2022/09/15 16:49:02 UTC

[beam] branch dependabot/pip/sdks/python/mypy-protobuf-2.10 updated (ec82af3cae7 -> b96b567af79)

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

github-bot pushed a change to branch dependabot/pip/sdks/python/mypy-protobuf-2.10
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard ec82af3cae7 Bump mypy-protobuf from 1.18 to 2.10 in /sdks/python
     add 66bbee84ed4 Fix IllegalStateException in StorageApiWriteUnshardedRecords error handling. (#23205)
     add 2eacbcf13d5 Fix assignees check
     add 935eeadd45a Merge pull request #23229: Fix assignees check in alert email
     add 60c4fae7302 Update cibuildwheel (#23024)
     add 2d4f61c9325 Add section to docs on resource hints/RunInference (#23215)
     add ac37784821e (BQ Python) Perform job waits in finish_bundle to allow BQ streaming writes with large batch loads (#23012)
     add 9b83b79088d Update to newest version of CloudPickle. (#23223)
     add 008fe94cbcf Resolve script parsing error when changing from bash to sh. (#23199)
     add 2791d7b383e Bump cloud.google.com/go/bigquery from 1.39.0 to 1.40.0 in /sdks (#23122)
     add d9ccb7c8d05 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 in /sdks (#23123)
     add bb7468ff136 Update google-cloud-bigquery requirement from <3,>=1.6.0 to >=1.6.0,<4 in /sdks/python (#22378)
     add 26c94b20f74 Optimize varint reading and writing for small ints. (#23192)
     add f7b31ebb033 Pass namespace through RunInference transform (#23182)
     add 283f3b170be [GitHub Actions] - INFRA scripts to implement GCP Self-hosted runners (Ubuntu&Windows) (#23158)
     add 5e7a03dc7fd GA migration - Base actions to use for precommit and postcommit workflows (#23109)
     add 232fa8220e6 [Website] update site navigation  #22902
     add 24a918240f8 Merge pull request #22968: [Website] update site navigation #22902
     add 6911520a516 Test fix Kafka Performance test batch (#23191)
     add c871d154bdf Revert "Exclude protobuf 3.20.2" (#23237)
     add b96b567af79 Bump mypy-protobuf from 1.18 to 2.10 in /sdks/python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ec82af3cae7)
            \
             N -- N -- N   refs/heads/dependabot/pip/sdks/python/mypy-protobuf-2.10 (b96b567af79)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../gradle-command-self-hosted-action/action.yml   |  45 ++++++
 .../setup-default-test-properties/action.yml       |  31 ++++
 .../test-properties.json                           |  23 +++
 .../actions/setup-self-hosted-action/action.yml    |  77 ++++++++++
 .github/gh-actions-self-hosted-runners/README.md   | 121 +++++++++++++++
 .../diagrams/gh-actions-k8s-runners-pod.png        | Bin 0 -> 72689 bytes
 .../diagrams/self-hosted-runners-architecture.png  | Bin 0 -> 201523 bytes
 .../self-hosted-runners-delete-function.png        | Bin 0 -> 77310 bytes
 .../helper-functions/README.md                     |  39 +++++
 .../helper-functions/cloud-functions/example.env   |   8 +
 .../cloud-functions/generateToken/index.js         |  76 ++++++++++
 .../cloud-functions/generateToken/package.json     |  14 ++
 .../cloud-functions/monitorRunnersStatus/index.js  |  88 +++++++++++
 .../monitorRunnersStatus/package.json              |  14 ++
 .../cloud-functions/removeOfflineRunners/index.js  |  81 ++++++++++
 .../removeOfflineRunners/package.json              |  14 ++
 .../cloud-functions/shared/constants.js            |  19 +++
 .../self-hosted-linux/README.md                    | 100 +++++++++++++
 .../self-hosted-linux/docker/Dockerfile            |  59 ++++++++
 .../self-hosted-linux/docker/docker-compose.yml    |  30 ++++
 .../self-hosted-linux/docker/entrypoint.sh         |  58 +++++++
 .../self-hosted-linux/docker/example.var.env       |   7 +
 .../kubernetes/delete-k8s-deployment.sh            |  20 +++
 .../kubernetes/github-actions-deployment.yml       |  76 ++++++++++
 .../kubernetes/github-actions-hpa.yml              |  29 ++++
 .../kubernetes/github-actions-secrets.yml          |  30 ++++
 .../kubernetes/github-actions-vpa.yml              |  28 ++++
 .../kubernetes/run-k8s-deployment.sh               |  22 +++
 .../self-hosted-windows/README.md                  |  43 ++++++
 .../self-hosted-windows/shutdownScript.ps1         |  23 +++
 .../self-hosted-windows/startupScript.ps1          |  49 ++++++
 .github/workflows/build_wheels.yml                 |   6 +-
 .../jenkins/job_PerformanceTests_KafkaIO_IT.groovy |   5 +-
 .../kafka-cluster/05-kafka/configmap-config.yaml   |   4 +-
 release/src/main/scripts/cut_release_branch.sh     |   2 +-
 release/src/main/scripts/verify_release_build.sh   |   2 +-
 scripts/ci/issue-report/generateReport.js          |   8 +-
 sdks/go.mod                                        |   6 +-
 sdks/go.sum                                        |  11 +-
 .../bigquery/StorageApiWriteUnshardedRecords.java  |  11 +-
 .../org/apache/beam/sdk/io/kafka/KafkaIOIT.java    |   6 +-
 sdks/python/apache_beam/coders/stream.pyx          |  24 ++-
 .../apache_beam/io/gcp/bigquery_file_loads.py      | 158 ++++++++++----------
 .../apache_beam/io/gcp/bigquery_file_loads_test.py | 166 +++++++++++++++++----
 sdks/python/apache_beam/ml/inference/base.py       |  23 ++-
 sdks/python/apache_beam/ml/inference/base_test.py  |  19 +++
 .../apache_beam/ml/inference/pytorch_inference.py  |   4 +-
 .../ml/inference/pytorch_inference_test.py         |   3 +-
 .../apache_beam/ml/inference/sklearn_inference.py  |  14 ++
 .../pytorch_image_classification_benchmarks.py     |   2 +-
 .../pytorch_language_modeling_benchmarks.py        |   2 +-
 .../testing/load_tests/load_test_metrics_utils.py  |   6 +-
 sdks/python/build-requirements.txt                 |   1 -
 .../container/py37/base_image_requirements.txt     |   2 +-
 .../container/py38/base_image_requirements.txt     |   2 +-
 .../container/py39/base_image_requirements.txt     |   2 +-
 sdks/python/setup.py                               |   6 +-
 .../documentation/sdks/python-machine-learning.md  |  22 +++
 .../resources/learning-resources.md                |   3 +
 .../resources/videos-and-podcasts.md               |   2 +-
 .../partials/section-menu/en/get-started.html      |  21 +--
 61 files changed, 1586 insertions(+), 181 deletions(-)
 create mode 100644 .github/actions/gradle-command-self-hosted-action/action.yml
 create mode 100644 .github/actions/setup-default-test-properties/action.yml
 create mode 100644 .github/actions/setup-default-test-properties/test-properties.json
 create mode 100644 .github/actions/setup-self-hosted-action/action.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/README.md
 create mode 100644 .github/gh-actions-self-hosted-runners/diagrams/gh-actions-k8s-runners-pod.png
 create mode 100644 .github/gh-actions-self-hosted-runners/diagrams/self-hosted-runners-architecture.png
 create mode 100644 .github/gh-actions-self-hosted-runners/diagrams/self-hosted-runners-delete-function.png
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/README.md
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/example.env
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/generateToken/index.js
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/generateToken/package.json
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/monitorRunnersStatus/index.js
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/monitorRunnersStatus/package.json
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/removeOfflineRunners/index.js
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/removeOfflineRunners/package.json
 create mode 100644 .github/gh-actions-self-hosted-runners/helper-functions/cloud-functions/shared/constants.js
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/README.md
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/docker/Dockerfile
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/docker/docker-compose.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/docker/entrypoint.sh
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/docker/example.var.env
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/delete-k8s-deployment.sh
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/github-actions-deployment.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/github-actions-hpa.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/github-actions-secrets.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/github-actions-vpa.yml
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-linux/kubernetes/run-k8s-deployment.sh
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-windows/README.md
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-windows/shutdownScript.ps1
 create mode 100644 .github/gh-actions-self-hosted-runners/self-hosted-windows/startupScript.ps1
 rename website/www/site/content/en/{documentation => get-started}/resources/learning-resources.md (99%)
 rename website/www/site/content/en/{documentation => get-started}/resources/videos-and-podcasts.md (99%)