summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith2016-07-191-0/+13
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-191-2/+26
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-191-42/+70
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-2/+121
* bitbake: toaster: improve image file suffix retrievalElliot Smith2016-07-191-37/+11
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-1/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-151-11/+50
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-021-1/+1
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-021-1/+1
* bitbake: toaster: fix imports to work for python 3Ed Bartosh2016-06-021-4/+12
* bitbake: toaster: fix progress bar in MySQL environmentElliot Smith2016-05-131-0/+1
* bitbake: toaster: models Add missing import sysMichael Wood2016-05-111-0/+1
* bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood2016-05-061-23/+37
* bitbake: toaster: add modal to select custom image for editingElliot Smith2016-04-191-19/+26
* bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith2016-04-191-0/+41
* bitbake: toaster: prevent exception when Project.release is nullElliot Smith2016-04-191-5/+11
* bitbake: toaster: add rev dep column to image detail pagesDave Lerner2016-04-061-0/+7
* bitbake: toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood2016-04-061-1/+4
* bitbake: toaster: models Add cancelled state to build outcomeSujith H2016-04-061-1/+6
* bitbake: toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock2016-04-031-3/+2
* bitbake: toaster: orm generate CustomImageRecipe contents try secondary pathMichael Wood2016-03-231-4/+7
* bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood2016-03-231-0/+4
* bitbake: toaster: models List only have the specified project's imported layersMichael Wood2016-03-091-2/+4
* bitbake: toaster: rework task buildstats storage and displayElliot Smith2016-03-091-2/+16
* bitbake: toaster: use force_bytes to display non-ascii project namesSujith H2016-03-091-1/+4
* bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith2016-02-261-0/+8
* bitbake: toaster: models Remove manual transaction control from lsupdatesMichael Wood2016-02-101-22/+1
* bitbake: toaster: orm generate_recipe_content only exclude locale packagesMichael Wood2016-02-101-8/+3
* bitbake: toaster: models Add update_package_list for CustomImageRecipeMichael Wood2016-02-101-2/+48
* bitbake: toaster: orm Add last_updated field to CustomImageRecipeMichael Wood2016-02-101-0/+1
* bitbake: toaster: models add get_last_successful_built_target methodMichael Wood2016-02-101-0/+7
* 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: 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 CustomImagePackage tableMichael Wood2016-02-101-0/+12
* 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