You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/28 22:00:38 UTC

[airflow] branch move-setup-dependencies-to-providers updated (8c75d701bf -> 87f5671a60)

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

potiuk pushed a change to branch move-setup-dependencies-to-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 8c75d701bf Move provider dependencies to inside provider folders
     add 0e1a6b9807 Script to filter candidates for PR of the month based on heuristics (#24654)
     add 94f4f81efb Merge-friendly output of command hashes for breeze (#24711)
     add 87f5671a60 Move provider dependencies to inside provider folders

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8c75d701bf)
            \
             N -- N -- N   refs/heads/move-setup-dependencies-to-providers (87f5671a60)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/actions/checks-action                      |   1 +
 .github/actions/label-when-approved-action         |   1 +
 .../configuration_and_maintenance_commands.py      |   5 +-
 dev/requirements.txt                               |   2 +
 dev/stats/get_important_pr_candidates.py           | 180 +++++++++++++++++++++
 images/breeze/output-commands-hash.txt             |  34 +++-
 .../ci/pre_commit/pre_commit_breeze_cmd_line.py    |  17 +-
 7 files changed, 232 insertions(+), 8 deletions(-)
 create mode 160000 .github/actions/checks-action
 create mode 160000 .github/actions/label-when-approved-action
 create mode 100755 dev/stats/get_important_pr_candidates.py