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-85850faba2
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 25017301a65 [v3-1-test] chore(deps): bump the core-ui-package-updates
group across 1 directory with 65 updates
add 9b9dc13e87a [v3-1- test] Scope session token in cookie to base_url
(#62771) (#62851)
add 21e3601e3b6 [v3-1-test] fix: use
useAssetServiceGetDagAssetQueuedEvents to get the correct number of ADRQs
(#62868) (#62902)
add 1bf7cbc9a52 [v3-1-test] Fix: Adds task instance validation for hitl
(#62886) (#62909)
add 908d1ca1c98 Backport UI part only and skip the queryClient.ts change
(#62859)
add 97717133551 [v3-1-test] Make elasticsearch compatible with
remote_task_log (#62121) (#62940)
add d12f014756f [v3-1-test] fix: always include kid in JWT header for
symmetric key tokens (#62883) (#62943)
add 3f97d47f824 fix mypy (#62949)
add 3c0a2d9cc08 [v3-1-test] chore(deps): bump the core-ui-package-updates
group across 1 directory with 65 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 (25017301a65)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-85850faba2
(3c0a2d9cc08)
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:
.../docs/core-concepts/auth-manager/index.rst | 3 +-
airflow-core/newsfragments/62121.bugfix.rst | 1 +
airflow-core/src/airflow/api_fastapi/app.py | 10 ++
.../auth/managers/simple/routes/login.py | 2 +
.../auth/managers/simple/ui/src/login/Login.tsx | 25 ++++-
.../api_fastapi/auth/middlewares/refresh_token.py | 3 +-
.../src/airflow/api_fastapi/auth/tokens.py | 10 +-
.../api_fastapi/core_api/routes/public/auth.py | 2 +
.../api_fastapi/execution_api/routes/hitl.py | 8 +-
.../config_templates/airflow_local_settings.py | 40 ++++---
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 116 ++++++++++-----------
.../ui/src/pages/DagsList/AssetSchedule.tsx | 44 ++++++--
.../auth/middlewares/test_refresh_token.py | 31 ++++++
.../tests/unit/api_fastapi/auth/test_tokens.py | 24 +++++
.../core_api/routes/public/test_auth.py | 15 +++
airflow-core/tests/unit/api_fastapi/test_app.py | 22 ++++
pyproject.toml | 4 +-
scripts/ci/prek/update_airflow_pyproject_toml.py | 1 +
19 files changed, 263 insertions(+), 104 deletions(-)
create mode 100644 airflow-core/newsfragments/62121.bugfix.rst