summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: port Installed packages table to ToasterTableMichael Wood2016-06-155-288/+75
* bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood2016-06-157-433/+248
* bitbake: toaster: port Built recipes table to toastertablesMichael Wood2016-06-154-223/+135
* bitbake: toaster: port table for Built packages to ToasterTableMichael Wood2016-06-158-219/+203
* bitbake: toaster: ToasterTable widget add an 'a' to Name in Exception classMichael Wood2016-06-151-5/+6
* bitbake: toaster: toaster tables Enable complex empty statesBelen Barros Pena2016-06-152-1/+10
* bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3Belen Barros Pena2016-06-1585-3094/+13203
* bitbake: toaster: work-around our lack of a synchronous fetch for typeaheadsElliot Smith2016-06-153-8/+1552
* bitbake: toaster: migrate typeahead libraryElliot Smith2016-06-154-69/+83
* bitbake: toaster: tests Add a BuildTest helper classMichael Wood2016-06-151-1/+1
* bitbake: toaster: tweaks to recipe file downloadsBelen Barros Pena2016-06-152-9/+6
* bitbake: toaster: testsjs Add call back to append elements on completion of t...Michael Wood2016-06-151-0/+7
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-022-4/+11
* bitbake: toaster: don't use mru.count in the templateEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-022-2/+2
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-06-021-2/+2
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-06-021-1/+1
* bitbake: toaster: read timezone files in binary modeEd Bartosh2016-06-021-4/+3
* bitbake: toaster: use re.sub() instead of translate()Ed Bartosh2016-06-021-1/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-023-30/+20
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-025-6/+6
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-023-3/+3
* bitbake: toaster: fix local importsEd Bartosh2016-06-024-4/+4
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-021-4/+12
* bitbake: toaster: get rid of using reduceEd Bartosh2016-06-022-27/+57
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-022-4/+4
* bitbake: toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833Michael Wood2016-05-201-3/+10
* bitbake: toaster: tests build Add a test for a build of core-image-minimalMichael Wood2016-05-201-0/+389
* bitbake: toaster: tests Add a BuildTest helper classMichael Wood2016-05-203-0/+148
* bitbake: toaster: Add a specific test settings fileMichael Wood2016-05-201-0/+41
* bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood2016-05-201-15/+16
* bitbake: toaster: Remove DATABASE_URL being passed around as an environment varMichael Wood2016-05-202-66/+10
* bitbake: toaster-tests: tests for project configSujith H2016-05-201-0/+115
* bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES formBelen Barros Pena2016-05-201-2/+3
* bitbake: toaster: handle multiple imagefs typesSujith H2016-05-201-41/+70
* bitbake: toaster: don't show "Rebuild" button for cancelled cli buildsElliot Smith2016-05-171-11/+14
* bitbake: toaster: toastergui tests Fix toastertable testsMichael Wood2016-05-171-32/+66
* bitbake: toaster: toastertables: Clean up and fix up a number of itemsMichael Wood2016-05-173-87/+72
* bitbake: toaster: use new syntax of except statementEd Bartosh2016-05-141-3/+3
* bitbake: toaster: use 'in' instead of has_keyEd Bartosh2016-05-143-16/+16
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-132-2/+3
* bitbake: toaster: tests browser Add test for creating a projectMichael Wood2016-05-111-0/+109
* bitbake: toaster: models Add missing import sysMichael Wood2016-05-111-0/+1
* bitbake: toaster: ui handles duplicate project name in project pageSujith H2016-05-112-1/+9
* bitbake: toaster: ui handles duplicate project name in new project pageSujith H2016-05-111-2/+10
* bitbake: toaster: projectNameValidation API addedSujith H2016-05-111-0/+62
* bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie2016-05-1110-114/+114
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-116-13/+13
* bitbake: toaster: customrecipe Only show download icon or button if it's poss...Michael Wood2016-05-062-2/+15
* bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood2016-05-061-23/+37