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/06/21 02:53:59 UTC

[airflow] tag nightly-master updated (07f12e5 -> 93ba979)

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 07f12e5  (commit)
      to 93ba979  (commit)
    from 07f12e5  Fixed rendering of IMAGES.rst (#9433)
     add 5bb163b  In case of worktree .git might be a file - rat-check fails with it (#9435)
     add 65d3901  Avoid broad exceptions when json.loads is used (#9432)
     add 905db3a  Fix grammar in test_name (#9441)
     add aabf064  Fix typo in CONTRIBUTING.rst (#9437)
     add a450900  Add options to extend list of sensitive keywords (#9397)
     add 408be9e  Fix typo - init_wsg_middleware => init_wsgi_middleware (#9434)
     add c33b9bb  Remove unused tests/bin folder (#9440)
     add 7ba35ec  Add invitation to #documentation channel when docs build fails (#9439)
     add a50e112  Make airflow/models/base.py Pylint Compatible (#9442)
     add 1875378  Better documentation for backport packages (#9445)
     add 47a6402  Fix Custom Sensitive Variable fields feature (#9446)
     add 7078c1b  Fixes pushing prod image directly from breeze (#9449)
     add d0cf232  Show Dag's Markdown docs on Tree View (#9448)
     add 5442c91  Update README to remove Py 3.8 limitation for Master (#9451)
     add 60d19dc  Enforce code-block directives in doc (#9443)
     add 5b820a7  Add copy button to Code Blocks in Airflow Docs (#9450)
     add 2be36a9  Add reference to the ASF Code of Conduct (#9453)
     add 6b6f79b  Add reference to the ASF CoC for First Time Contributors (#9454)
     add 93ba979  Grammar correctness in communication (#9455)

No new revisions were added by this update.

Summary of changes:
 .github/boring-cyborg.yml                          |  3 +
 .rat-excludes                                      |  3 +
 CONTRIBUTING.rst                                   |  4 +-
 README.md                                          | 17 +++--
 airflow/cli/commands/pool_command.py               |  3 +-
 airflow/cli/commands/variable_command.py           |  3 +-
 airflow/config_templates/config.yml                |  7 ++
 airflow/config_templates/default_airflow.cfg       |  3 +
 airflow/config_templates/default_test.cfg          |  1 +
 airflow/models/base.py                             |  3 +-
 airflow/models/connection.py                       |  3 +-
 airflow/models/xcom.py                             |  3 +-
 airflow/www/app.py                                 |  4 +-
 airflow/www/extensions/init_wsgi_middlewares.py    |  2 +-
 airflow/www/templates/airflow/tree.html            |  3 +
 airflow/www/utils.py                               | 18 +++--
 airflow/www/validators.py                          |  3 +-
 airflow/www/views.py                               |  6 +-
 breeze                                             | 10 ++-
 docs/best-practices.rst                            | 24 +++---
 docs/build                                         | 25 ++++++
 docs/concepts.rst                                  | 88 +++++++++++-----------
 docs/conf.py                                       |  1 +
 docs/dag-run.rst                                   | 10 +--
 docs/dag-serialization.rst                         |  2 +-
 docs/faq.rst                                       |  2 +-
 docs/howto/custom-operator.rst                     | 14 ++--
 docs/howto/email-config.rst                        |  4 +-
 docs/howto/operator/kubernetes.rst                 |  2 +-
 docs/kubernetes.rst                                |  2 +-
 docs/lineage.rst                                   |  4 +-
 docs/plugins.rst                                   |  6 +-
 docs/scheduler.rst                                 |  2 +-
 docs/security.rst                                  | 12 +++
 docs/timezone.rst                                  | 10 +--
 docs/tutorial.rst                                  |  2 +-
 docs/ui.rst                                        |  9 ++-
 requirements/requirements-python3.6.txt            | 21 +++---
 requirements/requirements-python3.7.txt            | 25 +++---
 requirements/requirements-python3.8.txt            | 23 +++---
 requirements/setup-3.6.md5                         |  2 +-
 requirements/setup-3.7.md5                         |  2 +-
 requirements/setup-3.8.md5                         |  2 +-
 .../app/templates/configmaps.template.yaml         |  3 +
 scripts/ci/pylint_todo.txt                         |  2 -
 setup.py                                           |  1 +
 tests/bin/__init__.py                              | 17 -----
 tests/cli/test_cli_parser.py                       |  2 +-
 tests/www/test_utils.py                            | 30 ++++++++
 49 files changed, 282 insertions(+), 166 deletions(-)
 delete mode 100644 tests/bin/__init__.py