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/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-29aa906ac8
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard f64acc9d079 Bump the core-ui-package-updates group across 2
directories with 36 updates
add fe52138b3dc Add base_url fallback for aws auth_manager (#49305)
add 0c7a9c2c05d Update api_fastapi CODEOWNERS (#49310)
add c75166ebb95 API - Fix pool ordering (#49302)
add c773fd6e688 Draft 3.0.0 release notes (#49304)
add edb7c99e3a7 Pass mapIndex to filter the relevant task instance while
clearing mapped tasks. (#49307)
add a45c32971ce Add possibility to have extra project metadata in
providers (#49306)
add 4ce7b64c51e Run all tests when git provider changes (#49312)
add 32b3f7cee6d Fix failing git bundle tests (#49313)
add 6f53d22adec Split out the /ui routes from the "main" spec file (#49311)
add f6dbd740a44 Bump the core-ui-package-updates group across 2
directories with 36 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 (f64acc9d079)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-29aa906ac8
(f6dbd740a44)
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/CODEOWNERS | 2 +-
.pre-commit-config.yaml | 4 +-
.rat-excludes | 1 +
RELEASE_NOTES.rst | 96 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 1787 +++++++
.../core_api/openapi/v1-rest-api-generated.yaml | 1433 +-----
.../api_fastapi/core_api/routes/public/pools.py | 2 +-
airflow-core/src/airflow/provider.yaml.schema.json | 4 +
airflow-core/src/airflow/ui/.gitignore | 1 +
.../src/airflow/ui/openapi-gen/queries/common.ts | 602 +--
.../ui/openapi-gen/queries/ensureQueryData.ts | 848 ++--
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 848 ++--
.../src/airflow/ui/openapi-gen/queries/queries.ts | 1150 ++---
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 1032 ++--
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 5082 ++++++++++----------
.../ui/openapi-gen/requests/services.gen.ts | 1046 ++--
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1684 +++----
airflow-core/src/airflow/ui/openapi-merge.json | 11 +
airflow-core/src/airflow/ui/package.json | 3 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 105 +
.../Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 2 +-
.../core_api/routes/public/test_dag_versions.py | 22 +-
.../core_api/routes/public/test_pools.py | 1 +
.../core_api/routes/public/test_task_instances.py | 6 +-
.../templates/pyproject_TEMPLATE.toml.jinja2 | 3 +
dev/breeze/src/airflow_breeze/utils/packages.py | 3 +
.../src/airflow_breeze/utils/selective_checks.py | 14 +
dev/breeze/tests/test_selective_checks.py | 35 +
.../amazon/aws/auth_manager/router/login.py | 2 +-
providers/fab/provider.yaml | 2 +
providers/fab/pyproject.toml | 2 +-
reproducible_build.yaml | 4 +-
.../in_container/run_update_fastapi_api_spec.py | 16 +-
33 files changed, 8249 insertions(+), 7604 deletions(-)
create mode 100644
airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
create mode 100644 airflow-core/src/airflow/ui/.gitignore
create mode 100644 airflow-core/src/airflow/ui/openapi-merge.json