This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch changes-3.1.7rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d10388ed720 Update RELEASE_NOTES.rst
discard 43884aaa701 Update Airflow Version to 3.1.7
add c34d2c36f2a [v3-1-test] Add 404 handling for non-existent Dag (#61131)
(#61225)
add 3b41866a2ee dag_processing: initialize versioned bundles for callbacks
(#52040) (#60734) (#61230)
add a039ad95dae Update Airflow Version to 3.1.7
add 78e5b162b4b Update RELEASE_NOTES.rst
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 (d10388ed720)
\
N -- N -- N refs/heads/changes-3.1.7rc1 (78e5b162b4b)
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 | 17 ++++---
airflow-core/src/airflow/dag_processing/manager.py | 30 +++++++++++
.../src/airflow/dag_processing/processor.py | 17 ++++---
.../src/airflow/ui/public/i18n/locales/en/dag.json | 6 +++
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 7 +++
.../src/pages/{Error.tsx => Dag/DagNotFound.tsx} | 49 +++++-------------
.../tests/unit/dag_processing/test_manager.py | 59 ++++++++++++++++++++++
.../tests/unit/dag_processing/test_processor.py | 29 +++++++++++
reproducible_build.yaml | 4 +-
9 files changed, 167 insertions(+), 51 deletions(-)
copy airflow-core/src/airflow/ui/src/pages/{Error.tsx => Dag/DagNotFound.tsx}
(54%)