This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6855b41605a Clear ti_summaries cache for a dagrun when a task instance
is deleted to fetch updated summary. (#55269)
add 3d5d8f37400 Fix bulk operation permissions for connection, pool and
variable (#55278)
No new revisions were added by this update.
Summary of changes:
.../docs/core-concepts/auth-manager/index.rst | 3 +
.../api_fastapi/auth/managers/base_auth_manager.py | 78 ++++++++++++
.../api_fastapi/auth/managers/models/batch_apis.py | 24 ++++
.../core_api/routes/public/connections.py | 4 +-
.../api_fastapi/core_api/routes/public/pools.py | 4 +-
.../core_api/routes/public/variables.py | 4 +-
.../src/airflow/api_fastapi/core_api/security.py | 110 ++++++++++++++++-
.../auth/managers/test_base_auth_manager.py | 64 ++++++++++
.../core_api/routes/public/test_connections.py | 14 ++-
.../core_api/routes/public/test_pools.py | 14 ++-
.../core_api/routes/public/test_variables.py | 14 ++-
.../unit/api_fastapi/core_api/test_security.py | 136 +++++++++++++++++++++
12 files changed, 459 insertions(+), 10 deletions(-)