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-0-test/core-ui-package-updates-7855027db1
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 075ad0b438c Bump the core-ui-package-updates group across 1 directory 
with 44 updates
     add d571f5ba160 [v3-0-test] Remove unnecessary session checks and improve 
the message (#54843) (#54844)
     add 4e177bb4df3 [v3-0-test] Add airflow-ctl package to 
NON_SHORT_NAME_PACKAGES list in publish docs (#54849) (#54851)
     add 48084ea9451 [v3-0-test] Bump UV and Prek versions (#54854) (#54862)
     add 0f4f663293b [v3-0-test] Standardize uv and prek installation (#54864) 
(#54870)
     add 5c1b8b0a5b4 Point deprecation warning in Connection method to specific 
alternatives (#54868) (#54872)
     add a8aa67f38d2 [v3-0-test] Point deprecation warning in Variable methods 
to specific alternatives (#54869) (#54871)
     add 2ae28083fe3 [v3-0-test] Fixing typo in upgrade checks CI script 
(#54873) (#54877)
     add ecb170324d5 [v3-0-test] Migrate windows-latest label to windows-2025 
(#54866) (#54878)
     add 7be5135b981 [v3-0-test] Add backfill through UI to docs (#54893) 
(#54910)
     add 5fd168844f0 Only redirect on the dag detail page (#54920) (#54921)
     add 56202ac2a7e Bump the core-ui-package-updates group across 1 directory 
with 44 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   (075ad0b438c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-0-test/core-ui-package-updates-7855027db1
 (56202ac2a7e)

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            |   8 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-amd.yml                       |  22 +-
 .github/workflows/release_dockerhub_image.yml      |   3 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   4 +-
 airflow-core/docs/core-concepts/backfill.rst       |  24 +-
 airflow-core/docs/core-concepts/dag-run.rst        |  20 +-
 airflow-core/docs/img/ui-dark/backfill.png         | Bin 97497 -> 125860 bytes
 .../img/ui-dark/dag_trigger_window_single_run.png  | Bin 0 -> 74262 bytes
 airflow-core/docs/img/ui-light/backfill.png        | Bin 99130 -> 116042 bytes
 .../img/ui-light/dag_trigger_window_single_run.png | Bin 0 -> 68585 bytes
 airflow-core/docs/ui.rst                           |  29 +
 airflow-core/src/airflow/models/connection.py      |   2 +-
 airflow-core/src/airflow/models/variable.py        |   8 +-
 airflow-core/src/airflow/ui/package.json           |  12 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 576 +++++++++---------
 .../src/airflow/ui/src/queries/useTrigger.ts       |   7 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../src/airflow_breeze/utils/publish_docs_to_s3.py |   2 +-
 dev/breeze/uv.lock                                 | 645 +++++++++++++++++++--
 pyproject.toml                                     |   2 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 .../ci/prek/prevent_deprecated_sqlalchemy_usage.py |  20 +-
 scripts/ci/prek/upgrade_important_versions.py      |   2 +
 scripts/tools/setup_breeze                         |   2 +-
 30 files changed, 1018 insertions(+), 390 deletions(-)
 create mode 100644 
airflow-core/docs/img/ui-dark/dag_trigger_window_single_run.png
 create mode 100644 
airflow-core/docs/img/ui-light/dag_trigger_window_single_run.png

Reply via email to