meteos/meteos/api
Hiroyuki Eguchi 5045c6c189 Return related resource information
This bug is related to below bp.

Add Overview Panel
https://blueprints.launchpad.net/meteos-ui/+spec/overview-panel

This bp aims to add a overview panel which show up
relationships among machine learning resources.

To make this bp possible, meteos-api must return
information how resources are related to each other.

For instance, model is related to experiment,
so meteos-api has to return the model information
including experiment_id.

Closes-Bug: 1668577
Change-Id: I26e49853195ac4c0a4d7bd20073cc5a111f36ad8
2017-02-28 21:23:46 +09:00
..
contrib Initial commit 2016-12-08 12:33:50 +00:00
middleware Fixes some current typo errors on meteos project. 2017-01-26 17:00:24 +07:00
openstack Add unit test for dataset api 2017-02-16 15:47:24 +08:00
v1 Add validations when creating/deleting resources 2017-02-12 17:08:33 +09:00
views Return related resource information 2017-02-28 21:23:46 +09:00
__init__.py Initial commit 2016-12-08 12:33:50 +00:00
auth.py Initial commit 2016-12-08 12:33:50 +00:00
common.py Initial commit 2016-12-08 12:33:50 +00:00
urlmap.py Initial commit 2016-12-08 12:33:50 +00:00
versions.py Refactoring for pep8 2017-01-22 15:17:43 +09:00