You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/05/07 13:47:29 UTC

[airflow] branch master updated (b8c0fde -> 9dad095)

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

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


    from b8c0fde  Add extra links for google dataproc (#10343)
     add 9dad095  Add rest API to query for providers (#13394)

No new revisions were added by this update.

Summary of changes:
 .../{plugin_endpoint.py => provider_endpoint.py}   |  39 +++++--
 airflow/api_connexion/openapi/v1.yaml              |  45 ++++++++
 .../{variable_schema.py => provider_schema.py}     |  28 +++--
 airflow/security/permissions.py                    |   1 +
 airflow/www/security.py                            |   1 +
 docs/apache-airflow/security/access-control.rst    |   1 +
 .../endpoints/test_provider_endpoint.py            | 123 +++++++++++++++++++++
 7 files changed, 217 insertions(+), 21 deletions(-)
 copy airflow/api_connexion/endpoints/{plugin_endpoint.py => provider_endpoint.py} (50%)
 copy airflow/api_connexion/schemas/{variable_schema.py => provider_schema.py} (59%)
 create mode 100644 tests/api_connexion/endpoints/test_provider_endpoint.py