summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
AgeCommit message (Expand)Author
2016-08-11bitbake: toaster: show "Tasks starting..." until the first task completesElliot Smith
2016-08-11bitbake: toaster: show progress of recipe parsing in recent builds areaElliot Smith
2016-08-11bitbake: toaster: move most recent builds templating to clientElliot Smith
2016-08-11bitbake: toaster: fixtures Add READMEMichael Wood
2016-08-11bitbake: toaster: lsupdates Add spinner for parsing/http fetchMichael Wood
2016-08-11bitbake: toaster: Add poky and openembedded configuration fixturesMichael Wood
2016-08-01bitbake: lib/toaster: Fix missing new files from previous commitsRichard Purdie
2016-07-26bitbake: toaster: admin Add Layer_Version to the admin-able modelsMichael Wood
2016-07-26bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-26bitbake: toaster: lsupdates Add progress information and clean up loggingMichael Wood
2016-07-26bitbake: toaster: tests: Remove references to LayerSource modelMichael Wood
2016-07-26bitbake: toaster: Replace references to LayerSource modelsMichael Wood
2016-07-26bitbake: toaster: lsupdates Add layerindex fetcherMichael Wood
2016-07-26bitbake: toaster: models Remove LayerSource models and replace with enumMichael Wood
2016-07-19bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith
2016-07-19bitbake: toaster: add package manifest path to Target objectsElliot Smith
2016-07-19bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith
2016-07-19bitbake: toaster: use has_images() methods to display images correctlyElliot Smith
2016-07-19bitbake: toaster: improve scan for SDK artifactsElliot Smith
2016-07-19bitbake: toaster: attach kernel artifacts to targetsElliot Smith
2016-07-19bitbake: toaster: improve image file suffix retrievalElliot Smith
2016-06-15bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-15bitbake: toaster: fix migrationsEd Bartosh
2016-06-15bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-02bitbake: toaster: use // operator instead of /Ed Bartosh
2016-06-02bitbake: toaster: replace map with list comprehensionsEd Bartosh
2016-06-02bitbake: toaster: use items and range instead of old APIsEd Bartosh
2016-06-02bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh
2016-06-02bitbake: toaster: fix imports to work for python 3Ed Bartosh
2016-05-13bitbake: toaster: fix progress bar in MySQL environmentElliot Smith
2016-05-11bitbake: toaster: models Add missing import sysMichael Wood
2016-05-06bitbake: toaster: orm Add get_base_recipe_file to CustomImageRecipeMichael Wood
2016-04-19bitbake: toaster: add modal to select custom image for editingElliot Smith
2016-04-19bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19bitbake: toaster: prevent exception when Project.release is nullElliot Smith
2016-04-06bitbake: toaster: add rev dep column to image detail pagesDave Lerner
2016-04-06bitbake: toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood
2016-04-06bitbake: toaster: models Add cancelled state to build outcomeSujith H
2016-04-03bitbake: toaster: orm better detect requires during CustomImageRecipe generationJoshua Lock
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