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-fed4ef6c6a
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit a7fe80c47c1 Bump the core-ui-package-updates group across 1 directory
with 56 updates
add e5d73fddf0a [v3-1-test] fix: dag_docs content not scrollable when too
long (#57509) (#57518)
add f30f0b6fbe7 [v3-1-test] chore: update navigation z-index using Chakra
token (#57493) (#57520)
add dcbfcff6236 [v3-1-test] [Doc] Fixing some typos and spelling errors
(#57225) (#57521)
add 8d9387fe33e [v3-1-test] Fix instance_name in UI docs (#57380) (#57523)
add d9b253ce1c6 [v3-1-test] Add number of queries guard in public dag tags
list endpoints (#57499) (#57540)
add 39156a992c8 Add query guard in public asset list endpoints (#57438)
(#57543)
add d5a6971ba5e [v3-1-test] Fix HITL operators failing when using
notifiers (#57494) (#57551)
add 5b5142a307a [v3-1-test] Better highlighting of selected task instance
and edges in grid view (#57275) (#57560)
add 0fb0180d93a [v3-1-test] Add number of queries guard in public xcom
entries list endpoints (#55936) (#57554)
add 6ecbfe0b3b6 Bump the core-ui-package-updates group across 1 directory
with 56 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 (a7fe80c47c1)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-fed4ef6c6a
(6ecbfe0b3b6)
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:
airflow-core/docs/howto/customize-ui.rst | 6 ++---
.../default_instance_name_configuration.png | Bin 68441 -> 19151 bytes
.../example_instance_name_configuration.png | Bin 68231 -> 18698 bytes
.../api_fastapi/core_api/routes/public/assets.py | 5 +++-
.../api_fastapi/core_api/routes/public/xcom.py | 8 +++---
airflow-core/src/airflow/models/xcom.py | 2 +-
airflow-core/src/airflow/ui/package.json | 4 +--
airflow-core/src/airflow/ui/pnpm-lock.yaml | 20 +++++++-------
.../src/airflow/ui/src/components/Graph/Edge.tsx | 6 ++---
.../airflow/ui/src/components/Graph/TaskNode.tsx | 2 +-
.../ui/src/components/ui/ResizableWrapper.tsx | 2 ++
.../src/airflow/ui/src/layouts/Nav/Nav.tsx | 2 +-
.../core_api/routes/public/test_assets.py | 24 ++++++++++++-----
.../core_api/routes/public/test_dag_tags.py | 4 ++-
.../core_api/routes/public/test_xcom.py | 29 ++++++++++++---------
.../testing/task_sdk_integration_tests.rst | 2 +-
dev/breeze/doc/images/output_ci-image.svg | 4 +--
dev/breeze/doc/images/output_ci-image.txt | 2 +-
.../images/output_ci-image_export-mount-cache.svg | 2 +-
.../images/output_ci-image_export-mount-cache.txt | 2 +-
.../images/output_ci-image_import-mount-cache.svg | 2 +-
.../images/output_ci-image_import-mount-cache.txt | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 4 +--
docs/spelling_wordlist.txt | 2 ++
.../airflow/providers/amazon/aws/hooks/base_aws.py | 2 +-
.../airflow/providers/amazon/aws/hooks/chime.py | 2 +-
.../amazon/aws/operators/cloud_formation.py | 4 +--
.../amazon/aws/transfers/azure_blob_to_s3.py | 4 +--
.../providers/apache/beam/operators/beam.py | 2 +-
.../providers/celery/executors/celery_executor.py | 2 +-
.../celery/executors/celery_executor_utils.py | 2 +-
.../providers/google/cloud/hooks/cloud_sql.py | 4 +--
.../cloud/hooks/vertex_ai/batch_prediction_job.py | 4 +--
.../google/cloud/operators/cloud_batch.py | 2 +-
.../providers/google/cloud/operators/cloud_run.py | 2 +-
.../providers/google/suite/hooks/calendar.py | 2 +-
providers/http/docs/changelog.rst | 4 +--
.../docs/auth-manager/manage/permissions.rst | 2 +-
providers/ssh/docs/changelog.rst | 2 +-
task-sdk/src/airflow/sdk/api/client.py | 8 +++---
task-sdk/src/airflow/sdk/execution_time/comms.py | 11 ++++++++
.../src/airflow/sdk/execution_time/supervisor.py | 6 +++--
task-sdk/tests/task_sdk/api/test_client.py | 4 +--
.../task_sdk/execution_time/test_supervisor.py | 2 --
44 files changed, 121 insertions(+), 86 deletions(-)