aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-03update.py: add an option --timeout for lockfilerbt/LIRobert Yang
2018-03-26requirements.txt: use the most recent Django 1.8 versionPaul Eggleton
2018-03-26context_processors.py: adjust default site namePaul Eggleton
2018-02-20README: update dependency versionsPaul Eggleton
2018-02-20requirements.txt: update some dependency versionsPaul Eggleton
2018-02-20requirements.txt: add missing dependenciesPaul Eggleton
2018-02-20Show layer description with newlines in layer detailPaul Eggleton
2018-02-20Add statistics pagePaul Eggleton
2018-02-20update.py: fix Ctrl+C behaviourPaul Eggleton
2018-02-15Fix router pointing layerBranches URL to new layers viewPaul Eggleton
2018-02-07restviews: add additional layer view with extra nested fieldsPaul Eggleton
2018-02-07restviews: add required field definitionsPaul Eggleton
2018-02-07restviews: add access to layer maintainers and notes via REST APIPaul Eggleton
2018-02-07restviews: explicitly use ReadOnlyModelViewSetPaul Eggleton
2018-02-05Handle __isnull in API query filteringPaul Eggleton
2018-02-05update_layer.py: only call init_parser when neededRobert Yang
2018-02-05update.py: fetch repos in parallelRobert Yang
2018-02-05update.py: make sure oe-core is fetchedRobert Yang
2018-02-05utils.py: fix remove obsolete dependenciesRobert Yang
2018-01-09views: fix classic recipe search redirecting to recipe page with single resultPaul Eggleton
2018-01-09views: fix "layer:" keyword on recipe search pagePaul Eggleton
2018-01-09update: don't stop on unsatisfied layer dependenciesPaul Eggleton
2018-01-09Fix error on publish if no non-root superuser/staff accounts existPaul Eggleton
2018-01-09Explicitly handle too-long field valuesPaul Eggleton
2018-01-09update_layer: fix handling of database errorsPaul Eggleton
2017-12-21admin: fix dependency display and searchPaul Eggleton
2017-12-21update_layer: fix handling of get_or_create()Paul Eggleton
2017-12-21update_layer: fix duplicate PACKAGECONFIG itemsPaul Eggleton
2017-12-20admin: fix regression in ClassicRecipe adminPaul Eggleton
2017-12-18update_layer.py: Save and show recipe dependenciesAmanda Brindle
2017-12-05recipes.html: Require keyword for recipe searchAmanda Brindle
2017-11-07templates/layerindex/classes.html: Add bbclass searchAmanda Brindle
2017-10-31querysethelper: fix searchingPaul Eggleton
2017-10-31Send email notification on publicationAmanda Brindle
2017-10-04Show note if layer branch hasn't been indexedPaul Eggleton
2017-10-04models: allow LayerBranch.collection to be blankPaul Eggleton
2017-10-03update: allow preserving temp directoryPaul Eggleton
2017-09-27Indicate if layer has YP Compatible certificationAmanda Brindle
2017-09-27Don't show "Starting bitbake server" in update logAmanda Brindle
2017-09-01templates/about: add Diana Thayer to contributors listPaul Eggleton
2017-09-01Asynchronous email notifications, task executionDiana Thayer
2017-08-22templates/about: add Jose and Amanda to creditsPaul Eggleton
2017-08-22Redirect user to correct url after editing a layerAmanda Brindle
2017-08-04templates/about: add Robert Yang to creditsPaul Eggleton
2017-07-21views: add ability to force https URL in layer review emailsPaul Eggleton
2017-07-21update_layer.py: delete layerbranch for non-existent branchRobert Yang
2017-07-21update.py: add -p to git fetchRobert Yang
2017-07-21update_layer.py: move the location of transaction.atomic()Robert Yang
2017-07-21update_layer.py: remove --update-dependenciesRobert Yang
2017-07-21update.py: update layers in dependency orderRobert Yang