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 de7a352c8b1 Add `run_job_kwargs` as templated field in
`GlueJobOperator` (#45973)
add 7a28f29842e AIP-38 Mark DagRun as failed/success (#45968)
No new revisions were added by this update.
Summary of changes:
.../MarkAsAccordion.tsx} | 37 ++--------
.../src/components/MarkAs/Run/MarkRunAsButton.tsx | 77 +++++++++++++++++++++
.../src/components/MarkAs/Run/MarkRunAsDialog.tsx | 79 ++++++++++++++++++++++
.../src/components/{Clear => MarkAs}/Run/index.tsx | 2 +-
.../src/components/{Clear/Run => MarkAs}/index.tsx | 2 +-
airflow/ui/src/components/ui/ActionButton.tsx | 29 ++++----
airflow/ui/src/pages/Dag/Runs/Runs.tsx | 2 +
airflow/ui/src/pages/Run/Header.tsx | 2 +
airflow/ui/src/queries/usePatchDagRun.ts | 18 ++++-
9 files changed, 198 insertions(+), 50 deletions(-)
copy airflow/ui/src/components/{Clear/ClearAccordion.tsx =>
MarkAs/MarkAsAccordion.tsx} (62%)
create mode 100644 airflow/ui/src/components/MarkAs/Run/MarkRunAsButton.tsx
create mode 100644 airflow/ui/src/components/MarkAs/Run/MarkRunAsDialog.tsx
copy airflow/ui/src/components/{Clear => MarkAs}/Run/index.tsx (94%)
copy airflow/ui/src/components/{Clear/Run => MarkAs}/index.tsx (93%)