From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 0/5] Layer index improvements
Date: Mon, 30 May 2016 16:31:11 +1200 [thread overview]
Message-ID: <cover.1464581354.git.paul.eggleton@linux.intel.com> (raw)
Refactor the update script to hopefully make it more robust, allow
multiple branches to be updated with one command, and fix a few other
issues.
The following changes since commit b80833e1c9d2e8d4bd15903810bc981dd3a9c19e:
TODO: drop some completed items (2016-05-30 15:28:20 +1200)
are available in the git repository at:
git://git.yoctoproject.org/layerindex-web paule/fixes
http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=paule/fixes
Paul Eggleton (5):
Allow blanking out field values in bulk change
update.py: refactor into two separate scripts
update.py: allow updating all branches with one command
Fix listing *_git.bbappend as appends for git recipe
Increase size of Recipe provides and license fields
README | 7 +-
TODO | 2 -
layerindex/bulkchange.py | 17 +-
layerindex/forms.py | 19 -
.../0011_auto__add_field_branch_updates_enabled.py | 198 ++++++++
...ld_recipe_license__chg_field_recipe_provides.py | 202 ++++++++
layerindex/models.py | 25 +-
layerindex/update.py | 523 ++------------------
layerindex/update_layer.py | 547 +++++++++++++++++++++
layerindex/views.py | 5 +-
10 files changed, 1028 insertions(+), 517 deletions(-)
create mode 100644 layerindex/migrations/0011_auto__add_field_branch_updates_enabled.py
create mode 100644 layerindex/migrations/0012_auto__chg_field_recipe_license__chg_field_recipe_provides.py
create mode 100644 layerindex/update_layer.py
--
2.5.5
next reply other threads:[~2016-05-30 4:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 4:31 Paul Eggleton [this message]
2016-05-30 4:31 ` [layerindex-web][PATCH 1/5] Allow blanking out field values in bulk change Paul Eggleton
2016-05-30 4:31 ` [layerindex-web][PATCH 2/5] update.py: refactor into two separate scripts Paul Eggleton
2016-05-30 4:31 ` [layerindex-web][PATCH 3/5] update.py: allow updating all branches with one command Paul Eggleton
2016-05-30 4:31 ` [layerindex-web][PATCH 4/5] Fix listing *_git.bbappend as appends for git recipe Paul Eggleton
2016-05-30 4:31 ` [layerindex-web][PATCH 5/5] Increase size of Recipe provides and license fields 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.1464581354.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.