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

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


    from 84a5e464dc Update RELEASE_NOTES.rst
     new eda4bc4b87 Enable test connection in UI if explicitly set to `Enabled` 
(#33342)
     new 9405b081d7 Modify pathspec version restriction (#33349)
     new 1cb3e52bb2 Make skip of trigger form in UI if no params are defined 
configurable (#33351)
     new 1b0b952bb3 Fix clearing behavior for downstream work task with 
non-collinear setup task (#33358)
     new e690f5c561 Rename `ExternalBranchPythonOperator` to 
`BranchExternalPythonOperator` (#33360)
     new cbcf8bc207 Limit aiobotocore for eager upgrade to prevent pip 
backtracking (#33362)
     new 5ae23ebe1c Clarify UI user types in security model (#33021)
     new a817f21fb5 Fix links in security docs (#33329)
     new f5d8201ea7 Remove user sessions when resetting password (#33347)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile.ci                                      |   4 +-
 .../auth/managers/fab/security_manager/override.py |  53 +++++++-
 airflow/config_templates/config.yml                |  25 +++-
 airflow/models/dag.py                              |  20 ++-
 airflow/operators/python.py                        |   2 +-
 airflow/utils/db_cleanup.py                        |   4 +
 airflow/www/static/js/connection_form.js           |   2 +-
 airflow/www/views.py                               |   3 +-
 docs/apache-airflow/security/access-control.rst    |  19 +--
 docs/apache-airflow/security/index.rst             |   4 +-
 docs/apache-airflow/security/security_model.rst    |  34 +++--
 newsfragments/33351.significant.rst                |   6 +
 setup.cfg                                          |   2 +-
 tests/models/test_dag.py                           | 137 ++++++++++++++++++++-
 tests/operators/test_python.py                     |   6 +-
 tests/www/views/test_views_custom_user_views.py    | 112 +++++++++++++++++
 16 files changed, 381 insertions(+), 52 deletions(-)
 create mode 100644 newsfragments/33351.significant.rst

Reply via email to