summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol
AgeCommit message (Expand)Author
2016-08-11bitbake: toaster: move most recent builds templating to clientElliot Smith
2016-08-11bitbake: toaster: Remove old toaster config loading mechanismMichael Wood
2016-08-11bitbake: toaster: checksettings call django's loaddata instead of custom commandMichael Wood
2016-07-26bitbake: toaster: loadconf Partially add back some of the layerSource parsingMichael Wood
2016-07-26bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-26bitbake: toaster: tests: Remove references to LayerSource modelMichael Wood
2016-07-26bitbake: toaster: Replace references to LayerSource modelsMichael Wood
2016-07-26bitbake: toaster: loadconf remove Loading LayerSourcesMichael Wood
2016-06-15bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-15bitbake: toaster: fix migrationsEd Bartosh
2016-06-02bitbake: toaster: use knotty when working with bitbake serverEd Bartosh
2016-06-02bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh
2016-06-02bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh
2016-06-02bitbake: toaster: fix local importsEd Bartosh
2016-06-02bitbake: toaster: use force_text instead of force_bytesEd Bartosh
2016-05-20bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood
2016-05-11bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-06bitbake: toaster: get bitbake location from BBBASEDIREd Bartosh
2016-04-06bitbake: toaster: use empty tokenEd Bartosh
2016-04-06bitbake: toaster: runbuilds Clean up runbuildsMichael Wood
2016-04-06bitbake: toaster: runbuilds Make runbuilds aware of the build CANCELLED stateMichael Wood
2016-04-06bitbake: toaster: bldcontrol models Add a cancelling state the BuildRequestMichael Wood
2016-04-06bitbake: toaster: update BuildEnvironmentController and BitbakeControllerSujith H
2016-04-06bitbake: toaster: bldcontrol Add forceShutDown function to BitbakeControllerSujith H
2016-04-06bitbake: toaster: use bash explicitlyEd Bartosh
2016-04-06bitbake: toaster: stop bitbake server after the buildEd Bartosh
2016-04-06bitbake: toaster: add new parameter to _shellcmdEd Bartosh
2016-04-06bitbake: toaster: reimplement triggerBuildEd Bartosh
2016-04-06bitbake: toaster: modified setLayers APIEd Bartosh
2016-04-06bitbake: toaster: add brbe parameter to triggerBuildEd Bartosh
2016-04-06bitbake: toaster: remove release APIEd Bartosh
2016-04-06bitbake: toaster: remove startBBServer APIEd Bartosh
2016-03-23bitbake: toaster: localhostbecontroller put generated layer in the builddirMichael Wood
2016-03-23bitbake: toaster: localhostbecontroller Allow file:/// uri type for git repoMichael Wood
2016-03-23bitbake: toaster: localhostbecontroller Don't clear out toaster custom layer dirMichael Wood
2016-03-09bitbake: toaster: use force_bytes to display non-ascii project namesSujith H
2016-03-07bitbake: toaster: remove sshbecontroller moduleEd Bartosh
2016-03-07bitbake: toaster: don't use sshbecontrollerEd Bartosh
2016-03-07bitbake: toaster: raise NotImplementedErrorEd Bartosh
2016-02-11bitbake: buildinfohelper: unset brbe variable when build finishesElliot Smith
2016-02-10bitbake: toaster: localhostbectrl Update the dirpath of customrecipe's base l...Michael Wood
2016-02-10bitbake: toaster: move CustomImageRecipe generation to API entry pointMichael Wood
2016-02-10bitbake: toaster: localhostbecontroller CustomRecipe now base_recipe is RecipeMichael Wood
2016-01-19bitbake: toaster: write variables to toaster.confEd Bartosh
2015-12-14bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh
2015-12-14bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith
2015-12-14bitbake: toaster: Remove South migrationsEd Bartosh
2015-12-14bitbake: toaster: trigger SetBRBE eventEd Bartosh
2015-12-14bitbake: toaster: implement BitbakeController.triggerEventEd Bartosh