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 00/12] More minor fixes (cover letter only)
Date: Mon,  1 Oct 2018 17:11:37 +1300	[thread overview]
Message-ID: <cover.1538366967.git.paul.eggleton@linux.intel.com> (raw)

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



                 reply	other threads:[~2018-10-01  4:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1538366967.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.