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 4476a09  (commit)
      to f40ac9b  (commit)
    from 4476a09  Update INTHEWILD.md (#10649)
     add e4878e6  fix type hints for s3 hook read_key method (#10653)
     add 0be1406  Adds pip-wheel metadata in .gitignore (#10657)
     add c320d99  Small fixes in Breeze/Static check/docs documentation (#10658)
     add 46c8d67  Implement Google Shell Conventions for breeze script … 
(#10651)
     add 596bc13  Adds 'cncf.kubernetes' package back to backport provider 
packages. (#10659)
     add e6a0a53  Display conf as a JSON in the DagRun list view (#10644)
     add aa2db70  Unify error messages and complete type field in response 
(#10333)
     add 4fd81f5  Add howto doc for Salesforce connection (#10482)
     add aff8c76  Add example on airflow users create --help (#10662)
     add 901ecf7  Remove requirements from the project. (#10668)
     add f40ac9b  Add placement_strategy option (#9444)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |    2 +-
 .gitignore                                         |    3 +
 BREEZE.rst                                         |   14 +-
 STATIC_CODE_CHECKS.rst                             |   17 +-
 .../api_connexion/endpoints/connection_endpoint.py |   21 +-
 airflow/api_connexion/endpoints/dag_endpoint.py    |    4 +-
 .../api_connexion/endpoints/dag_run_endpoint.py    |    7 +-
 .../endpoints/import_error_endpoint.py             |    5 +-
 airflow/api_connexion/exceptions.py                |  113 +-
 airflow/api_connexion/openapi/v1.yaml              |   29 +
 airflow/cli/cli_parser.py                          |   15 +-
 airflow/providers/amazon/aws/hooks/s3.py           |    4 +-
 airflow/providers/amazon/aws/operators/ecs.py      |    7 +
 .../providers/cncf/kubernetes/ADDITIONAL_INFO.md   |    8 +-
 airflow/www/extensions/init_views.py               |    4 +-
 airflow/www/utils.py                               |    9 +
 airflow/www/views.py                               |    1 +
 .../PROVIDERS_README_TEMPLATE.md.jinja2            |    6 -
 backport_packages/setup_backport_packages.py       |   11 +-
 breeze                                             | 2567 ++++++++++++--------
 breeze-complete                                    |   20 +-
 confirm                                            |    2 +-
 docs/howto/connection/salesforce.rst               |   73 +
 docs/spelling_wordlist.txt                         |   64 +-
 requirements/requirements-python3.6.txt            |  400 ---
 requirements/requirements-python3.7.txt            |  393 ---
 requirements/requirements-python3.8.txt            |  394 ---
 requirements/setup-3.6.md5                         |    1 -
 requirements/setup-3.7.md5                         |    1 -
 requirements/setup-3.8.md5                         |    1 -
 .../ci_prepare_and_test_backport_packages.sh       |    2 -
 .../ci_prepare_backport_packages.sh                |    4 -
 .../ci_prepare_backport_readme.sh                  |    4 -
 ...ci_test_backport_packages_import_all_classes.sh |    4 -
 ...ci_test_backport_packages_install_separately.sh |    4 -
 scripts/ci/constraints/ci_branch_constraints.sh    |    4 -
 scripts/ci/constraints/ci_commit_constraints.sh    |    4 -
 scripts/ci/constraints/ci_generate_constraints.sh  |    4 -
 scripts/ci/docs/ci_docs.sh                         |    4 -
 scripts/ci/images/ci_prepare_ci_image_on_ci.sh     |    1 -
 scripts/ci/images/ci_prepare_prod_image_on_ci.sh   |    1 -
 scripts/ci/images/ci_push_ci_images.sh             |    2 -
 scripts/ci/images/ci_push_production_images.sh     |    2 -
 scripts/ci/images/ci_wait_for_all_ci_images.sh     |   26 +-
 scripts/ci/images/ci_wait_for_all_prod_images.sh   |   29 +-
 .../ci/kubernetes/ci_deploy_app_to_kubernetes.sh   |   12 +-
 scripts/ci/kubernetes/ci_run_kubernetes_tests.sh   |   11 +-
 scripts/ci/libraries/_all_libs.sh                  |   10 +-
 scripts/ci/libraries/_build_images.sh              |  210 +-
 scripts/ci/libraries/_initialization.sh            |  251 +-
 scripts/ci/libraries/_kind.sh                      |   56 +-
 scripts/ci/libraries/_md5sum.sh                    |    8 +-
 scripts/ci/libraries/_push_pull_remove_images.sh   |   37 +-
 scripts/ci/libraries/_sanity_checks.sh             |   25 +-
 scripts/ci/libraries/_script_init.sh               |   23 +-
 scripts/ci/libraries/_start_end.sh                 |    1 -
 scripts/ci/libraries/{_pylint.sh => _traps.sh}     |   35 +-
 scripts/ci/libraries/_verbosity.sh                 |   48 +-
 scripts/ci/openapi/client_codegen_diff.sh          |    1 -
 .../ci/pre_commit/pre_commit_breeze_cmd_line.sh    |   16 +
 .../ci/pre_commit/pre_commit_check_integrations.sh |    5 +-
 scripts/ci/pre_commit/pre_commit_ci_build.sh       |    1 -
 .../ci/pre_commit/pre_commit_local_yml_mounts.sh   |    4 +-
 scripts/ci/pre_commit/pre_commit_mermaid.sh        |    9 +-
 scripts/ci/static_checks/bat_tests.sh              |    4 -
 scripts/ci/static_checks/flake8.sh                 |    4 -
 scripts/ci/static_checks/mypy.sh                   |    4 -
 scripts/ci/static_checks/pylint.sh                 |    4 -
 scripts/ci/static_checks/refresh_pylint_todo.sh    |    4 +-
 scripts/ci/static_checks/run_static_checks.sh      |    4 -
 scripts/ci/testing/ci_run_airflow_testing.sh       |    7 +-
 scripts/ci/tools/ci_clear_tmp.sh                   |   16 -
 scripts/ci/tools/ci_count_changed_files.sh         |    3 -
 scripts/ci/tools/ci_fix_ownership.sh               |   16 -
 scripts/in_container/_in_container_script_init.sh  |    2 +-
 scripts/in_container/_in_container_utils.sh        |   25 +-
 scripts/in_container/check_environment.sh          |    4 +-
 scripts/in_container/entrypoint_ci.sh              |    6 +-
 scripts/in_container/prod/entrypoint_prod.sh       |    4 +-
 scripts/in_container/run_cli_tool.sh               |   10 +-
 scripts/in_container/run_docs_build.sh             |    5 +-
 scripts/in_container/run_generate_constraints.sh   |    5 +-
 .../in_container/run_prepare_backport_packages.sh  |    8 +-
 .../in_container/run_prepare_backport_readme.sh    |    5 +-
 tests/api/auth/backend/test_basic_auth.py          |   15 +-
 .../endpoints/test_connection_endpoint.py          |   34 +-
 tests/api_connexion/endpoints/test_dag_endpoint.py |    3 +-
 .../endpoints/test_dag_run_endpoint.py             |   26 +-
 .../endpoints/test_event_log_endpoint.py           |    3 +-
 .../endpoints/test_extra_link_endpoint.py          |    8 +-
 .../endpoints/test_import_error_endpoint.py        |    8 +-
 tests/api_connexion/endpoints/test_log_endpoint.py |    5 +-
 .../api_connexion/endpoints/test_pool_endpoint.py  |   53 +-
 .../endpoints/test_variable_endpoint.py            |    7 +-
 tests/bats/bats_utils.bash                         |   17 +-
 tests/bats/test_breeze_params.bats                 |   26 -
 tests/bats/test_empty_test.bats                    |    2 -
 tests/bats/test_local_mounts.bats                  |    2 -
 tests/providers/amazon/aws/operators/test_ecs.py   |    3 +
 tests/test_utils/api_connexion_utils.py            |    4 +-
 tests/www/test_views.py                            |    2 +-
 101 files changed, 2596 insertions(+), 2816 deletions(-)
 rename requirements/REMOVE.md => 
airflow/providers/cncf/kubernetes/ADDITIONAL_INFO.md (72%)
 create mode 100644 docs/howto/connection/salesforce.rst
 delete mode 100644 requirements/requirements-python3.6.txt
 delete mode 100644 requirements/requirements-python3.7.txt
 delete mode 100644 requirements/requirements-python3.8.txt
 delete mode 100644 requirements/setup-3.6.md5
 delete mode 100644 requirements/setup-3.7.md5
 delete mode 100644 requirements/setup-3.8.md5
 copy scripts/ci/libraries/{_pylint.sh => _traps.sh} (56%)

Reply via email to