From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 00/15] REST API / import_layers improvements (cover letter only)
Date: Tue, 6 Aug 2019 12:05:42 +1200 [thread overview]
Message-ID: <cover.1565049925.git.paul.eggleton@linux.intel.com> (raw)
Add some missing items to the REST API and extend the import_layers
script in order to make it possible to create and update a clone of an
existing layer index without needing to fetch and parse all of the layer
repositories.
The following changes since commit 9ce9f7d2d1870a90b95809f43bae5d4e9f1ebd93:
dockersetup: fix regression with https enabled (2019-07-31 09:03:46 +1200)
are available in the Git repository at:
git://git.yoctoproject.org/layerindex-web paule/importlayers
http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=paule/importlayers
Paul Eggleton (15):
API: add sources, patches, dependencies to recipes
API: add BBAppend and IncFile objects to REST API
import_layers: avoid importing duplicate objects
import_layers: enable incremental LayerItem/LayerBranch import
import_layers: import recipes
import_layers: import other missing items
admin: add layerbranch to BBAppend string representation
Add simple script for testing web API
import_layers: switch to argparse
import_layers: allow filtering branches
import_layers: allow filtering layers
import_layers: delete non-matching LayerBranch objects
import_layers: add reload option
import_layers: show basic progress
README: add reference to using import_layers to update
README | 10 +-
layerindex/models.py | 2 +-
layerindex/restviews.py | 74 +++++-
layerindex/tools/import_layers.py | 405 +++++++++++++++++++++++-------
layerindex/tools/webapi-test.py | 71 ++++++
layerindex/urls.py | 2 +
6 files changed, 469 insertions(+), 95 deletions(-)
create mode 100755 layerindex/tools/webapi-test.py
--
2.20.1
reply other threads:[~2019-08-06 0:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1565049925.git.paul.eggleton@linux.intel.com \
--to=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.