layerindex-web/layerindex/migrations
Amanda Brindle 51e83c8d31 update_layer.py: Save and show recipe dependencies
Added a model for the PACKAGECONFIG variable, which has a one to
many relationship with the Recipe model.

Added models for static build dependencies and dynamic build
dependencies, both of which have a many to many relationship with
the Recipe model.

These objects are created in update_layer.py and are displayed on the
Recipe detail page.

Added a depends search option for recipes, allowing users to search for
recipes that depend on any particular recipe. Use "depends:recipename"
in the recipe search to activate this.

Fixes [YOCTO #12129]
Fixes [YOCTO #11415]

Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-12-18 09:01:29 +13:00
..
__init__.py layerindex/migrations: Add initial migration 2016-10-18 16:41:24 +13:00
0001_initial.py layerindex/migrations: Add initial migration 2016-10-18 16:41:24 +13:00
0002_distro.py layerindex: Add distro to web interface and model 2016-10-18 16:42:15 +13:00
0003_auto_20161011_0304.py layerindex: Add collection and version to layerbranch 2016-10-18 16:42:16 +13:00
0004_layerdependency_required.py layerindexer: Add layer recommends support 2016-10-18 16:42:16 +13:00
0005_layerupdate.py Record and display update logs 2016-11-16 15:31:46 +13:00
0006_change_branch_meta.py migrations: add missing migration for branch meta change 2017-03-14 15:14:09 +13:00
0007_layeritem_status_noupdate.py layerindex: add "No update" status to LayerItem 2017-03-14 15:19:53 +13:00
0008_yp_compatible.py Indicate if layer has YP Compatible certification 2017-09-27 15:26:24 +13:00
0009_layerbranch_collection.py models: allow LayerBranch.collection to be blank 2017-10-04 13:28:24 +13:00
0010_add_dependencies.py update_layer.py: Save and show recipe dependencies 2017-12-18 09:01:29 +13:00