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 1645a825eab Refresh breeze documentation hashes in v3-0-test
 discard e25d9d717d8 Update RELEASE_NOTES.rst
 discard 93109c85a8f Update Airflow version to 3.0.0
 discard 4c8dab7209d Update default branches for 3-0
     add bd8941dee9d Bump Serialized DAG to v2 and handle conversion from v1 
(#49020)
     add 8fd9a8167bf Wrap dictionary iteration with list to prevent dictionary 
being changed during iteration. (#49241)
     add ae89d60a005 Cleanup AUTH_TYPE import comments in 
default_webserver_config.py (#49248)
     new 9d4c7f77495 Update default branches for 3-0
     new fb13827b82f Update Airflow version to 3.0.0
     new 7e466627a0c Update RELEASE_NOTES.rst
     new 15ac9fc85d5 Refresh breeze documentation hashes in v3-0-test
     new 6d84c93aa80 Add `common-messaging` in the prod image

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   (1645a825eab)
            \
             N -- N -- N   refs/heads/v3-0-test (6d84c93aa80)

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 5 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:
 Dockerfile                                         |   2 +-
 .../core_api/datamodels/dag_versions.py            |   6 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   4 +-
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |  12 +-
 .../api_fastapi/core_api/services/ui/grid.py       |  18 ++-
 .../config_templates/default_webserver_config.py   |   8 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |   1 +
 .../airflow/serialization/serialized_objects.py    | 142 ++++++++++++++++-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   9 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   2 +-
 .../unit/serialization/test_dag_serialization.py   | 177 ++++++++++++++++++---
 dev/breeze/doc/images/output_prod-image_build.svg  |   2 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   1 +
 docker-stack-docs/build-arg-ref.rst                |   1 +
 .../src/airflow/sdk/definitions/mappedoperator.py  |   2 +
 16 files changed, 344 insertions(+), 45 deletions(-)

Reply via email to