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


    omit 17460029c0 Fix some tests in  tests/models/test_dagbag.py [ci skip]
    omit ed55dbbde3 [skip ci]
    omit cf0c4d0e5c [skip ci]
    omit 975290bd28 Get more tests passing
    omit 65f313e0ab Start porting over all the DAG defintion code to the Task 
SDK
     add 35142a907f AIP-84 Get Plugins (#43125)
     add 605882cc0a Start porting over all the DAG defintion code to the Task 
SDK
     add 9703a7bd38 Get more tests passing
     add e7d565cea6 [skip ci]
     add ad493d60c1 [skip ci]
     add b40776416d Fix some tests in  tests/models/test_dagbag.py [ci skip]

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   (17460029c0)
            \
             N -- N -- N   refs/heads/task-sdk-first-code (b40776416d)

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:
 airflow/api_connexion/endpoints/plugin_endpoint.py |   2 +
 airflow/api_fastapi/common/parameters.py           |   4 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 202 +++++++++++++++++
 .../api_fastapi/core_api/routes/public/__init__.py |   2 +
 .../api_fastapi/core_api/routes/public/plugins.py  |  39 ++--
 .../api_fastapi/core_api/serializers/plugins.py    |  93 ++++++++
 airflow/ui/openapi-gen/queries/common.ts           |  19 ++
 airflow/ui/openapi-gen/queries/prefetch.ts         |  23 ++
 airflow/ui/openapi-gen/queries/queries.ts          |  32 +++
 airflow/ui/openapi-gen/queries/suspense.ts         |  32 +++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 247 +++++++++++++++++++++
 airflow/ui/openapi-gen/requests/services.gen.ts    |  28 +++
 airflow/ui/openapi-gen/requests/types.gen.ts       |  81 +++++++
 .../core_api/routes/public/test_plugins.py         |  64 ++++++
 14 files changed, 844 insertions(+), 24 deletions(-)
 copy tests/dags/test_invalid_param3.py => 
airflow/api_fastapi/core_api/routes/public/plugins.py (55%)
 create mode 100644 airflow/api_fastapi/core_api/serializers/plugins.py
 create mode 100644 tests/api_fastapi/core_api/routes/public/test_plugins.py

Reply via email to