This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f099bea9fa Fix failure of selective checks when only API has been
modified (#40904)
add 6684481c67 AIP-44 make database isolation mode work in Breeze (#40894)
No new revisions were added by this update.
Summary of changes:
Dockerfile.ci | 3 +--
airflow/__main__.py | 16 ++++++++++++++++
airflow/api_internal/endpoints/rpc_api_endpoint.py | 1 -
airflow/api_internal/internal_api_call.py | 8 +++++---
airflow/cli/commands/internal_api_command.py | 2 +-
airflow/cli/commands/scheduler_command.py | 2 --
airflow/cli/commands/task_command.py | 15 ++++++++-------
airflow/models/taskinstance.py | 1 -
.../fab/auth_manager/security_manager/override.py | 4 ++--
airflow/serialization/pydantic/taskinstance.py | 6 +++---
airflow/settings.py | 16 +++++++++-------
airflow/utils/types.py | 2 +-
airflow/www/app.py | 2 +-
scripts/docker/entrypoint_ci.sh | 3 +--
tests/api_internal/test_internal_api_call.py | 2 +-
15 files changed, 49 insertions(+), 34 deletions(-)