This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a change to branch backport-406be1c-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c203a331f03 [v3-1-test] Release Notes change (#57895) (cherry picked
from commit 406be1c)
add 9d3e032f93e Fix scheduler using stale max_active_runs from
SerializedDAG (#57619) (#57959)
add de5611c2954 [v3-1-test] Add number of queries guard for ui config
(#57868) (#57918)
add cad3084a5b8 [v3-1-test] Add number of queries guard for ui connections
(#57869) (#57882)
add f1774a5d38f [v3-1-test] Add number of queries guard for ui
dependencies (#57957) (#57972)
add 7abab8b54cc [v3-1-test] Release Notes change (#57895) (cherry picked
from commit 406be1c)
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 (c203a331f03)
\
N -- N -- N refs/heads/backport-406be1c-v3-1-test (7abab8b54cc)
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:
.../src/airflow/jobs/scheduler_job_runner.py | 6 +-
.../api_fastapi/core_api/routes/ui/test_config.py | 4 +-
.../core_api/routes/ui/test_connections.py | 4 +-
.../core_api/routes/ui/test_dependencies.py | 10 ++-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 99 ++++++++++++++++++++++
5 files changed, 116 insertions(+), 7 deletions(-)