aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
AgeCommit message (Expand)Author
2016-02-10bitbake: toaster: models Remove manual transaction control from lsupdatesMichael Wood
2016-02-10bitbake: toaster: orm generate_recipe_content only exclude locale packagesMichael Wood
2016-02-10bitbake: toaster: models Add update_package_list for CustomImageRecipeMichael Wood
2016-02-10bitbake: toaster: orm Add last_updated field to CustomImageRecipeMichael Wood
2016-02-10bitbake: toaster: models add get_last_successful_built_target methodMichael Wood
2016-02-10bitbake: toaster: models add all_depends method for Package_DependencyManagerMichael Wood
2016-02-10bitbake: toaster: models Invalidate ToasterTables cache when a m2m field changesMichael Wood
2016-02-10bitbake: toaster: CustomImageRecipe generate overwrite IMAGE_FEATURESMichael Wood
2016-02-10bitbake: toaster: make locale packages uneditable in custom image pageElliot Smith
2016-02-10bitbake: toaster: move recent builds query to modelElliot Smith
2016-02-10bitbake: toaster: orm generate_recipe_file_contents Handler for require recipeMichael Wood
2016-02-10bitbake: toaster: orm Add convenience method to get all pkgs in a CustomImage...Michael Wood
2016-02-10bitbake: toaster: orm get_project_layer_versions to return layer_version objectsMichael Wood
2016-02-10bitbake: toaster: orm add CustomImageRecipe generate contents functionMichael Wood
2016-02-10bitbake: toaster: orm Add CustomImagePackage tableMichael Wood
2016-02-10bitbake: toaster: orm make CustomImageRecipe inherit from RecipeMichael Wood
2016-02-10bitbake: toaster: orm Add sum of dependencies size function to PackageDepende...Michael Wood
2016-02-10bitbake: toaster: models fall back to a sensible string for no vcs referenceMichael Wood
2016-01-15bitbake: toastergui: code formatting and clean-upElliot Smith
2016-01-15bitbake: toastergui: convert all builds page to ToasterTableElliot Smith
2016-01-15bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith
2016-01-15bitbake: toaster: move image file suffix list to modelElliot Smith
2016-01-11bitbake: toaster: add Provider modelEd Bartosh
2015-12-14bitbake: toaster: monkey patch QuerysetEd Bartosh
2015-12-14bitbake: toaster: work around 'database is locked' errorEd Bartosh
2015-12-14bitbake: toaster: fixed format stringsEd Bartosh
2015-12-14bitbake: toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14bitbake: toaster: rename get_query_set -> get_querysetEd Bartosh
2015-12-14bitbake: toaster: Create default project with get_or_create* methodElliot Smith
2015-12-07bitbake: toaster: CustomImageRecipe add search_allowed_fields to this modelMichael Wood
2015-11-16bitbake: toaster: orm Fix get_number_of_builds to count all apart from IN_PRO...Michael Wood
2015-10-27bitbake: toaster: orm Fix restrictive LogMessage message lengthMichael Wood
2015-10-16bitbake: toaster: Remove Toaster exceptions section of build dashboardElliot Smith
2015-10-16bitbake: toaster: Record critical errorsElliot Smith
2015-10-16bitbake: toaster: Check whether buildrequest exists before using itElliot Smith
2015-10-12bitbake: toaster: exclude recipes with empty namesEd Bartosh
2015-10-12bitbake: toaster: delete recipe if it can't be savedEd Bartosh
2015-10-12bitbake: toaster: fix NameErrorEd Bartosh
2015-10-12bitbake: toaster: implement API to get full list of depsEd Bartosh
2015-10-11bitbake: toaster: Fix typo in returning pk list of layer versions in current ...Michael Wood
2015-10-11bitbake: toaster: orm Machines filter don't pass self in as parameterMichael Wood
2015-09-29bitbake: toaster: orm remove the complicated querying on the ORMMichael Wood
2015-09-29bitbake: toaster: buildinfohelper Create a copy of the built layer and recipeMichael Wood
2015-09-29bitbake: toaster: Prioroitise the layer more generic vcs reference over the shaMichael Wood
2015-09-29bitbake: toaster: Create a relationship between build information and toaster...Michael Wood
2015-09-29bitbake: toaster: Special case the openembedded-core layer to avoid duplicatesMichael Wood
2015-09-29bitbake: toaster: Add CustomImageRecipe modelMichael Wood
2015-09-29bitbake: toaster: make a workaround for old style indexEd Bartosh
2015-09-23bitbake: toaster: store task name in Target objectsEd Bartosh
2015-09-03bitbake: toaster: Improve how default project is identified and fetchedElliot Smith