All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/5] Layer index improvements
@ 2016-05-30  4:31 Paul Eggleton
  2016-05-30  4:31 ` [layerindex-web][PATCH 1/5] Allow blanking out field values in bulk change Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2016-05-30  4:31 UTC (permalink / raw)
  To: yocto

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



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

end of thread, other threads:[~2016-05-30  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  4:31 [layerindex-web][PATCH 0/5] Layer index improvements Paul Eggleton
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

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.