This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch worktree-modular-stargazing-lampson
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 6ab8fb80ee3 Add full-screen TUI for PR triage workflow
add b87ed1d2c45 chore(deps-dev): bump the auth-ui-package-updates group
across 1 directory with 10 updates (#63732)
add e8d11fc4b3a Introduce Sigstore verification for python source packages
(#63345)
add 36bbb0dfad8 Bugfix/63173 k8s unicode log read (#63673)
add 66d8fe02c82 Update security issues announcement section in
`README_RELEASE_PROVIDERS` (#63751)
add 59192ef23ae Add uv-sync prek hook to keep uv.lock updated after
dependency changes (#63754)
add 23233760c43 Improve auto-triage display labels and log extraction
(#63687)
add a3652001860 Remove automatic `KUBERNETES_ENVIRONMENT_VARIABLES` and
`KUBERNETES_SECRETS` prefixes from chart helpers (#60750)
add e3cd88f8012 Bump sphinx-airflow-theme to 0.3.1 (#63758)
add fac3cca9fd8 Avoid log warning team removal for bundles without a team
(#63756)
add 9a33a25c487 Fix registry providers page not sorting by downloads on
initial load (#63764)
add 51f8620be2a Fix registry workflow failures due to workspace dependency
resolution (#63766)
add aade25537b2 Fix registry build failure when logos directory is empty
(#63767)
add c78fd98418a fix --github-token logic bug (#63762)
add 9f300004703 refactor: remove modules that are supposed to be removed
in Airflow 3.2 (#62927)
add 5c77949d28f Auto-upgrade sphinx-airflow-theme version in prek hook
(#63763)
add 4e17fd98cd5 Fix grammar in baseoperator docstring (#63655)
add 910ec333450 Batch workflow approval in pr auto-triage for faster
review (#63771)
add 256ca0b7baa Add full-screen TUI for PR triage workflow
add 4b1bd6d8b04 TUI: move workflow-approval to end of list, show selection
criteria in header
add 4d4f23e648e TUI: show sorting criteria in header
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 (6ab8fb80ee3)
\
N -- N -- N refs/heads/worktree-modular-stargazing-lampson
(4d4f23e648e)
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:
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/registry-backfill.yml | 2 +-
.github/workflows/registry-build.yml | 16 +-
.pre-commit-config.yaml | 40 +-
Dockerfile | 96 +++-
Dockerfile.ci | 98 +++-
.../auth/managers/simple/ui/package.json | 20 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 638 ++++++++++-----------
.../src/airflow/dag_processing/bundles/manager.py | 4 +-
airflow-core/src/airflow/datasets/__init__.py | 63 --
airflow-core/src/airflow/datasets/metadata.py | 34 --
.../serialization/definitions/baseoperator.py | 2 +-
airflow-core/src/airflow/timetables/datasets.py | 34 --
.../src/airflow/utils/dag_parsing_context.py | 35 --
.../bundles/test_dag_bundle_manager.py | 18 +
airflow-core/tests/unit/datasets/test_dataset.py | 93 ---
chart/newsfragments/60750.significant.rst | 57 ++
chart/templates/_helpers.yaml | 27 -
contributing-docs/07_local_virtualenv.rst | 2 +-
contributing-docs/testing/unit_tests.rst | 2 +-
dev/README_RELEASE_PROVIDERS.md | 5 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../src/airflow_breeze/commands/ci_commands.py | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 2 +-
.../src/airflow_breeze/commands/pr_commands.py | 495 ++++++++++++----
.../commands/production_image_commands.py | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/utils/confirm.py | 46 ++
.../src/airflow_breeze/utils/selective_checks.py | 22 +-
dev/breeze/src/airflow_breeze/utils/tui_display.py | 17 +-
dev/breeze/tests/test_selective_checks.py | 27 +-
dev/breeze/uv.lock | 240 ++++----
dev/registry/extract_metadata.py | 7 +-
devel-common/pyproject.toml | 2 +-
providers/celery/pyproject.toml | 2 +-
.../celery/executors/celery_executor_utils.py | 2 +-
.../providers/cncf/kubernetes/hooks/kubernetes.py | 13 +-
.../unit/cncf/kubernetes/hooks/test_kubernetes.py | 36 +-
.../tests/unit/common/compat/test__compat_utils.py | 19 -
.../google/cloud/hooks/test_kubernetes_engine.py | 6 +-
registry/src/js/provider-filters.js | 41 +-
scripts/ci/prek/update_uv_lock.py | 46 --
scripts/ci/prek/upgrade_important_versions.py | 24 +
scripts/docker/install_os_dependencies.sh | 96 +++-
uv.lock | 498 ++++++++--------
46 files changed, 1598 insertions(+), 1341 deletions(-)
delete mode 100644 airflow-core/src/airflow/datasets/__init__.py
delete mode 100644 airflow-core/src/airflow/datasets/metadata.py
delete mode 100644 airflow-core/src/airflow/timetables/datasets.py
delete mode 100644 airflow-core/src/airflow/utils/dag_parsing_context.py
delete mode 100644 airflow-core/tests/unit/datasets/test_dataset.py
create mode 100644 chart/newsfragments/60750.significant.rst
delete mode 100755 scripts/ci/prek/update_uv_lock.py