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 093acd8f6a8 Bump the core-ui-package-updates group across 1 directory
with 55 updates
add 411ddeb5d31 Update bulk API permission check to handle
`action_on_existence` (#56672)
add 595b3ea748c [v3-1-test] Add cleanup of free space for provider tests
(#56681) (#56682)
add 2f5cdff247b Update authentication to handle JWT token in backend
(#56677)
add 6f453894687 Fix KeyError when accessing retry_delay on MappedOperator
without explicit value (#56605)
add d2f3c457699 [v3-1-test] Free disk space for mypy jobs (#56703) (#56709)
add 9c40d2158f6 [v3-1-test] Fix custom timetable generate_run_id not
called for manual triggers (#56373) (#56699)
add d2de0140214 [v3-1-test] Add ANSI support to log viewer (#56463)
(#56721)
add 7b2e0d8bc9c [v3-1-test] fix: corrects otel serialization of file paths
in dag processor (#56665) (#56718)
add 986e5b31091 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 (093acd8f6a8)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
(986e5b31091)
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/workflows/ci-image-checks.yml | 3 +
.github/workflows/test-providers.yml | 6 +
.../docs/core-concepts/auth-manager/index.rst | 2 +-
airflow-core/src/airflow/api/common/trigger_dag.py | 4 +-
airflow-core/src/airflow/api_fastapi/app.py | 2 -
.../api_fastapi/auth/managers/simple/middleware.py | 32 -
.../auth/managers/simple/routes/login.py | 1 +
.../src/airflow/api_fastapi/core_api/app.py | 11 -
.../api_fastapi/core_api/datamodels/dag_run.py | 17 +-
.../src/airflow/api_fastapi/core_api/security.py | 105 +-
airflow-core/src/airflow/dag_processing/manager.py | 16 +-
airflow-core/src/airflow/models/mappedoperator.py | 2 +-
airflow-core/src/airflow/ui/package.json | 5 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1264 ++++++++++----------
.../src/airflow/ui/src/components/AnsiRenderer.tsx | 235 ++++
.../ui/src/components/renderStructuredLog.tsx | 52 +-
.../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx | 3 +-
airflow-core/src/airflow/ui/src/main.tsx | 4 -
.../src/airflow/ui/src/utils/tokenHandler.test.ts | 54 -
.../src/airflow/ui/src/utils/tokenHandler.ts | 51 -
.../auth/managers/simple/test_middleware.py | 62 -
.../core_api/routes/public/test_dag_run.py | 74 ++
.../unit/api_fastapi/core_api/test_security.py | 87 ++
.../tests/unit/models/test_mappedoperator.py | 43 +
.../files/simple_auth_manager_passwords.json | 2 +-
docs/spelling_wordlist.txt | 1 +
.../amazon/aws/auth_manager/routes/login.py | 8 +-
.../src/airflow/providers/amazon/version_compat.py | 1 +
.../src/airflow/providers/fab/version_compat.py | 1 +
...f9d09365976e.js => 743.935ed3d26e56ed8f63d3.js} | 2 +-
...txt => 743.935ed3d26e56ed8f63d3.js.LICENSE.txt} | 0
.../airflowDefaultTheme.ff5a35f322070b094aa2.css | 2 +-
.../providers/fab/www/static/dist/manifest.json | 4 +-
.../dist/materialIcons.3e67dd6fbfcc4f3b5105.css | 2 +-
.../static/dist/runtime.6ad9da077ea169d60db9.js | 1 +
.../static/dist/runtime.ad800fc1845ad5c6ddeb.js | 1 -
.../fab/src/airflow/providers/fab/www/views.py | 10 +-
providers/fab/www-hash.txt | 2 +-
.../keycloak/auth_manager/routes/login.py | 8 +-
.../airflow/providers/keycloak}/version_compat.py | 2 +-
40 files changed, 1245 insertions(+), 937 deletions(-)
delete mode 100644
airflow-core/src/airflow/api_fastapi/auth/managers/simple/middleware.py
create mode 100644 airflow-core/src/airflow/ui/src/components/AnsiRenderer.tsx
delete mode 100644 airflow-core/src/airflow/ui/src/utils/tokenHandler.test.ts
delete mode 100644 airflow-core/src/airflow/ui/src/utils/tokenHandler.ts
delete mode 100644
airflow-core/tests/unit/api_fastapi/auth/managers/simple/test_middleware.py
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js
=> 743.935ed3d26e56ed8f63d3.js} (99%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js.LICENSE.txt
=> 743.935ed3d26e56ed8f63d3.js.LICENSE.txt} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/runtime.6ad9da077ea169d60db9.js
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/runtime.ad800fc1845ad5c6ddeb.js
copy providers/{fab/src/airflow/providers/fab =>
keycloak/src/airflow/providers/keycloak}/version_compat.py (95%)