This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ad2604461cf Ensure scheduler uses best available serdag for dag run
(#49097)
add 09854ff3069 AIP-38: remove `default_ui_timezone` (#49176)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/authoring-and-scheduling/timezone.rst | 4 +---
.../src/airflow/api_fastapi/core_api/datamodels/ui/config.py | 1 -
.../src/airflow/api_fastapi/core_api/openapi/v1-generated.yaml | 4 ----
.../src/airflow/api_fastapi/core_api/routes/ui/config.py | 1 -
airflow-core/src/airflow/cli/commands/config_command.py | 4 ++++
airflow-core/src/airflow/config_templates/config.yml | 10 ----------
.../src/airflow/ui/openapi-gen/requests/schemas.gen.ts | 5 -----
airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts | 1 -
.../src/airflow/ui/src/context/timezone/TimezoneProvider.tsx | 9 ++-------
airflow-core/src/airflow/ui/src/mocks/handlers/config.ts | 1 -
.../tests/unit/api_fastapi/core_api/routes/ui/test_config.py | 2 --
.../airflow/providers/fab/www/extensions/init_jinja_globals.py | 9 ---------
providers/fab/tests/unit/fab/utils.py | 1 -
13 files changed, 7 insertions(+), 45 deletions(-)