summaryrefslogtreecommitdiffstats
path: root/lib/toaster/orm/models.py
AgeCommit message (Expand)Author
2016-05-13toaster: fix progress bar in MySQL environmentElliot Smith
2016-04-19toaster: add modal to select custom image for editingElliot Smith
2016-04-19toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19toaster: prevent exception when Project.release is nullElliot Smith
2016-04-06toaster: add rev dep column to image detail pagesDave Lerner
2016-04-06toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood
2016-04-06toaster: models Add cancelled state to build outcomeSujith H
2016-04-01toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock
2016-03-23toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood
2016-03-23toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09toaster: models List only have the specified project's imported layersMichael Wood
2016-03-09toaster: rework task buildstats storage and displayElliot Smith
2016-03-09toaster: use force_bytes to display non-ascii project namesSujith H
2016-02-26toaster: show suffix for image files and basename for artifact filesElliot Smith
2016-02-10toaster: models Remove manual transaction control from lsupdatesMichael Wood
2016-02-08toaster: orm generate_recipe_content only exclude locale packagesMichael Wood
2016-02-08toaster: models Add update_package_list for CustomImageRecipeMichael Wood
2016-02-08toaster: orm Add last_updated field to CustomImageRecipeMichael Wood
2016-02-08toaster: models add get_last_successful_built_target methodMichael Wood
2016-02-08toaster: models add all_depends method for Package_DependencyManagerMichael Wood
2016-02-08toaster: models Invalidate ToasterTables cache when a m2m field changesMichael Wood
2016-02-08toaster: CustomImageRecipe generate overwrite IMAGE_FEATURESMichael Wood
2016-02-08toaster: make locale packages uneditable in custom image pageElliot Smith
2016-02-08toaster: move recent builds query to modelElliot Smith
2016-02-08toaster: orm generate_recipe_file_contents Handler for require recipeMichael Wood
2016-02-08toaster: orm Add convenience method to get all pkgs in a CustomImageRecipeMichael Wood
2016-02-08toaster: orm get_project_layer_versions to return layer_version objectsMichael Wood
2016-02-08toaster: orm add CustomImageRecipe generate contents functionMichael Wood
2016-02-08toaster: orm Add CustomImagePackage tableMichael Wood
2016-02-08toaster: orm make CustomImageRecipe inherit from RecipeMichael Wood
2016-02-08toaster: orm Add sum of dependencies size function to PackageDependencyManagerMichael Wood
2016-02-08toaster: models fall back to a sensible string for no vcs referenceMichael Wood
2016-01-15toastergui: code formatting and clean-upElliot Smith
2016-01-15toastergui: convert all builds page to ToasterTableElliot Smith
2016-01-15toaster: check inferred file suffixes against list of known typesElliot Smith
2016-01-15toaster: move image file suffix list to modelElliot Smith
2016-01-08toaster: add Provider modelEd Bartosh
2015-12-14toaster: monkey patch QuerysetEd Bartosh
2015-12-14toaster: work around 'database is locked' errorEd Bartosh
2015-12-14toaster: fixed format stringsEd Bartosh
2015-12-14toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14toaster: rename get_query_set -> get_querysetEd Bartosh
2015-12-14toaster: Create default project with get_or_create* methodElliot Smith
2015-12-07toaster: CustomImageRecipe add search_allowed_fields to this modelMichael Wood
2015-11-16toaster: orm Fix get_number_of_builds to count all apart from IN_PROGRESSMichael Wood
2015-10-27toaster: orm Fix restrictive LogMessage message lengthMichael Wood
2015-10-16toaster: Remove Toaster exceptions section of build dashboardElliot Smith
2015-10-16toaster: Record critical errorsElliot Smith
2015-10-16toaster: Check whether buildrequest exists before using itElliot Smith
2015-10-12toaster: exclude recipes with empty namesEd Bartosh