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

kaxilnaik pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 67685412ff fix-non db tests
 discard 44b9fff01d [skip-ci]
 discard 3d5837aa8b Fix tests [skip ci]
 discard df2641dc0b [skip-ci]
 discard 6d1149323a [skip-ci]
 discard 7d83602104 [skip-ci]
 discard 32c38713aa Fix AirflowExecption error in 
tests/models/test_taskinstance.py
 discard 13245e69da fix some tests [skip ci]
 discard 377f10870e Fix serialization
 discard d13ea208d1 Fix mypy typing
 discard e565839bcd Fix default pool
 discard 21e05f42ea make mpypy happy [skip ci]
 discard b2f0f1e7a2 fix more stest [skip-ci]
 discard e17b73ea0f Update pre-commit scripts.
 discard 341042f313 Use attrs converters for access_control [skip ci]
 discard a520cd26c0 [skip-ci]
 discard 3802cab333 Replace DagContext from core to Task SDK [skip ci]
 discard 6cfffe2ecb Use DAG Context from Task SDK [skip ci]
 discard 3bfe222a94 More fixes to test_dagbag.py [skip ci]
 discard 687ba401af [skip ci]
 discard afe16fdb54 Fix some tests in  tests/models/test_dagbag.py [ci skip]
 discard b6b6e221c4 [skip ci]
 discard 4c022d3127 [skip ci]
 discard 55e60c4ce8 Get more tests passing
 discard 56fc220794 Start porting over all the DAG defintion code to the Task 
SDK
     add 419d86318f Bump `uv` to `0.4.28` (#43451)
     add 49d058400a Prepare & Install Task SDK package for OpenAPI client tests 
(#43487)
     add 626f984f4e Add simple instructions for installing providers in 
editable mode (#43468)
     add 6f294f4c35 Start porting over all the DAG defintion code to the Task 
SDK
     add b7753dc87c Get more tests passing
     add 2b6cdb309d [skip ci]
     add 0762e7f2f9 [skip ci]
     add 586ef0be23 Fix some tests in  tests/models/test_dagbag.py [ci skip]
     add 3116224d94 [skip ci]
     add 3ec602a0af More fixes to test_dagbag.py [skip ci]
     add 34bd0a4899 Use DAG Context from Task SDK [skip ci]
     add 799686bf16 Replace DagContext from core to Task SDK [skip ci]
     add f881cf82a8 [skip-ci]
     add 650037e0e5 Use attrs converters for access_control [skip ci]
     add 97538367e5 Update pre-commit scripts.
     add 331df89fa5 fix more stest [skip-ci]
     add 4292d824c6 make mpypy happy [skip ci]
     add 7864f4b3eb Fix default pool
     add c70281adae Fix mypy typing
     add 91657dd6a0 Fix serialization
     add d896232139 fix some tests [skip ci]
     add 9cd4589e38 Fix AirflowExecption error in 
tests/models/test_taskinstance.py
     add 404d43eca1 [skip-ci]
     add a9fabb87fa [skip-ci]
     add 860f967fec [skip-ci]
     add c299597e6d Fix tests [skip ci]
     add 5da47a67d9 [skip-ci]
     add 80dd4d15fe fix-non db tests
     add 27a270c67c Fix timezone from default_args test

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   (67685412ff)
            \
             N -- N -- N   refs/heads/task-sdk-first-code (27a270c67c)

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:
 .github/workflows/basic-tests.yml                     |  5 +++++
 Dockerfile                                            |  2 +-
 Dockerfile.ci                                         |  2 +-
 INSTALL                                               |  4 ++++
 contributing-docs/07_local_virtualenv.rst             | 19 +++++++++++++++++++
 dev/breeze/doc/ci/02_images.md                        |  2 +-
 .../commands/release_management_commands.py           |  2 +-
 generated/provider_dependencies.json                  |  1 -
 .../src/airflow/providers/cloudant/provider.yaml      |  7 ++-----
 task_sdk/src/airflow/sdk/definitions/dag.py           | 11 +++++++++--
 10 files changed, 43 insertions(+), 12 deletions(-)

Reply via email to