You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/24 10:27:24 UTC

[airflow] branch master updated (c703ce2 -> 2b61912)

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

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


    from c703ce2  Move python import path from operationId into x-openapi-router-controller (#9495)
     add 2b61912  Add extra links endpoint (#9475)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/extra_link_endpoint.py |  37 +++-
 .../endpoints/test_extra_link_endpoint.py          | 190 ++++++++++++++++++++-
 tests/cli/commands/test_plugins_command.py         |  56 +-----
 tests/test_utils/db.py                             |   7 +-
 .../mock_plugins.py}                               |  61 ++-----
 5 files changed, 238 insertions(+), 113 deletions(-)
 copy tests/{cli/commands/test_plugins_command.py => test_utils/mock_plugins.py} (56%)