This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch python3.12
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 27c2f41327 python 3.12 support
     add 8cebfa7c82 Remove legacy dag details page and redirect to grid (#37232)
     add 90e2b12d6b Upgrade mypy to 1.8.0 (#36428)
     add 3ad1dee190 Chart: bump version for 1.12.0 (#37235)
     add e27f76e98a Upgrade to just released `pip 24.0` (#37236)
     add 53185aba1a Remove validate-operators-init from v2-* static check 
branches (#37238)
     add bfb72025d7 Add description about breaking changes and bumping min dep 
versions (#37239)
     add a5a6549e5b Adding certificate validation for ssl in mongo hook (#37214)
     add 576755d139 python 3.12 support

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   (27c2f41327)
            \
             N -- N -- N   refs/heads/python3.12 (576755d139)

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                            |   2 +-
 Dockerfile                                         |   6 +-
 Dockerfile.ci                                      |   6 +-
 airflow/models/dagrun.py                           |   3 +-
 airflow/providers/amazon/aws/hooks/base_aws.py     |   2 +-
 .../amazon/aws/utils/connection_wrapper.py         |   5 +-
 .../triggers/cloud_storage_transfer_service.py     |   8 +-
 airflow/providers/http/hooks/http.py               |   3 +-
 airflow/providers/mongo/CHANGELOG.rst              |  11 ++
 airflow/providers/mongo/hooks/mongo.py             |  55 ++++++--
 airflow/www/templates/airflow/dag_details.html     | 144 ---------------------
 airflow/www/views.py                               |  75 +----------
 chart/Chart.yaml                                   |   2 +-
 chart/RELEASE_NOTES.rst                            |   2 +-
 chart/reproducible_build.yaml                      |   4 +-
 contributing-docs/11_provider_packages.rst         |  36 ++++++
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../src/airflow_breeze/utils/selective_checks.py   |   1 +
 dev/breeze/tests/test_selective_checks.py          |  12 +-
 docs/docker-stack/build-arg-ref.rst                |   2 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 scripts/docker/common.sh                           |   2 +-
 tests/www/views/test_views_acl.py                  |  13 --
 tests/www/views/test_views_tasks.py                |  31 -----
 27 files changed, 128 insertions(+), 307 deletions(-)
 delete mode 100644 airflow/www/templates/airflow/dag_details.html

Reply via email to