A bunch of fixes mostly for the Recipe Reporting System (RRS) part of the layer index. In particular, 5/7 fixes the RRS for layers in meta-openembedded.
The following changes since commit ce5141fc39b2b171383fca002b2bc5cf082b31f4: RRS: add tool to import/export upstream history data (2019-02-14 10:05:53 +1300) are available in the Git repository at: git://git.yoctoproject.org/layerindex-web paule/fixes13 http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=paule/fixes13 Paul Eggleton (7): Split out patch status read to a method on the Patch model Record patch application order and use as default sorting Add admin handling for Patch objects RRS: Fix raw SQL statements to use parameters RRS: fix showing all recipes for multi-layer maintenance plans RRS: move Export button and restore Tools drop-down menu RRS: add missing migration layerindex/admin.py | 11 +- .../migrations/0027_patch_apply_order.py | 24 +++ layerindex/models.py | 31 ++++ layerindex/tools/import_otherdistro.py | 5 +- layerindex/update_layer.py | 34 +---- .../0019_maintplan_admin_delete_null.py | 22 +++ rrs/views.py | 143 +++++++++--------- templates/base.html | 4 + templates/rrs/base_toplevel.html | 5 +- templates/rrs/recipes.html | 2 + 10 files changed, 173 insertions(+), 108 deletions(-) create mode 100644 layerindex/migrations/0027_patch_apply_order.py create mode 100644 rrs/migrations/0019_maintplan_admin_delete_null.py -- 2.20.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto