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

ash pushed a change to branch mapped-tasks-tasksdk-execution-time
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 78ff3e7ae76 Add dynamic task mapping into TaskSDK runtime
     add a1c8717479c Remove requests limits and restore opensearch tests for 
latest boto (#46289)
     add f8453ba88d6 Run simple auth manager UI tests as part of `tests-ui` 
(#46142)
     add a50d2e51e05 Fix side effect of not tearing down mongo hook in tests 
(#46291)
     add 72a7fbf4f3e AIP-65 | Filter dag structure by dag version (#46279)
     add 69bca00f37e Add dynamic task mapping into TaskSDK runtime

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   (78ff3e7ae76)
            \
             N -- N -- N   refs/heads/mapped-tasks-tasksdk-execution-time 
(69bca00f37e)

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:
 .editorconfig                                      |   3 +
 .github/workflows/basic-tests.yml                  |  28 +++++-
 Dockerfile.ci                                      |   9 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   8 ++
 .../api_fastapi/core_api/routes/ui/structure.py    |  30 ++++--
 airflow/auth/managers/simple/ui/src/test-utils.tsx |  24 +++--
 airflow/ui/openapi-gen/queries/common.ts           |   4 +-
 airflow/ui/openapi-gen/queries/prefetch.ts         |   5 +
 airflow/ui/openapi-gen/queries/queries.ts          |   6 +-
 airflow/ui/openapi-gen/queries/suspense.ts         |   6 +-
 airflow/ui/openapi-gen/requests/services.gen.ts    |   2 +
 airflow/ui/openapi-gen/requests/types.gen.ts       |   1 +
 .../src/airflow/providers/mongo/hooks/mongo.py     |   3 +
 .../tests/provider_tests/mongo/hooks/test_mongo.py |   3 +
 .../cncf/kubernetes/utils/test_pod_manager.py      |  27 +++---
 .../azure/operators/test_container_instances.py    |  34 +++----
 scripts/docker/entrypoint_ci.sh                    |   9 +-
 tests/always/test_example_dags.py                  |   3 +-
 .../core_api/routes/ui/test_structure.py           | 103 +++++++++++++++++++++
 19 files changed, 233 insertions(+), 75 deletions(-)

Reply via email to