layerindex-web/layerindex
Paul Eggleton 354e368aa2 Add support for handling multiple branches
Change the data structure to support multiple branches. At the top level
there is a set list of Branch objects, and then a LayerBranch object
between each layer and the maintainers, dependencies, recipes and
machines, so that the set of each can be different per branch. The
branch is a session option, and can be selected via a drop-down that is
shown for all pages.

Additionally, with this change we avoid the need to run the update
script within a build environment set up with oe-init-build-env - since
we need a specific version of BitBake per branch we now use our own copy
of BitBake which is fetched by the script itself. The update script will
need to be called multiple times however - once per branch.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-05 20:37:48 +00:00
..
fixtures Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
static Add CAPTCHA to submission form 2013-02-28 15:48:38 +00:00
templatetags Improve pagination for recipe list 2013-02-19 18:28:48 +00:00
__init__.py Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
about.html Enable autoescaping in more places 2013-02-26 18:28:26 +00:00
admin.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
context_processors.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
deleteconfirm.html Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
detail.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
editlayer.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
editlayernote.html Add ability to add, edit and delete layer notes 2013-02-28 14:36:41 +00:00
forms.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
index.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
machines.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
models.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
rawrecipes.txt Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
recipedetail.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
recipes.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
simplesearch.py Improve recipe search 2013-02-19 17:22:45 +00:00
submitemail.txt Initial commit of layerindex-web 2013-02-13 12:09:57 +00:00
submitlayer.html Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
submitthanks.html Clarify language around publishing layers 2013-02-27 23:10:28 +00:00
update.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
urls.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00
views.py Add support for handling multiple branches 2013-03-05 20:37:48 +00:00