This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/uv/joserfc-1.6.3
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit b5698a70f3f chore(deps): bump joserfc from 1.5.0 to 1.6.3
add 41dfac70a22 Deleting spark job before raising exception "Job took too
long to start" in start_spark_job method (#63824) (#63922)
add 98ef18d7f0a Show HITL review tab only for review-enabled task
instances (#63477)
add df21b557ca0 fix(ui/e2e): improve Playwright test patterns in
dag-runs.spec.ts (#63199)
add c57fba0e5e9 Fix registry explore page showing wrong provider counts
and empty Top Providers (#63961)
add 07c3d0790c0 Replace Playwright locator anti-patterns with web-first
assertions in dag-tasks (#63445)
add 4b2adf4c4c0 Rework check-execution-api-versions hook with schema
comparison (#63968)
add 124990c21ca CI: Upgrade important CI environment (#63953)
add 5e7070a46a9 chore(deps): bump joserfc from 1.5.0 to 1.6.3
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 (b5698a70f3f)
\
N -- N -- N refs/heads/dependabot/uv/joserfc-1.6.3 (5e7070a46a9)
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/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/ci-amd-arm.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
.../src/airflow/ui/src/hooks/useHITLReviewTabs.ts | 110 ++++++++++++++++++
.../ui/src/pages/TaskInstance/TaskInstance.tsx | 8 +-
.../src/airflow/ui/tests/e2e/pages/DagRunsPage.ts | 32 +++---
.../airflow/ui/tests/e2e/specs/dag-tasks.spec.ts | 6 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/uv.lock | 102 ++++++++---------
devel-common/pyproject.toml | 4 +-
.../kubernetes/operators/custom_object_launcher.py | 3 +
.../operators/test_custom_object_launcher.py | 12 ++
pyproject.toml | 2 +-
registry/src/_data/exploreCategoryProviders.js | 3 -
registry/src/explore.njk | 6 +-
scripts/ci/prek/check_execution_api_versions.py | 127 ++++++++++++++++-----
scripts/ci/prek/check_imports_in_providers.py | 2 +-
.../prek/generate_execution_api_schema.py} | 35 +++---
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
uv.lock | 98 ++++++++--------
29 files changed, 385 insertions(+), 193 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/hooks/useHITLReviewTabs.ts
copy scripts/{in_container/get_dependency_status.py =>
ci/prek/generate_execution_api_schema.py} (60%)