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 e5034857eef Enable ruff PLW0211 rule (#57522)
add 19809dd4621 Support PR number with use-airflow-version in Breeze
(#57667)
No new revisions were added by this update.
Summary of changes:
dev/breeze/doc/images/output-commands.svg | 4 +-
...e-management_install-provider-distributions.svg | 74 +++++++--------
...e-management_install-provider-distributions.txt | 2 +-
...se-management_verify-provider-distributions.svg | 56 ++++++------
...se-management_verify-provider-distributions.txt | 2 +-
dev/breeze/doc/images/output_shell.svg | 100 +++++++++++----------
dev/breeze/doc/images/output_shell.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.svg | 76 ++++++++--------
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
.../doc/images/output_testing_core-tests.svg | 56 ++++++------
.../doc/images/output_testing_core-tests.txt | 2 +-
.../doc/images/output_testing_providers-tests.svg | 74 +++++++--------
.../doc/images/output_testing_providers-tests.txt | 2 +-
.../doc/images/output_testing_system-tests.svg | 56 ++++++------
.../doc/images/output_testing_system-tests.txt | 2 +-
.../src/airflow_breeze/commands/common_options.py | 5 +-
dev/breeze/src/airflow_breeze/global_constants.py | 1 +
.../src/airflow_breeze/utils/custom_param_types.py | 7 +-
dev/breeze/tests/test_use_airflow_version.py | 54 +++++++++++
.../in_container/install_airflow_and_providers.py | 92 +++++++++++++++++--
20 files changed, 416 insertions(+), 253 deletions(-)
create mode 100644 dev/breeze/tests/test_use_airflow_version.py