aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-07update_layer: fix regressions in missing layer detectionPaul Eggleton
2016-11-07update.py: fix regression handling layers that failed to fetchPaul Eggleton
2016-10-26recipedetail: don't show homepage as link if not URLPaul Eggleton
2016-10-26about: update contributors listPaul Eggleton
2016-10-25editlayer: allow selecting web interface typePaul Eggleton
2016-10-19views: ensure exact matches on name are shown first in recipe searchPaul Eggleton
2016-10-19views: ensure we only show results once in recipe searchPaul Eggleton
2016-10-18README: update setup instructionsPaul Eggleton
2016-10-18layerindex/update_layer.py: Preserve the recipedependency filesMark Hatle
2016-10-18recipeparse: remove unnecessary else statementLiam R. Howlett
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Add collection and version to layerbranchLiam R. Howlett
2016-10-18layerindex: Detect dependencies from layer.conf filesLiam R. Howlett
2016-10-18layerindex/recipeparse.py: refactor setup_tinfoil, checkout_layer_branch, par...Liam R. Howlett
2016-10-18layerindex/tools/import_project: Add import_projectLiam R. Howlett
2016-10-18layerindex: Add distro to web interface and modelLiam R. Howlett
2016-10-18layerindex/utils: Update runcmd to decode binary strings to stringsLiam R. Howlett
2016-10-18layerindex/tools/import_layer.py: Avoid failing if there is any layer to addLiam R. Howlett
2016-10-18layerindex/tools/import_layer.py: Sanitize layer nameLiam R. Howlett
2016-10-18import_layer: Add --actual-branch optionLiam R. Howlett
2016-10-18layerindex/migrations: Add initial migrationMark Hatle
2016-09-20Fixes for django-registration 2.xPaul Eggleton
2016-09-20update.py: default to python3 without a defined environmentPaul Eggleton
2016-09-20Fix import script for Django 1.8 & Python 3Paul Eggleton
2016-09-20Update to Django 1.8Paul Eggleton
2016-09-20Drop south migrationsPaul Eggleton
2016-09-20Fix for changes to auth views in Django 1.6Paul Eggleton
2016-08-31update_layer.py: fix up for bitbake API changePaul Eggleton
2016-08-01Fix output decoding/reporting for bulk change patch downloadPaul Eggleton
2016-08-01Use python3 commands in READMEPaul Eggleton
2016-07-04Use functools.reduce instead of reducePaul Eggleton
2016-07-01Fix not null error on database migrationPaul Eggleton
2016-06-12Explicitly specify temporary redirectionPaul Eggleton
2016-06-12update_layer.py: use new-style transaction APIPaul Eggleton
2016-06-12Preemptive auto_now fix for Django 1.8Paul Eggleton
2016-06-12Handle Python 2 and Python 3 branches in the same indexPaul Eggleton
2016-06-12update_layer.py: fix handling of renames with newer GitPythonPaul Eggleton
2016-06-12update_layer.py: rename confusing loop variablesPaul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-12Fix for changes in modern django-reversionPaul Eggleton
2016-06-12Upgrade to Django 1.6+Paul Eggleton
2016-06-12bulkchange: drop temp paths in multi-patch tarballPaul Eggleton
2016-06-12Increase size of Recipe provides and license fieldsPaul Eggleton
2016-06-12Fix listing *_git.bbappend as appends for git recipePaul Eggleton
2016-06-10update.py: allow updating all branches with one commandPaul Eggleton
2016-05-30update.py: refactor into two separate scriptsPaul Eggleton
2016-05-30Allow blanking out field values in bulk changePaul Eggleton
2016-05-30TODO: drop some completed itemsPaul Eggleton
2016-05-24Display recipe blacklist informationAlex Franco
2016-05-23search: show matches against pn at top of recipe search resultsElliot Smith