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 191eca02c13 Make start_date optional for @continuous schedule (#61405)
add c475a483f1f Validate update_mask fields in PATCH endpoints against
Pydantic models (#62657)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/core_api/base.py | 24 ++++++-
.../api_fastapi/core_api/datamodels/connections.py | 5 +-
.../api_fastapi/core_api/datamodels/dags.py | 5 +-
.../api_fastapi/core_api/datamodels/variables.py | 5 +-
.../core_api/routes/public/connections.py | 16 +++--
.../api_fastapi/core_api/routes/public/dags.py | 5 ++
.../core_api/services/public/variables.py | 16 +++--
.../core_api/routes/public/test_connections.py | 28 ++++++++
.../core_api/routes/public/test_variables.py | 17 +++++
.../tests/unit/api_fastapi/core_api/test_base.py | 78 ++++++++++++++++++++++
10 files changed, 186 insertions(+), 13 deletions(-)
create mode 100644 airflow-core/tests/unit/api_fastapi/core_api/test_base.py