aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
Commit message (Expand)AuthorAgeFilesLines
* update.py: check whether branch existed when nocheckoutrbt/li_recsRobert Yang2018-07-092-4/+3
* update.py: add layers when RECOMMENDS isn't satisfiedRobert Yang2018-07-091-21/+46
* utils.py: fix checkout_repo when no HEADRobert Yang2018-07-091-4/+12
* update_layer.py: avoid calling setup_core_layer_sys_path() when --initialRobert Yang2018-07-092-13/+15
* Add CSV export for layer recipesPaul Eggleton2018-05-072-1/+26
* Drop old raw recipe export codePaul Eggleton2018-05-073-15/+2
* rrs: default python2/3 environments for new maintenance plan layer branchesPaul Eggleton2018-05-041-0/+14
* Implement patch trackingPaul Eggleton2018-05-044-7/+136
* utils: add common function to check out a specific git revisionPaul Eggleton2018-05-042-8/+26
* models: implement layerindex method to get recursive dependenciesPaul Eggleton2018-05-041-0/+18
* Implement layer web repo commit URLPaul Eggleton2018-05-045-13/+65
* Save recipe source URLsPaul Eggleton2018-05-044-1/+47
* admin: use more dynamic method of setting recipe read-only fieldsPaul Eggleton2018-05-041-2/+12
* Add a link from the Tools drop-down to the RRS if enabledPaul Eggleton2018-05-041-1/+3
* Move run_command_interruptible() to utilsPaul Eggleton2018-05-042-33/+33
* rrs: handle dependency field differencesPaul Eggleton2018-05-041-0/+3
* Add link to maintenance plan in layer detailPaul Eggleton2018-05-041-0/+4
* utils: decode command output in runcmd() as UTF-8Paul Eggleton2018-05-042-4/+3
* rrs: Set of UI improvmentsBelen Barros Pena2018-05-041-0/+1
* views: fix regression in publish email sending codePaul Eggleton2018-05-041-5/+4
* bulkchange.py: use oe.recipeutils code to patch recipesPaul Eggleton2018-05-012-139/+7
* bulkchange.py: fix regressionPaul Eggleton2018-04-241-1/+1
* utils: add function to add meta/lib/oe to sys.pathPaul Eggleton2018-04-241-0/+12
* views: Adapt to template rendering API changePaul Eggleton2018-04-241-3/+3
* urls: add required exception parameter for page_not_foundPaul Eggleton2018-04-241-1/+1
* views: fix history tracking to work with current django-reversionPaul Eggleton2018-04-241-38/+44
* templatetags/addurlparameter: remove unused referencePaul Eggleton2018-04-241-1/+1
* urls*: Use new urlpatterns list syntaxPaul Eggleton2018-04-242-4/+4
* Stop using string name for publish view in urls.pyPaul Eggleton2018-04-242-3/+3
* Replace usage of model._meta.get_all_field_names()Paul Eggleton2018-04-242-7/+7
* views: replace mimetype with content_typePaul Eggleton2018-04-241-1/+1
* update_layer.py: move layer validation to update.py (Performance improve)Robert Yang2018-04-242-36/+83
* update.py: print failed layers summary in the endRobert Yang2018-04-241-0/+9
* update.py: add an option --timeout for lockfileRobert Yang2018-04-242-4/+15
* update: fix dependency processingRobert Yang2018-04-241-2/+2
* context_processors.py: adjust default site namePaul Eggleton2018-03-261-2/+2
* Add statistics pagePaul Eggleton2018-02-202-1/+22
* update.py: fix Ctrl+C behaviourPaul Eggleton2018-02-201-2/+10
* Fix router pointing layerBranches URL to new layers viewPaul Eggleton2018-02-151-1/+1
* restviews: add additional layer view with extra nested fieldsPaul Eggleton2018-02-072-3/+56
* restviews: add required field definitionsPaul Eggleton2018-02-071-0/+10
* restviews: add access to layer maintainers and notes via REST APIPaul Eggleton2018-02-072-1/+19
* restviews: explicitly use ReadOnlyModelViewSetPaul Eggleton2018-02-071-1/+1
* Handle __isnull in API query filteringPaul Eggleton2018-02-051-10/+14
* update_layer.py: only call init_parser when neededRobert Yang2018-02-051-22/+24
* update.py: fetch repos in parallelRobert Yang2018-02-051-19/+34
* update.py: make sure oe-core is fetchedRobert Yang2018-02-051-1/+7
* utils.py: fix remove obsolete dependenciesRobert Yang2018-02-051-4/+2
* views: fix classic recipe search redirecting to recipe page with single resultPaul Eggleton2018-01-091-0/+4
* views: fix "layer:" keyword on recipe search pagePaul Eggleton2018-01-091-3/+3