You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/03 03:16:36 UTC

[airflow] branch master updated (568327f -> 629abfd)

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

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


    from 568327f  Disable row level locking for Mariadb and MySQL <8 (#14031)
     add 629abfd  Bugfix: Fix permissions to triggering only specific DAGs  (#13922)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dag_run_endpoint.py    |  2 +-
 .../2c6edca13270_resource_based_permissions.py     |  2 +-
 airflow/www/templates/airflow/dags.html            |  6 +--
 airflow/www/views.py                               | 13 +++++-
 docs/apache-airflow/security/access-control.rst    |  4 +-
 .../endpoints/test_dag_run_endpoint.py             | 50 +++++++++++++++-------
 tests/www/test_views.py                            | 19 ++++++++
 7 files changed, 73 insertions(+), 23 deletions(-)