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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-93d4656b39
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit da80460d4c4 Bump the edge-ui-package-updates group across 1 directory 
with 8 updates
     add 4970ea2978e Fix task instance and runs tooltips in Grid view (#58359)
     add 1b30bf90a58 Bump the fab-ui-package-updates group across 1 directory 
with 2 updates (#58954)
     add 76fe18d9883 Adding Task SDK integration tests for asset operations 
(#59000)
     add c97dbbdf263 Refactor FavoriteDags layout for improved responsiveness 
(#59014)
     add b653efa9556 Refactor Dashboard layout and Health component 
responsiveness (#59015)
     add c02ae15f953 Bump the core-ui-package-updates group across 1 directory 
with 10 updates (#59009)
     add 28e6122df05 Remove global from celery provider (#58869)
     add 2017714aebe Retry on `RedshiftSQLHook.get_conn` (#59017)
     add 729571b1a8d Update the documentation for the LocalExecutor (#58990)
     add ab71473d29e Update logging documentation for Azure Blob Storage 
(#59016)
     add 4a5451632ea Fix CloudwatchTaskHandler display error (#54054)
     add 02c49379153 fix(sftp): add default port to SFTPHookAsync (#58945)
     add 3a9fad1667d Decouple xcom public API from using XcomEncoder (#58900)
     add caa3d0d21e9 provide a clear naming and description for the attribute 
caching get_template_context (#59023)
     add 430f0e08d30 Fixing LLM providers tests (#59031)
     add d024a46ce7d Change task log source display to hidden by default 
(#58749)
     add 0a1e798fb71 Add UI/API performance tips (#59004)
     add ba7e2fb4685 feat: added toasters for permission denied (#57966) 
(#58016)
     add 8e28c830233 Bump the edge-ui-package-updates group across 1 directory 
with 8 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   (da80460d4c4)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-93d4656b39
 (8e28c830233)

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/core-concepts/executor/local.rst |   23 +-
 airflow-core/docs/howto/index.rst                  |    1 +
 airflow-core/docs/howto/performance.rst            |   55 +
 .../auth/managers/simple/ui/package-lock.json      | 1653 ++++++++++----------
 .../auth/managers/simple/ui/package.json           |   16 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  322 ++--
 .../src/airflow/api_fastapi/common/parameters.py   |    7 +-
 .../api_fastapi/core_api/routes/public/xcom.py     |    7 +-
 .../ui/public/i18n/locales/en/components.json      |    3 +
 .../src/airflow/ui/src/components/BasicTooltip.tsx |  127 ++
 .../src/airflow/ui/src/components/DagRunInfo.tsx   |    2 +-
 .../src/airflow/ui/src/components/HoverTooltip.tsx |   63 -
 .../ui/src/components/TaskInstanceTooltip.tsx      |    5 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |    4 +-
 .../ui/src/layouts/Details/Grid/GridButton.tsx     |   66 +-
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |   65 +-
 .../ui/src/pages/Dag/Calendar/CalendarCell.tsx     |   15 +-
 .../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx  |  104 +-
 .../airflow/ui/src/pages/Dashboard/Dashboard.tsx   |    4 +-
 .../Dashboard/FavoriteDags/FavoriteDagCard.tsx     |    4 +-
 .../pages/Dashboard/FavoriteDags/FavoriteDags.tsx  |   22 +-
 .../ui/src/pages/Dashboard/Health/Health.tsx       |    2 +-
 .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx   |   22 +-
 .../ui/src/pages/TaskInstance/Logs/Logs.tsx        |    2 +-
 .../src/airflow/ui/src/queries/useTrigger.ts       |   13 +-
 .../core_api/routes/public/test_dags.py            |   80 +-
 .../core_api/routes/public/test_event_logs.py      |   53 +-
 .../core_api/routes/public/test_hitl.py            |    4 +
 .../core_api/routes/public/test_task_instances.py  |    4 +-
 .../src/airflow/providers/amazon/aws/hooks/logs.py |   12 +-
 .../providers/amazon/aws/hooks/redshift_sql.py     |   11 +-
 .../amazon/aws/log/cloudwatch_task_handler.py      |   70 +-
 .../amazon/aws/log/test_cloudwatch_task_handler.py |   34 +-
 .../celery/executors/celery_executor_utils.py      |   23 +-
 .../integration/celery/test_celery_executor.py     |    4 +-
 .../unit/celery/executors/test_celery_executor.py  |    2 +-
 .../providers/edge3/plugins/www/package.json       |    2 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |   22 +-
 .../airflow/providers/fab/www/package-lock.json    |   40 +-
 .../fab/src/airflow/providers/fab/www/package.json |    4 +-
 providers/fab/www-hash.txt                         |    2 +-
 providers/microsoft/azure/docs/logging/index.rst   |    2 +-
 .../system/pinecone/example_create_pod_index.py    |   13 +-
 .../system/pinecone/example_pinecone_cohere.py     |   32 +-
 .../system/pinecone/example_pinecone_openai.py     |   10 +-
 .../sftp/src/airflow/providers/sftp/hooks/sftp.py  |   27 +-
 providers/sftp/tests/unit/sftp/hooks/test_sftp.py  |   61 +
 .../check_template_context_variable_in_sync.py     |    4 +-
 .../tests/task_sdk_tests/test_asset_operations.py  |   36 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |   12 +-
 50 files changed, 1780 insertions(+), 1391 deletions(-)
 create mode 100644 airflow-core/docs/howto/performance.rst
 create mode 100644 airflow-core/src/airflow/ui/src/components/BasicTooltip.tsx
 delete mode 100644 airflow-core/src/airflow/ui/src/components/HoverTooltip.tsx

Reply via email to