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

potiuk pushed a change to branch 
dependabot/github_actions/github-actions-updates-493fc6dc58
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard c2e35a7b5a8 Bump the github-actions-updates group with 3 updates
     add ce1270b96fd Return 410 Gone for heartbeat when cleared TI exists in 
TIH (#61631)
     add 7d9819c0bba remove duplicte import (#63845)
     add 4b7b998e221 Clean up CeleryExecutor to use workload terminology and 
typing (#63888)
     add 9c57461be8f docs: warn about plugins folder sys.modules registration 
in modules_management.rst (#63682)
     add f5ccebc8362 Fix N+1 query pattern in task instance states and count 
endpoints (#60352)
     add 0a17181065d Add unpause dag for trigger_dag method (#64694)
     add 8c4c9908b8c Add `breeze pr stats` command for open PR statistics by 
area (#64667)
     add d4007e58bc2 Improve auto-triage: always include drafts, close stale 
ones, prefetch next page, show reviews (#64669)
     add 3cf4f51c2f0 Simplify ci_image_build and add test coverage for remote 
logging e2e (#64697)
     add 5147383eae9 More precise wording in newsfragments (#64700)
     add f1ac27af8b5 Fix pytest in Yandexcloud if 0.384.0 (#64696)
     add d7613366d42 Bump the github-actions-updates group with 3 updates

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   (c2e35a7b5a8)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/github-actions-updates-493fc6dc58 
(d7613366d42)

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:
 .../modules_management.rst                         |   40 +-
 .../execution_api/routes/task_instances.py         |   48 +-
 .../versions/head/test_task_instances.py           |   44 +
 .../airflow_e2e_tests/e2e_test_utils/clients.py    |    3 +
 chart/newsfragments/61915.significant.rst          |    2 +-
 chart/newsfragments/61961.significant.rst          |    2 +-
 chart/newsfragments/61962.significant.rst          |    2 +-
 dev/breeze/doc/13_pr_tasks.rst                     |   60 +-
 dev/breeze/doc/images/output_pr.svg                |   12 +-
 dev/breeze/doc/images/output_pr.txt                |    2 +-
 dev/breeze/doc/images/output_pr_auto-triage.svg    |   76 +-
 dev/breeze/doc/images/output_pr_auto-triage.txt    |    2 +-
 dev/breeze/doc/images/output_pr_stats.svg          |  116 ++
 dev/breeze/doc/images/output_pr_stats.txt          |    1 +
 .../output_setup_check-all-params-in-groups.svg    |   74 +-
 .../output_setup_check-all-params-in-groups.txt    |    2 +-
 .../output_setup_regenerate-command-images.svg     |    6 +-
 .../output_setup_regenerate-command-images.txt     |    2 +-
 .../src/airflow_breeze/commands/pr_commands.py     | 1804 ++++++++++++++++++--
 .../airflow_breeze/commands/pr_commands_config.py  |   14 +-
 dev/breeze/src/airflow_breeze/utils/confirm.py     |   20 +-
 dev/breeze/src/airflow_breeze/utils/llm_utils.py   |    4 +-
 dev/breeze/src/airflow_breeze/utils/pr_cache.py    |   19 +-
 dev/breeze/src/airflow_breeze/utils/pr_display.py  |   14 +
 dev/breeze/src/airflow_breeze/utils/pr_models.py   |   12 +-
 .../src/airflow_breeze/utils/selective_checks.py   |    4 +-
 dev/breeze/src/airflow_breeze/utils/tui_display.py |   23 +-
 dev/breeze/tests/test_selective_checks.py          |    5 +
 providers/celery/provider.yaml                     |    2 +-
 .../providers/celery/executors/celery_executor.py  |  131 +-
 .../celery/executors/celery_executor_utils.py      |   58 +-
 .../celery/executors/celery_kubernetes_executor.py |    2 +-
 .../airflow/providers/celery/get_provider_info.py  |    2 +-
 .../integration/celery/test_celery_executor.py     |   83 +-
 .../unit/celery/executors/test_celery_executor.py  |  130 +-
 .../yandex/tests/unit/yandex/hooks/test_yandex.py  |    2 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |    2 +-
 .../tests/task_sdk/docs/test_docs_inventory.py     |    1 -
 uv.lock                                            |   14 +-
 39 files changed, 2325 insertions(+), 515 deletions(-)
 create mode 100644 dev/breeze/doc/images/output_pr_stats.svg
 create mode 100644 dev/breeze/doc/images/output_pr_stats.txt

Reply via email to