You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/12/07 02:45:44 UTC

[airflow] tag nightly-master updated (1257b5c -> 3663d15)

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 1257b5c  (commit)
      to 3663d15  (commit)
    from 1257b5c  Fix doc preview error in editor for google operators doc (#10962)
     add 3f24d0e  Updated UPGRADING TO 2.0  guide based on new releases (#12847)
     add c960a9f  Fix Commands for Publishing constraints (#12800)
     add 82dfa5f  Build normal/backport providers based on correct list (#12848)
     add 537aba7  Add conditional version retrieval from setup. (#12853)
     add 3d2ad30  Add missing crypto and s3 extras (#12850)
     add 490a01b  Quarantine test TestSchedulerJob.test_scheduler_task_start_date (#12860)
     add a64997b  Added reference to 2.0 CLI commands in 1.10.14 (#12864)
     add 75d8ff9  Mark required fields in Forms as required (#12856)
     add c045ff3  Store per-task TIDeps in serialized blob (#12858)
     add ed1825c  Production images on CI are now built from packages (#12685)
     add 298c88a  Fix command for verifying signature (#12869)
     add a00f250  Change the format for sha512 sum for releases (#12867)
     add 3663d15  Fix links to moved production-deployment file (#12854)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   3 +-
 .github/workflows/build-images-workflow-run.yml    |   6 +-
 .github/workflows/ci.yml                           |  32 ++-
 .github/workflows/scheduled_quarantined.yml        |   1 -
 BREEZE.rst                                         | 239 ++++++++++++++++-----
 CI.rst                                             |  12 +-
 CONTRIBUTING.rst                                   |  17 +-
 Dockerfile                                         |  16 +-
 Dockerfile.ci                                      |  16 +-
 IMAGES.rst                                         |  33 +--
 INSTALL                                            |  15 +-
 LOCAL_VIRTUALENV.rst                               |  25 +++
 README.md                                          |   2 +-
 TESTING.rst                                        |  54 ++++-
 UPGRADING_TO_2.0.md                                |  60 ++++--
 airflow/models/baseoperator.py                     |  16 +-
 airflow/sensors/base_sensor_operator.py            |   5 +-
 airflow/serialization/schema.json                  |   8 +-
 airflow/serialization/serialized_objects.py        |  41 +++-
 airflow/version.py                                 |   9 +-
 airflow/www/forms.py                               |  33 ++-
 breeze                                             | 157 ++++++++++----
 breeze-complete                                    |  13 +-
 dev/PROVIDER_PACKAGE_DETAILS.md                    |  24 +--
 dev/README_RELEASE_AIRFLOW.md                      |   8 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  30 +--
 dev/provider_packages/README.md                    |  21 +-
 .../enter_breeze_provider_package_tests.sh         |   1 -
 dev/provider_packages/prepare_provider_packages.py |  10 +-
 dev/sign.sh                                        |   2 +-
 docker-context-files/README.md                     |   2 +-
 docs/apache-airflow/extra-packages-ref.rst         |  50 ++++-
 docs/apache-airflow/production-deployment.rst      |  18 +-
 docs/spelling_wordlist.txt                         |   3 +
 .../ci/build_airflow/ci_build_airflow_package.sh   |  12 +-
 scripts/ci/docker-compose/base.yml                 |   3 +-
 scripts/ci/docker-compose/files.yml                |   1 +
 scripts/ci/docker-compose/local-prod.yml           |   1 -
 scripts/ci/docker-compose/local.yml                |   1 -
 scripts/ci/images/ci_prepare_prod_image_on_ci.sh   |  62 +++++-
 scripts/ci/images/ci_verify_prod_image.sh          |  76 +++----
 scripts/ci/libraries/_all_libs.sh                  |   2 +
 .../_build_airflow_packages.sh}                    |  33 ++-
 scripts/ci/libraries/_build_images.sh              |  62 ++++--
 scripts/ci/libraries/_docker.env                   |   3 +
 scripts/ci/libraries/_initialization.sh            |  35 ++-
 scripts/ci/libraries/_local_mounts.sh              |   1 -
 scripts/ci/libraries/_runs.sh                      |  11 +
 .../pre_commit_check_setup_extra_packages_ref.py   |   3 +
 .../ci_install_and_test_provider_packages.sh       |  19 +-
 scripts/ci/testing/ci_run_airflow_testing.sh       |   5 +-
 scripts/in_container/_in_container_utils.sh        |  68 ++++--
 scripts/in_container/check_environment.sh          |   4 -
 scripts/in_container/configure_environment.sh      |   3 -
 scripts/in_container/entrypoint_ci.sh              |  57 ++++-
 scripts/in_container/entrypoint_exec.sh            |   3 +
 .../run_install_and_test_provider_packages.sh      |  62 +++---
 .../in_container/run_prepare_provider_packages.sh  |  61 ++++--
 .../in_container/run_prepare_provider_readme.sh    |   2 +-
 setup.py                                           |  12 +-
 tests/bats/breeze/test_breeze_complete.bats        |   8 +
 tests/jobs/test_scheduler_job.py                   |   1 +
 tests/serialization/test_dag_serialization.py      |  26 +++
 63 files changed, 1133 insertions(+), 486 deletions(-)
 copy scripts/ci/{pre_commit/pre_commit_check_providers_init.sh => libraries/_build_airflow_packages.sh} (55%)
 mode change 100755 => 100644