meteos/meteos
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
..
api Return related resource information 2017-02-28 21:23:46 +09:00
cluster Add Tree Models 2017-02-22 15:39:42 +09:00
cmd Initial commit 2016-12-08 12:33:50 +00:00
common Recreate Model 2017-02-09 15:46:46 +09:00
db Fix DB DataError 2017-02-23 11:19:08 +09:00
engine Add validations when creating/deleting resources 2017-02-12 17:08:33 +09:00
hacking Initial commit 2016-12-08 12:33:50 +00:00
testing Initial commit 2016-12-08 12:33:50 +00:00
tests Return related resource information 2017-02-28 21:23:46 +09:00
__init__.py Initial commit 2016-12-08 12:33:50 +00:00
context.py Initial commit 2016-12-08 12:33:50 +00:00
exception.py Add validations when creating/deleting resources 2017-02-12 17:08:33 +09:00
i18n.py Initial commit 2016-12-08 12:33:50 +00:00
manager.py Initial commit 2016-12-08 12:33:50 +00:00
opts.py Refactoring for pep8 2017-01-22 15:17:43 +09:00
policy.py Initial commit 2016-12-08 12:33:50 +00:00
rpc.py Initial commit 2016-12-08 12:33:50 +00:00
service.py Refactoring for pep8 2017-01-22 15:17:43 +09:00
test.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-02-20 10:10:26 +00:00
utils.py Add validations when creating/deleting resources 2017-02-12 17:08:33 +09:00
version.py Initial commit 2016-12-08 12:33:50 +00:00
wsgi.py Initial commit 2016-12-08 12:33:50 +00:00