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/15 12:14:55 UTC

[airflow] branch master updated (9312a04 -> 832593a)

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 9312a04  Remove duplicated log line from `db upgrade` (#9305)
     add 832593a  Add /version endpoint (#9296)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/version_endpoint.py}                 | 25 ++++++++++++++++++----
 airflow/api_connexion/openapi/v1.yaml              | 25 ++++++++++++++++++++++
 .../schemas/version_schema.py}                     | 16 ++++++--------
 airflow/utils/platform.py                          | 15 +++++++++++++
 airflow/www/views.py                               | 10 ++-------
 ...health_endpoint.py => test_version_endpoint.py} | 17 +++++++++++----
 .../schemas/test_version_schema.py}                | 24 +++++++++++++--------
 7 files changed, 98 insertions(+), 34 deletions(-)
 copy airflow/{cli/commands/version_command.py => api_connexion/endpoints/version_endpoint.py} (56%)
 copy airflow/{www/compile_assets.sh => api_connexion/schemas/version_schema.py} (75%)
 mode change 100755 => 100644
 copy tests/api_connexion/endpoints/{test_health_endpoint.py => test_version_endpoint.py} (64%)
 copy tests/{test_example_dags_system.py => api_connexion/schemas/test_version_schema.py} (60%)