summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: orm remove the complicated querying on the ORMMichael Wood2015-09-293-22/+34
* bitbake: Revert "bitbake: toaster: don't re-create Target objects"Michael Wood2015-09-291-1/+16
* bitbake: toaster: buildinfohelper Create a copy of the built layer and recipeMichael Wood2015-09-292-14/+42
* bitbake: toaster: tables show all recipes in the layerdetails even duplicatesMichael Wood2015-09-291-2/+4
* bitbake: toaster: Prioroitise the layer more generic vcs reference over the shaMichael Wood2015-09-291-2/+2
* bitbake: toaster: Create a relationship between build information and toaster...Michael Wood2015-09-294-4/+211
* bitbake: toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood2015-09-291-0/+21
* bitbake: toaster: Add test cases for new Image customisation featuresEd Bartosh2015-09-291-5/+182
* bitbake: toaster: Add Image customisation frontend featureMichael Wood2015-09-2912-9/+368
* bitbake: toaster: Add ToasterTables for Image customisation featureMichael Wood2015-09-291-34/+188
* bitbake: toaster: Add new ReST API for Image Customisation featureEd Bartosh2015-09-292-3/+159
* 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