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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-23845f41e3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 672a8c61fb6 Bump the core-ui-package-updates group across 1 directory 
with 13 updates
     add 2de2687e101 Move the KubernetesPodOperator 
'convert_config_file_to_dict' call (#55064)
     add 17810a69a73 Fix dataflow java streaming infinite run (#55209)
     add d62f992b167 disable links for beam provider operators using  runner 
(#55248)
     add 87b279b301c Update executor loader cache (#55469)
     add 07dd277985f Fix Grid cache invalidation for multi-run task operations 
(#55504)
     add 11f8cc3de95 Fix trigger job log tests (#55563)
     add 4b407ea20ae Add conversion to timedelta type for self.timeout value 
for CloudComposerDAGRunSensor (#55570)
     add 19ab8780a3c Add Async support for SMTP Notifier (#55308)
     add 8844d39ad8a Fix gantt chart rendering issues (#55554)
     add 800db4f862d Bump axios (#55552)
     add 000ca6e5eb0 Bump the core-ui-package-updates group across 1 directory 
with 13 updates

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   (672a8c61fb6)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-23845f41e3
 (000ca6e5eb0)

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:
 .../auth/managers/simple/ui/package-lock.json      |   8 +-
 .../auth/managers/simple/ui/package.json           |   2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  36 +-
 .../src/airflow/executors/executor_loader.py       |  63 ++-
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |  22 +-
 .../ui/src/queries/useClearTaskInstances.ts        |   9 +-
 .../airflow/ui/src/queries/usePatchTaskInstance.ts |  19 +-
 airflow-core/tests/integration/otel/test_otel.py   |   4 +-
 .../tests/unit/executors/test_executor_loader.py   | 165 ++++++
 airflow-core/tests/unit/jobs/test_triggerer_job.py |  15 +-
 .../src/tests_common/test_utils/executor_loader.py |  15 +-
 .../providers/apache/beam/operators/beam.py        |  17 +
 .../tests/unit/apache/beam/operators/test_beam.py  |  51 ++
 .../providers/cncf/kubernetes/operators/pod.py     |   2 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |   4 +
 .../google/cloud/sensors/cloud_composer.py         |   2 +-
 .../dataflow/example_dataflow_java_streaming.py    |   8 +-
 .../providers/slack/notifications/slack_webhook.py |   7 +-
 providers/smtp/pyproject.toml                      |   1 +
 .../smtp/src/airflow/providers/smtp/hooks/smtp.py  | 322 +++++++++--
 .../airflow/providers/smtp/notifications/smtp.py   | 101 ++--
 providers/smtp/tests/unit/smtp/hooks/test_smtp.py  | 604 ++++++++++++++-------
 .../tests/unit/smtp/notifications/test_smtp.py     | 352 ++++++++----
 23 files changed, 1366 insertions(+), 463 deletions(-)

Reply via email to