summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-05-17toasterui: capture keyboard interrupts the same way as knottyElliot Smith
2016-05-17buildinfohelper: add method to set current build as CANCELLEDElliot Smith
2016-05-16toaster: toastergui tests Fix toastertable testsMichael Wood
2016-05-16toaster: toastertables: Clean up and fix up a number of itemsMichael Wood
2016-05-13toaster: use new syntax of except statementEd Bartosh
2016-05-13toaster: use print function in toaster scriptEd Bartosh
2016-05-13toaster: use 'in' instead of has_keyEd Bartosh
2016-05-13server/process: Fix missing log messages issueRichard Purdie
2016-05-13cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie
2016-05-13runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly
2016-05-13toaster: fix progress bar in MySQL environmentElliot Smith
2016-05-12main: Ensure exceptions are correctly displayedRichard Purdie
2016-05-12cookerdata: Fix log messages and ensure we exitRichard Purdie
2016-05-12event/msg: Pass formatted exceptionsRichard Purdie
2016-05-12fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-12main: Change warn() -> warning()Richard Purdie
2016-05-12cooker: Fix log message syntaxRichard Purdie
2016-05-12utils: Force bitbake to en_US.UTF-8 locale setting everywhereRichard Purdie
2016-05-12bin/bitbake-worker: Fix invalid bb.msg.fatal usageRichard Purdie
2016-05-12contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie
2016-05-12knotty: Ensure consolelog file handle is closedRichard Purdie
2016-05-12runqueue: Improve timestamp comparisonsRichard Purdie
2016-05-12daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie
2016-05-11toaster: tests browser Add test for creating a projectMichael Wood
2016-05-11toaster: models Add missing import sysMichael Wood
2016-05-11toaster: ui handles duplicate project name in project pageSujith H
2016-05-11toaster: ui handles duplicate project name in new project pageSujith H
2016-05-11toaster: projectNameValidation API addedSujith H
2016-05-09runqueue: Fix missing fakeworker under dry runRichard Purdie
2016-05-09lib/bb/utils.py: Fix explode_dep_versions2() determinism issueRichard Purdie
2016-05-09bin, toaster: Fix print and exception syntaxRichard Purdie
2016-05-09tests: assertEquals -> assertEqualRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-05-06bb.utils: let loaded plugins provide a plugin objectChristopher Larson
2016-05-06bb.utils: use imp.get_suffixes for load_pluginsChristopher Larson
2016-05-06bb.utils: add load_plugins from scriptutilsChristopher Larson
2016-05-06bb.data_smart: use iter() for __len__Christopher Larson
2016-05-06bb.event: handle __builtins__ as a moduleChristopher Larson
2016-05-06bb.build: handle __builtins__ as a moduleChristopher Larson
2016-05-06bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-29toaster: bin/toaster Fix noweb commandMichael Wood
2016-04-29toaster: bin/toaster Add ability to specify port and address to bind toMichael Wood
2016-04-29toaster: bin/toaster Add help text for unrecognised commandMichael Wood
2016-04-29bitake: main: fix line-too-long pytling warningsEd Bartosh
2016-04-29bitbake: main: fix bad-continuation warningsEd Bartosh
2016-04-29bitbake: main: fix bad-witespace pylint warningsEd Bartosh
2016-04-29bitbake: main: set defaults from env variablesEd Bartosh
2016-04-29bitbake: main: add 2 environment variablesEd Bartosh
2016-04-29toaster: customrecipe Only show download icon or button if it's possibleMichael Wood