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

taragolis pushed a change to branch 
dependabot/npm_and_yarn/airflow/www/ua-parser-js-0.7.33
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c78422d731 Bump ua-parser-js from 0.7.31 to 0.7.33 in /airflow/www
     add b8f15a98bf Use `pod_name` when patching done KE pods (#29159)
     add 9fd80130e2 Add deferrable mode to DataprocCreateClusterOperator and 
DataprocUpdateClusterOperator (#28529)
     add 90ce88bf34 Set progress to auto (#29157)
     add a6e21bc6ce Unquarantine receive SIGTERM on Task Runner test (second 
attempt) (#29087)
     add 9e9ec3fefe Bump ua-parser-js from 0.7.31 to 0.7.33 in /airflow/www

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   (c78422d731)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow/www/ua-parser-js-0.7.33 (9e9ec3fefe)

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:
 airflow/executors/kubernetes_executor.py           |  10 +-
 .../providers/google/cloud/operators/dataproc.py   |  96 +++++++++++++--
 .../providers/google/cloud/triggers/dataproc.py    |  68 ++++++++++-
 .../airflow_breeze/utils/docker_command_utils.py   |   4 +-
 .../operators/cloud/dataproc.rst                   |  16 +++
 tests/executors/test_kubernetes_executor.py        |  11 +-
 tests/jobs/test_local_task_job.py                  |  19 +--
 .../google/cloud/operators/test_dataproc.py        | 100 ++++++++++++++-
 .../google/cloud/triggers/test_dataproc.py         | 136 +++++++++++++++++++++
 ...e.py => example_dataproc_cluster_deferrable.py} |  14 ++-
 10 files changed, 422 insertions(+), 52 deletions(-)
 create mode 100644 tests/providers/google/cloud/triggers/test_dataproc.py
 copy tests/system/providers/google/cloud/dataproc/{example_dataproc_update.py 
=> example_dataproc_cluster_deferrable.py} (88%)

Reply via email to