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


    omit 537272965f Update version to 2.3.2 and add release notes
     add 4cff4e052f Add cascade to `dag_tag` to `dag` foreignkey (#23444)
     add 09be0c5c7e Mask sensitive values for not-yet-running TIs (#23807)
     add 01c998c703 Replaced all days_ago functions with datetime functions 
(#23237)
     add 0682ac53cf Ignore the DeprecationWarning in test_days_ago (#23875)
     add 71d5eba1d8 DagFileProcessorManager: Start a new process group only if 
current process not a session leader (#23872)
     add 4fc535e81e Update version to 2.3.2 and 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   (537272965f)
            \
             N -- N -- N   refs/heads/v2-3-test (4fc535e81e)

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                                  | 10 +--
 airflow/dag_processing/manager.py                  |  9 ++-
 airflow/example_dags/example_subdag_operator.py    |  5 +-
 airflow/migrations/utils.py                        |  3 +-
 ...0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py | 84 ++++++++++++++++++++++
 airflow/models/dag.py                              |  8 ++-
 airflow/models/taskinstance.py                     | 24 +++----
 airflow/utils/db.py                                |  2 +-
 airflow/utils/log/secrets_masker.py                |  9 +--
 airflow/utils/process_utils.py                     | 15 ++++
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 tests/api/common/test_delete_dag.py                |  7 +-
 tests/api/common/test_mark_tasks.py                | 21 +++---
 .../endpoints/test_extra_link_endpoint.py          | 33 ++++-----
 tests/cli/commands/test_task_command.py            | 12 ++--
 tests/dag_processing/test_processor.py             | 18 +++--
 tests/dags/test_default_views.py                   |  6 +-
 tests/dags/test_example_bash_operator.py           |  9 +--
 tests/dags/test_mapped_classic.py                  |  5 +-
 tests/dags/test_mapped_taskflow.py                 |  5 +-
 tests/dags/test_miscellaneous.py                   |  7 +-
 tests/dags/test_missing_owner.py                   |  7 +-
 tests/dags/test_multiple_dags.py                   |  7 +-
 tests/dags/test_with_non_default_owner.py          |  7 +-
 tests/jobs/test_backfill_job.py                    |  3 +-
 tests/jobs/test_scheduler_job.py                   |  3 +-
 tests/models/test_dagrun.py                        |  7 +-
 tests/operators/test_python.py                     |  3 +-
 .../google/cloud/operators/test_mlengine.py        |  3 +-
 tests/test_utils/perf/dags/perf_dag_1.py           | 14 ++--
 tests/test_utils/perf/dags/perf_dag_2.py           | 14 ++--
 tests/utils/log/test_secrets_masker.py             |  3 +
 tests/utils/test_dates.py                          |  1 +
 tests/utils/test_process_utils.py                  | 24 ++++++-
 tests/utils/test_task_group.py                     |  3 +-
 tests/www/views/test_views_decorators.py           |  4 +-
 tests/www/views/test_views_extra_links.py          |  7 +-
 tests/www/views/test_views_task_norun.py           |  4 +-
 tests/www/views/test_views_tasks.py                |  4 +-
 39 files changed, 271 insertions(+), 143 deletions(-)
 create mode 100644 
airflow/migrations/versions/0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py

Reply via email to