All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/5] Update / error handling fixes
@ 2018-08-14 13:32 Paul Eggleton
  2018-08-14 13:32 ` [layerindex-web][PATCH 1/5] update: avoid errors if values could not be found in initial output Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2018-08-14 13:32 UTC (permalink / raw)
  To: yocto

The layer index has recently been failing to update, and that wasn't
picked up earlier as the errors weren't actually being collected in the
update records. Makesure they are collected and sufficiently highlighted
in the UI.


The following changes since commit d17080d325b9b82e8b844c207053eb2b3ac111ad:

  Show links to include files on recipe detail (2018-08-13 16:04:16 +0200)

are available in the Git repository at:

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

Paul Eggleton (5):
  update: avoid errors if values could not be found in initial output
  update_layer: improve exception handling
  Improve collection/display of LayerUpdate records
  update: ensure that exceptions during the update process are logged
  Include errors/warnings in main log in error/warning counts for
    updates

 TODO                                          |  1 -
 layerindex/admin.py                           |  2 +-
 .../0021_layerupdate_add_layer_branch.py      | 26 +++++++
 .../0022_layerupdate_set_layer_branch.py      | 41 +++++++++++
 .../0023_layerupdate_layer_branch_finalise.py | 29 ++++++++
 .../migrations/0024_layerupdate_vcs_revs.py   | 35 ++++++++++
 layerindex/models.py                          | 36 +++++++++-
 layerindex/static/css/additional.css          | 10 +++
 layerindex/templatetags/extrafilters.py       |  4 ++
 layerindex/update.py                          | 68 +++++++++++++------
 layerindex/update_layer.py                    |  3 +-
 layerindex/views.py                           |  6 +-
 templates/layerindex/layerupdate.html         | 19 +++++-
 templates/layerindex/updatedetail.html        | 34 ++++++++--
 templates/layerindex/updatelist.html          |  6 +-
 15 files changed, 284 insertions(+), 36 deletions(-)
 create mode 100644 layerindex/migrations/0021_layerupdate_add_layer_branch.py
 create mode 100644 layerindex/migrations/0022_layerupdate_set_layer_branch.py
 create mode 100644 layerindex/migrations/0023_layerupdate_layer_branch_finalise.py
 create mode 100644 layerindex/migrations/0024_layerupdate_vcs_revs.py

-- 
2.17.1



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

end of thread, other threads:[~2018-08-14 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-14 13:32 [layerindex-web][PATCH 0/5] Update / error handling fixes Paul Eggleton
2018-08-14 13:32 ` [layerindex-web][PATCH 1/5] update: avoid errors if values could not be found in initial output Paul Eggleton
2018-08-14 13:32 ` [layerindex-web][PATCH 2/5] update_layer: improve exception handling Paul Eggleton
2018-08-14 13:32 ` [layerindex-web][PATCH 3/5] Improve collection/display of LayerUpdate records Paul Eggleton
2018-08-14 13:32 ` [layerindex-web][PATCH 4/5] update: ensure that exceptions during the update process are logged Paul Eggleton
2018-08-14 13:32 ` [layerindex-web][PATCH 5/5] Include errors/warnings in main log in error/warning counts for updates 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.