This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch backport-0ed72b4-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e07f94e27cd Refactor xcom API to use shared serialisation constants
(#64148)
add 255bf4d87cd Invalidate queries on dag run add/delete (#64269) (#64464)
add bb7c9e837ed Fix SAM login showing cryptic error on failed
authentication (#64303) (#64473)
add 6122817b4bc [v3-2-test] Update logic and fix false-positive of dag
version inflation checker (#61345) (#64460)
add 196f7639e2d [v3-2-test] Make temporal mapper timezone aware (#62709)
(#64467)
new 17af20dc596 Merge branch 'v3-2-test' into backport-0ed72b4-v3-2-test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../managers/simple/ui/src/alert/ErrorAlert.tsx | 43 ++++------
.../simple/ui/src/queries/useCreateToken.ts | 4 +-
.../auth/managers/simple/ui/src/queryClient.ts | 2 +-
.../src/airflow/partition_mappers/temporal.py | 19 ++++-
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 23 ++++-
.../index.ts => queries/gridViewQueryKeys.ts} | 28 +++---
.../src/airflow/ui/src/queries/useClearRun.ts | 10 +--
.../ui/src/queries/useClearTaskInstances.ts | 8 +-
.../src/airflow/ui/src/queries/useDeleteDag.ts | 7 +-
.../src/airflow/ui/src/queries/useDeleteDagRun.ts | 6 +-
.../src/airflow/ui/src/queries/usePatchDagRun.ts | 8 +-
.../airflow/ui/src/queries/usePatchTaskInstance.ts | 8 +-
.../ui/src/queries/useRefreshOnNewDagRuns.ts | 65 +++++++-------
.../src/airflow/ui/src/queries/useTrigger.ts | 21 ++---
.../airflow/utils/dag_version_inflation_checker.py | 97 ++++++++++++++++-----
.../tests/unit/partition_mappers/test_temporal.py | 41 ++++++++-
.../utils/test_dag_version_inflation_checker.py | 99 +++++++++++++++++++---
17 files changed, 350 insertions(+), 139 deletions(-)
copy airflow-core/src/airflow/ui/src/{hooks/navigation/index.ts =>
queries/gridViewQueryKeys.ts} (56%)