You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 12:50:25 UTC

[airflow] branch main updated (ea55626d79 -> 8efb678e77)

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

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


    from ea55626d79 Clean up some more warnings in tests (#27085)
     add 8efb678e77 Add separate error handler for 405(Method not allowed) errors (#26880)

No new revisions were added by this update.

Summary of changes:
 airflow/www/extensions/init_views.py               | 10 ++++-
 .../airflow/{not_found.html => error.html}         |  6 +--
 airflow/www/views.py                               | 19 ++++++++-
 tests/api_connexion/test_error_handling.py         | 47 ++++++++++++++++++----
 4 files changed, 69 insertions(+), 13 deletions(-)
 rename airflow/www/templates/airflow/{not_found.html => error.html} (91%)