This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard f3c744549a5 Refresh breeze documentation hashes in `v3-0-test`
discard 3c1a5377e67 Update RELEASE_NOTES.rst
discard 2f6660ddc47 Update Airflow version to 3.0.0
discard b6a13b52618 Update default branches for 3-0
add 6f53d22adec Split out the /ui routes from the "main" spec file (#49311)
add 192b337c86e Don't log repo_url in git dag bundle (#48909)
new b47a484fd6f Update default branches for 3-0
new 2389c0be295 Update Airflow version to 3.0.0
new 35d2eab5174 Update RELEASE_NOTES.rst
new a6f02f5d076 Refresh breeze documentation hashes in `v3-0-test`
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 (f3c744549a5)
\
N -- N -- N refs/heads/v3-0-test (a6f02f5d076)
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.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.pre-commit-config.yaml | 4 +-
.rat-excludes | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 1787 +++++++
.../core_api/openapi/v1-rest-api-generated.yaml | 1433 +-----
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 +
.../git/src/airflow/providers/git/bundles/git.py | 3 +-
.../in_container/run_update_fastapi_api_spec.py | 16 +-
18 files changed, 8071 insertions(+), 7585 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