This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from d07392fe15 Fix dag-processor fetch metabase config (#23575)
     new eb49d31fc1 Fix property name in breeze Shell Params (#23696)
     new 09142845cf Add environment check and build image check for more Breeze 
commands (#23687)
     new 4bf3aeee6e Change `Github` to `GitHub` (#23764)
     new 8e0b730385 Add tagging image as latest for CI image wait (#23775)
     new ec92aa9707 Further speed up fixing ownership in CI (#23782)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build-images.yml                 |   3 +-
 .github/workflows/ci.yml                           |   5 +-
 CI.rst                                             |   4 +-
 COMMITTERS.rst                                     |  10 +-
 IMAGES.rst                                         |   2 +-
 .../github/example_dags/example_github.py          |   2 +-
 airflow/providers/github/hooks/github.py           |   6 +-
 airflow/providers/github/provider.yaml             |   2 +-
 airflow/providers/github/sensors/github.py         |   6 +-
 dev/assign_cherry_picked_prs_with_milestone.py     |   4 +-
 .../0002-implement-standalone-python-command.md    |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  25 +++--
 .../configuration_and_maintenance_commands.py      |  14 +--
 .../airflow_breeze/commands/developer_commands.py  |  37 ++++----
 .../commands/production_image_commands.py          |  11 ++-
 .../commands/release_management_commands.py        |  24 ++++-
 .../airflow_breeze/commands/testing_commands.py    |  10 +-
 .../src/airflow_breeze/configure_rich_click.py     |   8 +-
 .../airflow_breeze/params/_common_build_params.py  |   1 +
 .../src/airflow_breeze/params/shell_params.py      |   9 +-
 .../src/airflow_breeze/utils/common_options.py     |   2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  16 ++--
 .../utils/{pulll_image.py => image.py}             | 101 ++++++++++++++++++---
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |   4 +-
 dev/prepare_bulk_issues.py                         |   2 +-
 dev/prepare_release_issue.py                       |   2 +-
 dev/provider_packages/prepare_provider_packages.py |   2 +-
 ...calculate_statistics_provider_testing_issues.py |   2 +-
 docs/apache-airflow-providers-github/commits.rst   |   2 +-
 .../connections/github.rst                         |   6 +-
 docs/apache-airflow-providers-github/index.rst     |   2 +-
 .../operators/index.rst                            |   4 +-
 docs/apache-airflow/extra-packages-ref.rst         |   2 +-
 docs/apache-airflow/security/webserver.rst         |   6 +-
 docs/helm-chart/manage-dags-files.rst              |   6 +-
 images/breeze/output-commands-hash.txt             |   2 +-
 scripts/ci/libraries/_parallel.sh                  |   2 +-
 37 files changed, 232 insertions(+), 116 deletions(-)
 rename dev/breeze/src/airflow_breeze/utils/{pulll_image.py => image.py} (67%)

Reply via email to