aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2015-12-22toaster: Use updated API getBBController for cancellationsujith/toaster-build-cancel3Sujith H
2015-12-22toaster: Made small modification to getBBController APISujith H
2015-12-22toaster: Add cancel button to the UISujith H
2015-12-21toaster: tests Remove symlinks from toasteruitest folderMihail Stanciu
2015-12-18bitbake: toaster: remove 2 confusing parametersEd Bartosh
2015-12-18bitbake: toaster: move setting of default valuesEd Bartosh
2015-12-18bitbake: toaster: move startup checks to a better placeEd Bartosh
2015-12-18bitbake: toaster: remove 2 unused functionsEd Bartosh
2015-12-18bitbake: toaster: remove addtoConfiguration functionEd Bartosh
2015-12-18bitbake: toaster: updated header of the toaster scriptEd Bartosh
2015-12-18bitbake: toaster: add MANAGE variableEd Bartosh
2015-12-18bitbake: toaster: remove unused variableEd Bartosh
2015-12-18bitbake: toaster: split long lines, add/remove whitespaceEd Bartosh
2015-12-18bitbake: toaster: check if address:port is in useEd Bartosh
2015-12-18bitbake: toaster: implement checksocket commandEd Bartosh
2015-12-18bitbake: knotty: Improve exception error messageRichard Purdie
2015-12-18bitbake: knotty: Fix row/column function return value issueRichard Purdie
2015-12-18bitbake: buildinfohelper: Update for buildstats layout changeRichard Purdie
2015-12-18bitbake: fetch: use orig localpath when calling orig methodChristopher Larson
2015-12-18bitbake: utils: Improve traceback from better_exec internal errorsRichard Purdie
2015-12-18bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie
2015-12-18bitbake: runqueue: Add support for <task>- syntaxRichard Purdie
2015-12-14bitbake: toaster: tables Set a default order for the software recipes tableBelen Barros Pena
2015-12-14bitbake: toaster: rework checking of Django versionEd Bartosh
2015-12-14bitbake: toaster: monkey patch QuerysetEd Bartosh
2015-12-14bitbake: toaster: removed extra calls of migrateEd Bartosh
2015-12-14bitbake: toaster: work around 'database is locked' errorEd Bartosh
2015-12-14bitbake: toaster: fixed format stringsEd Bartosh
2015-12-14bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh
2015-12-14bitbake: toaster: Amend regex for MySQL database URLsElliot Smith
2015-12-14bitbake: toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14bitbake: toaster: Check Django version against toaster-requirements.txtElliot Smith
2015-12-14bitbake: toaster: Update deprecated manage.py commandElliot Smith
2015-12-14bitbake: toaster: Prevent deprecation warnings for RedirectViewElliot Smith
2015-12-14bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith
2015-12-14bitbake: toaster: rename get_query_set -> get_querysetEd Bartosh
2015-12-14bitbake: toaster: Start Django machinery for database accessElliot Smith
2015-12-14bitbake: toaster: Create default project with get_or_create* methodElliot Smith
2015-12-14bitbake: toaster: Fix references to app pathsEd Bartosh
2015-12-14bitbake: toaster: Remove South migrationsEd Bartosh
2015-12-14bitbake: toaster: Upgrade to Django 1.8.6 and remove SouthElliot Smith
2015-12-14bitbake: toasterui: process SetBRBE eventEd Bartosh
2015-12-14bitbake: toaster: trigger SetBRBE eventEd Bartosh
2015-12-14bitbake: toaster: implement BitbakeController.triggerEventEd Bartosh
2015-12-14bitbake: event: Fix subprocess event error traceback failuresRichard Purdie
2015-12-09bitbake: toaster: toasterui Add ParseStarted/ParseProgress events to maskbrian avery
2015-12-08bitbake: knotty: Enforce terminal line limit to stop crazy scrollingRichard Purdie
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07bitbake: toaster: return back 'New project' buttonEd Bartosh
2015-12-07bitbake: toaster: tests Update UI tests to work with 2.0 changesMihail Stanciu