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

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


    omit c338996  Fix docs url in tests
     add fedf6bb  Added a FAQ section to the Upgrading to 2 doc (#13979)
     add a4529d5  Bugfix: Manual DagRun trigger should not skip scheduled runs 
(#13963)
     add e91df05  Stop loading Extra Operator links in Scheduler (#13932)
     add 0df63c7  Fix docs url in tests (#13992)
     add 70e21ac  Fix ./breeze exec command error: /bin/bash: -c: option 
requires an argument (#13998)
     add 4bf9900  Update wording in upgrading documentation (#13862)
     add 8042e4c  Added missing return parameter in read function of 
FileTaskHandler (#14001)
     add 572d1fd  Fix structure and typo in Updating.md (#14005)
     add e1c7a98  Bugfix: Don't try to create a duplicate Dag Run in Scheduler 
(#13920)

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   (c338996)
            \
             N -- N -- N   refs/heads/v2-0-test (e1c7a98)

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:
 UPDATING.md                                 |  58 +++++-----
 airflow/jobs/scheduler_job.py               |  47 +++++---
 airflow/models/dag.py                       |   1 -
 airflow/models/dagbag.py                    |   9 ++
 airflow/models/serialized_dag.py            |   4 +
 airflow/serialization/serialized_objects.py |  66 +++++++-----
 airflow/utils/log/file_task_handler.py      |   2 +-
 docs/apache-airflow/upgrading-to-2.rst      |  21 +++-
 scripts/in_container/entrypoint_exec.sh     |   2 +-
 tests/jobs/test_scheduler_job.py            | 160 ++++++++++++++++++++++++++++
 tests/utils/test_log_handlers.py            |  48 +++++++++
 11 files changed, 343 insertions(+), 75 deletions(-)

Reply via email to