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

kaxilnaik pushed a change to branch backport-be50a01-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c9ecff3d7e0 [v3-0-test] Bump structlog min to 25.4.0 and handle tests 
accordingly (#51306) (cherry picked from commit 
be50a017d53681d297733e76b1ef17800e9cb745)
     add f92f5c8fa63 [v3-0-test] Prevent CPU spike in task supervisor when 
heartbeat timeout exceeded (#51023) (#51047)
     add 905741f34ca [v3-0-test] Remove PytestReturnNotNoneWarning (#51327) 
(#51332)
     add 2bccaa39ae2 [v3-0-test] Restrict typing-extensions 4.14.0 to fix CI 
temporarily (#51342)
     add 16d5bc9ffe9 [v3-0-test] Add bundle path to sys.path in task runner 
(#51318) (#51341)
     add 7f2f7bd8ff9 Ensure that both public and ui dags endpoints map to 
DagService (#51226) (#51345)
     add bd525c076bc [v3-0-test] Add link to cadwyn issue created (#51354) 
(#51355)
     add e06fb664c04 Add "disappearing DAGs" section on FAQ doc (#49987)
     add eb14e914cc3 Fix doubel quote mtime in airflow-core/docs/faq.rst 
(#51293)
     add 8736769328f [v3-0-test] Bump structlog min to 25.4.0 and handle tests 
accordingly (#51306) (cherry picked from commit 
be50a017d53681d297733e76b1ef17800e9cb745)

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   (c9ecff3d7e0)
            \
             N -- N -- N   refs/heads/backport-be50a01-v3-0-test (8736769328f)

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/faq.rst                          |  31 ++++
 airflow-core/pyproject.toml                        |   3 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   2 +-
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |   2 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   | 109 +++++++------
 .../ui/openapi-gen/queries/ensureQueryData.ts      | 161 +++++++++---------
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts | 161 +++++++++---------
 .../src/airflow/ui/openapi-gen/queries/queries.ts  | 179 ++++++++++-----------
 .../src/airflow/ui/openapi-gen/queries/suspense.ts | 179 ++++++++++-----------
 .../ui/openapi-gen/requests/services.gen.ts        |  92 ++++++-----
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  64 ++++----
 .../ui/src/pages/Asset/CreateAssetEventModal.tsx   |   4 +-
 airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx  |   4 +-
 .../src/airflow/ui/src/queries/useDags.tsx         |   4 +-
 .../ui/src/queries/useRefreshOnNewDagRuns.ts       |   4 +-
 .../src/airflow/ui/src/queries/useTogglePause.ts   |   4 +-
 .../src/airflow/ui/src/queries/useTrigger.ts       |   4 +-
 airflow-ctl/pyproject.toml                         |   1 -
 pyproject.toml                                     |   1 -
 task-sdk/pyproject.toml                            |   1 -
 .../src/airflow/sdk/execution_time/supervisor.py   |   4 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |   5 +
 .../task_sdk/execution_time/test_supervisor.py     |  67 ++++++++
 .../task_sdk/execution_time/test_task_runner.py    |  49 ++++++
 24 files changed, 641 insertions(+), 494 deletions(-)

Reply via email to