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 a697d78310c feat(i18n): add missing Taiwanese Mandarin translation
(#55401)
add cde507afbaf Make `batch_is_authorized_` methods team aware (#55306)
No new revisions were added by this update.
Summary of changes:
.../core_api/routes/public/import_error.py | 8 +-
.../src/airflow/api_fastapi/core_api/security.py | 123 ++++++++++++++-------
airflow-core/src/airflow/models/connection.py | 12 ++
airflow-core/src/airflow/models/dag.py | 11 ++
airflow-core/src/airflow/models/pool.py | 8 ++
airflow-core/src/airflow/models/variable.py | 10 ++
.../core_api/routes/public/test_import_error.py | 29 ++++-
.../unit/api_fastapi/core_api/test_security.py | 31 ++++--
airflow-core/tests/unit/models/test_connection.py | 15 +++
airflow-core/tests/unit/models/test_dag.py | 48 ++++++++
airflow-core/tests/unit/models/test_pool.py | 9 ++
airflow-core/tests/unit/models/test_variable.py | 9 ++
12 files changed, 257 insertions(+), 56 deletions(-)