* [layerindex-web][PATCH 0/7] Recipe reporting system fixes (cover letter only)
@ 2019-07-16 23:41 Paul Eggleton
0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2019-07-16 23:41 UTC (permalink / raw)
To: yocto
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-16 23:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-16 23:41 [layerindex-web][PATCH 0/7] Recipe reporting system fixes (cover letter only) Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.