This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8d1abf74825 Add `source_tag` to PineconeHook (#43960)
add 52b12ad222c Add Trigger DAG UI with advance options (#43367)
No new revisions were added by this update.
Summary of changes:
airflow/ui/package.json | 4 +
airflow/ui/pnpm-lock.yaml | 718 ++++++++++++++++++++-
.../src/components/TriggerDag/TriggerDAGForm.tsx | 233 +++++++
.../TriggerDag/TriggerDAGIconButton.tsx} | 38 +-
.../src/components/TriggerDag/TriggerDAGModal.tsx | 104 +++
.../TriggerDag/TriggerDAGTextButton.tsx} | 38 +-
.../src/components/TriggerDag/TriggerDag.tsx} | 34 +-
.../{Select/Root.tsx => Accordion/ItemContent.tsx} | 21 +-
.../PrevTrigger.tsx => Accordion/ItemTrigger.tsx} | 36 +-
.../ui/{Dialog/index.ts => Accordion/index.tsx} | 14 +-
airflow/ui/src/components/ui/index.ts | 1 +
airflow/ui/src/pages/DagsList/Dag/Header.tsx | 11 +-
airflow/ui/src/pages/DagsList/DagCard.tsx | 2 +
airflow/ui/src/pages/DagsList/DagsList.tsx | 7 +
14 files changed, 1168 insertions(+), 93 deletions(-)
create mode 100644 airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx
copy airflow/ui/src/{pages/DagsList/Schedule.tsx =>
components/TriggerDag/TriggerDAGIconButton.tsx} (59%)
create mode 100644 airflow/ui/src/components/TriggerDag/TriggerDAGModal.tsx
copy airflow/{www/static/js/dag/details/taskInstance/BackToTaskSummary.tsx =>
ui/src/components/TriggerDag/TriggerDAGTextButton.tsx} (53%)
copy airflow/{www/static/js/components/NewTable/NewCells.tsx =>
ui/src/components/TriggerDag/TriggerDag.tsx} (52%)
copy airflow/ui/src/components/ui/{Select/Root.tsx =>
Accordion/ItemContent.tsx} (72%)
copy airflow/ui/src/components/ui/{Pagination/PrevTrigger.tsx =>
Accordion/ItemTrigger.tsx} (51%)
copy airflow/ui/src/components/ui/{Dialog/index.ts => Accordion/index.tsx}
(77%)