This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e0eaa604f49 Rename list_jobs method to describe_jobs in GlueJobHook
(#48904)
add b58f027cbf3 Fix default base value (#49013)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api_fastapi/app.py | 6 ++---
.../auth/managers/simple/routes/login.py | 2 +-
.../auth/managers/simple/simple_auth_manager.py | 2 +-
.../auth/managers/simple/ui/src/router.tsx | 8 +++++-
.../src/airflow/api_fastapi/core_api/app.py | 3 +--
.../api_fastapi/core_api/routes/public/auth.py | 3 ++-
.../src/airflow/api_fastapi/core_api/security.py | 31 +++++++++++++++-------
.../src/airflow/config_templates/config.yml | 4 +--
airflow-core/src/airflow/models/taskinstance.py | 2 +-
airflow-core/src/airflow/ui/src/main.tsx | 8 +++++-
airflow-core/src/airflow/utils/helpers.py | 2 +-
.../core_api/routes/public/test_auth.py | 5 ++--
.../unit/api_fastapi/core_api/test_security.py | 5 +++-
airflow-core/tests/unit/utils/test_helpers.py | 2 +-
.../src/airflow_breeze/params/shell_params.py | 1 -
.../amazon/aws/auth_manager/aws_auth_manager.py | 2 +-
.../amazon/aws/auth_manager/router/login.py | 2 +-
.../aws/auth_manager/test_aws_auth_manager.py | 2 +-
.../providers/fab/auth_manager/fab_auth_manager.py | 2 +-
.../fab/src/airflow/providers/fab/www/views.py | 2 +-
.../unit/fab/auth_manager/test_fab_auth_manager.py | 4 +--
.../unit/standard/operators/test_trigger_dagrun.py | 2 +-
22 files changed, 63 insertions(+), 37 deletions(-)