summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-08-01lib/toaster: Fix missing new files from previous commitsRichard Purdie
2016-07-29toaster-tests: fix URL given for Chromedriver downloadElliot Smith
2016-07-29toaster-tests: define capabilities for latest Firefox driverElliot Smith
2016-07-29lib/bb/checksum: avoid exception on broken symlinksPaul Eggleton
2016-07-29lib/bb/utils: show subprocess output in stack tracesRoss Burton
2016-07-29fetch2: fix pickle issues while switching from master to krogothMaxin B. John
2016-07-26lib/bb/build: handle incomplete message fragments in log FIFORoss Burton
2016-07-25toaster-tests: add tasks and recipes sub-page testsElliot Smith
2016-07-25toaster: set non-hideable columns for built recipes tableElliot Smith
2016-07-25toaster: set non-hideable columns for build tasks tableElliot Smith
2016-07-25toaster: fix download URL for task logsElliot Smith
2016-07-25fetcher2/__init__: Print command in case of ExecutionError in runfetchcmdMario Domenech Goulart
2016-07-25toaster: loadconf Partially add back some of the layerSource parsingMichael Wood
2016-07-25toaster: admin Add Layer_Version to the admin-able modelsMichael Wood
2016-07-25toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-25toaster: lsupdates Add progress information and clean up loggingMichael Wood
2016-07-25toaster: tests: Remove references to LayerSource modelMichael Wood
2016-07-25toaster: Replace references to LayerSource modelsMichael Wood
2016-07-25toaster: lsupdates Add layerindex fetcherMichael Wood
2016-07-25toaster: models Remove LayerSource models and replace with enumMichael Wood
2016-07-25toaster: bldcollector admin Remove LayerSourceAdminMichael Wood
2016-07-25toaster: loadconf remove Loading LayerSourcesMichael Wood
2016-07-25lib/bb/progress: avoid possibility of start event being reported twicePaul Eggleton
2016-07-25knotty: don't display ETA for tasks with progressPaul Eggleton
2016-07-25knotty: fix some minor bugs in BBProgressPaul Eggleton
2016-07-22fetch: copy files with -HEnrico Scholz
2016-07-22cache: Don't interleave pickle cache file writingRichard Purdie
2016-07-22cache: Add better cache loading sanity checksRichard Purdie
2016-07-22cache: Drop/simplify pointless type checkingRichard Purdie
2016-07-22cache: Improve versions fields handlingRichard Purdie
2016-07-22cache: Correctly handle missing extra cachesRichard Purdie
2016-07-22cache: Move the parsing message to a more logical placeRichard Purdie
2016-07-21bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-21bitbake: implement --foreground command line optionEd Bartosh
2016-07-20cooker: Fix incorrect dot file generationRichard Purdie
2016-07-20toaster-tests: add class SeleniumTestCaseBase for browser testsAníbal Limón
2016-07-20bitbake: main: implement server autostart featureEd Bartosh
2016-07-20bitbake: utils: add BBSERVER to the list of preserved variablesEd Bartosh
2016-07-20bitbake: xmlrpc: implement check of connection to serverEd Bartosh
2016-07-20lib/bb/utils: no need to unsetenv when manipulating os.environRoss Burton
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-07-19toaster-tests: package count/size shouldn't show for non-image buildsElliot Smith
2016-07-19toaster-tests: new custom image button shouldn't show for non-image buildsElliot Smith
2016-07-19toaster-tests: add tests for build artifact display on build dashboardElliot Smith
2016-07-19toaster: the customise image button shouldn't rely on targetsElliot Smith
2016-07-19toaster: add package manifest path to Target objectsElliot Smith
2016-07-19toaster: better display of targets which produced no imagesElliot Smith
2016-07-19toaster: show manifests in their own section of the build dashboardElliot Smith
2016-07-19toaster: only show "New custom image" button for builds with image targetsElliot Smith
2016-07-19toaster: use has_images() methods to display images correctlyElliot Smith