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 f3e87c5 Add D202 pydocstyle check (#11032)
add fbd994a Add permissions for stable API (#10594)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/config_endpoint.py | 2 +-
.../api_connexion/endpoints/connection_endpoint.py | 10 +-
airflow/api_connexion/endpoints/dag_endpoint.py | 20 ++-
.../api_connexion/endpoints/dag_run_endpoint.py | 33 ++--
.../api_connexion/endpoints/dag_source_endpoint.py | 2 +-
.../api_connexion/endpoints/event_log_endpoint.py | 4 +-
.../api_connexion/endpoints/extra_link_endpoint.py | 9 +-
.../endpoints/import_error_endpoint.py | 4 +-
airflow/api_connexion/endpoints/log_endpoint.py | 2 +-
airflow/api_connexion/endpoints/pool_endpoint.py | 10 +-
airflow/api_connexion/endpoints/task_endpoint.py | 4 +-
.../endpoints/task_instance_endpoint.py | 15 +-
.../api_connexion/endpoints/variable_endpoint.py | 10 +-
airflow/api_connexion/endpoints/xcom_endpoint.py | 25 ++-
airflow/api_connexion/security.py | 79 ++++++++--
airflow/www/api/experimental/endpoints.py | 1 -
airflow/www/security.py | 173 +++++++++++++--------
docs/security/access-control.rst | 78 +++++++++-
.../endpoints/test_config_endpoint.py | 23 ++-
.../endpoints/test_connection_endpoint.py | 21 ++-
tests/api_connexion/endpoints/test_dag_endpoint.py | 86 +++++++++-
.../endpoints/test_dag_run_endpoint.py | 135 ++++++++++++----
.../endpoints/test_dag_source_endpoint.py | 20 ++-
.../endpoints/test_event_log_endpoint.py | 13 +-
.../endpoints/test_extra_link_endpoint.py | 22 ++-
.../endpoints/test_import_error_endpoint.py | 16 +-
tests/api_connexion/endpoints/test_log_endpoint.py | 24 ++-
.../api_connexion/endpoints/test_pool_endpoint.py | 20 ++-
.../api_connexion/endpoints/test_task_endpoint.py | 19 ++-
.../endpoints/test_task_instance_endpoint.py | 2 +-
.../endpoints/test_variable_endpoint.py | 24 ++-
.../endpoints/test_version_endpoint.py | 4 +-
.../api_connexion/endpoints/test_xcom_endpoint.py | 153 +++++++++++++++++-
tests/test_utils/api_connexion_utils.py | 54 +++++--
tests/www/test_views.py | 15 +-
35 files changed, 904 insertions(+), 228 deletions(-)