summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
AgeCommit message (Expand)Author
2016-03-23bitbake: toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood
2016-03-23bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09bitbake: toaster: models List only have the specified project's imported layersMichael Wood
2016-03-09bitbake: toaster: rework task buildstats storage and displayElliot Smith
2016-03-09bitbake: toaster: use force_bytes to display non-ascii project namesSujith H
2016-02-26bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith
2016-02-19bitbake: toaster: orm migrations Sort out migrations messMichael Wood
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: update customimagerecipe migrationElliot Smith
2016-02-10bitbake: toaster: add merge migration to resolve conflictElliot 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 db migration for new CustomImagePackage tableMichael Wood
2016-02-10bitbake: toaster: orm Add CustomImagePackage tableMichael Wood
2016-02-10bitbake: toaster: orm: Add db migration for new CustomImageRecipe inheritance...Michael 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-14bitbake: toaster: Remove South migrationsEd Bartosh
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: test get_alldeps APIEd Bartosh