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/10/20 00:51:56 UTC

[beam] branch dependabot/pip/sdks/python/protobuf-4.21.8 updated (8a10a19cb57 -> 7926f4663bb)

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

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


    omit 8a10a19cb57 Bump protobuf from 3.19.4 to 4.21.8 in /sdks/python
     add b5a0f4895cc [Playground] Examples CD (#23664)
     add 7b6cc89db07 Keep Spark version in a single place only (BeamModulePlugin)
     add 1179fdca1b7 Merge pull request #23603: Keep Spark version in a single place only (BeamModulePlugin)
     add 437c015a050 Update release instructions in Python 3.10 (#23702)
     add bfeb476f9f5 Move Tensorflow Documentation (#23729)
     add 8a63ac9bf12 Bump golang.org/x/text from 0.3.7 to 0.4.0 in /sdks (#23686)
     add 3dd20722fe1 Unit Content markdown styles (#23592) (#23662)
     add 972e66ca780 Add reopen issue command (#23733)
     add 8e8e89ebea8 Add example of real time Anomaly Detection using RunInference (#23497)
     add 61b8677a3d6 Support TIMESTAMP type in BigQueryIO with BEAM_ROW output type, and in read_gbq (#23070)
     add b4af23d8414 Add PytorchBatchConverter (#23296)
     add 259cec036cd Pin version to grpcio in build-requirements.txt (#23735)
     add ce4ce756d6b Bump up python container versions. (#23716)
     add 7926f4663bb Bump protobuf from 3.19.4 to 4.21.8 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   (8a10a19cb57)
            \
             N -- N -- N   refs/heads/dependabot/pip/sdks/python/protobuf-4.21.8 (7926f4663bb)

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:
 .github/ACTIONS.md                                 |   1 +
 .github/ISSUE_TEMPLATE/bug.yml                     |   1 +
 .github/ISSUE_TEMPLATE/feature.yml                 |   3 +-
 .github/ISSUE_TEMPLATE/task.yml                    |   3 +-
 ..._examples_ci.yml => playground_examples_cd.yml} |  33 +--
 .../workflows/playground_examples_cd_reusable.yml  |  76 +++++++
 .github/workflows/playground_examples_ci.yml       |   9 +-
 ...ble.yml => playground_examples_ci_reusable.yml} |   0
 .github/workflows/self-assign.yml                  |   8 +
 .github/workflows/tour_of_beam_examples_ci.yml     |   8 +-
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   4 +
 .../frontend/lib/pages/tour/widgets/content.dart   |   9 +-
 .../lib/pages/tour/widgets/unit_content.dart       |  52 ++++-
 learning/tour-of-beam/frontend/pubspec.lock        |   2 +-
 learning/tour-of-beam/frontend/pubspec.yaml        |   1 +
 .../lib/src/constants/colors.dart                  |   2 +
 .../lib/src/constants/sizes.dart                   |   1 +
 .../playground_components/lib/src/theme/theme.dart |  50 +++++
 .../frontend/playground_components/pubspec.yaml    |   1 +
 playground/infrastructure/cd_helper.py             |  42 ++--
 playground/infrastructure/ci_helper.py             |   8 +-
 playground/infrastructure/grpc_client.py           |  38 +++-
 playground/infrastructure/helper.py                |   5 +-
 playground/infrastructure/requirements.txt         |   3 +-
 playground/infrastructure/test_ci_helper.py        |  18 +-
 playground/infrastructure/test_helper.py           |  10 +-
 .../python-release/python_release_automation.sh    |   2 +-
 .../python_release_automation_utils.sh             |   6 +-
 release/src/main/scripts/mass_comment.py           |   1 +
 runners/spark/2/build.gradle                       |   4 +-
 runners/spark/3/build.gradle                       |   6 +-
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   3 +-
 .../anomaly_detection_pipeline}/__init__.py        |   0
 .../anomaly_detection_pipeline/config.py           |  49 +++++
 .../anomaly_detection_pipeline/main.py             | 144 +++++++++++++
 .../pipeline}/__init__.py                          |   0
 .../anomaly_detection_pipeline/pipeline/options.py |  62 ++++++
 .../pipeline/transformations.py                    | 194 +++++++++++++++++
 .../anomaly_detection_pipeline/setup.py            |  49 +++++
 .../write_data_to_pubsub_pipeline}/__init__.py     |   0
 .../write_data_to_pubsub_pipeline/config.py        |  24 +++
 .../write_data_to_pubsub_pipeline/main.py          |  89 ++++++++
 .../pipeline}/__init__.py                          |   0
 .../pipeline/options.py                            |  62 ++++++
 .../pipeline/utils.py                              |  67 ++++++
 .../write_data_to_pubsub_pipeline/setup.py         |  44 ++++
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  85 ++++++--
 .../apache_beam/io/gcp/bigquery_schema_tools.py    |  12 +-
 .../io/gcp/bigquery_schema_tools_test.py           |  21 +-
 .../apache_beam/runners/dataflow/internal/names.py |   4 +-
 .../typehints/pytorch_type_compatibility.py        | 140 ++++++++++++
 .../typehints/pytorch_type_compatibility_test.py   | 138 ++++++++++++
 sdks/python/build-requirements.txt                 |   3 +
 .../en/documentation/ml/anomaly-detection.md       | 238 +++++++++++++++++++++
 .../site/content/en/documentation/ml/overview.md   |   1 +
 .../documentation/sdks/python-machine-learning.md  |  99 +++++----
 .../partials/section-menu/en/documentation.html    |   1 +
 58 files changed, 1758 insertions(+), 180 deletions(-)
 copy .github/workflows/{playground_examples_ci.yml => playground_examples_cd.yml} (54%)
 create mode 100644 .github/workflows/playground_examples_cd_reusable.yml
 rename .github/workflows/{playground_examples_reusable.yml => playground_examples_ci_reusable.yml} (100%)
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/config.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/main.py
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/pipeline}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/pipeline/options.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/pipeline/transformations.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/config.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/main.py
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/pipeline}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/pipeline/options.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/pipeline/utils.py
 create mode 100644 sdks/python/apache_beam/examples/inference/anomaly_detection/write_data_to_pubsub_pipeline/setup.py
 create mode 100644 sdks/python/apache_beam/typehints/pytorch_type_compatibility.py
 create mode 100644 sdks/python/apache_beam/typehints/pytorch_type_compatibility_test.py
 create mode 100644 website/www/site/content/en/documentation/ml/anomaly-detection.md