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

ash pushed a change to branch 
v3-backport-rework-tasksdk-supervisor-comms-protocol
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 1205a258f1c fixup! Switch the Supervisor/task process from line-based 
to length-prefixed (#51699)
    omit 6c777c3c641 Switch the Supervisor/task process from line-based to 
length-prefixed (#51699)
    omit eca70d0c304 Fix lingering task supervisors when ``EOF`` is missed 
(#51180)
     add d34c1f5c5c9 [v3-0-test] Fix lingering task supervisors when ``EOF`` is 
missed (#51180) (#51970)
     add c02d99397a6 [v3-0-test] Cleanup import errors during DB migration 
(#51919)
     add 8b78ad5c8b4 [v3-0-test] Swap 'connections_test' CLI to use Connection 
instead of BaseHook (#51834) (#51917)
     add 17e63c4fe43 [v3-0-test] fix(serialized_objects): try to infer data 
interval if it's none (#51530) (#51913)
     add 214e414cfe9 [v3-0-test] When UI files change in PR we build CI image / 
run all static checks (#52009) (#52012)
     add 21c5ec4bbc0 [v3-0-test] Enhance ENV vars and conns visibility docs. 
(#52014) (#52026)
     add ec0c6be4c9b [v3-0-test] Use explicit directives instead of implicit 
syntax (#50870) (#52068)
     add 1bbbc0bcdf2 [v3-0-test] Remove duplicate 'mock_supervisor_comms' 
pytest fixtures from core (#49457) (#52080)
     add 11001636e72 [v3-0-test] Switch the Supervisor/task process from 
line-based to length-prefixed (#51699)

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   (1205a258f1c)
            \
             N -- N -- N   
refs/heads/v3-backport-rework-tasksdk-supervisor-comms-protocol (11001636e72)

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:
 airflow-core/docs/best-practices.rst               |  3 +-
 airflow-core/docs/howto/connection.rst             | 11 +++-
 airflow-core/docs/howto/docker-compose/index.rst   | 12 ++--
 airflow-core/docs/howto/dynamic-dag-generation.rst |  3 +-
 airflow-core/docs/howto/variable.rst               | 14 +++-
 airflow-core/docs/img/airflow_erd.sha256           |  2 +-
 .../docs/installation/upgrading_to_airflow3.rst    |  2 +-
 airflow-core/docs/migrations-ref.rst               |  4 +-
 airflow-core/docs/public-airflow-interface.rst     |  9 +--
 .../src/airflow/cli/commands/connection_command.py |  2 +-
 airflow-core/src/airflow/dag_processing/manager.py |  6 +-
 ...to_db.py => 0069_3_0_3_delete_import_errors.py} | 24 +++----
 .../airflow/serialization/serialized_objects.py    |  8 +--
 airflow-core/src/airflow/utils/db.py               |  1 +
 .../unit/serialization/test_serialized_objects.py  | 76 +++++++++++++++++++++-
 chart/docs/index.rst                               |  2 +
 chart/docs/installing-helm-chart-from-sources.rst  |  7 +-
 .../src/airflow_breeze/utils/selective_checks.py   |  1 +
 dev/breeze/tests/test_selective_checks.py          |  2 +-
 providers/amazon/docs/operators/athena/index.rst   |  3 +-
 .../src/airflow/sdk/execution_time/supervisor.py   | 24 +++----
 .../task_sdk/execution_time/test_supervisor.py     |  8 +--
 .../task_sdk/execution_time/test_task_runner.py    |  2 +-
 23 files changed, 159 insertions(+), 67 deletions(-)
 copy 
airflow-core/src/airflow/migrations/versions/{0019_2_10_0_add_new_executor_field_to_db.py
 => 0069_3_0_3_delete_import_errors.py} (68%)

Reply via email to