All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/6] Layer index improvements
@ 2018-05-21  3:04 Paul Eggleton
  2018-05-21  3:04 ` [layerindex-web][PATCH 1/6] settings: allow disabling layer publishing emails Paul Eggleton
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paul Eggleton @ 2018-05-21  3:04 UTC (permalink / raw)
  To: yocto

Fixes for some minor issues, plus add a few small features.


The following changes since commit 09f629b997da1e52b1cb93d36566e04908e0517c:

  Add CSV export for layer recipes (2018-05-07 15:30:04 +1200)

are available in the Git repository at:

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

Paul Eggleton (6):
  settings: allow disabling layer publishing emails
  update_layer: drop debug message for deleting recipe file dependencies
  update_layer: avoid errors on modified & renamed files
  Add site-wide notice support
  Add a script to import layers from an existing layer index
  update_classic_status: fix matching on wrong layer

 TODO                                      |   1 -
 layerindex/admin.py                       |   1 +
 layerindex/context_processors.py          |   7 +-
 layerindex/migrations/0014_sitenotice.py  |  24 +++
 layerindex/models.py                      |  25 ++-
 layerindex/tools/import_layers.py         | 251 ++++++++++++++++++++++++++++++
 layerindex/tools/update_classic_status.py |   2 +-
 layerindex/update_layer.py                |   3 +-
 layerindex/utils.py                       |  14 ++
 layerindex/views.py                       |  66 ++++----
 requirements.txt                          |   1 +
 settings.py                               |   3 +
 templates/base.html                       |   5 +
 13 files changed, 364 insertions(+), 39 deletions(-)
 create mode 100644 layerindex/migrations/0014_sitenotice.py
 create mode 100755 layerindex/tools/import_layers.py

-- 
2.14.3



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

end of thread, other threads:[~2018-05-21  3:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21  3:04 [layerindex-web][PATCH 0/6] Layer index improvements Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 1/6] settings: allow disabling layer publishing emails Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 2/6] update_layer: drop debug message for deleting recipe file dependencies Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 3/6] update_layer: avoid errors on modified & renamed files Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 4/6] Add site-wide notice support Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 5/6] Add a script to import layers from an existing layer index Paul Eggleton
2018-05-21  3:04 ` [layerindex-web][PATCH 6/6] update_classic_status: fix matching on wrong layer 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.