This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
feature/drop-python3.8-support-core-and-providers-v2-10-backport
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 0127a8b86d7 Fix k8s requirements merge artifact
discard a24f4ad652e Found two more traces with Python 3.8 to be updated
discard 87c01e9ceae Drop python3.8 support core and providers - v2.10 backport
add c2311e794a8 [v2-10-test] Backport pull_requttest_target removal
(#45527)
add a417cce6bbd Drop python3.8 support core and providers - v2.10 backport
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0127a8b86d7)
\
N -- N -- N
refs/heads/feature/drop-python3.8-support-core-and-providers-v2-10-backport
(a417cce6bbd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.dockerignore | 7 +
.github/actions/breeze/action.yml | 9 +-
.github/actions/checkout_target_commit/action.yml | 81 --
.github/actions/install-pre-commit/action.yml | 59 +-
.github/actions/post_tests_success/action.yml | 4 +-
.github/actions/prepare_all_ci_images/action.yml | 68 ++
.../actions/prepare_breeze_and_image/action.yml | 48 +-
.github/actions/prepare_single_ci_image/action.yml | 56 +
.github/workflows/additional-ci-image-checks.yml | 33 +-
.github/workflows/additional-prod-image-tests.yml | 67 +-
.github/workflows/automatic-backport.yml | 78 ++
.github/workflows/backport-cli.yml | 125 ++
.github/workflows/basic-tests.yml | 181 ++-
.github/workflows/build-images.yml | 259 -----
.github/workflows/ci-image-build.yml | 129 ++-
...ic-checks-mypy-docs.yml => ci-image-checks.yml} | 144 ++-
.github/workflows/ci.yml | 445 ++++---
.github/workflows/codeql-analysis.yml | 53 +-
.github/workflows/finalize-tests.yml | 32 +-
.github/workflows/generate-constraints.yml | 43 +-
.github/workflows/helm-tests.yml | 25 +-
.github/workflows/integration-system-tests.yml | 209 ++++
.github/workflows/integration-tests.yml | 103 --
.github/workflows/k8s-tests.yml | 93 +-
.github/workflows/news-fragment.yml | 82 ++
.github/workflows/prod-image-build.yml | 155 ++-
.github/workflows/prod-image-extra-checks.yml | 17 +-
.github/workflows/push-image-cache.yml | 92 +-
.github/workflows/recheck-old-bug-report.yml | 1 +
.github/workflows/release_dockerhub_image.yml | 67 +-
.github/workflows/run-unit-tests.yml | 100 +-
.github/workflows/special-tests.yml | 171 +--
...ck-providers.yml => test-provider-packages.yml} | 187 ++-
.gitignore | 17 +-
.pre-commit-config.yaml | 339 ++----
Dockerfile | 116 +-
Dockerfile.ci | 228 +---
RELEASE_NOTES.rst | 77 +-
airflow/executors/executor_loader.py | 2 +-
.../fab/auth_manager/cli_commands/user_command.py | 8 +-
airflow/providers/influxdb/hooks/influxdb.py | 3 +-
airflow/providers/microsoft/azure/hooks/adx.py | 4 +-
airflow/providers/mongo/hooks/mongo.py | 8 +-
airflow/providers_manager.py | 1 -
airflow/reproducible_build.yaml | 4 +-
contributing-docs/03_contributors_quick_start.rst | 4 +-
contributing-docs/08_static_code_checks.rst | 510 ++++-----
contributing-docs/testing/helm_unit_tests.rst | 3 +-
contributing-docs/testing/integration_tests.rst | 68 +-
contributing-docs/testing/unit_tests.rst | 33 +-
dev/breeze/README.md | 88 +-
dev/breeze/doc/01_installation.rst | 70 +-
dev/breeze/doc/02_customizing.rst | 34 +
dev/breeze/doc/03_developer_tasks.rst | 15 +-
dev/breeze/doc/04_troubleshooting.rst | 47 +-
dev/breeze/doc/05_test_commands.rst | 188 +--
dev/breeze/doc/06_managing_docker_images.rst | 109 +-
dev/breeze/doc/09_release_management_tasks.rst | 54 +-
dev/breeze/doc/10_advanced_breeze_topics.rst | 8 +-
.../doc/adr/0016-use-uv-tool-to-install-breeze.md | 56 +
dev/breeze/doc/ci/01_ci_environment.md | 97 +-
dev/breeze/doc/ci/02_images.md | 151 ++-
dev/breeze/doc/ci/03_github_variables.md | 2 +-
dev/breeze/doc/ci/04_selective_checks.md | 176 +--
dev/breeze/doc/ci/05_workflows.md | 241 ++--
dev/breeze/doc/ci/06_debugging.md | 64 ++
dev/breeze/doc/ci/06_diagrams.md | 466 --------
dev/breeze/doc/ci/07_debugging.md | 88 --
dev/breeze/doc/ci/07_running_ci_locally.md | 187 +++
dev/breeze/doc/ci/08_running_ci_locally.md | 141 ---
dev/breeze/doc/ci/README.md | 5 +-
dev/breeze/doc/images/image_artifacts.png | Bin 0 -> 47666 bytes
dev/breeze/doc/images/output-commands.svg | 104 +-
dev/breeze/doc/images/output_ci-image.svg | 34 +-
dev/breeze/doc/images/output_ci-image.txt | 2 +-
dev/breeze/doc/images/output_ci-image_build.svg | 176 ++-
dev/breeze/doc/images/output_ci-image_build.txt | 2 +-
.../images/output_ci-image_export-mount-cache.svg | 118 ++
.../images/output_ci-image_export-mount-cache.txt | 1 +
.../images/output_ci-image_import-mount-cache.svg | 118 ++
.../images/output_ci-image_import-mount-cache.txt | 1 +
dev/breeze/doc/images/output_ci-image_load.svg | 202 ++++
dev/breeze/doc/images/output_ci-image_load.txt | 1 +
dev/breeze/doc/images/output_ci-image_pull.svg | 68 +-
dev/breeze/doc/images/output_ci-image_pull.txt | 2 +-
dev/breeze/doc/images/output_ci-image_save.svg | 136 +++
dev/breeze/doc/images/output_ci-image_save.txt | 1 +
dev/breeze/doc/images/output_ci-image_verify.svg | 56 +-
dev/breeze/doc/images/output_ci-image_verify.txt | 2 +-
dev/breeze/doc/images/output_ci.svg | 2 +-
.../output_ci_find-backtracking-candidates.svg | 2 +-
.../doc/images/output_ci_get-workflow-info.svg | 6 +-
dev/breeze/doc/images/output_compile-ui-assets.svg | 119 ++
dev/breeze/doc/images/output_compile-ui-assets.txt | 1 +
dev/breeze/doc/images/output_k8s.svg | 14 +-
.../doc/images/output_k8s_build-k8s-image.svg | 54 +-
.../doc/images/output_k8s_build-k8s-image.txt | 2 +-
.../doc/images/output_k8s_configure-cluster.svg | 6 +-
.../doc/images/output_k8s_configure-cluster.txt | 2 +-
.../doc/images/output_k8s_create-cluster.svg | 6 +-
.../doc/images/output_k8s_create-cluster.txt | 2 +-
.../doc/images/output_k8s_delete-cluster.svg | 4 +-
.../doc/images/output_k8s_delete-cluster.txt | 2 +-
.../doc/images/output_k8s_deploy-airflow.svg | 6 +-
.../doc/images/output_k8s_deploy-airflow.txt | 2 +-
dev/breeze/doc/images/output_k8s_k9s.svg | 4 +-
dev/breeze/doc/images/output_k8s_k9s.txt | 2 +-
dev/breeze/doc/images/output_k8s_logs.svg | 4 +-
dev/breeze/doc/images/output_k8s_logs.txt | 2 +-
.../doc/images/output_k8s_run-complete-tests.svg | 82 +-
.../doc/images/output_k8s_run-complete-tests.txt | 2 +-
dev/breeze/doc/images/output_k8s_shell.svg | 4 +-
dev/breeze/doc/images/output_k8s_shell.txt | 2 +-
dev/breeze/doc/images/output_k8s_status.svg | 4 +-
dev/breeze/doc/images/output_k8s_status.txt | 2 +-
dev/breeze/doc/images/output_k8s_tests.svg | 6 +-
dev/breeze/doc/images/output_k8s_tests.txt | 2 +-
.../doc/images/output_k8s_upload-k8s-image.svg | 6 +-
.../doc/images/output_k8s_upload-k8s-image.txt | 2 +-
dev/breeze/doc/images/output_prod-image.svg | 16 +-
dev/breeze/doc/images/output_prod-image.txt | 2 +-
dev/breeze/doc/images/output_prod-image_build.svg | 198 ++--
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
dev/breeze/doc/images/output_prod-image_load.svg | 182 +++
dev/breeze/doc/images/output_prod-image_load.txt | 1 +
dev/breeze/doc/images/output_prod-image_pull.svg | 68 +-
dev/breeze/doc/images/output_prod-image_pull.txt | 2 +-
dev/breeze/doc/images/output_prod-image_save.svg | 136 +++
dev/breeze/doc/images/output_prod-image_save.txt | 1 +
dev/breeze/doc/images/output_prod-image_verify.svg | 56 +-
dev/breeze/doc/images/output_prod-image_verify.txt | 2 +-
.../doc/images/output_release-management.svg | 2 +-
...put_release-management_generate-constraints.svg | 58 +-
...put_release-management_generate-constraints.txt | 2 +-
...management_generate-issue-content-providers.svg | 10 +-
...ease-management_generate-providers-metadata.svg | 6 +-
...elease-management_install-provider-packages.svg | 88 +-
...elease-management_install-provider-packages.txt | 2 +-
..._release-management_prepare-airflow-tarball.svg | 4 +-
...elease-management_prepare-provider-packages.svg | 52 +-
...elease-management_prepare-provider-packages.txt | 2 +-
.../output_release-management_start-rc-process.svg | 20 +-
.../output_release-management_start-rc-process.txt | 2 +-
...release-management_verify-provider-packages.svg | 86 +-
...release-management_verify-provider-packages.txt | 2 +-
dev/breeze/doc/images/output_sbom.svg | 18 +-
.../output_sbom_export-dependency-information.svg | 86 +-
.../output_sbom_export-dependency-information.txt | 2 +-
.../output_setup_check-all-params-in-groups.svg | 76 +-
.../output_setup_check-all-params-in-groups.txt | 2 +-
dev/breeze/doc/images/output_setup_config.svg | 26 +-
dev/breeze/doc/images/output_setup_config.txt | 2 +-
.../output_setup_regenerate-command-images.svg | 82 +-
.../output_setup_regenerate-command-images.txt | 2 +-
dev/breeze/doc/images/output_shell.svg | 254 ++--
dev/breeze/doc/images/output_shell.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.svg | 210 ++--
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
dev/breeze/doc/images/output_static-checks.svg | 186 ++-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/doc/images/output_testing.svg | 38 +-
dev/breeze/doc/images/output_testing.txt | 2 +-
.../output_testing_core-integration-tests.svg | 256 +++++
.../output_testing_core-integration-tests.txt | 1 +
.../doc/images/output_testing_core-tests.svg | 484 ++++++++
.../doc/images/output_testing_core-tests.txt | 1 +
dev/breeze/doc/images/output_testing_db-tests.svg | 504 --------
dev/breeze/doc/images/output_testing_db-tests.txt | 1 -
.../images/output_testing_docker-compose-tests.svg | 44 +-
.../images/output_testing_docker-compose-tests.txt | 2 +-
.../doc/images/output_testing_helm-tests.svg | 44 +-
.../doc/images/output_testing_helm-tests.txt | 2 +-
.../images/output_testing_integration-tests.svg | 252 ----
.../images/output_testing_integration-tests.txt | 1 -
.../doc/images/output_testing_non-db-tests.svg | 464 --------
.../doc/images/output_testing_non-db-tests.txt | 1 -
.../output_testing_providers-integration-tests.svg | 260 +++++
.../output_testing_providers-integration-tests.txt | 1 +
.../doc/images/output_testing_providers-tests.svg | 524 +++++++++
.../doc/images/output_testing_providers-tests.txt | 1 +
.../output_testing_python-api-client-tests.svg | 224 ++++
.../output_testing_python-api-client-tests.txt | 1 +
.../doc/images/output_testing_system-tests.svg | 240 ++++
.../doc/images/output_testing_system-tests.txt | 1 +
dev/breeze/doc/images/output_testing_tests.svg | 576 ----------
dev/breeze/doc/images/output_testing_tests.txt | 1 -
dev/breeze/pyproject.toml | 5 +-
.../src/airflow_breeze/commands/ci_commands.py | 12 -
.../airflow_breeze/commands/ci_image_commands.py | 330 +++++-
.../commands/ci_image_commands_config.py | 56 +-
.../commands/common_image_options.py | 84 +-
.../src/airflow_breeze/commands/common_options.py | 71 +-
.../airflow_breeze/commands/developer_commands.py | 133 ++-
.../commands/developer_commands_config.py | 23 +-
.../airflow_breeze/commands/kubernetes_commands.py | 102 +-
.../commands/kubernetes_commands_config.py | 2 -
.../src/airflow_breeze/commands/main_command.py | 6 +-
.../commands/production_image_commands.py | 168 ++-
.../commands/production_image_commands_config.py | 35 +-
.../commands/release_candidate_command.py | 12 +-
.../commands/release_management_commands.py | 174 ++-
.../commands/release_management_commands_config.py | 6 +-
.../src/airflow_breeze/commands/sbom_commands.py | 318 ++++-
.../commands/sbom_commands_config.py | 26 +-
.../src/airflow_breeze/commands/setup_commands.py | 19 +-
.../commands/setup_commands_config.py | 1 -
.../airflow_breeze/commands/testing_commands.py | 814 ++++++++-----
.../commands/testing_commands_config.py | 423 +++----
.../src/airflow_breeze/configure_rich_click.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 174 +--
.../src/airflow_breeze/params/build_ci_params.py | 2 -
.../src/airflow_breeze/params/build_prod_params.py | 18 +-
.../airflow_breeze/params/common_build_params.py | 30 +-
.../src/airflow_breeze/params/shell_params.py | 108 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 23 +-
.../prepare_providers/provider_documentation.py | 194 +++-
.../prepare_providers/provider_packages.py | 36 +-
.../provider_issue_TEMPLATE.md.jinja2 | 4 +-
.../templates/CHANGELOG_TEMPLATE.rst.jinja2 | 10 +
.../PROVIDER_CHANGELOG_TEMPLATE.rst.jinja2 | 3 +-
.../templates/PROVIDER_COMMITS_TEMPLATE.rst.jinja2 | 5 +-
.../templates/PROVIDER_README_TEMPLATE.rst.jinja2 | 3 +-
.../templates/get_provider_info_TEMPLATE.py.jinja2 | 3 +-
.../templates/pyproject_TEMPLATE.toml.jinja2 | 5 +-
dev/breeze/src/airflow_breeze/utils/black_utils.py | 4 +-
dev/breeze/src/airflow_breeze/utils/cdxgen.py | 123 +-
dev/breeze/src/airflow_breeze/utils/console.py | 9 +-
.../airflow_breeze/utils/docker_command_utils.py | 21 +-
.../src/airflow_breeze/utils/functools_cache.py | 23 +-
dev/breeze/src/airflow_breeze/utils/github.py | 126 ++
dev/breeze/src/airflow_breeze/utils/image.py | 59 +-
.../src/airflow_breeze/utils/kubernetes_utils.py | 7 +-
.../utils/mark_image_as_refreshed.py | 2 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 202 +++-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 25 +-
dev/breeze/src/airflow_breeze/utils/platforms.py | 6 +-
.../utils/projects_google_spreadsheet.py | 252 ++++
.../airflow_breeze/utils/provider_dependencies.py | 9 +-
.../airflow_breeze/utils/publish_docs_helpers.py | 36 +-
.../src/airflow_breeze/utils/python_versions.py | 13 -
dev/breeze/src/airflow_breeze/utils/run_tests.py | 338 +++---
dev/breeze/src/airflow_breeze/utils/run_utils.py | 157 ++-
.../src/airflow_breeze/utils/selective_checks.py | 474 +++++---
.../src/airflow_breeze/utils/spelling_checks.py | 4 +-
.../src/airflow_breeze/utils/version_utils.py | 54 +
dev/breeze/src/airflow_breeze/utils/versions.py | 2 +-
.../src/airflow_breeze/utils/virtualenv_utils.py | 12 +-
dev/breeze/tests/conftest.py | 9 +
dev/breeze/tests/test_cache.py | 2 +-
dev/breeze/tests/test_docker_command_utils.py | 22 +
dev/breeze/tests/test_packages.py | 74 +-
dev/breeze/tests/test_provider_documentation.py | 30 +-
.../tests/test_pytest_args_for_test_types.py | 294 +++--
dev/breeze/tests/test_run_test_args.py | 94 ++
dev/breeze/tests/test_selective_checks.py | 1209 ++++++++------------
dev/breeze/tests/test_shell_params.py | 20 -
dev/breeze/uv.lock | 638 +++++++----
dev/stats/explore_pr_candidates.ipynb | 38 +-
.../guides/developer.rst | 9 +-
docs/apache-airflow/core-concepts/dag-run.rst | 1 +
docs/apache-airflow/core-concepts/dags.rst | 1 +
docs/apache-airflow/core-concepts/tasks.rst | 6 +-
hatch_build.py | 3 +-
pyproject.toml | 52 +-
scripts/ci/cleanup_docker.sh | 5 +-
scripts/ci/constraints/ci_commit_constraints.sh | 3 -
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/docker-compose/devcontainer.env | 4 -
scripts/ci/docker-compose/forward-credentials.yml | 1 +
...on-openlineage.yml => integration-keycloak.yml} | 59 +-
.../ci/docker-compose/integration-openlineage.yml | 4 +-
.../ci/docker-compose/keycloak/init-keycloak-db.sh | 20 +-
.../docker-compose/keycloak/keycloak-entrypoint.sh | 45 +
.../docker-compose/providers-and-tests-sources.yml | 5 +-
.../ci_start_arm_instance_and_connect_to_docker.sh | 91 --
scripts/ci/install_breeze.sh | 10 +-
.../pre_commit/base_operator_partial_arguments.py | 164 ---
scripts/ci/pre_commit/boring_cyborg.py | 19 +-
.../check_cncf_k8s_used_for_k8s_executor_only.py | 7 +-
.../ci/pre_commit/check_common_sql_dependency.py | 30 +-
scripts/ci/pre_commit/check_deferrable_default.py | 128 ---
scripts/ci/pre_commit/check_deprecations.py | 194 ----
.../ci/pre_commit/check_imports_in_providers.py | 105 ++
scripts/ci/pre_commit/check_pre_commit_hooks.py | 2 +-
scripts/ci/pre_commit/check_provider_yaml_files.py | 15 +-
.../check_providers_subpackages_all_have_init.py | 44 +-
scripts/ci/pre_commit/check_system_tests.py | 10 +-
.../check_system_tests_hidden_in_index.py | 4 +-
...ation_reference.py => check_template_fields.py} | 19 +-
.../ci/pre_commit/check_tests_in_right_folders.py | 1 +
.../ci/pre_commit/check_ti_vs_tis_attributes.py | 5 +-
scripts/ci/pre_commit/checkout_no_credentials.py | 7 +
scripts/ci/pre_commit/common_precommit_utils.py | 45 +
...{compile_www_assets.py => compile_ui_assets.py} | 39 +-
...pile_www_assets.py => compile_ui_assets_dev.py} | 65 +-
scripts/ci/pre_commit/compile_www_assets.py | 17 +-
.../decorator_operator_implements_custom_name.py | 2 +-
scripts/ci/pre_commit/generate_airflow_diagrams.py | 14 +-
scripts/ci/pre_commit/helm_lint.py | 2 +-
scripts/ci/pre_commit/kubeconform.py | 2 +-
scripts/ci/pre_commit/{www_lint.py => lint_ui.py} | 13 +-
scripts/ci/pre_commit/{www_lint.py => lint_www.py} | 0
scripts/ci/pre_commit/migration_reference.py | 14 +-
scripts/ci/pre_commit/mypy_folder.py | 21 +-
scripts/ci/pre_commit/sync_init_decorator.py | 197 ----
scripts/ci/pre_commit/update_build_dependencies.py | 110 --
.../ci/pre_commit/update_common_sql_api_stubs.py | 8 +-
scripts/ci/pre_commit/update_er_diagram.py | 13 +-
scripts/ci/pre_commit/update_example_dags_paths.py | 13 +-
scripts/ci/pre_commit/update_installers.py | 152 ---
.../pre_commit/update_installers_and_pre_commit.py | 189 +++
.../ci/pre_commit/update_providers_build_files.py | 112 ++
scripts/ci/pre_commit/validate_operators_init.py | 8 +-
scripts/ci/pre_commit/vendor_k8s_json_schema.py | 2 +-
scripts/ci/pre_commit/version_heads_map.py | 82 +-
...retry.sh => run_breeze_command_with_retries.sh} | 40 +-
.../ci/testing/run_integration_tests_with_retry.sh | 15 +-
.../run_system_tests.sh} | 18 +-
scripts/ci/testing/run_unit_tests.sh | 140 +++
.../free_up_disk_space.sh} | 31 +-
tests/api_connexion/test_auth.py | 6 +-
tests/operators/test_bash.py | 1 +
tests/plugins/test_plugins_manager.py | 5 +-
tests/sensors/test_external_task_sensor.py | 5 +-
.../providers/papermill/input_notebook.ipynb | 2 +-
325 files changed, 13373 insertions(+), 11106 deletions(-)
delete mode 100644 .github/actions/checkout_target_commit/action.yml
create mode 100644 .github/actions/prepare_all_ci_images/action.yml
create mode 100644 .github/actions/prepare_single_ci_image/action.yml
create mode 100644 .github/workflows/automatic-backport.yml
create mode 100644 .github/workflows/backport-cli.yml
delete mode 100644 .github/workflows/build-images.yml
rename .github/workflows/{static-checks-mypy-docs.yml => ci-image-checks.yml}
(72%)
create mode 100644 .github/workflows/integration-system-tests.yml
delete mode 100644 .github/workflows/integration-tests.yml
create mode 100644 .github/workflows/news-fragment.yml
rename .github/workflows/{check-providers.yml => test-provider-packages.yml}
(57%)
create mode 100644 dev/breeze/doc/adr/0016-use-uv-tool-to-install-breeze.md
create mode 100644 dev/breeze/doc/ci/06_debugging.md
delete mode 100644 dev/breeze/doc/ci/06_diagrams.md
delete mode 100644 dev/breeze/doc/ci/07_debugging.md
create mode 100644 dev/breeze/doc/ci/07_running_ci_locally.md
delete mode 100644 dev/breeze/doc/ci/08_running_ci_locally.md
create mode 100644 dev/breeze/doc/images/image_artifacts.png
create mode 100644 dev/breeze/doc/images/output_ci-image_export-mount-cache.svg
create mode 100644 dev/breeze/doc/images/output_ci-image_export-mount-cache.txt
create mode 100644 dev/breeze/doc/images/output_ci-image_import-mount-cache.svg
create mode 100644 dev/breeze/doc/images/output_ci-image_import-mount-cache.txt
create mode 100644 dev/breeze/doc/images/output_ci-image_load.svg
create mode 100644 dev/breeze/doc/images/output_ci-image_load.txt
create mode 100644 dev/breeze/doc/images/output_ci-image_save.svg
create mode 100644 dev/breeze/doc/images/output_ci-image_save.txt
create mode 100644 dev/breeze/doc/images/output_compile-ui-assets.svg
create mode 100644 dev/breeze/doc/images/output_compile-ui-assets.txt
create mode 100644 dev/breeze/doc/images/output_prod-image_load.svg
create mode 100644 dev/breeze/doc/images/output_prod-image_load.txt
create mode 100644 dev/breeze/doc/images/output_prod-image_save.svg
create mode 100644 dev/breeze/doc/images/output_prod-image_save.txt
create mode 100644
dev/breeze/doc/images/output_testing_core-integration-tests.svg
create mode 100644
dev/breeze/doc/images/output_testing_core-integration-tests.txt
create mode 100644 dev/breeze/doc/images/output_testing_core-tests.svg
create mode 100644 dev/breeze/doc/images/output_testing_core-tests.txt
delete mode 100644 dev/breeze/doc/images/output_testing_db-tests.svg
delete mode 100644 dev/breeze/doc/images/output_testing_db-tests.txt
delete mode 100644 dev/breeze/doc/images/output_testing_integration-tests.svg
delete mode 100644 dev/breeze/doc/images/output_testing_integration-tests.txt
delete mode 100644 dev/breeze/doc/images/output_testing_non-db-tests.svg
delete mode 100644 dev/breeze/doc/images/output_testing_non-db-tests.txt
create mode 100644
dev/breeze/doc/images/output_testing_providers-integration-tests.svg
create mode 100644
dev/breeze/doc/images/output_testing_providers-integration-tests.txt
create mode 100644 dev/breeze/doc/images/output_testing_providers-tests.svg
create mode 100644 dev/breeze/doc/images/output_testing_providers-tests.txt
create mode 100644
dev/breeze/doc/images/output_testing_python-api-client-tests.svg
create mode 100644
dev/breeze/doc/images/output_testing_python-api-client-tests.txt
create mode 100644 dev/breeze/doc/images/output_testing_system-tests.svg
create mode 100644 dev/breeze/doc/images/output_testing_system-tests.txt
delete mode 100644 dev/breeze/doc/images/output_testing_tests.svg
delete mode 100644 dev/breeze/doc/images/output_testing_tests.txt
rename scripts/ci/pre_commit/check_providers_init.py =>
dev/breeze/src/airflow_breeze/utils/functools_cache.py (66%)
mode change 100755 => 100644
create mode 100644
dev/breeze/src/airflow_breeze/utils/projects_google_spreadsheet.py
create mode 100644 dev/breeze/tests/test_run_test_args.py
copy scripts/ci/docker-compose/{integration-openlineage.yml =>
integration-keycloak.yml} (50%)
copy dev/breeze/tests/conftest.py =>
scripts/ci/docker-compose/keycloak/init-keycloak-db.sh (70%)
mode change 100644 => 100755
create mode 100755 scripts/ci/docker-compose/keycloak/keycloak-entrypoint.sh
delete mode 100755
scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh
delete mode 100755 scripts/ci/pre_commit/base_operator_partial_arguments.py
delete mode 100755 scripts/ci/pre_commit/check_deferrable_default.py
delete mode 100755 scripts/ci/pre_commit/check_deprecations.py
create mode 100755 scripts/ci/pre_commit/check_imports_in_providers.py
copy scripts/ci/pre_commit/{migration_reference.py =>
check_template_fields.py} (72%)
copy scripts/ci/pre_commit/{compile_www_assets.py => compile_ui_assets.py}
(63%)
copy scripts/ci/pre_commit/{compile_www_assets.py => compile_ui_assets_dev.py}
(50%)
copy scripts/ci/pre_commit/{www_lint.py => lint_ui.py} (73%)
rename scripts/ci/pre_commit/{www_lint.py => lint_www.py} (100%)
delete mode 100755 scripts/ci/pre_commit/sync_init_decorator.py
delete mode 100755 scripts/ci/pre_commit/update_build_dependencies.py
delete mode 100755 scripts/ci/pre_commit/update_installers.py
create mode 100755 scripts/ci/pre_commit/update_installers_and_pre_commit.py
create mode 100755 scripts/ci/pre_commit/update_providers_build_files.py
copy scripts/ci/testing/{run_integration_tests_with_retry.sh =>
run_breeze_command_with_retries.sh} (57%)
copy scripts/ci/{cleanup_docker.sh => testing/run_system_tests.sh} (71%)
create mode 100755 scripts/ci/testing/run_unit_tests.sh
rename scripts/{ci/images/ci_stop_arm_instance.sh =>
tools/free_up_disk_space.sh} (56%)