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

bbovenzi pushed a change to branch handle-grid-autorefresh-errors
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 9c8f84b794 Better handle auto-refresh errors
     add 1f29d84441 Bump prismjs from 1.26.0 to 1.27.0 in /airflow/www (#22823)
     add 4993c7c941 Add 2.2.5 to revision heads map (#22841)
     add 57884f93dd Temporarily disable task_fail pre-upgrade duplicates check 
(#22839)
     add 913eaa0e95 Support conf param override for backfill runs (#22837)
     add d328dcfd0a Disable foreign keys on sqlite when modifying dag_run 
(#22848)
     add bf61dc4970 Revert "Print configuration on scheduler startup. (#22588)" 
(#22851)
     add 8b27e59669 Bring back limits on branches/tags builds in Airlfow repo 
(#22855)
     add fe2d9698fd Docs: `remote_log_conn_id` can also be used to write logs 
(#22844)
     add 34d2dd8853 Add more fields to REST API dags/dag_id/details endpoint 
(#22756)
     add a7b1f62d9c fix message in prepare_provider_packages.py (#22856)
     add a0006ae89e Merge branch 'main' into handle-grid-autorefresh-errors

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  1 +
 airflow/api_connexion/openapi/v1.yaml              | 42 ++++++++++++++++++++++
 airflow/api_connexion/schemas/dag_schema.py        |  5 +++
 airflow/cli/commands/scheduler_command.py          | 12 +------
 airflow/config_templates/config.yml                |  3 +-
 airflow/config_templates/default_airflow.cfg       |  3 +-
 airflow/jobs/backfill_job.py                       |  2 ++
 airflow/migrations/utils.py                        | 11 ++++++
 ...62e7089_add_task_log_filename_template_model.py |  4 ++-
 airflow/utils/cli.py                               | 39 --------------------
 airflow/utils/db.py                                |  3 +-
 airflow/www/yarn.lock                              |  6 ++--
 dev/provider_packages/prepare_provider_packages.py |  2 +-
 docs/apache-airflow/howto/set-config.rst           |  4 ---
 tests/api_connexion/endpoints/test_dag_endpoint.py | 24 +++++++++++++
 tests/api_connexion/schemas/test_dag_schema.py     |  8 ++++-
 tests/cli/commands/test_scheduler_command.py       | 18 ----------
 tests/jobs/test_backfill_job.py                    | 27 ++++++++++++++
 18 files changed, 133 insertions(+), 81 deletions(-)

Reply via email to