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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from fb1c8b8  (commit)
      to 5a68f54  (commit)
    from fb1c8b8  Add test for BQ operations using location (#9206)
     add 1519243  Fix up coredns pods in KIND CI (#9224)
     add c723637  Disable KIND git-sync tests for now (#9229)
     add bfe1d6b  Correctly restore colour in logs after format arg (#9222)
     add daed752  Make it possible to silence warnings from Airflow (#9208)
     add 9c82c5b  Upload kind logs to Github Actions artifact (#9230)
     add f17a02d  Add generic CLI tool wrapper (#9223)
     add 0682e78  Additional apt dependencies options in breeze (#9231)
     add ecbb366  Add readonly connection API endpoints (#9095)
     add 5a68f54  Add missing variable in run_cli_tool.sh (#9239)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   7 +-
 BREEZE.rst                                         |  24 +++
 Dockerfile.ci                                      |   2 +-
 .../api_connexion/endpoints/connection_endpoint.py |  35 +++-
 .../exceptions.py}                                 |  14 +-
 airflow/api_connexion/openapi/v1.yaml              |   7 +-
 .../__init__.py => api_connexion/parameters.py}    |   5 +-
 .../api_connexion/schemas}/__init__.py             |   0
 airflow/api_connexion/schemas/connection_schema.py |  66 +++++++
 airflow/configuration.py                           |   9 +-
 airflow/utils/log/colored_log.py                   |  13 +-
 airflow/www/app.py                                 |   2 +
 breeze                                             |  14 ++
 breeze-complete                                    |   2 +-
 requirements/requirements-python3.6.txt            |  27 ++-
 requirements/requirements-python3.7.txt            |  25 ++-
 requirements/requirements-python3.8.txt            |  27 ++-
 requirements/setup-3.6.md5                         |   2 +-
 requirements/setup-3.7.md5                         |   2 +-
 requirements/setup-3.8.md5                         |   2 +-
 scripts/ci/ci_deploy_app_to_kubernetes.sh          |   5 +
 scripts/ci/ci_perform_kind_cluster_operation.sh    |   6 +
 scripts/ci/ci_run_kubernetes_tests.sh              |   5 +
 scripts/ci/docker-compose/local-prod.yml           |   2 +-
 scripts/ci/docker-compose/local.yml                |   2 +-
 .../ci/in_container/run_prepare_backport_readme.sh |   2 +-
 scripts/ci/libraries/_build_images.sh              |  91 +--------
 scripts/ci/libraries/_initialization.sh            |  82 ++++++++
 scripts/ci/libraries/_kind.sh                      |  48 +++--
 scripts/ci/libraries/_local_mounts.sh              |   2 +-
 scripts/ci/prepare_tool_scripts.sh                 | 107 -----------
 scripts/ci/run_cli_tool.sh                         | 168 +++++++++++++++++
 setup.py                                           |   1 -
 .../endpoints/test_connection_endpoint.py          | 167 +++++++++++++++-
 .../hooks => api_connexion/schemas}/__init__.py    |   0
 .../schemas/test_connection_schema.py              | 210 +++++++++++++++++++++
 36 files changed, 888 insertions(+), 295 deletions(-)
 copy airflow/{www/gunicorn_config.py => api_connexion/exceptions.py} (76%)
 copy airflow/{serialization/__init__.py => api_connexion/parameters.py} (92%)
 copy {tests/providers/zendesk/hooks => 
airflow/api_connexion/schemas}/__init__.py (100%)
 create mode 100644 airflow/api_connexion/schemas/connection_schema.py
 delete mode 100755 scripts/ci/prepare_tool_scripts.sh
 create mode 100755 scripts/ci/run_cli_tool.sh
 copy tests/{providers/zendesk/hooks => api_connexion/schemas}/__init__.py 
(100%)
 create mode 100644 tests/api_connexion/schemas/test_connection_schema.py

Reply via email to