You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/03/08 17:17:04 UTC

[airflow] branch v2-5-test updated (b87990dc9d -> 1a0802a067)

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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b87990dc9d Make sure DOCKER_BUILDKIT=1 variable is set for all builds (#29928)
     add 0211ea207e Also remove mypy cache when stopping breeze (#29184)
     add 3bfcd8e391 pre-commit: add hook to sort `installed_providers.txt` (#29219)
     add cac2f3f7c8 Fix MySQL integrations tests run (#29213)
     add 1c93eb21f2 Refresh the CI documentation to reflect latest changes (#29217)
     add b0fa28cb84 docs: fix typo (#29256)
     add 7cd2ceccae Adjust some wording in the release process (#29278)
     add 8b1c44cce8 Add interactive testing in Breeze option in testing docs (#29340)
     add 904dcd919f Add pre-commit hook to check session default value (#28007)
     add 83aa6d036a Avoid modifying PRs in Recheck old bug reports workflow (#29653)
     add 1a0802a067 Updates to check_files to produce a more useful Dockerfile (#29469)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  10 +-
 .../{stale.yml => recheck-old-bug-report.yml}      |  31 ++---
 .github/workflows/stale.yml                        |  19 ---
 .pre-commit-config.yaml                            |  13 +++
 CI.rst                                             | 128 +++++++++++++++------
 CI_DIAGRAMS.md                                     |  85 +++++++++++---
 CONTRIBUTING.rst                                   |   7 +-
 STATIC_CODE_CHECKS.rst                             |   4 +
 TESTING.rst                                        |  75 +++++-------
 airflow/api/client/api_client.py                   |   2 +-
 airflow/api/common/mark_tasks.py                   |   4 +-
 airflow/jobs/backfill_job.py                       |   8 +-
 airflow/jobs/base_job.py                           |   3 +-
 airflow/models/taskinstance.py                     |  12 +-
 airflow/models/xcom_arg.py                         |   1 +
 airflow/sentry.py                                  |   6 +-
 airflow/utils/db_cleanup.py                        |   2 +-
 airflow/www/extensions/init_appbuilder.py          |   6 +-
 airflow/www/security.py                            |   4 +-
 airflow/www/utils.py                               |   3 +-
 airflow/www/views.py                               |   2 +-
 dev/ISSUE_TEMPLATE.md.jinja2                       |   7 +-
 dev/README_RELEASE_HELM_CHART.md                   |   4 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  14 ++-
 .../0008-fixing-group-permissions-before-build.md  |   2 +-
 .../airflow_breeze/commands/developer_commands.py  |   2 +-
 .../airflow_breeze/commands/testing_commands.py    |   2 +
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   2 +
 dev/check_files.py                                 |   7 +-
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output_static-checks.svg             |  76 ++++++------
 scripts/ci/installed_providers.txt                 |   1 -
 .../pre_commit_new_session_in_provide_session.py   | 125 ++++++++++++++++++++
 ...t.py => pre_commit_sort_installed_providers.py} |   6 +-
 34 files changed, 454 insertions(+), 221 deletions(-)
 copy .github/workflows/{stale.yml => recheck-old-bug-report.yml} (65%)
 create mode 100755 scripts/ci/pre_commit/pre_commit_new_session_in_provide_session.py
 copy scripts/ci/pre_commit/{pre_commit_sort_spelling_wordlist.py => pre_commit_sort_installed_providers.py} (85%)