This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a change to branch backport-5a414a5-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 613032d8ef5 [v3-1-test] Logging action better when cache file download
times out in CI (#61515) (cherry picked from commit
5a414a537876ee8706b6994758db3e70f04098f3)
add ade60b39c25 [v3-1-test] Add task_display_name to
LightGridTaskInstanceSummary model (#61440) (#61505)
add cb373c247b2 [v3-1-test] select filepath using cursor (#61011) (#61506)
add 92015a5060f fix(ui): Remove explicit bg color from filter buttons to
fix pale appearance (#60346 backport fix) (#61457)
add 8c8eda571c8 [v3-1-test] fix: fix minimap on DAG graph view not showing
DAG nodes (#61511) (#61530)
add 0dea2b8bab5 [v3-1-test] Add error handling for pause/unpause toggle
permission errors (#61389) (#61533)
add c5efb100f2a [v3-1-test] Update keyring>=25.7.0 (#61529) (#61537)
add d760f58a953 [v3-1-test] Logging action better when cache file download
times out in CI (#61515) (cherry picked from commit
5a414a537876ee8706b6994758db3e70f04098f3)
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 (613032d8ef5)
\
N -- N -- N refs/heads/backport-5a414a5-v3-1-test (d760f58a953)
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/api_fastapi/core_api/datamodels/ui/grid.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 4 ++++
.../src/airflow/api_fastapi/core_api/routes/ui/grid.py | 1 +
.../airflow/api_fastapi/core_api/services/ui/grid.py | 3 +++
.../src/airflow/ui/openapi-gen/requests/schemas.gen.ts | 6 +++++-
.../src/airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../ui/src/components/DataTable/ToggleTableDisplay.tsx | 2 --
.../airflow/ui/src/components/Graph/reactflowUtils.ts | 2 ++
.../src/pages/DagsList/DagsFilters/FavoriteFilter.tsx | 3 ---
.../ui/src/pages/DagsList/DagsFilters/PausedFilter.tsx | 3 ---
.../ui/src/pages/DagsList/DagsFilters/StateFilters.tsx | 13 +------------
.../src/pages/Dashboard/Stats/DAGImportErrorsModal.tsx | 7 +++++--
.../airflow/ui/src/pages/GroupTaskInstance/Header.tsx | 2 +-
.../airflow/ui/src/pages/MappedTaskInstance/Header.tsx | 2 +-
.../src/airflow/ui/src/queries/useTogglePause.ts | 12 ++++++++++++
.../unit/api_fastapi/core_api/routes/ui/test_grid.py | 17 +++++++++++++++++
airflow-ctl/pyproject.toml | 2 +-
dev/pyproject.toml | 2 +-
18 files changed, 56 insertions(+), 27 deletions(-)