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

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


 discard ae505be7a87 Fix DB downgrade to Airflow 2 when fab tables exists 
(#55738)
 discard f8b8eb3371f Bugfix: Fix typo in theme.ts gray.500 color palette 
(#55739)
 discard 261e9f21b32 Update 3.1.0 release notes based on latest cherry-picks
     new 5fa40e9d9da Bugfix: Fix typo in theme.ts gray.500 color palette 
(#55739)
     new 1009e4f0dde Fix DB downgrade to Airflow 2 when fab tables exists 
(#55738)
     new e71125a63ad Fix DAG disappearing after callback execution in stale 
detection (#55698)
     new 51806cdffb6 Update 3.1.0 release notes based on latest cherry-picks

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   (ae505be7a87)
            \
             N -- N -- N   refs/heads/v3-1-test (51806cdffb6)

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 4 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:
 RELEASE_NOTES.rst                                  | 21 ++++++--
 airflow-core/src/airflow/dag_processing/manager.py | 33 +++++++++---
 .../src/airflow/dag_processing/processor.py        |  2 +
 .../tests/unit/dag_processing/test_processor.py    | 58 ++++++++++++++++++++++
 reproducible_build.yaml                            |  4 +-
 5 files changed, 106 insertions(+), 12 deletions(-)

Reply via email to