summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: main: Handle RuntimeError exception in list_extension_modulesRandy Witt2015-08-201-1/+1
* bitbake: toastergui: fix projectbuilds pageAlexandru DAMIAN2015-08-192-45/+21
* bitbake: toastergui: do not show in-progress builds in the tableAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster logger: fix pylint issuesAlexandru DAMIAN2015-08-192-89/+98
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-196-5/+18
* bitbake: toaster: fix updates on failed build requestsAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster: replace raising Exceptions in loadconfAlexandru DAMIAN2015-08-191-14/+23
* bitbake: toaster: do not stop data import on bad dataAlexandru DAMIAN2015-08-191-4/+4
* bitbake: toastergui: rename variables in views.pyAlexandru DAMIAN2015-08-191-53/+63
* bitbake: toaster: use loggers instead of printsAlexandru DAMIAN2015-08-192-9/+17
* bitbake: toaster: models field initializationAlexandru DAMIAN2015-08-191-17/+21
* bitbake: toaster: improve exception handlingAlexandru DAMIAN2015-08-192-18/+10
* bitbake: toaster: checksettings: fix TEMPLATECONF detectionAlexandru DAMIAN2015-08-191-1/+7
* bitbake: toaster: checksettings: fix guesspath initializationAlexandru DAMIAN2015-08-191-1/+3
* bitbake: toaster: pylint fixesAlexandru DAMIAN2015-08-193-20/+12
* bitbake: toasteruitest: Updated UI tests cases to use dom IDs and 1.9 UI changesMihail Stanciu2015-08-191-174/+133
* bitbake: toastergui: Call csrf function in all pages to ensure cookie is sentMichael Wood2015-08-191-0/+1
* bitbake: bitbake-layers: show-recipes: allow filtering by class inheritancePaul Eggleton2015-08-191-5/+43
* bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton2015-08-193-29/+65
* bitbake: bitbake-layers: remove-layer: accept just layer directoryPaul Eggleton2015-08-191-0/+2
* bitbake: bitbake-layers: ensure we exit if BBLAYERS_LAYERINDEX_URL is not setPaul Eggleton2015-08-191-0/+1
* bitbake: lib/bb/main: consolidate UI/server extension listing and loadingPaul Eggleton2015-08-191-31/+54
* bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton2015-08-191-1/+6
* bitbake: bitbake-layers: use "with open" consistentlyPaul Eggleton2015-08-191-33/+29
* bitbake: bitbake-layers: refactor show-appends to stop using cooker bbappends...Paul Eggleton2015-08-191-8/+13
* bitbake: bitbake-layers: Convert flatten to use collections.bbappendsRichard Purdie2015-08-191-24/+20
* bitbake: cooker: drop appendlistPaul Eggleton2015-08-191-5/+0
* bitbake: cooker: drop appliedappendlistPaul Eggleton2015-08-191-10/+18
* bitbake: Fix -m handling if cannot connect to serverPaul Eggleton2015-08-191-2/+0
* bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton2015-08-192-2/+5
* bitbake: command: ensure sync commands that read configuration see updatesRichard Purdie2015-08-192-12/+28
* bitbake: cooker: further limit inotify watchesPaul Eggleton2015-08-191-0/+11
* bitbake: command: intercept SystemExit to avoid trashing the serverPaul Eggleton2015-08-191-1/+1
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-1910-31/+58
* bitbake: toaster: move code from setup_lv_tests to setUpEd Bartosh2015-08-171-30/+27
* bitbake: toaster: remove ProjectLVSelectionTestCaseEd Bartosh2015-08-171-9/+9
* bitbake: toaster: add header to orm/test.pyEd Bartosh2015-08-171-0/+23
* bitbake: toaster: simplify testcase codeEd Bartosh2015-08-171-3/+2
* bitbake: toaster: remove duplicated codeEd Bartosh2015-08-171-17/+0
* bitbake: toaster: reuse common codeEd Bartosh2015-08-171-54/+36
* bitbake: toaster: reformat LayerVersionEquivalenceTestCaseEd Bartosh2015-08-171-50/+74
* bitbake: toaster: rewrite LILSUpdateTestCaseEd Bartosh2015-08-171-13/+17
* bitbake: toaster: rewrite test for LayerSource modelEd Bartosh2015-08-171-12/+18
* bitbake: toaster: fix test_build_layerversion test caseEd Bartosh2015-08-171-1/+1
* bitbake: toaster: remove prints from the test codeEd Bartosh2015-08-171-4/+0
* bitbake: toastergui: Added IDs to elements used in testingMihail Stanciu2015-08-173-5/+5
* bitbake: toastergui: Add tests for xhr_importlayerSujith H2015-08-171-0/+30
* bitbake: toaster: fix invalid fields in the package details pageAlexandru DAMIAN2015-08-172-3/+3
* bitbake: toaster: Fix typo in set up script outputBelen Barros Pena2015-08-171-1/+1
* bitbake: toaster: reduced amount of instance attributesEd Bartosh2015-08-101-31/+24