All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 0/5] Update / error handling fixes
Date: Tue, 14 Aug 2018 15:32:13 +0200	[thread overview]
Message-ID: <cover.1534253406.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2018-08-14 13:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-14 13:32 Paul Eggleton [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1534253406.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.