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

ephraimanierobi pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-ba164c1a8d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard aca8579d802 Bump the core-ui-package-updates group across 1 directory 
with 64 updates
     add 2092523a467 [v3-1-test] Cleanup check after disk layout understood for 
arm64 (#60079) (#60182)
     add a9b569a7634 CI: Upgrade important CI environment (#60175)
     add 7cd1abd95af [v3-1-test] Update french translation for 3.1.6 (#60157) 
(#60167)
     add e20c1570a5c Add toggle functionality to Dags state filters (#59089)
     add cbc1f72bc0b Revert "docs: Improve unit-testing docs with runnable 
pytest examples for Operators (#58969)" (#60035)
     add 8209d737b1e Fix text overflow issue (#60080)
     add 17be3eeed7a close catalan gap (#60199)
     add 1c367d81f4b [v3-1-test] Add missing "^" in --from-ref of basic static 
checks (#60202) (#60213)
     add 0f8e2cf8093 [v3-1-test] Added state validation to delete dag run 
endpoint (#60195) (#60207)
     add bd8c53468c8 [v3-1-test] add ohernandez in codeowners for catalan 
(#60200) (#60209)
     add c0c5b7d3b6d [v3-1-test] Docs: remove duplicated Docker image 
documentation (#60201) (#60210)
     add 5904a4cc0e8 Close TR Translation Gaps in v3-1 (#60191)
     add 87e6b2eac03 [v3-1-test] Fix signal handling in triggerer job runner 
(#60190) (#60214)
     add 9e34c9f1c58 Bump the core-ui-package-updates group across 1 directory 
with 64 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   (aca8579d802)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-ba164c1a8d
 (9e34c9f1c58)

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/CODEOWNERS                                 |  2 +-
 .github/actions/breeze/action.yml                  |  2 +-
 .github/actions/install-prek/action.yml            |  2 +-
 .github/workflows/basic-tests.yml                  |  4 +-
 .github/workflows/release_dockerhub_image.yml      |  2 +-
 Dockerfile                                         |  2 +-
 Dockerfile.ci                                      |  2 +-
 airflow-core/docs/best-practices.rst               | 98 ----------------------
 .../api_fastapi/core_api/routes/public/dag_run.py  | 10 +++
 .../src/airflow/jobs/triggerer_job_runner.py       | 14 +++-
 .../airflow/ui/public/i18n/locales/ca/admin.json   |  6 ++
 .../airflow/ui/public/i18n/locales/fr/admin.json   |  6 ++
 .../airflow/ui/public/i18n/locales/fr/assets.json  |  2 +
 .../airflow/ui/public/i18n/locales/fr/common.json  |  6 ++
 .../airflow/ui/public/i18n/locales/fr/dags.json    |  3 +-
 .../airflow/ui/public/i18n/locales/tr/admin.json   |  6 ++
 .../airflow/ui/public/i18n/locales/tr/assets.json  |  1 +
 .../ui/src/components/ui/InputWithAddon.tsx        |  3 +-
 .../src/pages/DagsList/DagsFilters/DagsFilters.tsx | 14 +++-
 .../core_api/routes/public/test_dag_run.py         | 17 ++++
 dev/breeze/doc/ci/02_images.md                     |  2 +-
 .../commands/release_management_commands.py        |  2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |  2 +-
 dev/breeze/uv.lock                                 | 80 +++++++++---------
 docker-stack-docs/README.md                        |  4 +-
 pyproject.toml                                     |  2 +-
 scripts/ci/make_mnt_writeable.sh                   |  5 --
 scripts/tools/setup_breeze                         |  2 +-
 28 files changed, 134 insertions(+), 167 deletions(-)

Reply via email to