summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: Fix indentation of jsunittests viewMichael Wood2015-09-291-10/+10
* bitbake: toaster: implement decorator for REST responsesEd Bartosh2015-09-291-0/+13
* bitbake: toaster: add toggle for enabling image customisation feeatureMichael Wood2015-09-292-0/+6
* bitbake: toaster: Add CustomImageRecipe modelMichael Wood2015-09-292-1/+385
* bitbake: toaster: ToasterTable remove unused class definitionMichael Wood2015-09-291-27/+0
* bitbake: toaster: add nocache option to the ToasterTable widgetMichael Wood2015-09-291-0/+7
* bitbake: toaster: widgets ToasterTable Add more info to search field exceptionMichael Wood2015-09-291-1/+2
* bitbake: toaster: widgets ToasterTable add logger to notify when cache hitMichael Wood2015-09-291-0/+4
* bitbake: toaster: create custom layer and recipes for Image customisationEd Bartosh2015-09-291-2/+49
* bitbake: toaster: tables Move the title and name into the widgetMichael Wood2015-09-293-10/+23
* bitbake: toaster: make a workaround for old style indexEd Bartosh2015-09-291-0/+2
* bitbake: prserv/serv.py: Better messaging when starting/stopping the server w...Leonardo Sandoval2015-09-281-2/+21
* bitbake: prserv/serv: Close the DB connection out of class destructorLeonardo Sandoval2015-09-282-2/+2
* bitbake: prserv/serv: Start/Stop daemon using ip instead of hostLeonardo Sandoval2015-09-241-5/+8
* bitbake: toaster: start script warning text formatting small improvementCristian Iorga2015-09-231-1/+1
* bitbake: tinfoil: remove logging handler at shutdownMarkus Lehtonen2015-09-231-4/+5
* bitbake: toaster: remove time from builds in progressBelen Barros Pena2015-09-231-1/+3
* bitbake: toaster: Add fake entry to Target_File for filesystem rootElliot Smith2015-09-231-14/+17
* bitbake: toaster: layerdetails Fix back button tab behaviourMichael Wood2015-09-231-5/+23
* bitbake: toaster: UI test improvementsKe Zou2015-09-231-103/+167
* bitbake: toaster: support selenium testing from mac OS Xbrian avery2015-09-232-2/+9
* bitbake: toaster: add 2 UI testsEd Bartosh2015-09-231-2/+22
* bitbake: toaster: change UI to show tasksEd Bartosh2015-09-233-7/+40
* bitbake: toaster: don't re-create Target objectsEd Bartosh2015-09-231-16/+1
* bitbake: toaster: store task name in Target objectsEd Bartosh2015-09-232-2/+2
* bitbake: bitbake: bb.fetch2.git: Import errno moduleRomain Perier2015-09-191-0/+1
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-193-6/+91
* bitbake: data_smart: Ensure OVERRIDES dependencies account for contains()Richard Purdie2015-09-181-2/+6
* bitbake: data_smart: Correctly handle OVERRIDE values set using ??=Richard Purdie2015-09-181-0/+2
* bitbake: data_smart: When considering OVERRIDE dependencies, do so recursivelyRichard Purdie2015-09-181-1/+7
* bitbake: data_smart: Expand overrides cache recursivelyRichard Purdie2015-09-181-3/+12
* bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson2015-09-182-8/+12
* bitbake: toaster: Simplify redirects when build page parameters are missingElliot Smith2015-09-181-17/+32
* bitbake: toaster: Fix date range pickers on the project builds pageElliot Smith2015-09-181-2/+2
* bitbake: toaster: Show correct builds count on project pagesElliot Smith2015-09-182-3/+3
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-181-12/+42
* bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle2015-09-182-6/+15
* bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle2015-09-182-1/+8
* bitbake: toaster: Don't def a function for each call to build_artifact()Elliot Smith2015-09-182-32/+11
* bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith2015-09-183-51/+8
* bitbake: toaster: Read correct cooker log path from toasteruiElliot Smith2015-09-182-5/+5
* bitbake: toaster: delete multiple builds cleanupbrian avery2015-09-181-4/+9
* bitbake: data_smart: Separate out update_overridevars into separate functionRichard Purdie2015-09-181-5/+6
* bitbake: cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie2015-09-181-1/+14
* bitbake: bitbake-worker: Ensure pipe closure doesn't crash before killpg()Richard Purdie2015-09-121-1/+5
* bitbake: toaster: increase waiting timeEd Bartosh2015-09-121-2/+2
* bitbake: toaster: Changes to navigationBelen Barros Pena2015-09-095-9/+23
* bitbake: bitbake-worker: Handle SIGKILL of parent gracefullyRichard Purdie2015-09-091-2/+7
* bitbake: bitbake-worker: Simple code cleanupRichard Purdie2015-09-091-3/+2
* bitbake: prserv: SIGTERM and deamonization fixesRichard Purdie2015-09-091-3/+31