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

ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0e024c4  Fixed all remaining code usage of old task import (#15118)
     add a2d9929  Add REST API query sort and order to some endpoints (#14895)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/connection_endpoint.py | 10 ++-
 .../api_connexion/endpoints/dag_run_endpoint.py    | 26 +++++-
 .../api_connexion/endpoints/event_log_endpoint.py  | 19 ++++-
 .../endpoints/import_error_endpoint.py             | 16 ++--
 airflow/api_connexion/endpoints/pool_endpoint.py   | 10 ++-
 .../endpoints/role_and_permission_endpoint.py      | 10 ++-
 airflow/api_connexion/endpoints/task_endpoint.py   | 11 ++-
 airflow/api_connexion/endpoints/user_endpoint.py   | 19 ++++-
 .../api_connexion/endpoints/variable_endpoint.py   | 17 ++--
 airflow/api_connexion/openapi/v1.yaml              | 28 ++++++-
 airflow/api_connexion/parameters.py                | 19 +++++
 airflow/api_connexion/schemas/dag_run_schema.py    |  1 +
 .../endpoints/test_connection_endpoint.py          | 49 ++++++++++++
 .../endpoints/test_dag_run_endpoint.py             | 93 ++++++++++++++++++++++
 .../endpoints/test_event_log_endpoint.py           | 65 ++++++++++++++-
 .../endpoints/test_import_error_endpoint.py        | 58 ++++++++++++++
 .../api_connexion/endpoints/test_pool_endpoint.py  | 43 ++++++++++
 .../endpoints/test_role_and_permission_endpoint.py |  8 ++
 .../api_connexion/endpoints/test_task_endpoint.py  | 75 +++++++++++++++--
 .../api_connexion/endpoints/test_user_endpoint.py  |  9 +++
 .../endpoints/test_variable_endpoint.py            | 10 +++
 21 files changed, 551 insertions(+), 45 deletions(-)

Reply via email to