This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 90af41071e2 Fix authentication for cases where webserver.base_url is 
not defined and worker is not using localhost in 2.10. (#45785)
     add b081f66d52c Remove dag processor from the scheduler (#45729)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/airflow_health.py               |  39 +-
 airflow/auth/managers/simple/views/auth.py         |   2 -
 airflow/cli/cli_config.py                          |   1 -
 .../local_commands/dag_processor_command.py        |   3 -
 .../commands/local_commands/scheduler_command.py   |   3 +-
 .../commands/local_commands/standalone_command.py  |   1 -
 airflow/config_templates/config.yml                |  12 +-
 airflow/dag_processing/manager.py                  | 236 +------
 airflow/jobs/scheduler_job_runner.py               |  92 +--
 airflow/jobs/triggerer_job_runner.py               |   1 -
 airflow/www/jest-setup.js                          |   2 -
 .../js/cluster-activity/live-metrics/Health.tsx    |  16 +-
 airflow/www/static/js/index.d.ts                   |   1 -
 .../www/templates/airflow/cluster_activity.html    |   1 -
 airflow/www/templates/airflow/login.html           |   1 -
 airflow/www/views.py                               |   2 -
 dev/perf/scheduler_dag_execution_timing.py         |   2 +-
 dev/perf/sql_queries.py                            |   2 +-
 .../dagfile-processing.rst                         |   4 +-
 .../howto/docker-compose/docker-compose.yaml       |   1 -
 newsfragments/45729.significant.rst                |   3 +
 tests/api/common/test_airflow_health.py            | 100 ---
 .../api_fastapi/core_api/routes/public/test_job.py |   4 -
 .../local_commands/test_dag_processor_command.py   |  21 +-
 .../commands/remote_commands/test_jobs_command.py  |  25 +-
 tests/dag_processing/test_manager.py               | 278 +-------
 tests/jobs/test_scheduler_job.py                   | 708 +++++++--------------
 27 files changed, 303 insertions(+), 1258 deletions(-)
 create mode 100644 newsfragments/45729.significant.rst

Reply via email to