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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6196c3807c
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 735260d5b09 chore(deps-dev): bump the fab-ui-package-updates group 
across 1 directory with 2 updates
     add 9cad4acf06e Make common-ai provider to ready state (#64188)
     add 891c7fbb6a8 Fix deferred task resume failure when worker is older than 
server (#64598)
     add 37c43ddd997 Fix backfill marked complete before DagRuns are created 
(#62561)
     add 91a994f4716 E2E: prevent Dag parsing races and improve Dag run cleanup 
(#64540)
     add 7531ca19788 Fix serde deserialization of old-format builtin types in 
trigger kwargs (#64615)
     add 855c7ec6304 Deadlines endpoints (#62583)
     add 5245419267b Add dag runs filters (Consuming Asset)  (#63624)
     add 01d0df1eaa9  Add OpenLineage parent info injection to GlueJobOperator  
   (#64513)
     add 31c39334bbf Complete Portuguese (pt) UI translation to 90%+ coverage 
(#62885)
     add ba352daf416 [TESTENV] Pytest plugin allowing to load custom Airflow 
config (#59389)
     add 6339d0947dc Fix group/extra bug in initialize_virtualenv (#62230)
     add 45278a6dca4 chore(deps-dev): bump the fab-ui-package-updates group 
across 1 directory with 2 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   (735260d5b09)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6196c3807c
 (45278a6dca4)

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-core/.pre-commit-config.yaml               |   1 +
 airflow-core/newsfragments/62561.bugfix.rst        |   1 +
 .../src/airflow/api_fastapi/common/parameters.py   |  42 ++++
 .../api_fastapi/core_api/datamodels/ui/deadline.py |  20 ++
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 229 +++++++++++++++++-
 .../core_api/openapi/v2-rest-api-generated.yaml    |  10 +
 .../api_fastapi/core_api/routes/public/dag_run.py  |   3 +
 .../api_fastapi/core_api/routes/ui/deadlines.py    | 141 +++++++++--
 .../execution_api/versions/v2026_04_06.py          |  28 +++
 .../src/airflow/jobs/scheduler_job_runner.py       |  11 +-
 airflow-core/src/airflow/models/trigger.py         |   8 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  33 ++-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  54 ++++-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  54 ++++-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  54 ++++-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  54 ++++-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  80 ++++++-
 .../ui/openapi-gen/requests/services.gen.ts        |  66 +++++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  81 ++++++-
 airflow-core/src/airflow/ui/playwright.config.ts   |   2 +-
 .../airflow/ui/public/i18n/locales/en/common.json  |   2 +
 .../airflow/ui/public/i18n/locales/pt/admin.json   |  24 ++
 .../airflow/ui/public/i18n/locales/pt/assets.json  |  11 +-
 .../airflow/ui/public/i18n/locales/pt/browse.json  |  26 ++-
 .../airflow/ui/public/i18n/locales/pt/common.json  |  41 +++-
 .../ui/public/i18n/locales/pt/components.json      |  27 +++
 .../src/airflow/ui/public/i18n/locales/pt/dag.json |  35 +++
 .../airflow/ui/public/i18n/locales/pt/dags.json    |   5 +
 .../ui/public/i18n/locales/pt/dashboard.json       |   3 +-
 .../airflow/ui/public/i18n/locales/pt/hitl.json    |   3 +-
 .../src/airflow/ui/src/constants/filterConfigs.tsx |   9 +-
 .../src/airflow/ui/src/constants/searchParams.ts   |   1 +
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |   3 +
 .../src/airflow/ui/src/pages/DagRunsFilters.tsx    |   1 +
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |   1 +
 .../src/airflow/ui/tests/e2e/global-setup.ts       |  22 +-
 .../src/airflow/ui/tests/e2e/global-teardown.ts    |   4 +-
 .../src/airflow/ui/tests/e2e/utils/test-helpers.ts |  73 +++---
 .../core_api/routes/public/test_dag_run.py         |  45 ++++
 .../core_api/routes/ui/test_deadlines.py           | 225 +++++++++++++++++-
 .../versions/v2026_04_06/test_task_instances.py    | 127 ++++++++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py | 259 ++++++++++++++++++++-
 ...management_generate-issue-content-providers.svg |  14 +-
 ...management_generate-issue-content-providers.txt |   2 +-
 ...ease-management_generate-providers-metadata.svg |  18 +-
 ...ease-management_generate-providers-metadata.txt |   2 +-
 ...e-management_prepare-provider-distributions.svg |  14 +-
 ...e-management_prepare-provider-distributions.txt |   2 +-
 ...e-management_prepare-provider-documentation.svg |  14 +-
 ...e-management_prepare-provider-documentation.txt |   2 +-
 devel-common/src/tests_common/pytest_plugin.py     |  19 ++
 providers/amazon/pyproject.toml                    |   2 +-
 .../airflow/providers/amazon/aws/operators/glue.py |  36 ++-
 .../tests/unit/amazon/aws/operators/test_glue.py   | 189 +++++++++++++++
 providers/common/ai/README.rst                     |   6 +-
 providers/common/ai/docs/changelog.rst             |   2 +-
 providers/common/ai/docs/index.rst                 |   6 +-
 providers/common/ai/provider.yaml                  |   4 +-
 providers/common/ai/pyproject.toml                 |   6 +-
 .../ai/src/airflow/providers/common/ai/__init__.py |   2 +-
 .../common/compat/openlineage/utils/spark.py       |  20 ++
 providers/openlineage/pyproject.toml               |   2 +-
 .../airflow/providers/openlineage/utils/spark.py   |  70 ++++++
 .../tests/unit/openlineage/utils/test_spark.py     |  98 ++++++++
 pyproject.toml                                     |   4 +-
 scripts/tools/initialize_virtualenv.py             |  24 +-
 .../src/airflow_shared/serialization/__init__.py   |   7 +
 task-sdk/src/airflow/sdk/serde/__init__.py         |   7 +-
 task-sdk/tests/task_sdk/serde/test_serde.py        |  32 +++
 uv.lock                                            |   8 +-
 70 files changed, 2326 insertions(+), 205 deletions(-)
 create mode 100644 airflow-core/newsfragments/62561.bugfix.rst

Reply via email to