This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch backport-c7e4d7c-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 3c585ea7765 [v3-3-test] Bump the uv-dependency-updates group in
/dev/breeze with 5 updates (#70850)
add e4c73e9610d Bump happy-dom (#71595)
add 600c8f768c9 [v3-3-test] Fix `clearTaskInstances` returning 500 instead
of 422 on invalid body (#70237) (#71559)
add 35bb138a3d4 Bump the 3-3-auth-ui-package-updates group across 1
directory with 3 updates (#71597)
add 68f2408daed Bump the 3-3-edge-ui-package-updates group across 1
directory with 2 updates (#71596)
add 458e2098242 Bump the 3-3-core-ui-package-updates group across 1
directory with 6 updates (#71604)
add ae26d82e0e5 [v3-3-test] Bump happy-dom (#71594) (#71613)
add dadb4e254c1 Bump eslint-plugin-react-refresh (#71634)
add 8387400c4bb Bump eslint-plugin-react-refresh (#71632)
add b3311a4d6ab Bump eslint-plugin-react-refresh (#71635)
add 0b368cafaf6 Bump eslint-plugin-react-refresh (#71633)
add 07a65a69e98 [v3-3-test] Add BaseDeadlineReference and
deadline_reference to the SDK public interface (#70706) (#71208)
add 530e3a972d1 Bump the 3-3-uv-dependency-updates group across 1
directory with 3 updates (#71615)
add db618f97ce6 Bump the github-actions-updates group with 3 updates
(#71607)
add 389d3b01c75 [v3-3-test] Build lang-SDK k8s test artifacts from the
branch when targeting main (#71527) (#71588)
add d69e74460b3 [v3-3-test] Pin the Go SDK CI toolchain to the patched Go
release (#71582) (#71585)
add 9c18c7be40b Fix lang-SDK k8s test on release branches by using their
own SDKs (#71640)
add 4c91c4ee51f [v3-3-test] Fix airflow config lint staying silent on
conditional removal rules (#70977) (#71651)
add f15c37773e4 [v3-3-test] Document HTTP statuses that API routes raise
but never declared (#71011) (#71622)
add a03e89c72fb [v3-3-test] Bump the uv-dependency-updates group in
/dev/breeze with 5 updates (#70850)
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 (3c585ea7765)
\
N -- N -- N refs/heads/backport-c7e4d7c-v3-3-test (a03e89c72fb)
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/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/basic-tests.yml | 8 +-
.github/workflows/ci-amd.yml | 5 +-
.github/workflows/ci-arm.yml | 5 +-
.github/workflows/ci-image-build.yml | 6 +-
.github/workflows/ci-image-checks.yml | 4 +-
.github/workflows/prod-image-build.yml | 2 +-
.github/workflows/publish-docs-to-s3.yml | 4 +-
airflow-core/docs/howto/deadline-alerts.rst | 3 +-
airflow-core/newsfragments/70977.bugfix.rst | 1 +
.../auth/managers/simple/ui/package.json | 8 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 236 +++++++-------
.../core_api/datamodels/task_instances.py | 13 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 12 +
.../core_api/openapi/v2-rest-api-generated.yaml | 36 +++
.../core_api/routes/public/backfills.py | 1 +
.../api_fastapi/core_api/routes/public/dag_run.py | 8 +-
.../api_fastapi/core_api/routes/public/dags.py | 1 +
.../api_fastapi/core_api/routes/public/hitl.py | 1 +
.../core_api/routes/public/task_instances.py | 8 +-
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 7 +-
.../api_fastapi/core_api/routes/ui/dependencies.py | 3 +-
.../src/airflow/cli/commands/config_command.py | 20 +-
.../ui/openapi-gen/requests/services.gen.ts | 8 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 32 ++
airflow-core/src/airflow/ui/package.json | 14 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 356 ++++++++++-----------
.../core_api/routes/public/test_task_instances.py | 34 ++
.../tests/unit/cli/commands/test_config_command.py | 62 ++++
.../airflow_breeze/commands/kubernetes_commands.py | 71 ++--
.../tests/test_kubernetes_lang_sdk_commands.py | 73 ++++-
dev/breeze/uv.lock | 58 ++--
.../react_plugin_template/package.json | 4 +-
.../react_plugin_template/pnpm-lock.yaml | 36 +--
kubernetes-tests/lang_sdk/README.md | 33 +-
.../providers/edge3/plugins/www/package.json | 6 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 170 +++++-----
task-sdk/docs/api.rst | 4 +
task-sdk/src/airflow/sdk/__init__.py | 11 +-
task-sdk/src/airflow/sdk/definitions/deadline.py | 6 +-
40 files changed, 856 insertions(+), 516 deletions(-)
create mode 100644 airflow-core/newsfragments/70977.bugfix.rst