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-081dc7bca3
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit a2069d984cc Bump the core-ui-package-updates group across 1 directory
with 64 updates
add 8999cc09cea [v3-1-test] Fix Python 3.13 classifiers (#61419) (#61475)
add cd35fa82597 Add missing translations for PL 3.1 branch (#61423)
add 9bb24d2b2b0 CI: Upgrade important CI environment (#61479)
add a3f17030213 [v3-1-test] Deprecate BackfillDetails and use
DagAcccessEntity.Run for backfill p… (#61456)
add 4361c792bb4 CI: Upgrade important CI environment (#61484)
add c0082ab1b83 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 (a2069d984cc)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-081dc7bca3
(c0082ab1b83)
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/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
Dockerfile | 4 +-
Dockerfile.ci | 4 +-
.../docs/core-concepts/auth-manager/index.rst | 1 -
airflow-core/newsfragments/61400.significant.rst | 20 ++
airflow-core/pyproject.toml | 1 +
.../api_fastapi/auth/managers/base_auth_manager.py | 18 +-
.../auth/managers/models/resource_details.py | 7 +-
.../auth/managers/simple/simple_auth_manager.py | 15 --
.../core_api/routes/public/backfills.py | 8 +-
.../api_fastapi/core_api/routes/ui/backfills.py | 3 +-
.../src/airflow/api_fastapi/core_api/security.py | 59 ++++--
airflow-core/src/airflow/ui/package.json | 10 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 136 ++++++-------
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 6 +
.../managers/simple/test_simple_auth_manager.py | 3 -
.../auth/managers/test_base_auth_manager.py | 10 -
.../core_api/routes/public/test_backfills.py | 2 +-
.../unit/api_fastapi/core_api/test_security.py | 225 +++++++++++++++++++--
chart/pyproject.toml | 1 +
clients/python/pyproject.toml | 1 +
dev/breeze/doc/ci/02_images.md | 4 +-
.../commands/release_management_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 4 +-
dev/breeze/uv.lock | 70 +++----
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/tools/setup_breeze | 2 +-
31 files changed, 419 insertions(+), 211 deletions(-)
create mode 100644 airflow-core/newsfragments/61400.significant.rst