layerindex-web/layerindex
Alex Franco fd63761d2a Support for recipe inherits field
To identify image recipes and provide inheritance data for recipes, an
inherits field was added to the recipe model, and then populated using
refactored data from __inherit_cache. Finally the field was also added
to page templates, along with style changes proposed in attachment, and
an additional style change to display the inherits field as a list in
detailed view. The field skips globally inherited data as proposed.

[YOCTO #7575]

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-07 11:34:28 +01:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
migrations Support for recipe inherits field 2015-10-07 11:34:28 +01:00
static Support for recipe inherits field 2015-10-07 11:34:28 +01:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
tools tools/import_layer: fix errors in maintainer scraping code 2014-06-12 11:24:25 +01:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
admin.py admin: enable adding layer branches 2013-11-04 10:57:51 +00:00
bulkchange.py Implement locking for update/bulkchange process 2013-09-05 00:31:23 +01:00
context_processors.py Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
forms.py Use CORE_LAYER_NAME when setting default layer dependency 2013-12-28 11:03:29 +00:00
models.py Support for recipe inherits field 2015-10-07 11:34:28 +01:00
querysethelper.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
recipedesc.py Add support for importing OE-Classic recipes 2013-09-05 00:31:22 +01:00
recipeparse.py recipeparse.py: handle old BBFILES append method in layer.conf 2015-06-17 18:36:37 +01:00
restperm.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
restviews.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
update.py Support for recipe inherits field 2015-10-07 11:34:28 +01:00
urls_branch.py Navigation improvements 2013-09-05 00:31:23 +01:00
urls.py expose REST API for layerindex 2014-09-24 11:32:34 +01:00
utils.py Ensure logger is passed into runcmd function or use sys.stderr.write 2013-09-05 00:31:23 +01:00
views.py Hide "updated" field changes in change history page 2015-01-23 17:41:01 +00:00