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

pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c14494609d8 Minor query fix changing session.execute to 
session.scalars (#45460)
     add 4ab8e5ec96c AIP-38 Ability to update note when clearing a DagRun 
(#45434)

No new revisions were added by this update.

Summary of changes:
 .../ui/src/components/ClearRun/ClearRunButton.tsx  | 13 +++---
 .../ui/src/components/ClearRun/ClearRunDialog.tsx  | 29 +++++++++---
 .../components/ClearRun/ClearRunTaskAccordion.tsx  | 51 ++++++++++++++++++++--
 airflow/ui/src/pages/Dag/Runs/Runs.tsx             |  2 +-
 airflow/ui/src/pages/Run/Header.tsx                |  2 +-
 airflow/ui/src/queries/useClearRun.ts              |  2 +-
 .../{useDeleteVariable.ts => usePatchDagRun.ts}    | 26 +++++------
 7 files changed, 90 insertions(+), 35 deletions(-)
 copy airflow/ui/src/queries/{useDeleteVariable.ts => usePatchDagRun.ts} (63%)

Reply via email to