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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-3-test/3-3-core-ui-package-updates-ee83919080
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 4e7b937217a Bump the 3-3-core-ui-package-updates group across 1 
directory with 17 updates
     add 247385d642e [v3-3-test] Complete missing Arabic (ar) translations 
(#70383) (#70510)
     add e2990c55d74 [v3-3-test] Stop registry blips from failing integration 
test jobs (#70524) (#70557)
     add be661921e37 [v3-3-test] UI: Add Run ID filter to the Grid view 
(#70150) (#70553)
     add 432fefc6073 [v3-3-test] Clarify how to stop Breeze environments 
(#70560) (#70563)
     add aa16c245496 [v3-3-test] Complete missing Hebrew (he) translations 
(#70382) (#70566)
     add b17cc9a11bc Bump the 3-3-core-ui-package-updates group across 1 
directory with 17 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   (4e7b937217a)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-3-test/3-3-core-ui-package-updates-ee83919080
 (b17cc9a11bc)

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:
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 52 +++++++++++++
 .../airflow/api_fastapi/core_api/routes/ui/grid.py | 34 ++++++++-
 .../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   | 16 ++++
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 41 +++++++---
 .../airflow/ui/public/i18n/locales/ar/admin.json   |  1 +
 .../airflow/ui/public/i18n/locales/ar/assets.json  | 20 ++---
 .../airflow/ui/public/i18n/locales/ar/common.json  | 76 ++++++++++++++++++-
 .../ui/public/i18n/locales/ar/components.json      |  2 +
 .../src/airflow/ui/public/i18n/locales/ar/dag.json | 20 ++---
 .../airflow/ui/public/i18n/locales/ar/dags.json    | 11 +++
 .../ui/public/i18n/locales/ar/dashboard.json       | 22 ++++++
 .../airflow/ui/public/i18n/locales/ar/hitl.json    | 14 ++++
 .../airflow/ui/public/i18n/locales/he/admin.json   |  1 +
 .../airflow/ui/public/i18n/locales/he/assets.json  | 17 +++++
 .../airflow/ui/public/i18n/locales/he/common.json  | 87 +++++++++++++++++++++-
 .../ui/public/i18n/locales/he/components.json      |  2 +
 .../src/airflow/ui/public/i18n/locales/he/dag.json | 22 ++++++
 .../airflow/ui/public/i18n/locales/he/dags.json    | 11 +++
 .../ui/public/i18n/locales/he/dashboard.json       | 19 +++++
 .../airflow/ui/public/i18n/locales/he/hitl.json    | 14 ++++
 .../ui/src/layouts/Details/DetailsLayout.tsx       |  5 ++
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |  4 +
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |  4 +
 .../airflow/ui/src/layouts/Details/GridFilters.tsx |  1 +
 .../src/airflow/ui/src/queries/useGridRuns.ts      | 14 ++++
 .../src/airflow/ui/src/queries/useGridStructure.ts | 14 ++++
 .../api_fastapi/core_api/routes/ui/test_grid.py    | 33 ++++++++
 contributing-docs/03_contributors_quick_start.rst  | 16 +++-
 contributing-docs/mprocs/MPROCS_QUICK_REFERENCE.md |  8 ++
 dev/breeze/doc/03_developer_tasks.rst              | 17 +++--
 .../airflow_breeze/commands/testing_commands.py    |  7 ++
 .../airflow_breeze/utils/docker_command_utils.py   | 79 ++++++++++++++++++++
 dev/breeze/tests/test_docker_command_utils.py      | 82 ++++++++++++++++++++
 .../ci/testing/run_integration_tests_with_retry.sh |  5 ++
 40 files changed, 789 insertions(+), 70 deletions(-)

Reply via email to