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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-362d2cd86d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 68faf69ec8a Bump stylelint
     add 97b3949f0ac Implement `batch_is_authorized_` methods in AWS auth 
manager (#55307)
     add fb3c8117fb3  Include simple context in triggerer async callback 
(#55241)
     add e24428ef83e Fix task instance number issue (#55363)
     add 367a7a44644 Close gap in Catalan translations (#55352)
     add 74c1b82319c Show collapsible plugin menu when plugins more than or 
equal 2 (#55265)
     add 13668a19b79 Close German translation gaps for full UI translation 
2025-09-07 (#55361)
     add 4f7a870b348 Add more robust check of the container statuses (#55371)
     add e9ec8929810 Add run type and triggering user filters to grid view 
(#55082)
     add 34fab8c67a0 Fix dependabot groups for Edge React UI (#55393)
     add 2e70b6a4b0a Bump stylelint

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   (68faf69ec8a)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-362d2cd86d
 (2e70b6a4b0a)

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/dependabot.yml                             |   4 +-
 .../src/airflow/api_fastapi/common/parameters.py   |   4 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  40 ++++++++
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |  10 +-
 airflow-core/src/airflow/models/deadline.py        |  12 ++-
 airflow-core/src/airflow/triggers/deadline.py      |  11 +--
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  12 ++-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  16 +++-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  16 +++-
 .../ui/openapi-gen/requests/services.gen.ts        |  12 ++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  10 ++
 .../airflow/ui/public/i18n/locales/ca/common.json  |   9 +-
 .../ui/public/i18n/locales/ca/components.json      |   2 +-
 .../src/airflow/ui/public/i18n/locales/ca/dag.json |   3 +
 .../airflow/ui/public/i18n/locales/ca/hitl.json    |   3 +
 .../airflow/ui/public/i18n/locales/de/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/de/dag.json |   1 +
 .../airflow/ui/public/i18n/locales/en/common.json  |   3 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |  20 +++-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  10 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |  86 +++++++++++++++++
 .../src/airflow/ui/src/layouts/Nav/PluginMenus.tsx |   4 +-
 .../ui/src/pages/TaskInstance/TaskInstance.tsx     |   8 +-
 .../src/airflow/ui/src/queries/useGridRuns.ts      |  13 ++-
 .../src/airflow/ui/src/queries/useGridStructure.ts |   7 ++
 .../api_fastapi/core_api/routes/ui/test_grid.py    |  37 ++++++++
 airflow-core/tests/unit/models/test_deadline.py    |  42 +++++----
 airflow-core/tests/unit/triggers/test_deadline.py  |  11 ++-
 .../amazon/aws/auth_manager/aws_auth_manager.py    |  95 ++++++++++++++++---
 .../aws/auth_manager/test_aws_auth_manager.py      | 102 +++++++++++++++++++++
 .../providers/cncf/kubernetes/operators/pod.py     |   2 +-
 task-sdk/src/airflow/sdk/definitions/deadline.py   |   4 +-
 .../tests/task_sdk/definitions/test_deadline.py    |  11 +++
 35 files changed, 569 insertions(+), 84 deletions(-)

Reply via email to