This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch improve-live-staging-approach-for-docs in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 79038c3873d Improve flow for live/staging doc publishing add 5376179c45a Update upgrading_to_airflow3.rst (#50632) add 08cc57d5bba Fix OpenAPI schema for `get_log` API (#50547) new a29c8227d66 Improve flow for live/staging doc publishing 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 (79038c3873d) \ N -- N -- N refs/heads/improve-live-staging-approach-for-docs (a29c8227d66) 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 1 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: .github/workflows/publish-docs-to-s3.yml | 4 ++-- .../docs/installation/upgrading_to_airflow3.rst | 2 +- .../src/airflow/api_fastapi/common/headers.py | 27 ++++++++++++++++++++++ .../src/airflow/api_fastapi/common/types.py | 1 + .../core_api/openapi/v1-rest-api-generated.yaml | 8 ++++--- .../api_fastapi/core_api/routes/public/log.py | 13 ++++++----- .../src/airflow/ui/openapi-gen/queries/common.ts | 2 +- .../ui/openapi-gen/queries/ensureQueryData.ts | 2 +- .../src/airflow/ui/openapi-gen/queries/prefetch.ts | 2 +- .../src/airflow/ui/openapi-gen/queries/queries.ts | 2 +- .../src/airflow/ui/openapi-gen/queries/suspense.ts | 2 +- .../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +- .../api_fastapi/core_api/routes/public/test_log.py | 14 +++++------ 13 files changed, 55 insertions(+), 26 deletions(-)