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/04/21 14:04:57 UTC

[airflow] branch move-package-preparation-to-new-breeze updated (bd46ad83d7 -> 4b772cf3bd)

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

potiuk pushed a change to branch move-package-preparation-to-new-breeze
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard bd46ad83d7 Use new Breese for building, pulling and verifying the images.
     add 03f7d857e9 When expanding a task end up skipping it, ensure we don't deadlock the DagRun (#23134)
     add 03bef084b3 add script to initialise virtualenv (#22971)
     add 4b772cf3bd Use new Breese for building, pulling and verifying the images.

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   (bd46ad83d7)
            \
             N -- N -- N   refs/heads/move-package-preparation-to-new-breeze (4b772cf3bd)

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:
 BREEZE.rst                                         |   4 +-
 CONTRIBUTING.rst                                   |  39 ++---
 CONTRIBUTORS_QUICK_START.rst                       |   4 +-
 airflow/models/dagrun.py                           |  63 +++----
 airflow/models/mappedoperator.py                   |  25 ++-
 dev/provider_packages/README.md                    |   6 +-
 .../installation/installing-from-pypi.rst          |   3 +
 scripts/tools/initialize_virtualenv.py             | 186 +++++++++++++++++++++
 tests/models/test_dagrun.py                        |  15 +-
 9 files changed, 272 insertions(+), 73 deletions(-)
 create mode 100755 scripts/tools/initialize_virtualenv.py