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

ephraimanierobi pushed a change to branch changes-3.1.6rc1
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3f1b293859d Update RELEASE_NOTES.rst
    omit 1f5f5a208e2 Update version to 3.1.6
     add 17be3eeed7a close catalan gap (#60199)
     add 1c367d81f4b [v3-1-test] Add missing "^" in --from-ref of basic static 
checks (#60202) (#60213)
     add 0f8e2cf8093 [v3-1-test] Added state validation to delete dag run 
endpoint (#60195) (#60207)
     add bd8c53468c8 [v3-1-test] add ohernandez in codeowners for catalan 
(#60200) (#60209)
     add c0c5b7d3b6d [v3-1-test] Docs: remove duplicated Docker image 
documentation (#60201) (#60210)
     add 5904a4cc0e8 Close TR Translation Gaps in v3-1 (#60191)
     add 87e6b2eac03 [v3-1-test] Fix signal handling in triggerer job runner 
(#60190) (#60214)
     add 28415802c57 [v3-1-test] fix: Enable real-time extra links updates for 
TriggerDagRunOperator (#59507) (#60225)
     add e4d791b7fcf [v3-1-test] Operator template fields via callable 
serialization causes unstable DAG serialization (#60065) (#60221)
     add 1089cef51b6 [v3-1-test] Fix/RE:Invalid uri created when extras 
contains non string elements (#59339) (#60219)
     add bdf0b111bb8 [v3-1-test] Finish commiter status onboarding - Dheeraj 
Turaga (#60228) (#60233)
     add 562a463ab62 [v3-1-test] Fix log task instance join (#59973) (#60222)
     add f28d275cd6b [v3-1-test] Protect against hanging thread in aiosqlite 
0.22+ (#60217) (#60245)
     add 8a0cfb16c86 Update version to 3.1.6
     add d6a009b6dfa 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   (3f1b293859d)
            \
             N -- N -- N   refs/heads/changes-3.1.6rc1 (d6a009b6dfa)

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:
 .github/CODEOWNERS                                 |  2 +-
 .github/workflows/basic-tests.yml                  |  2 +-
 RELEASE_NOTES.rst                                  | 44 ++++++------
 airflow-core/docs/project.rst                      |  1 +
 airflow-core/pyproject.toml                        |  6 +-
 .../api_fastapi/core_api/routes/public/dag_run.py  | 10 +++
 .../src/airflow/jobs/triggerer_job_runner.py       | 14 ++--
 airflow-core/src/airflow/models/connection.py      | 18 ++++-
 airflow-core/src/airflow/models/log.py             |  4 +-
 airflow-core/src/airflow/serialization/helpers.py  | 10 ++-
 .../airflow/ui/public/i18n/locales/ca/admin.json   |  6 ++
 .../airflow/ui/public/i18n/locales/tr/admin.json   |  6 ++
 .../airflow/ui/public/i18n/locales/tr/assets.json  |  1 +
 .../ui/src/pages/TaskInstance/BlockingDeps.tsx     | 25 +++++--
 .../airflow/ui/src/pages/TaskInstance/Details.tsx  |  7 +-
 .../ui/src/pages/TaskInstance/ExtraLinks.tsx       | 24 +++++--
 airflow-core/src/airflow/utils/module_loading.py   | 11 +--
 .../core_api/routes/public/test_dag_run.py         | 17 +++++
 airflow-core/tests/unit/models/test_connection.py  | 30 ++++++++
 airflow-core/tests/unit/models/test_log.py         | 84 ++++++++++++++++++++++
 .../unit/serialization/test_dag_serialization.py   | 25 +++++++
 dev/breeze/src/airflow_breeze/global_constants.py  |  1 +
 docker-stack-docs/README.md                        |  4 +-
 reproducible_build.yaml                            |  4 +-
 24 files changed, 297 insertions(+), 59 deletions(-)
 create mode 100644 airflow-core/tests/unit/models/test_log.py

Reply via email to