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 485ef131b9a Add deserialization for `access_control` (#49011)
add 00aec39a4c4 Bring back serve_logs to be in the core (#49031)
No new revisions were added by this update.
Summary of changes:
airflow-core/pyproject.toml | 3 +++
airflow-core/src/airflow/cli/commands/scheduler_command.py | 14 +-------------
airflow-core/src/airflow/cli/commands/triggerer_command.py | 13 +------------
.../www => airflow-core/src/airflow/utils}/serve_logs.py | 9 ++++++++-
.../tests/unit/cli/commands/test_scheduler_command.py | 2 +-
.../tests/unit/utils}/test_serve_logs.py | 4 ++--
dev/breeze/tests/test_selective_checks.py | 2 +-
providers/celery/README.rst | 1 -
providers/celery/pyproject.toml | 4 ----
.../src/airflow/providers/celery/cli/celery_command.py | 12 +-----------
10 files changed, 18 insertions(+), 46 deletions(-)
rename {providers/fab/src/airflow/providers/fab/www =>
airflow-core/src/airflow/utils}/serve_logs.py (96%)
rename {providers/fab/tests/unit/fab/www =>
airflow-core/tests/unit/utils}/test_serve_logs.py (98%)