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


 discard c0ad607d7f6 Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add 77875646599 [v3-1-test] Fix n+1 queries in ui/dags endpoint and use a 
compact response model. (#57425) (#57444)
     add f72f2a6aac0 [v3-1-test] Feat: Add XCom 'Timestamp' and unify task 
columns (#57053) (#57447)
     add e4d4514aeee [v3-1-test] Fix text selection jumping in logs pane to 
match text editor behavior (#57309) (#57453)
     add 4444f0daf6d [v3-1-test] Add hover rotation animation to AirflowPin 
(#57326) (#57440)
     add 761f0d63d30 [v3-1-test] Add Guan-Ming as committer (#57462) (#57484)
     add 40f93e23179 [v3-1-test] Add number of queries guard in public 
connection list endpoints (#57442) (#57489)
     add 55e47120f9b [v3-1-test] Add number of queries guard in public backfill 
list endpoints (#57439) (#57482)
     add a7fe80c47c1 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   (c0ad607d7f6)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-fed4ef6c6a
 (a7fe80c47c1)

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/project.rst                      |   1 +
 .../api_fastapi/core_api/datamodels/ui/dag_runs.py |   8 +
 .../api_fastapi/core_api/datamodels/ui/dags.py     |   4 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 140 +-------
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |  18 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  16 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   3 +-
 airflow-core/src/airflow/ui/package.json           |  14 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 374 +++++++++++----------
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |  11 +-
 .../src/airflow/ui/src/mocks/handlers/dags.ts      |  22 +-
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |  30 +-
 .../src/airflow/ui/src/pages/DagsList/DagCard.tsx  |   2 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |   2 +-
 .../airflow/ui/src/pages/DagsList/RecentRuns.tsx   |   4 +-
 .../Dashboard/FavoriteDags/FavoriteDagCard.tsx     |   4 +-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  25 +-
 .../src/airflow/ui/src/pages/XCom/XCom.tsx         |  13 +-
 .../core_api/routes/public/test_backfills.py       |   6 +-
 .../core_api/routes/public/test_connections.py     |   6 +-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |   7 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   1 +
 22 files changed, 317 insertions(+), 394 deletions(-)

Reply via email to