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 9d64edfe178 Migrate Flask based user APIs to Fastapi (#60973)
add 7061d2288ab Deprecate api.page_size config in favor of
api.fallback_page_limit (#61067)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api_fastapi/common/parameters.py | 2 +-
.../src/airflow/api_fastapi/core_api/datamodels/ui/config.py | 2 +-
.../src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml | 6 +++---
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/config.py | 2 +-
airflow-core/src/airflow/cli/commands/config_command.py | 5 +++++
airflow-core/src/airflow/config_templates/config.yml | 7 -------
airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts | 6 +++---
airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
.../src/airflow/ui/src/components/DataTable/useTableUrlState.ts | 2 +-
.../tests/unit/api_fastapi/core_api/routes/ui/test_config.py | 4 ++--
shared/configuration/src/airflow_shared/configuration/parser.py | 1 +
11 files changed, 19 insertions(+), 20 deletions(-)