python-muranoclient/muranoclient/v1
Kirill Zaitsev a0a48f0ace Store transitive inheritance information in glare
Before this patch only local inheritance information was stored in the
'inherits' field in glare. This means, that requesting all the
packages, that inherit from class X would only yield immediate
relatives, rather than all.
This patch adds transitive inheritance information to the same field.

Change-Id: I5096a2dd105dd70ff42b35eebbd850a9b66c9274
Closes-Bug: #1585419
2016-06-03 12:28:46 +00:00
..
package_creator Add python 3 support 2015-11-11 20:32:17 +00:00
__init__.py Run hacking in a right way 2014-05-16 16:37:15 +04:00
actions.py Refactor request methods in HTTP/SessionClient classes 2016-03-22 17:44:10 +02:00
artifact_packages.py Store transitive inheritance information in glare 2016-06-03 12:28:46 +00:00
categories.py Add parameter support to pagination-list 2015-08-12 12:46:50 +03:00
client.py Fixes TypeError in Client constructor 2016-02-08 15:22:31 +03:00
deployments.py Refactor request methods in HTTP/SessionClient classes 2016-03-22 17:44:10 +02:00
environments.py Add python 3 support 2016-01-19 04:30:22 -08:00
instance_statistics.py InstanceStatistics updated for corresponding API change 2014-04-10 22:05:59 +04:00
packages.py Correct variable name in code adopted from Glance 2016-04-14 12:34:47 +03:00
request_statistics.py Fix the issue with stats API call 2014-04-16 20:10:41 -07:00
services.py Improving python3 compatibility 2016-02-11 16:00:04 +03:00
sessions.py Refactor request methods in HTTP/SessionClient classes 2016-03-22 17:44:10 +02:00
shell.py Fix displaying packages in category-show subcommand 2016-03-28 14:49:58 +03:00
templates.py Fix inconsistent argument name/placeholder in EnvTemplateManager.delete_app 2016-02-14 21:02:24 +01:00