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

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


 discard dd65bb1  Remove incorrect type comment in 
Swagger2Specification._set_defaults classmethod (#19065)
 discard 6ef71d5  Add TriggererJob to jobs check command (#19179)
 discard fb4deb7  Hide tooltip when next run is none (#19112)
 discard be29f5d  Crerate TI context with data interval compat layer (#19148)
 discard a99d54d  Add test for interval timetable catchup=False (#19145)
 discard cd87e58  Fix queued dag runs changes catchup=False behaviour (#19130)
 discard 28f56a0  add detailed information to logging when a dag or a task 
finishes. (#19097)
 discard 5b1c76a  Add changelog for 2.2.1
     new 2f0bc89  add detailed information to logging when a dag or a task 
finishes. (#19097)
     new 61cb1f5  Fix queued dag runs changes catchup=False behaviour (#19130)
     new 04a5de3  Add test for interval timetable catchup=False (#19145)
     new 6c6017d  Crerate TI context with data interval compat layer (#19148)
     new 4d0a03d  Hide tooltip when next run is none (#19112)
     new 6649584  Add TriggererJob to jobs check command (#19179)
     new 227cf65  Remove incorrect type comment in 
Swagger2Specification._set_defaults classmethod (#19065)
     new 18e5d0c  Fix airflow jobs check cmd for TriggererJob (#19185)
     new fd191bb  Faster PostgreSQL db migration to Airflow 2.2 (#19166)
     new 94a0a0e  Clear ti.next_method and ti.next_kwargs on task finish 
(#19183)
     new 0d31ba4  Add changelog for 2.2.1

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   (dd65bb1)
            \
             N -- N -- N   refs/heads/v2-2-test (0d31ba4)

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.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.txt                                      | 14 +++-
 UPDATING.md                                        |  2 +
 airflow/jobs/__init__.py                           |  3 +-
 .../7b2661a43ba3_taskinstance_keyed_to_dagrun.py   | 91 ++++++++++++++++++----
 airflow/models/taskinstance.py                     | 19 ++++-
 tests/executors/test_base_executor.py              |  2 +-
 tests/models/test_cleartasks.py                    | 18 ++---
 tests/models/test_taskinstance.py                  | 57 +++++++++++---
 8 files changed, 161 insertions(+), 45 deletions(-)

Reply via email to