summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: implement checksocket commandEd Bartosh2015-12-181-0/+69
* bitbake: toaster: tables Set a default order for the software recipes tableBelen Barros Pena2015-12-141-0/+1
* bitbake: toaster: monkey patch QuerysetEd Bartosh2015-12-141-0/+30
* bitbake: toaster: work around 'database is locked' errorEd Bartosh2015-12-141-1/+19
* bitbake: toaster: fixed format stringsEd Bartosh2015-12-141-3/+3
* bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh2015-12-145-14/+13
* bitbake: toaster: Amend regex for MySQL database URLsElliot Smith2015-12-141-1/+2
* bitbake: toaster: Remove compatible_layerversions() methodElliot Smith2015-12-142-26/+17
* bitbake: toaster: Prevent deprecation warnings for RedirectViewElliot Smith2015-12-143-3/+2
* bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith2015-12-141-2/+2
* bitbake: toaster: rename get_query_set -> get_querysetEd Bartosh2015-12-141-4/+4
* bitbake: toaster: Create default project with get_or_create* methodElliot Smith2015-12-142-9/+16
* bitbake: toaster: Remove South migrationsEd Bartosh2015-12-1437-10115/+641
* bitbake: toaster: Upgrade to Django 1.8.6 and remove SouthElliot Smith2015-12-141-1/+0
* bitbake: toaster: trigger SetBRBE eventEd Bartosh2015-12-141-0/+3
* bitbake: toaster: implement BitbakeController.triggerEventEd Bartosh2015-12-141-0/+3
* bitbake: toaster: return back 'New project' buttonEd Bartosh2015-12-071-0/+3
* bitbake: toaster: tests Update UI tests to work with 2.0 changesMihail Stanciu2015-12-071-88/+247
* bitbake: toaster: tests Automated build-mode backend testsMihail Stanciu2015-12-073-1/+384
* bitbake: toaster: remove SDKMACHINE from project variablesEd Bartosh2015-12-072-78/+1
* bitbake: toaster: remove writeConfFile APIEd Bartosh2015-12-072-17/+0
* bitbake: toaster: set varibales on bitbake serverEd Bartosh2015-12-071-2/+9
* bitbake: toaster: implement BitbakeController.getVariableEd Bartosh2015-12-071-0/+3
* bitbake: toaster: remove usage of BUILD_MODE variableEd Bartosh2015-12-076-50/+5
* bitbake: toaster: remove stopBBServer APIEd Bartosh2015-12-074-29/+0
* bitbake: toaster: reimplemented startBBServer methodEd Bartosh2015-12-071-72/+18
* bitbake: toaster: remove _setupBE functionEd Bartosh2015-12-071-17/+2
* bitbake: toaster: make runbuilds to loopEd Bartosh2015-12-071-3/+10
* bitbake: toaster: implement get-dburl commandEd Bartosh2015-12-071-0/+9
* bitbake: toaster: toastergui tests Add generic test for ToasterTables widgetMichael Wood2015-12-071-11/+212
* bitbake: toaster: tables Fix invalid field name on NewCustomImagesTableMichael Wood2015-12-071-1/+1
* bitbake: toaster: tables Add default_orderby field where it was missing or unsetMichael Wood2015-12-071-3/+7
* bitbake: toaster: CustomImageRecipe add search_allowed_fields to this modelMichael Wood2015-12-071-0/+1
* bitbake: toaster: machines table Fix missing layers information needed for fi...Michael Wood2015-12-072-4/+14
* bitbake: toaster: tablejs Make sure click handlers consume click eventMichael Wood2015-12-071-4/+6
* bitbake: toaster: projectpage Make sure build targets are space separatedMichael Wood2015-12-071-9/+13
* bitbake: toaster: builds pages Fix the download cooker log linkBelen Barros Pena2015-11-162-6/+13
* bitbake: toaster: project pages Link to image recipes table in notificationsBelen Barros Pena2015-11-162-2/+2
* bitbake: toaster: tests: Re-write some cases to make them more maintainableKe Zou2015-11-161-223/+89
* bitbake: toaster: localhostbectrl Pass DATABASE_URL in via the process enviro...Elliot Smith2015-11-164-332/+61
* bitbake: toaster: Remove the new-build-input button widgetMichael Wood2015-11-161-0/+81
* bitbake: toaster: projecttopbar Use the project in context to get num buildsMichael Wood2015-11-161-1/+1
* bitbake: toaster: projectpage Disable/Enable build input if we have 0 layersMichael Wood2015-11-161-3/+10
* bitbake: toaster: orm Fix get_number_of_builds to count all apart from IN_PRO...Michael Wood2015-11-161-5/+4
* bitbake: toaster: templates Add meaningful title tagsBelen Barros Pena2015-10-2928-19/+55
* bitbake: toaster: orm Fix restrictive LogMessage message lengthMichael Wood2015-10-272-1/+346
* bitbake: toaster: Remove all navigation when not in build modeElliot Smith2015-10-272-4/+14
* bitbake: toaster: Run tests in build modeElliot Smith2015-10-271-0/+6
* bitbake: toaster: Hide builds for non-cli projects in analysis modeElliot Smith2015-10-271-3/+15
* bitbake: toaster: Hide top bar buttons in analysis modeElliot Smith2015-10-271-5/+13