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 2020/12/08 19:28:32 UTC

[airflow] branch master updated (d558967 -> abce78c)

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 d558967  Move dummy_operator.py to dummy.py (#11178) (#11293)
     add abce78c  Disable experimental REST API by default (#12337)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  8 +++++
 airflow/config_templates/config.yml                | 16 +++++++++
 airflow/config_templates/default_airflow.cfg       | 12 +++++++
 airflow/www/extensions/init_views.py               | 10 ++++++
 docs/apache-airflow/rest-api-ref.rst               |  5 +++
 scripts/ci/libraries/_kind.sh                      |  3 +-
 tests/api/auth/backend/test_basic_auth.py          |  8 ++++-
 .../common/auth_backend/test_google_openid.py      |  5 ++-
 .../test_remote_user_api_auth_backend.py           |  4 ++-
 .../www/api/experimental/test_dag_runs_endpoint.py |  8 ++++-
 tests/www/api/experimental/test_endpoints.py       |  2 ++
 .../api/experimental/test_kerberos_endpoints.py    |  1 +
 tests/www/test_init_views.py                       | 39 ++++++++++++++++++++++
 13 files changed, 116 insertions(+), 5 deletions(-)
 create mode 100644 tests/www/test_init_views.py