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

potiuk pushed a change to branch separate-cache-workflow
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 2124318a0b Separate cache build to a separate workflow called from the 
main ci.yml
     add 8fc984873a Exclude Python 3.12 for Databricks provider (#38070)
     add a192751dcd Add back system test for AWS auth manager (#38044)
     add 0a985f70b4 Restore "iffy" solution for skipping tasks for in-workflow 
build (#38077)
     add 68282c1790 Replace "Role" by "Group" in AWS auth manager (#38078)
     add 8c335dd86c Update documentation about recent image changes (#38085)
     add 3ff9071ee8 Properly exclude providers from serialization tests (#38074)
     add 19ee4fe519 Fix graph task state border color (#38084)
     add 72d19565d8 Handle re-serialization of pydantic models (#37855)
     add 7ec2407e7f Limit importlib_resources as it breaks pytest_rewrites 
(#38095)
     add ff29a50483 Add try number to mapped instance (#38097)
     add 221b454041 Skip pydantic model round-trip when AIP-44 is disabled 
(#38103)
     new 5193a5b830 Separate cache build to a separate workflow called from the 
main ci.yml

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   (2124318a0b)
            \
             N -- N -- N   refs/heads/separate-cache-workflow (5193a5b830)

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/build-images.yml                 |  81 --------
 .github/workflows/ci-image-build.yml               |  25 ++-
 .github/workflows/ci.yml                           |  24 +--
 .github/workflows/prod-image-build.yml             |  33 +++-
 .github/workflows/push-image-cache.yml             |  53 +++---
 .../amazon/aws/auth_manager/avp/entities.py        |   4 +-
 .../amazon/aws/auth_manager/avp/facade.py          |  14 +-
 .../amazon/aws/auth_manager/cli/schema.json        |   4 +-
 .../amazon/aws/auth_manager/views/auth.py          |   2 +-
 airflow/providers/databricks/provider.yaml         |   6 +
 airflow/serialization/serialized_objects.py        |  34 ++--
 .../www/static/js/dag/details/graph/DagNode.tsx    |   2 +-
 .../static/js/dag/details/task/TaskDuration.tsx    |   6 +-
 .../dag/details/taskInstance/MappedInstances.tsx   |   5 +
 dev/breeze/README.md                               |   2 +-
 dev/breeze/pyproject.toml                          |   3 +
 .../airflow_breeze/commands/ci_image_commands.py   |  68 ++++---
 .../commands/production_image_commands.py          |  79 +++++---
 .../airflow_breeze/utils/docker_command_utils.py   |  62 +++---
 docs/docker-stack/changelog.rst                    |  12 ++
 generated/provider_dependencies.json               |   4 +-
 pyproject.toml                                     |  15 +-
 .../ci_start_arm_instance_and_connect_to_docker.sh |   4 +-
 tests/conftest.py                                  |  12 +-
 .../amazon/aws/auth_manager/avp/test_facade.py     |  24 +--
 .../amazon/aws/auth_manager/views/test_auth.py     |  33 ++--
 .../snowflake/operators/test_snowflake_sql.py      |  14 +-
 .../serialization/serializers/test_serializers.py  |  40 ++--
 tests/serialization/test_dag_serialization.py      |   4 +-
 tests/serialization/test_serde.py                  |   5 +
 tests/serialization/test_serialized_objects.py     | 101 ++++++++--
 .../system/providers/amazon/aws/tests}/__init__.py |   0
 .../amazon/aws/tests/test_aws_auth_manager.py      | 210 +++++++++++++++++++++
 .../system/providers/amazon/aws/utils/__init__.py  |   8 +-
 34 files changed, 664 insertions(+), 329 deletions(-)
 copy {airflow/api_connexion => 
tests/system/providers/amazon/aws/tests}/__init__.py (100%)
 create mode 100644 
tests/system/providers/amazon/aws/tests/test_aws_auth_manager.py

Reply via email to