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/12/01 13:27:33 UTC

[airflow] branch v2-5-stable updated (a16241b791 -> fa2bec0429)

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

ephraimanierobi pushed a change to branch v2-5-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from a16241b791 Add release notes
     add 963a5a3188 Pass in session appropriately to _clear_dag_tis (#28003)
     add 52c2fa8824 Fix failing test case for db clean in newer sqlalchemy (#28004)
     add c9a72469ab Apply more masking on audit logs (#27994)
     add cd1aea4d21 allow scroll in triggered dag runs modal (#27965)
     add c0a0818805 Gracefully handle whole config sections being renamed (#28008)
     add fa2bec0429 Add release notes

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.rst                                |   6 +-
 airflow/configuration.py                         | 154 +++++++++++++++--------
 airflow/models/dag.py                            |   2 +-
 airflow/www/decorators.py                        |  42 +++++++
 airflow/www/static/js/components/Table/Cells.tsx |  10 +-
 airflow/www/views.py                             |  19 +--
 tests/core/test_configuration.py                 |  70 +++++++++++
 tests/test_utils/www.py                          |  53 ++++++++
 tests/utils/test_db_cleanup.py                   |   9 +-
 tests/www/views/test_views_connection.py         |  14 ++-
 tests/www/views/test_views_decorators.py         |  21 +++-
 11 files changed, 328 insertions(+), 72 deletions(-)