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

In v3, fix bug that breaks search if keyword doesn't match one or both of the dependency items.

Add a note about how dependencies may very.

Activate tooltips so we don't have to wait for them to show.

Only display PACKAGECONFIG names.

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                            | 17 ++++++++-
 templates/layerindex/recipedetail.html         | 41 +++++++++++++++++++++
 6 files changed, 188 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-15 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-15 21:06 [layerindex-web][PATCH v3 0/1] update_layer.py: Save and show recipe dependencies Amanda Brindle
2017-12-15 21:06 ` [layerindex-web][PATCH v3 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.