aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
AgeCommit message (Expand)Author
2018-07-09utils.py: fix checkout_repo when no HEADRobert Yang
2018-07-09update_layer.py: avoid calling setup_core_layer_sys_path() when --initialRobert Yang
2018-05-07Add CSV export for layer recipesPaul Eggleton
2018-05-07Drop old raw recipe export codePaul Eggleton
2018-05-04rrs: default python2/3 environments for new maintenance plan layer branchesPaul Eggleton
2018-05-04Implement patch trackingPaul Eggleton
2018-05-04utils: add common function to check out a specific git revisionPaul Eggleton
2018-05-04models: implement layerindex method to get recursive dependenciesPaul Eggleton
2018-05-04Implement layer web repo commit URLPaul Eggleton
2018-05-04Save recipe source URLsPaul Eggleton
2018-05-04admin: use more dynamic method of setting recipe read-only fieldsPaul Eggleton
2018-05-04Add a link from the Tools drop-down to the RRS if enabledPaul Eggleton
2018-05-04Move run_command_interruptible() to utilsPaul Eggleton
2018-05-04rrs: handle dependency field differencesPaul Eggleton
2018-05-04Add link to maintenance plan in layer detailPaul Eggleton
2018-05-04utils: decode command output in runcmd() as UTF-8Paul Eggleton
2018-05-04rrs: Set of UI improvmentsBelen Barros Pena
2018-05-04views: fix regression in publish email sending codePaul Eggleton
2018-05-01bulkchange.py: use oe.recipeutils code to patch recipesPaul Eggleton
2018-04-24bulkchange.py: fix regressionPaul Eggleton
2018-04-24utils: add function to add meta/lib/oe to sys.pathPaul Eggleton
2018-04-24views: Adapt to template rendering API changePaul Eggleton
2018-04-24urls: add required exception parameter for page_not_foundPaul Eggleton
2018-04-24views: fix history tracking to work with current django-reversionPaul Eggleton
2018-04-24templatetags/addurlparameter: remove unused referencePaul Eggleton
2018-04-24urls*: Use new urlpatterns list syntaxPaul Eggleton
2018-04-24Stop using string name for publish view in urls.pyPaul Eggleton
2018-04-24Replace usage of model._meta.get_all_field_names()Paul Eggleton
2018-04-24views: replace mimetype with content_typePaul Eggleton
2018-04-24update_layer.py: move layer validation to update.py (Performance improve)Robert Yang
2018-04-24update.py: print failed layers summary in the endRobert Yang
2018-04-24update.py: add an option --timeout for lockfileRobert Yang
2018-04-24update: fix dependency processingRobert Yang
2018-03-26context_processors.py: adjust default site namePaul 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