This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1c73304bdf Fix runs-on array remaining specification (#26026)
add bcdc25dd3f Include scheduled slots in pools view (#26006)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/schemas/pool_schema.py | 6 ++++++
airflow/models/pool.py | 18 ++++++++++++++++++
airflow/www/views.py | 21 +++++++++++++++++++--
tests/api_connexion/endpoints/test_pool_endpoint.py | 11 +++++++++++
tests/api_connexion/schemas/test_pool_schemas.py | 3 +++
tests/api_connexion/test_auth.py | 2 ++
tests/www/views/test_views_pool.py | 5 +++++
7 files changed, 64 insertions(+), 2 deletions(-)