This is an automated email from the ASF dual-hosted git repository.
shubhamraj pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9b9a109f385 docs: fix numbered list (#47978)
add 857d14b34d3 Add Create Connection button and form on connection page
(#47868)
No new revisions were added by this update.
Summary of changes:
.../components/FlexibleForm/FieldAdvancedArray.tsx | 3 +-
.../ui/src/components/FlexibleForm/FieldBool.tsx | 3 +-
.../src/components/FlexibleForm/FieldDateTime.tsx | 3 +-
.../src/components/FlexibleForm/FieldDropdown.tsx | 2 +-
.../components/FlexibleForm/FieldMultiSelect.tsx | 3 +-
.../components/FlexibleForm/FieldMultilineText.tsx | 3 +-
.../ui/src/components/FlexibleForm/FieldNumber.tsx | 3 +-
.../ui/src/components/FlexibleForm/FieldObject.tsx | 3 +-
.../ui/src/components/FlexibleForm/FieldRow.tsx | 2 +-
.../src/components/FlexibleForm/FieldSelector.tsx | 2 +-
.../ui/src/components/FlexibleForm/FieldString.tsx | 3 +-
.../components/FlexibleForm/FieldStringArray.tsx | 3 +-
.../src/components/FlexibleForm/FlexibleForm.tsx | 11 +-
.../ui/src/components/FlexibleForm/HiddenInput.tsx | 3 +-
airflow/ui/src/components/FlexibleForm/Row.tsx | 2 +-
airflow/ui/src/components/FlexibleForm/index.tsx | 1 +
.../src/components/TriggerDag/TriggerDAGForm.tsx | 7 +-
.../src/pages/Connections/AddConnectionButton.tsx | 80 ++++++
.../ui/src/pages/Connections/ConnectionForm.tsx | 293 +++++++++++++++++++++
airflow/ui/src/pages/Connections/Connections.tsx | 22 +-
airflow/ui/src/queries/useAddConnection.ts | 77 ++++++
airflow/ui/src/queries/useConnectionTypeMeta.ts | 117 ++++++++
airflow/ui/src/queries/useDagParams.ts | 13 +-
.../TriggerDag => queries}/useParamStore.ts | 16 +-
24 files changed, 634 insertions(+), 41 deletions(-)
create mode 100644 airflow/ui/src/pages/Connections/AddConnectionButton.tsx
create mode 100644 airflow/ui/src/pages/Connections/ConnectionForm.tsx
create mode 100644 airflow/ui/src/queries/useAddConnection.ts
create mode 100644 airflow/ui/src/queries/useConnectionTypeMeta.ts
rename airflow/ui/src/{components/TriggerDag => queries}/useParamStore.ts (84%)