All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/6] Various fixes
@ 2018-01-09  4:20 Paul Eggleton
  2018-01-09  4:20 ` [layerindex-web][PATCH 1/6] update_layer: fix handling of database errors Paul Eggleton
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paul Eggleton @ 2018-01-09  4:20 UTC (permalink / raw)
  To: yocto

Fix a bunch of issues I found recently working on the layer index. I
plan on merging these almost immediately as we need several of these
fixes in the live instance on openembedded.org.


The following changes since commit fa0b01082fb0596959841e95af8c516ae3f267a7:

  admin: fix dependency display and search (2017-12-21 16:14:17 +1300)

are available in the git repository at:

  git://git.yoctoproject.org/layerindex-web paule/fixes
  http://git.yoctoproject.org/cgit.cgi//log/?h=paule/fixes

Paul Eggleton (6):
  update_layer: fix handling of database errors
  Explicitly handle too-long field values
  Fix error on publish if no non-root superuser/staff accounts exist
  update: don't stop on unsatisfied layer dependencies
  views: fix "layer:" keyword on recipe search page
  views: fix classic recipe search redirecting to recipe page with
    single result

 layerindex/models.py       | 21 +++++++++++++++++++++
 layerindex/update.py       | 20 ++++++++++----------
 layerindex/update_layer.py |  4 ++++
 layerindex/views.py        | 11 ++++++++---
 4 files changed, 43 insertions(+), 13 deletions(-)

-- 
2.9.5



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-09  4:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09  4:20 [layerindex-web][PATCH 0/6] Various fixes Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 1/6] update_layer: fix handling of database errors Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 2/6] Explicitly handle too-long field values Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 3/6] Fix error on publish if no non-root superuser/staff accounts exist Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 4/6] update: don't stop on unsatisfied layer dependencies Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 5/6] views: fix "layer:" keyword on recipe search page Paul Eggleton
2018-01-09  4:20 ` [layerindex-web][PATCH 6/6] views: fix classic recipe search redirecting to recipe page with single result 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.