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 d176113630d Add Pydantic as dep for the Python Client (#50765)
add 18690f7babc Move webserver config options to api (#50693)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/howto/customize-ui.rst | 4 -
airflow-core/newsfragments/50693.significant.rst | 41 ++++++++
.../api_fastapi/core_api/datamodels/ui/config.py | 2 -
.../api_fastapi/core_api/openapi/_private_ui.yaml | 8 --
.../api_fastapi/core_api/routes/ui/config.py | 19 ++--
.../src/airflow/cli/commands/config_command.py | 38 +++++++
.../src/airflow/config_templates/config.yml | 110 +++++++++------------
airflow-core/src/airflow/configuration.py | 6 ++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 10 --
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 -
.../src/airflow/ui/src/mocks/handlers/config.ts | 2 -
.../src/airflow/utils/log/file_task_handler.py | 2 +-
.../api_fastapi/core_api/routes/ui/test_config.py | 44 ++++-----
providers/fab/docs/auth-manager/security.rst | 11 ---
14 files changed, 164 insertions(+), 135 deletions(-)
create mode 100644 airflow-core/newsfragments/50693.significant.rst