You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2021/04/12 20:52:57 UTC

[airflow] branch master updated (cb9b9b3 -> 18c5b8a)

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

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


    from cb9b9b3  Fix `sendgrid` -> `google`. (#15334)
     add 18c5b8a  Standardize default fab perms (#14946)

No new revisions were added by this update.

Summary of changes:
 .github/actions/cancel-workflow-runs               |   2 +-
 .../endpoints/role_and_permission_endpoint.py      |  12 +-
 airflow/api_connexion/endpoints/user_endpoint.py   |   4 +-
 ...ad25_resource_based_permissions_for_default_.py | 172 ++++++++++++++
 airflow/security/permissions.py                    |  28 +--
 airflow/www/security.py                            |  54 +++--
 airflow/www/views.py                               | 217 +++++++++++++++++
 docs/apache-airflow/security/access-control.rst    |   2 +
 .../endpoints/test_role_and_permission_endpoint.py |  12 +-
 .../api_connexion/endpoints/test_user_endpoint.py  |   3 +-
 tests/www/test_security.py                         |  21 +-
 tests/www/test_views.py                            | 261 ++++++++++++++++++++-
 12 files changed, 723 insertions(+), 65 deletions(-)
 create mode 100644 airflow/migrations/versions/a13f7613ad25_resource_based_permissions_for_default_.py