This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch switch-to-hatch
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 87c8d24423 Standardize airflow build process and switch to Hatchling
build backend
add 11c46fd2ec Upgrade to latest ruff and remove ISC001 warning from
output (#36649)
add 299950ee7f Standardize airflow build process and switch to Hatchling
build backend
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 (87c8d24423)
\
N -- N -- N refs/heads/switch-to-hatch (299950ee7f)
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:
.pre-commit-config.yaml | 32 ++--
STATIC_CODE_CHECKS.rst | 4 +-
airflow/contrib/operators/__init__.py | 189 ++++++++------------
airflow/contrib/secrets/__init__.py | 2 +-
airflow/contrib/sensors/__init__.py | 10 +-
airflow/contrib/utils/__init__.py | 4 +-
dev/breeze/README.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../airflow_breeze/commands/developer_commands.py | 12 +-
.../commands/developer_commands_config.py | 2 +-
.../commands/release_management_commands.py | 35 ++--
.../commands/release_management_commands_config.py | 1 +
docker_tests/test_prod_image.py | 6 +-
..._release-management_prepare-airflow-package.svg | 34 ++--
..._release-management_prepare-airflow-package.txt | 2 +-
images/breeze/output_start-airflow.svg | 8 +-
images/breeze/output_start-airflow.txt | 2 +-
pyproject.toml | 28 ++-
.../ci/pre_commit/pre_commit_ruff_format.py | 10 +-
.../pre_commit_update_providers_dependencies.py | 1 +
..._commit_update_providers_dependencies.py.md5sum | 2 +-
.../in_container/run_prepare_airflow_packages.py | 197 ++++++++++++---------
tests/cli/commands/test_task_command.py | 2 +-
tests/plugins/test_plugins_manager.py | 2 +-
24 files changed, 308 insertions(+), 281 deletions(-)
copy tests/test_utils/__init__.py =>
scripts/ci/pre_commit/pre_commit_ruff_format.py (75%)
mode change 100644 => 100755