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

bugraoz pushed a change to branch backport-203acbb-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 4952e8c9281 [v3-1-test] Add pause and unpause commands for dags 
(#57685)
     add 0e65fa71e99 [v3-1-test] Add number of queries guard for public hitls 
(#57549) (#57738)
     add 882bf0f13f4 [v3-1-test] Fix duplicate mention of 'Dags' and 'tasks' in 
overview.rst (#57524) (#57793)
     add 8f022905832 Add number of queries guard in public dag version list 
endpoints (#57500) (#57735)
     add e3cd986be0d [v3-1-test] Add number of queries guard for public tasks 
(#57646) (#57664)
     add df5d1c7f650 Add number of queries guard in public task instances list 
endpoints (#57645) (#57794)
     add 976355ff765 [v3-1-test] Update release docs to reflect versioning 
decision and yanked versions (#57677) (#57686)
     add f1c68f83809 [v3-1-test] Fix loading providers hooks fields w/o FAB 
provider installed (#57717) (#57830)
     add 874a9483b68 [v3-1-test] Minor fixes for the release candidate command 
(#57806) (#57849)
     add 55bc07859f9 [v3-1-test] Change airflowctl version to 0.* (#57773) 
(#57829)
     add 3d852039723 [v3-1-test] Update version of Grafana and statsd-exporter 
used for `--integration statsd` (#57855) (#57858)
     add e2f556c3d56 [v3-1-test] Configure uvicorn `timeout_worker_healthcheck` 
from worker-timeout CLI option (#57731) (#57854)
     add 918906bfd36 [v3-1-test] Add pause and unpause commands for dags 
(#57685)

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   (4952e8c9281)
            \
             N -- N -- N   refs/heads/backport-203acbb-v3-1-test (918906bfd36)

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/core-concepts/overview.rst       |  4 +-
 airflow-core/pyproject.toml                        |  1 +
 .../api_fastapi/common/db/task_instances.py        | 39 +++++----
 .../core_api/routes/public/dag_versions.py         |  2 +-
 .../api_fastapi/core_api/routes/public/hitl.py     |  7 +-
 .../core_api/routes/public/task_instances.py       | 17 ++--
 .../core_api/services/ui/connections.py            | 98 ++++++++--------------
 .../src/airflow/cli/commands/api_server_command.py |  1 +
 .../core_api/routes/public/test_dag_versions.py    | 24 ++++--
 .../core_api/routes/public/test_hitl.py            |  7 +-
 .../core_api/routes/public/test_task_instances.py  | 91 ++++++++++++++------
 .../core_api/routes/public/test_tasks.py           | 26 ++++--
 .../unit/cli/commands/test_api_server_command.py   |  2 +
 airflow-ctl/RELEASE_NOTES.rst                      |  4 +-
 airflow-ctl/docs/changelog.rst                     |  2 +-
 airflow-ctl/src/airflowctl/__init__.py             |  2 +-
 .../ctl/commands/test_version_command.py           |  2 +-
 dev/README_RELEASE_AIRFLOW.md                      |  4 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   |  7 ++
 .../output_release-management_start-rc-process.svg | 24 +++---
 .../output_release-management_start-rc-process.txt |  2 +-
 .../commands/release_candidate_command.py          | 18 +++-
 .../commands/release_management_commands_config.py |  1 +
 scripts/ci/docker-compose/integration-statsd.yml   |  4 +-
 24 files changed, 229 insertions(+), 160 deletions(-)
 copy task-sdk/tests/task_sdk/dags/super_basic_run.py => 
airflow-core/src/airflow/api_fastapi/common/db/task_instances.py (50%)

Reply via email to