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/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 64d43c73f2c Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add 723a181085f [v3-1-test] Use name passed to `@asset` decorator when 
fetching the asset. (#56434) (#56611)
     add 1c476da4983 [v3-1-test] Update ASF logos in documentation to the new 
Oak logo (#56598) (#56601)
     add e6d474c009c [v3-1-test] Remove some irrelevant TODOs in task sdk 
(#56506) (#56600)
     add 477d97aa68a [v3-1-test] Fix: Correctly parse JSON for --dag_run_conf 
in airflow dags backfill CLI (#56380) (#56599)
     add 8af7e9af291 [v3-1-test] Fix retry callbacks not executing for 
externally killed tasks (#56586) (#56607)
     add ffe2a7c1eed [v3-1-test] Upgrade to latest versions of prek, uv, golang 
(#56618)
     add 3d59ae3c0b5 [v3-1-test] Complete `snowflake-snowpark-python` pip 
resolver hint (#56606) (#56619)
     add b9d4b097f5c [v3-1-test] Upgrade zizmor and uv to latest versions 
(#56620) (#56622)
     add 8cc0a4eba0d [v3-1-test] Remove ``dagReports`` API endpoint (#56609) 
(#56621)
     add 04b76225fbb Fix UI keeps poking pools API when no permission (#56163) 
(#56626)
     add b9e22331d26 Bump the core-ui-package-updates group across 1 directory 
with 55 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   (64d43c73f2c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (b9e22331d26)

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/install-prek/action.yml            |   2 +-
 .pre-commit-config.yaml                            |   4 +-
 Dockerfile.ci                                      |   4 +-
 airflow-core/docs/img/apache.jpg                   | Bin 43364 -> 0 bytes
 airflow-core/docs/img/asf_logo_wide.png            | Bin 0 -> 32678 bytes
 airflow-core/docs/license.rst                      |   4 +-
 airflow-core/newsfragments/56609.significant.rst   |  14 ++
 .../api_fastapi/core_api/datamodels/dag_report.py  |  40 ----
 .../core_api/openapi/v2-rest-api-generated.yaml    |  47 ----
 .../api_fastapi/core_api/routes/public/__init__.py |   2 -
 .../core_api/routes/public/dag_report.py           |  75 ------
 .../src/airflow/cli/commands/backfill_command.py   |  12 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |   5 +
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   8 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  13 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  13 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  13 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  13 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  29 +--
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  33 ---
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 264 ++++++++++-----------
 .../pages/Dashboard/PoolSummary/PoolSummary.tsx    |  22 +-
 .../core_api/routes/public/test_dag_report.py      | 135 -----------
 .../unit/cli/commands/test_backfill_command.py     |  75 ++++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  38 +++
 dev/breeze/README.md                               |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  46 ++--
 docs/images/documentation_architecture.md5sum      |   2 +-
 docs/images/documentation_architecture.png         | Bin 167984 -> 144710 bytes
 docs/images/documentation_architecture.py          |   4 +-
 docs/images/logos/asf_logo_wide.png                | Bin 0 -> 32678 bytes
 providers/snowflake/pyproject.toml                 |   4 +-
 .../airflow/sdk/definitions/asset/decorators.py    |   5 +-
 task-sdk/src/airflow/sdk/definitions/variable.py   |   1 -
 task-sdk/src/airflow/sdk/execution_time/context.py |   3 -
 .../task_sdk/definitions/test_asset_decorators.py  |  23 ++
 40 files changed, 369 insertions(+), 600 deletions(-)
 delete mode 100644 airflow-core/docs/img/apache.jpg
 create mode 100644 airflow-core/docs/img/asf_logo_wide.png
 create mode 100644 airflow-core/newsfragments/56609.significant.rst
 delete mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_report.py
 delete mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_report.py
 delete mode 100644 
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_report.py
 create mode 100644 docs/images/logos/asf_logo_wide.png

Reply via email to