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 e651dc6 Bump version to 2.1.3
discard 96092eb Fix task retries when they receive sigkill and have retries
and properly handle sigterm (#16301)
discard a3879b2 Add Pytest fixture to create dag and dagrun and use it on
local task job tests (#16889)
discard a76a0df Fix race condition with dagrun callbacks (#16741)
discard f4c95c5 Add 'queued' to DagRunState (#16854)
discard 2bab3d4 Add 'queued' state to DagRun (#16401)
discard f31e36a Move DagFileProcessor and DagFileProcessorProcess out of
scheduler_job.py (#16581)
discard 5a38d8e Fix external elasticsearch logs link (#16357)
discard c009c2a Run mini scheduler in LocalTaskJob during task exit (#16289)
new 39638a1 Run mini scheduler in LocalTaskJob during task exit (#16289)
new ec9b1f3 Fix external elasticsearch logs link (#16357)
new 5bcc620 Move DagFileProcessor and DagFileProcessorProcess out of
scheduler_job.py (#16581)
new a682d1c Add 'queued' state to DagRun (#16401)
new 940ab17 Add 'queued' to DagRunState (#16854)
new f4d05c6 Fix race condition with dagrun callbacks (#16741)
new d5c1617 Add Pytest fixture to create dag and dagrun and use it on
local task job tests (#16889)
new 5e097c7 Fix task retries when they receive sigkill and have retries
and properly handle sigterm (#16301)
new f10aefa Bump version to 2.1.3
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 (e651dc6)
\
N -- N -- N refs/heads/v2-1-test (f10aefa)
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:
.../versions/97cdd93827b8_add_queued_at_column_to_dagrun_table.py | 6 +++---
docs/apache-airflow/migrations-ref.rst | 4 +---
tests/jobs/test_local_task_job.py | 2 ++
3 files changed, 6 insertions(+), 6 deletions(-)