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

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


 discard 206e8e6d42 Merge branch 'v2-3-test' of github.com:apache/airflow into 
v2-3-test
 discard aed2329984 Fix pid check (#24636)
 discard 47784b1cc8 fixup! Add release notes
 discard cf66db322e clearer method name in scheduler_job.py (#23702)
 discard 7d04ee5cdd Breeze images regenerated
 discard e4ac0f1c26 Add release notes
 discard 65aca96638 Update version to 2.3.4
 discard d6e1e53652 Help pip resolver make better decision on Pyarrow (#25791)
 discard 151eebf112 Remove certifi limitations from eager upgrade limits 
(#23995)
     add 0625247993 Update version to 2.3.4
     add beaca717c5 Add release notes
     add 284d25a01e Remove certifi limitations from eager upgrade limits 
(#23995)
     add e30b8fd784 Help pip resolver make better decision on Pyarrow (#25791)
     add acb94f2209 clearer method name in scheduler_job.py (#23702)
     add 5e21e5c6cc Fix pid check (#24636)
     add 6c29757a26 Breeze images regenerated
     add 7a611a86c0 Remove depreciation warning when use default remote tasks 
logging handlers (#25764)
     add e28829c54c Serialize pod_override to JSON before pickling 
executor_config (#24356)
     add ea07ca9f0c Disable attrs state management on MappedOperator (#24772)
     add 05cf6575c3 Two typing fixes (#25690)
     add 8bc7ab17db Add release notes
     add ac4a3dd7e5 fixup! Add release notes

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   (206e8e6d42)
            \
             N -- N -- N   refs/heads/v2-3-test (ac4a3dd7e5)

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:
 RELEASE_NOTES.rst                                  |  8 +-
 airflow/config_templates/airflow_local_settings.py | 15 ++--
 airflow/models/mappedoperator.py                   | 12 ++-
 airflow/models/taskinstance.py                     | 27 +++----
 airflow/utils/context.pyi                          |  2 +-
 airflow/utils/helpers.py                           | 10 ++-
 airflow/utils/sqlalchemy.py                        | 63 ++++++++++++++-
 tests/models/test_taskinstance.py                  | 20 -----
 tests/serialization/test_dag_serialization.py      | 16 ++++
 tests/utils/test_sqlalchemy.py                     | 90 +++++++++++++++++++++-
 10 files changed, 210 insertions(+), 53 deletions(-)

Reply via email to