This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 20fd40a7e70 Don't issue warning if memray_trace_components was not set
(#59666)
add 907b4ef5340 Feat: Support URL params for pre-filling Trigger and
Backfill forms (#59231)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/core-concepts/params.rst | 52 ++++++++
.../src/airflow/ui/src/components/ConfigForm.tsx | 6 +-
.../src/components/DagActions/RunBackfillForm.tsx | 47 +++++---
.../TriggerDag/TriggerDAGAdvancedOptions.tsx | 3 +-
.../src/components/TriggerDag/TriggerDAGForm.tsx | 132 +++++++++++++--------
.../src/components/TriggerDag/TriggerDAGModal.tsx | 26 +++-
.../airflow/ui/src/pages/Dag/Overview/Overview.tsx | 19 ++-
.../src/airflow/ui/src/queries/useTrigger.ts | 4 +-
airflow-core/src/airflow/ui/src/router.tsx | 1 +
airflow-core/src/airflow/ui/src/utils/trigger.ts | 114 ++++++++++++++++++
docs/spelling_wordlist.txt | 1 +
11 files changed, 326 insertions(+), 79 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/utils/trigger.ts