All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amanda Brindle <amanda.r.brindle@intel.com>
To: yocto@yoctoproject.org
Cc: paul.eggleton@linux.intel.com,
	Amanda Brindle <amanda.r.brindle@intel.com>
Subject: [layerindex-web][PATCH v3 0/1] update_layer.py: Save and show recipe dependencies
Date: Fri, 15 Dec 2017 13:06:40 -0800	[thread overview]
Message-ID: <cover.1513371419.git.amanda.r.brindle@intel.com> (raw)

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



             reply	other threads:[~2017-12-15 21:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15 21:06 Amanda Brindle [this message]
2017-12-15 21:06 ` [layerindex-web][PATCH v3 1/1] update_layer.py: Save and show recipe dependencies Amanda Brindle

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.1513371419.git.amanda.r.brindle@intel.com \
    --to=amanda.r.brindle@intel.com \
    --cc=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.