This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-77fae41-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e2ebc42b58f [v3-1-test] UI: Fix Grid for cleared runs when tasks were
removed (#56085)
add aa37f1ad3a6 [v3-1-test] Fix broken main after pydantic 2.12.0 (#56483)
(#56489)
add 260536c10c9 [v3-1-test] Bump uv version to 0.9.0 and ruff to 0.14.0
(#56467) (#56491)
add 8e1c5191a61 [v3-1-test] 56058: Validating latestRun before accessing
its properties (#56303) (#56488)
add c4a4b0280c3 [v3-1-test] Allow sub-pages in React UI plugins (#56413)
(#56485)
add ac135bb26ef [v3-1-test] feat: make clipboard hover (#56382) (#56484)
add a1f72f10db6 [v3-1-test] Use Task Display Name in Graph if existing
(#56455) (#56511)
add 00fd7d4951b [v3-1-test] Fix broken main after pydantic 2.12.0 - partly
cleanup (#56514) (#56569)
add 4d79d1a8789 [v3-1-test] Add rancher-desktop to PREFERRED_CONTEXTS in
docker_command_utils (#56525) (#56530)
add 0197305c779 [v3-1-test] Fix install_java.sh (#56211) (#56358)
add 1f715acba31 [v3-1-test] UI: Fix Grid for cleared runs when tasks were
removed (#56085)
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 (e2ebc42b58f)
\
N -- N -- N refs/heads/backport-77fae41-v3-1-test (1f715acba31)
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/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 6 +--
airflow-core/docs/best-practices.rst | 2 +-
.../api_fastapi/core_api/services/ui/task_group.py | 8 ++--
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 4 +-
.../src/pages/TaskInstance/RenderedTemplates.tsx | 45 ++++++++++++++--------
airflow-core/src/airflow/ui/src/router.tsx | 2 +-
airflow-ctl/pyproject.toml | 4 +-
.../airflowctl/api/datamodels/auth_generated.py | 2 +-
.../src/airflowctl/api/datamodels/generated.py | 2 +-
dev/breeze/doc/ci/02_images.md | 4 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../airflow_breeze/utils/docker_command_utils.py | 3 +-
devel-common/pyproject.toml | 2 +-
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/in_container/bin/install_java.sh | 11 +++++-
scripts/tools/setup_breeze | 2 +-
task-sdk/pyproject.toml | 2 +-
.../src/airflow/sdk/api/datamodels/_generated.py | 2 +-
27 files changed, 75 insertions(+), 48 deletions(-)