This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e1c7a98 Bugfix: Don't try to create a duplicate Dag Run in Scheduler
(#13920)
add 155c159 Make v1/config endpoint respect webserver expose_config
setting (#14020)
add 609776d Fix typos in Upgrade Check Doc (#14035)
add 75cea77 Disable row level locking for Mariadb and MySQL <8 (#14031)
add f40ebc0 Bugfix: Fix permissions to triggering only specific DAGs
(#13922)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/config_endpoint.py | 17 +++++---
.../api_connexion/endpoints/dag_run_endpoint.py | 2 +-
airflow/jobs/scheduler_job.py | 11 +++--
.../2c6edca13270_resource_based_permissions.py | 2 +-
airflow/models/dag.py | 4 +-
airflow/models/dagrun.py | 4 +-
airflow/models/pool.py | 2 +-
airflow/models/taskinstance.py | 3 +-
airflow/utils/sqlalchemy.py | 8 +++-
airflow/www/templates/airflow/dags.html | 6 +--
airflow/www/views.py | 13 +++++-
docs/apache-airflow/security/access-control.rst | 4 +-
docs/apache-airflow/upgrade-check.rst | 4 +-
.../endpoints/test_config_endpoint.py | 15 +++++++
.../endpoints/test_dag_run_endpoint.py | 50 +++++++++++++++-------
tests/utils/test_sqlalchemy.py | 29 ++++++++++++-
tests/www/test_views.py | 19 ++++++++
17 files changed, 152 insertions(+), 41 deletions(-)