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 573cd95db52 Upgrade to FAB 4.5.3 (#45874)
add 995ec1eaccf Unified Bulk Patch Endpoint for Connections in Rest API
(FastAPI) (#45715)
No new revisions were added by this update.
Summary of changes:
.../datamodels/{event_logs.py => common.py} | 45 +-
.../api_fastapi/core_api/datamodels/connections.py | 73 ++-
.../api_fastapi/core_api/datamodels/variables.py | 18 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 219 +++++--
.../core_api/routes/public/connections.py | 78 +--
.../core_api/routes/public/variables.py | 19 +-
.../core_api/services/public/connections.py | 153 +++++
.../core_api/services/public/variables.py | 13 +-
airflow/ui/openapi-gen/queries/common.ts | 6 +-
airflow/ui/openapi-gen/queries/queries.ts | 77 ++-
airflow/ui/openapi-gen/requests/schemas.gen.ts | 216 +++++-
airflow/ui/openapi-gen/requests/services.gen.ts | 20 +-
airflow/ui/openapi-gen/requests/types.gen.ts | 132 +++-
.../src/pages/Variables/DeleteVariablesButton.tsx | 2 +-
.../core_api/routes/public/test_connections.py | 723 +++++++++------------
.../core_api/routes/public/test_variables.py | 58 +-
16 files changed, 1127 insertions(+), 725 deletions(-)
copy airflow/api_fastapi/core_api/datamodels/{event_logs.py => common.py} (57%)
create mode 100644 airflow/api_fastapi/core_api/services/public/connections.py