All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH v2 0/1] update_layer.py: Save and show recipe dependencies
@ 2017-12-05  0:16 Amanda Brindle
  2017-12-05  0:17 ` [layerindex-web][PATCH v2 1/1] " Amanda Brindle
  0 siblings, 1 reply; 2+ messages in thread
From: Amanda Brindle @ 2017-12-05  0:16 UTC (permalink / raw)
  To: yocto; +Cc: paul.eggleton, Amanda Brindle

In v2, added the migration file to update the database.

The following changes since commit a64bfed81b3827503ff825090f1fb4b94e1cd9bd:

  recipes.html: Require keyword for recipe search (2017-12-05 10:01:10 +1300)

are available in the git repository at:

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

Amanda Brindle (1):
  update_layer.py: Save and show recipe dependencies

 layerindex/admin.py                            | 20 ++++++++++-
 layerindex/migrations/0010_add_dependencies.py | 50 ++++++++++++++++++++++++++
 layerindex/models.py                           | 24 +++++++++++++
 layerindex/update_layer.py                     | 38 ++++++++++++++++++++
 layerindex/views.py                            | 11 +++++-
 templates/layerindex/recipedetail.html         | 33 +++++++++++++++++
 6 files changed, 174 insertions(+), 2 deletions(-)
 create mode 100644 layerindex/migrations/0010_add_dependencies.py

-- 
2.7.4



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

end of thread, other threads:[~2017-12-05  0:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  0:16 [layerindex-web][PATCH v2 0/1] update_layer.py: Save and show recipe dependencies Amanda Brindle
2017-12-05  0:17 ` [layerindex-web][PATCH v2 1/1] " Amanda Brindle

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.