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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-c431f61dd6
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit c81105cbfdd Bump the core-ui-package-updates group across 1 directory 
with 60 updates
     add 091b53c20b1 [v3-1-test] `issue-59576`: Properly Link Public/Private 
Provider Docs (#59584) (#59728)
     add 5f1d23240bb [v3-1-test] Updating WSL step and breeze console text 
update (#59699) (#59729)
     add 7d86df2867c [v3-1-test] Redact secrets in rendered templates properly 
when truncating it (#59566) (#59704)
     add 7b5225d8f0b [v3-1-test] Bump zizmor version to 1.19.0 (#59737) (#59743)
     add 057c32b3c19 [v3-1-test] fix(scheduler): Eager-load DagRun asset 
relationships before creating DagRunContext (#59714) (#59732)
     add 26893d95907 Bump the core-ui-package-updates group across 1 directory 
with 60 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   (c81105cbfdd)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-c431f61dd6
 (26893d95907)

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:
 .pre-commit-config.yaml                            |   2 +-
 .../api_fastapi/core_api/datamodels/providers.py   |   1 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |   6 +
 .../core_api/services/public/providers.py          |   1 +
 .../src/airflow/jobs/scheduler_job_runner.py       |  16 +-
 airflow-core/src/airflow/providers_manager.py      |  15 ++
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  13 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   1 +
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 294 +++++++++++----------
 .../src/airflow/ui/src/pages/Providers.tsx         |   5 +-
 .../tests/unit/always/test_providers_manager.py    |   2 +
 .../core_api/routes/public/test_providers.py       |   2 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  78 ++++++
 .../src/airflowctl/api/datamodels/generated.py     |   1 +
 contributing-docs/03_contributors_quick_start.rst  |   3 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  80 +++++-
 .../task_sdk/execution_time/test_task_runner.py    |  44 +++
 18 files changed, 409 insertions(+), 157 deletions(-)

Reply via email to