summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
Commit message (Expand)AuthorAgeFilesLines
...
* 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-141-8/+15
* bitbake: toaster: Remove South migrationsEd Bartosh2015-12-1428-8950/+529
* bitbake: toaster: CustomImageRecipe add search_allowed_fields to this modelMichael Wood2015-12-071-0/+1
* bitbake: toaster: orm Fix get_number_of_builds to count all apart from IN_PRO...Michael Wood2015-11-161-5/+4
* bitbake: toaster: orm Fix restrictive LogMessage message lengthMichael Wood2015-10-272-1/+346
* bitbake: toaster: Remove Toaster exceptions section of build dashboardElliot Smith2015-10-161-4/+0
* bitbake: toaster: Record critical errorsElliot Smith2015-10-161-7/+13
* bitbake: toaster: Check whether buildrequest exists before using itElliot Smith2015-10-161-2/+18
* bitbake: toaster: exclude recipes with empty namesEd Bartosh2015-10-121-1/+1
* bitbake: toaster: delete recipe if it can't be savedEd Bartosh2015-10-121-0/+1
* bitbake: toaster: test get_alldeps APIEd Bartosh2015-10-121-1/+19
* bitbake: toaster: fix orm testsEd Bartosh2015-10-121-29/+4
* bitbake: toaster: fix NameErrorEd Bartosh2015-10-121-1/+1
* bitbake: toaster: implement API to get full list of depsEd Bartosh2015-10-121-0/+19
* bitbake: toaster: Fix typo in returning pk list of layer versions in current ...Michael Wood2015-10-111-1/+1
* bitbake: toaster: orm Machines filter don't pass self in as parameterMichael Wood2015-10-111-1/+1
* bitbake: toaster: orm remove the complicated querying on the ORMMichael Wood2015-09-291-19/+30
* bitbake: toaster: buildinfohelper Create a copy of the built layer and recipeMichael Wood2015-09-291-1/+1
* 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-291-1/+1
* bitbake: toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood2015-09-291-0/+21
* bitbake: toaster: Add CustomImageRecipe modelMichael Wood2015-09-292-1/+385
* bitbake: toaster: make a workaround for old style indexEd Bartosh2015-09-291-0/+2
* bitbake: toaster: store task name in Target objectsEd Bartosh2015-09-231-1/+1
* bitbake: toaster: Improve how default project is identified and fetchedElliot Smith2015-09-033-5/+733
* bitbake: toaster: Make 0021 migration compatible with MySQLElliot Smith2015-09-031-1/+3
* bitbake: toaster: Support environments which have proxies setBian Naimeng2015-08-291-29/+7
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-191-1/+1
* bitbake: toaster: do not stop data import on bad dataAlexandru DAMIAN2015-08-191-4/+4
* bitbake: toaster: use loggers instead of printsAlexandru DAMIAN2015-08-191-9/+13
* bitbake: toaster: models field initializationAlexandru DAMIAN2015-08-191-17/+21
* bitbake: toaster: improve exception handlingAlexandru DAMIAN2015-08-191-9/+6
* bitbake: toaster: pylint fixesAlexandru DAMIAN2015-08-191-1/+0
* 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: toaster: orm Add util functions to return common querysetsMichael Wood2015-08-061-1/+40
* bitbake: toaster: orm Add util function to return the url to layerversionMichael Wood2015-08-061-0/+4
* bitbake: bitbake: toaster: Add is_image field to the Recipe modelEd Bartosh2015-08-012-0/+341
* bitbake: toaster: continue processing layer dependencies despite errorsBrian Avery2015-07-211-2/+1
* bitbake: toaster: Partial Revert "fixes after html5 compliance testing"Michael Wood2015-07-021-3/+2