[yocto] [layerindex-web][PATCH 00/12] More minor fixes (cover letter only)

Paul Eggleton paul.eggleton at linux.intel.com
Sun Sep 30 21:11:37 PDT 2018


A bunch of fixes for minor issues / missing functionality I've noticed
since we did the update of layers.openembedded.org last week.


The following changes since commit 2554449baa5dece6b3b2ca027f1a368823e43b00:

  update: fix regression caused by previous temp dir fix (2018-09-27 15:35:38 +1200)

are available in the Git repository at:

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

Paul Eggleton (12):
  update: fix error on LAYERRECOMMENDS failure
  admin: allow changing branch on layerbranch records
  update: use lists for git clone/checkout command parameters
  forms: fix validation of repository URLs in layer edit form
  Auto-determine web/file/tree/commit URLs for gitlab.com
  update: fix confusing debug message on renaming bbappend
  admin: allow searching on vcs_url on layer/layerbranch
  Add object string representation to truncation warning message
  update: fix commands.getstatusoutput errors when parsing python2 branch
  update: allow patch parsing to work with python 2
  Fix wrapping on update detail page
  Add an email test function

 layerindex/admin.py                  |  5 +--
 layerindex/bulkchange.py             |  2 +-
 layerindex/forms.py                  |  2 +-
 layerindex/models.py                 |  2 +-
 layerindex/recipeparse.py            |  2 +-
 layerindex/static/css/additional.css |  1 +
 layerindex/tools/import_classic.py   |  2 +-
 layerindex/tools/import_layer.py     |  7 +++++
 layerindex/update.py                 |  8 ++++-
 layerindex/update_layer.py           |  7 +++--
 layerindex/urls.py                   |  5 ++-
 layerindex/utils.py                  |  6 ++--
 layerindex/views.py                  | 46 +++++++++++++++++++++++-----
 rrs/tools/common.py                  |  2 +-
 templates/base.html                  |  2 ++
 templates/layerindex/editlayer.html  |  9 ++++++
 templates/layerindex/testemail.txt   |  7 +++++
 17 files changed, 92 insertions(+), 23 deletions(-)
 create mode 100644 templates/layerindex/testemail.txt

-- 
2.17.1



More information about the yocto mailing list