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

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


 discard f1268d2  Update documentation regarding Python 3.9 support (#17611)
 discard 32d4bab  Bump version to 2.1.3
 discard 6ab83b5  Fix task retries when they receive sigkill and have retries 
and properly handle sigterm (#16301)
 discard a59a567  Add Pytest fixture to create dag and dagrun and use it on 
local task job tests (#16889)
 discard cbe87e0  Fix race condition with dagrun callbacks (#16741)
 discard 9d77deb  Add 'queued' to DagRunState (#16854)
 discard 059f5ab  Add 'queued' state to DagRun (#16401)
 discard 004a414  Move DagFileProcessor and DagFileProcessorProcess out of 
scheduler_job.py (#16581)
 discard a4a67cb  Run mini scheduler in LocalTaskJob during task exit (#16289)
     new e8e8b19  Run mini scheduler in LocalTaskJob during task exit (#16289)
     new 2256716  Move DagFileProcessor and DagFileProcessorProcess out of 
scheduler_job.py (#16581)
     new ee67daa  Add 'queued' state to DagRun (#16401)
     new 5c3e373  Add 'queued' to DagRunState (#16854)
     new 7cc6002  Fix race condition with dagrun callbacks (#16741)
     new 343beb6  Add Pytest fixture to create dag and dagrun and use it on 
local task job tests (#16889)
     new 12f2467  Fix task retries when they receive sigkill and have retries 
and properly handle sigterm (#16301)
     new eadea47  Bump version to 2.1.3
     new 744ba52  Update documentation regarding Python 3.9 support (#17611)

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   (f1268d2)
            \
             N -- N -- N   refs/heads/v2-1-test (744ba52)

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 9 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:
 airflow/jobs/local_task_job.py | 1 +
 1 file changed, 1 insertion(+)

Reply via email to