This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-a201b13a56
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard aacc1f20382 Bump the edge-ui-package-updates group across 1 directory 
with 25 updates
     add fe2ddb090c7 Include mypy upgrades to upgrade-important-versions prek 
hook (#55597)
     add cc7c94348d2 adding link to api docs (#53346)
     add 81cfe3db827 fix(hitl): check whether task instance is deferring when 
fetching pending actions (#55539)
     add 2a9b5c71d83 Bump mypy to 1.18.1 (#55596)
     add 4709c18da68 refactor(hitl): rename response_at to responded_at (#55535)
     add b13605a2434 switch dependabot from v3-0-test to v3-1-test (#55600)
     add a5283c232c5 Bump the edge-ui-package-updates group across 1 directory 
with 25 updates

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   (aacc1f20382)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-a201b13a56
 (a5283c232c5)

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/dependabot.yml                             |  6 +-
 .github/workflows/basic-tests.yml                  |  2 +
 airflow-core/docs/core-concepts/dag-run.rst        | 22 +++++
 airflow-core/docs/img/airflow_erd.sha256           |  2 +-
 airflow-core/docs/img/airflow_erd.svg              | 12 +--
 .../src/airflow/api_fastapi/common/parameters.py   |  5 +-
 .../api_fastapi/core_api/datamodels/hitl.py        |  4 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  4 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    | 13 +--
 .../api_fastapi/core_api/routes/public/dag_run.py  |  2 +-
 .../api_fastapi/core_api/routes/public/hitl.py     |  4 +-
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |  6 +-
 .../api_fastapi/execution_api/datamodels/hitl.py   |  4 +-
 .../api_fastapi/execution_api/routes/hitl.py       |  4 +-
 .../0076_3_1_0_add_human_in_the_loop_response.py   |  2 +-
 airflow-core/src/airflow/models/hitl.py            |  6 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  4 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  4 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  4 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  4 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 10 +--
 .../ui/openapi-gen/requests/services.gen.ts        |  4 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  4 +-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |  2 +-
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |  4 +-
 .../core_api/routes/public/test_hitl.py            | 14 ++--
 .../api_fastapi/core_api/routes/ui/test_dags.py    |  5 +-
 .../execution_api/versions/head/test_hitl.py       |  6 +-
 .../src/airflowctl/api/datamodels/generated.py     |  4 +-
 clients/python/README.md                           |  1 +
 devel-common/pyproject.toml                        |  2 +-
 .../providers/common/compat/lineage/entities.py    |  2 +-
 .../providers/edge3/plugins/www/package.json       |  2 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 98 +++++++++++-----------
 .../cloud/sensors/test_dataproc_metastore.py       |  4 +-
 .../providers/papermill/operators/papermill.py     |  4 +-
 .../airflow/providers/standard/operators/hitl.py   |  1 +
 .../airflow/providers/standard/triggers/hitl.py    | 14 +++-
 .../tests/unit/standard/operators/test_hitl.py     | 26 +++++-
 .../tests/unit/standard/triggers/test_hitl.py      | 11 ++-
 scripts/ci/prek/upgrade_important_versions.py      | 11 +++
 .../src/airflow/sdk/api/datamodels/_generated.py   |  2 +-
 task-sdk/tests/task_sdk/api/test_client.py         |  8 +-
 .../tests/task_sdk/execution_time/test_hitl.py     |  8 +-
 44 files changed, 219 insertions(+), 142 deletions(-)

Reply via email to