This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch backport-672ec99-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5ed715b68d3 [v3-0-test] Fix Pydantic ``ForwardRef`` error by
reordering discriminated union definitions (#50688)
add 377160cfb30 Rename operation IDs for task instance endpoints to
include map index… (#49608)
add 91d5ffae255 [v3-0-test] Fixing fab assets generation (#50664) (#50723)
add 307e3551033 [v3-0-test] Use GitHub API to download constraint files
and avoid rate limiting (#50716) (#50721)
add d894f07da4f [v3-0-test] Better description why excluding distributions
for PyPI constraints (#50680) (#50724)
add cfde13a8644 [v3-0-test] Use Github API to fetch K8S schemas to fix
rate limiting (#50729) (#50731)
add 8cf5298c007 Fix Airflow Python client generation for 3.0.0 (#50704)
add f103f892e91 Add Pydantic as dep for the Python Client (#50765)
add b9f9aa5a8f9 [v3-0-test] Fix Pydantic ``ForwardRef`` error by
reordering discriminated union definitions (#50688)
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 (5ed715b68d3)
\
N -- N -- N refs/heads/backport-672ec99-v3-0-test (b9f9aa5a8f9)
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 | 3 +-
.../core_api/openapi/v1-rest-api-generated.yaml | 6 +-
.../core_api/routes/public/task_instances.py | 6 +
.../src/airflow/ui/openapi-gen/queries/common.ts | 42 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 13 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 13 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 39 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 21 +-
.../ui/openapi-gen/requests/services.gen.ts | 42 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 30 +-
clients/python/CHANGELOG.md | 52 +
clients/python/openapi_v1.yaml | 5982 --------------------
clients/python/pyproject.toml | 2 +-
clients/python/test_python_client.py | 15 +-
clients/python/version.txt | 2 +-
dev/README_RELEASE_AIRFLOW.md | 2 +-
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
dev/airflow-github | 2 +-
.../commands/release_management_commands.py | 107 +-
dev/breeze/src/airflow_breeze/utils/github.py | 20 +-
.../tests/chart_utils/helm_template_generator.py | 13 +-
...f6019fefe5d9.js => 743.4d8bb3a60c838fac9e80.js} | 4 +-
...txt => 743.4d8bb3a60c838fac9e80.js.LICENSE.txt} | 0
...> airflowDefaultTheme.4b283bdb8a602aabd312.css} | 0
.../airflowDefaultTheme.4b283bdb8a602aabd312.js | 1 +
.../airflowDefaultTheme.a26736fa84b3356edac0.js | 1 -
...9aa27065.css => flash.6b54bcc7a0c7b1e4286c.css} | 0
.../www/static/dist/flash.6b54bcc7a0c7b1e4286c.js | 1 +
.../www/static/dist/flash.fbcc531a39479aa27065.js | 1 -
...1e.css => loadingDots.ba10cae09f75d81db8db.css} | 0
.../dist/loadingDots.ba10cae09f75d81db8db.js | 1 +
.../dist/loadingDots.e1fc82c3ac3f9af3771e.js | 1 -
...c23018bcb.css => main.b08b82a07fc51d77fea2.css} | 0
.../www/static/dist/main.b08b82a07fc51d77fea2.js | 2 +
...xt => main.b08b82a07fc51d77fea2.js.LICENSE.txt} | 0
.../www/static/dist/main.eb83be09d97c23018bcb.js | 2 -
.../providers/fab/www/static/dist/manifest.json | 24 +-
.../dist/materialIcons.b21138ea09d0cdf9ffc4.js | 1 -
....css => materialIcons.f88ecdbfcf2e0c4cd9d9.css} | 0
.../dist/materialIcons.f88ecdbfcf2e0c4cd9d9.js | 1 +
.../www/static/dist/moment.e78a32283d6b95c3888d.js | 1 +
.../static/dist/runtime.2ef1c2ebcabcb259d0c9.js | 1 +
.../airflow/providers/fab/www/webpack.config.js | 6 +
scripts/in_container/run_generate_constraints.py | 6 +
.../in_container/run_update_fastapi_api_spec.py | 18 +
45 files changed, 357 insertions(+), 6129 deletions(-)
delete mode 100644 clients/python/openapi_v1.yaml
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{moment.75a9286ff6019fefe5d9.js
=> 743.4d8bb3a60c838fac9e80.js} (65%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{moment.75a9286ff6019fefe5d9.js.LICENSE.txt
=> 743.4d8bb3a60c838fac9e80.js.LICENSE.txt} (100%)
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{airflowDefaultTheme.a26736fa84b3356edac0.css
=> airflowDefaultTheme.4b283bdb8a602aabd312.css} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/airflowDefaultTheme.4b283bdb8a602aabd312.js
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/airflowDefaultTheme.a26736fa84b3356edac0.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{flash.fbcc531a39479aa27065.css
=> flash.6b54bcc7a0c7b1e4286c.css} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/flash.6b54bcc7a0c7b1e4286c.js
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/flash.fbcc531a39479aa27065.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{loadingDots.e1fc82c3ac3f9af3771e.css
=> loadingDots.ba10cae09f75d81db8db.css} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/loadingDots.ba10cae09f75d81db8db.js
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/loadingDots.e1fc82c3ac3f9af3771e.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.eb83be09d97c23018bcb.css
=> main.b08b82a07fc51d77fea2.css} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/main.b08b82a07fc51d77fea2.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{main.eb83be09d97c23018bcb.js.LICENSE.txt
=> main.b08b82a07fc51d77fea2.js.LICENSE.txt} (100%)
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/main.eb83be09d97c23018bcb.js
delete mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/materialIcons.b21138ea09d0cdf9ffc4.js
rename
providers/fab/src/airflow/providers/fab/www/static/dist/{materialIcons.b21138ea09d0cdf9ffc4.css
=> materialIcons.f88ecdbfcf2e0c4cd9d9.css} (100%)
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/materialIcons.f88ecdbfcf2e0c4cd9d9.js
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/moment.e78a32283d6b95c3888d.js
create mode 100644
providers/fab/src/airflow/providers/fab/www/static/dist/runtime.2ef1c2ebcabcb259d0c9.js