summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toastergui fix size rendering in dirinfo pageAlexandru DAMIAN2014-09-291-5/+5
* bitbake: toaster: fix some code spacing issuesMarius Avram2014-09-052-23/+25
* bitbake: toaster: use cookies for count and sorting in templates tablesMarius Avram2014-09-053-46/+102
* bitbake: toaster: do not save objects in sessionAlexandru DAMIAN2014-09-051-9/+9
* bitbake: toaster: enable SSH-based remote build supportAlexandru DAMIAN2014-09-054-182/+488
* bitbake: toaster: rename bldviewer projecttags custom tagsetAlexandru DAMIAN2014-09-054-3/+3
* bitbake: toastergui: added pages for project detailsAlexandru DAMIAN2014-09-018-38/+564
* bitbake: toaster: add project pages for machines, targets, layersAlexandru DAMIAN2014-09-019-115/+559
* bitbake: toaster: create Build methods for calculating progress and ETAAlexandru DAMIAN2014-08-292-12/+19
* bitbake: toatergui: update pages to match project modelsAlexandru DAMIAN2014-08-293-11/+10
* bitbake: toaster: update the bldcontrol to the new orm modelsAlexandru DAMIAN2014-08-294-12/+158
* bitbake: toaster: update checksettings command for auto-detectionAlexandru DAMIAN2014-08-291-8/+182
* bitbake: toaster: add all layers pageAlexandru DAMIAN2014-08-292-1/+246
* bitbake: toaster: create project section navigation structureAlexandru DAMIAN2014-08-294-26/+85
* bitbake: toaster: enable admin interface on select modelsAlexandru DAMIAN2014-08-294-10/+43
* bitbake: toaster: update orm models for layerindex compatibilityAlexandru DAMIAN2014-08-297-38/+1096
* bitbake: toaster: fix application discovery in settings.pyAlexandru DAMIAN2014-08-291-3/+1
* bitbake: toaster: properly set layers when running a buildAlexandru DAMIAN2014-07-234-25/+226
* bitbake: toaster: add project main edit pageAlexandru DAMIAN2014-07-237-22/+748
* bitbake: toaster: move bldcontrol initial_data fixture to codeAlexandru DAMIAN2014-07-233-1/+109
* bitbake: toaster: improved Project modelsAlexandru DAMIAN2014-07-235-2/+364
* bitbake: toaster: add fields for sourcedir and builddir pathsAlexandru DAMIAN2014-07-234-26/+166
* bitbake: toaster: new project page implementationAlexandru DAMIAN2014-07-145-20/+338
* bitbake: toaster: whitespace fixAlexandru DAMIAN2014-07-142-16/+16
* bitbake: toaster: add automated login in new project pageAlexandru DAMIAN2014-07-142-18/+46
* bitbake: toaster: add project pagesAlexandru DAMIAN2014-07-146-4/+118
* bitbake: toaster: automatically enable applicationsAlexandru DAMIAN2014-07-141-0/+9
* bitbake: toaster: automatically discover urls.py filesAlexandru DAMIAN2014-07-141-4/+12
* bitbake: toaster: remove strftime calls in filtersAlexandru DAMIAN2014-07-141-6/+6
* bitbake: toaster: fix no newline at end of fileRobert Yang2014-07-0413-13/+13
* bitbake: toaster: Fix spacing and layout in no image files notificationBelen Barros2014-06-201-12/+17
* bitbake: toaster: display message if no images are generatedFarrell Wymore2014-06-202-0/+20
* bitbake: toaster: Add performance testing scriptIonut Chisanovici2014-06-201-0/+53
* bitbake: toaster: refactor the target pageFarrell Wymore2014-06-203-115/+158
* bitbake: toaster: build control functionalityAlexandru DAMIAN2014-06-137-5/+396
* bitbake: toastergui: fix built ETA calculationAlexandru DAMIAN2014-06-131-4/+3
* bitbake: toaster: add function to get the database urlAlexandru DAMIAN2014-06-131-0/+19
* bitbake: toaster: create models for bldcontrol and enable itAlexandru DAMIAN2014-06-135-1/+235
* bitbake: toaster: initial bldcontrol applicationAlexandru DAMIAN2014-06-134-0/+20
* bitbake: toaster: add Project class models to ormAlexandru DAMIAN2014-06-112-1/+287
* bitbake: toaster: add project related modelsAlexandru DAMIAN2014-06-061-0/+19
* bitbake: toaster: read database settings from the environmentAlexandru DAMIAN2014-06-061-1/+34
* bitbake: toaster: reduce redundant foreign key lookupsDavid Reyna2014-05-212-6/+29
* bitbake: toaster: sort columns properly after edit columnsFarrell Wymore2014-05-212-14/+204
* bitbake: toaster: modify SQL data type constraintsAlexandru DAMIAN2014-05-082-4/+229
* bitbake: toaster: fix migration code for MySQLAlexandru DAMIAN2014-05-082-38/+19
* bitbake: toaster: fix span2 headings for packagesDave Lerner2014-05-082-4/+7
* bitbake: toaster: Make sure layer branch only shows when not emptyBelen Barros Pena2014-05-089-32/+35
* bitbake: toaster: sort outcome and sstate columns by string valueDavid Reyna2014-05-082-1/+20
* bitbake: bitbake: toaster: Fix Empty tasks filterBelen Barros Pena2014-04-231-1/+1