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

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


 discard 9bae336e69 Add release notes
 discard 43c0607590 Update version to 2.5.0
     add be2de52548 Remove is_mapped attribute (#27881)
     add afa529022b Soft delete datasets that are no longer referenced in DAG 
schedules or task outlets (#27828)
     add 7b53a3b440 Update version to 2.5.0
     add fbc7498528 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   (9bae336e69)
            \
             N -- N -- N   refs/heads/v2-5-test (fbc7498528)

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                                  |  66 ++--
 .../endpoints/task_instance_endpoint.py            |   3 +-
 airflow/api_connexion/schemas/task_schema.py       |  17 +-
 airflow/cli/commands/task_command.py               |   3 +-
 airflow/config_templates/config.yml                |   7 +-
 airflow/config_templates/default_airflow.cfg       |   5 +-
 airflow/configuration.py                           |   1 +
 airflow/dag_processing/manager.py                  |   4 +-
 airflow/jobs/scheduler_job.py                      |  47 ++-
 ... 0122_2_5_0_add_is_orphaned_to_datasetmodel.py} |  38 +-
 airflow/models/baseoperator.py                     |   2 -
 airflow/models/dag.py                              |   4 +
 airflow/models/dataset.py                          |   2 +
 airflow/models/mappedoperator.py                   |   2 -
 airflow/models/operator.py                         |  23 +-
 airflow/models/taskinstance.py                     |   5 +-
 airflow/models/xcom_arg.py                         |   3 +-
 airflow/ti_deps/deps/ready_to_reschedule.py        |   4 +-
 airflow/ti_deps/deps/trigger_rule_dep.py           |   3 +-
 airflow/utils/db.py                                |   2 +-
 airflow/www/views.py                               |  11 +-
 docs/apache-airflow/img/airflow_erd.sha256         |   2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 406 +++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 tests/decorators/test_python.py                    |   7 +-
 tests/jobs/test_scheduler_job.py                   |  40 ++
 tests/models/test_dag.py                           |  51 +++
 tests/models/test_taskinstance.py                  |  99 ++++-
 28 files changed, 573 insertions(+), 288 deletions(-)
 copy airflow/migrations/versions/{0008_1_6_0_task_duration.py => 
0122_2_5_0_add_is_orphaned_to_datasetmodel.py} (58%)

Reply via email to