This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 90384b1 fix typo in 'Installing with Breeze' doc (#11611)
add 7285182 Use permission constants (#11389)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/config_endpoint.py | 3 +-
.../api_connexion/endpoints/connection_endpoint.py | 11 +++--
airflow/api_connexion/endpoints/dag_endpoint.py | 8 ++--
.../api_connexion/endpoints/dag_run_endpoint.py | 35 ++++++++++++--
.../api_connexion/endpoints/dag_source_endpoint.py | 4 +-
.../api_connexion/endpoints/event_log_endpoint.py | 5 +-
.../api_connexion/endpoints/extra_link_endpoint.py | 8 ++--
.../endpoints/import_error_endpoint.py | 5 +-
airflow/api_connexion/endpoints/log_endpoint.py | 6 ++-
airflow/api_connexion/endpoints/pool_endpoint.py | 11 +++--
airflow/api_connexion/endpoints/task_endpoint.py | 14 +++++-
.../endpoints/task_instance_endpoint.py | 30 ++++++++----
.../api_connexion/endpoints/variable_endpoint.py | 11 +++--
airflow/api_connexion/endpoints/xcom_endpoint.py | 16 +++----
airflow/api_connexion/security.py | 9 ++--
airflow/security/permissions.py | 12 +++++
airflow/www/decorators.py | 3 +-
airflow/www/security.py | 6 +--
airflow/www/views.py | 9 ++--
.../endpoints/test_config_endpoint.py | 6 ++-
.../endpoints/test_connection_endpoint.py | 9 ++--
tests/api_connexion/endpoints/test_dag_endpoint.py | 11 +++--
.../endpoints/test_dag_run_endpoint.py | 15 +++---
.../endpoints/test_dag_source_endpoint.py | 6 ++-
.../endpoints/test_event_log_endpoint.py | 6 ++-
.../endpoints/test_extra_link_endpoint.py | 8 ++--
.../endpoints/test_import_error_endpoint.py | 3 +-
tests/api_connexion/endpoints/test_log_endpoint.py | 6 +--
.../api_connexion/endpoints/test_pool_endpoint.py | 9 ++--
.../api_connexion/endpoints/test_task_endpoint.py | 6 +--
.../endpoints/test_task_instance_endpoint.py | 13 +++---
.../endpoints/test_variable_endpoint.py | 9 ++--
.../api_connexion/endpoints/test_xcom_endpoint.py | 17 ++++---
.../schemas/test_task_instance_schema.py | 5 +-
tests/cli/commands/test_sync_perm_command.py | 5 +-
tests/models/test_dag.py | 11 ++++-
tests/serialization/test_dag_serialization.py | 7 +--
tests/www/test_security.py | 53 ++++++++++++++++------
tests/www/test_views.py | 10 ++--
39 files changed, 277 insertions(+), 144 deletions(-)