summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: models add all_depends method for Package_DependencyManagerMichael Wood2016-02-101-0/+5
* bitbake: toaster: models Invalidate ToasterTables cache when a m2m field changesMichael Wood2016-02-101-0/+1
* bitbake: toaster: CustomImageRecipe generate overwrite IMAGE_FEATURESMichael Wood2016-02-101-1/+1
* bitbake: toaster: make locale packages uneditable in custom image pageElliot Smith2016-02-101-0/+14
* bitbake: toaster: move recent builds query to modelElliot Smith2016-02-101-1/+28
* bitbake: toaster: update customimagerecipe migrationElliot Smith2016-02-101-0/+19
* bitbake: toaster: add merge migration to resolve conflictElliot Smith2016-02-101-0/+15
* bitbake: toaster: orm generate_recipe_file_contents Handler for require recipeMichael Wood2016-02-101-1/+23
* bitbake: toaster: orm Add convenience method to get all pkgs in a CustomImage...Michael Wood2016-02-101-0/+6
* bitbake: toaster: orm get_project_layer_versions to return layer_version objectsMichael Wood2016-02-101-3/+4
* bitbake: toaster: orm add CustomImageRecipe generate contents functionMichael Wood2016-02-101-0/+49
* bitbake: toaster: orm: Add db migration for new CustomImagePackage tableMichael Wood2016-02-101-0/+24
* bitbake: toaster: orm Add CustomImagePackage tableMichael Wood2016-02-101-0/+12
* bitbake: toaster: orm: Add db migration for new CustomImageRecipe inheritance...Michael Wood2016-02-101-0/+41
* bitbake: toaster: orm make CustomImageRecipe inherit from RecipeMichael Wood2016-02-101-7/+2
* bitbake: toaster: orm Add sum of dependencies size function to PackageDepende...Michael Wood2016-02-101-1/+7
* bitbake: toaster: models fall back to a sensible string for no vcs referenceMichael Wood2016-02-101-1/+1
* bitbake: toastergui: code formatting and clean-upElliot Smith2016-01-151-9/+3
* bitbake: toastergui: convert all builds page to ToasterTableElliot Smith2016-01-151-1/+31
* bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith2016-01-151-3/+65
* bitbake: toaster: move image file suffix list to modelElliot Smith2016-01-151-0/+9
* bitbake: toaster: add Provider modelEd Bartosh2016-01-112-0/+32
* 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: Remove compatible_layerversions() methodElliot Smith2015-12-141-18/+3
* 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