aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
AgeCommit message (Expand)Author
2016-07-19bitbake: toaster: add package manifest path to Target objectsElliot Smith
2016-07-19bitbake: toaster: better display of targets which produced no imagesElliot 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-08bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood
2016-07-08bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood
2016-07-08bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H
2016-06-16bitbake: toaster: fix typo which causes table searches to failElliot Smith
2016-06-15bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-15bitbake: toaster: open image files in binary mode when sending in responseElliot Smith
2016-06-15bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena
2016-06-15bitbake: toaster: fix typo which prevents filters from workingElliot Smith
2016-06-15bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-15bitbake: toaster: port Installed packages table to ToasterTableMichael Wood
2016-06-15bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood
2016-06-15bitbake: toaster: port Built recipes table to toastertablesMichael Wood
2016-06-15bitbake: toaster: port table for Built packages to ToasterTableMichael Wood
2016-06-02bitbake: toaster: fix urllib importsEd 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: get rid of using reduceEd Bartosh
2016-05-14bitbake: toaster: use new syntax of except statementEd Bartosh
2016-05-14bitbake: toaster: use 'in' instead of has_keyEd Bartosh
2016-05-11bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie
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: only prevent duplicate custom image names within a projectElliot Smith
2016-04-19bitbake: toaster: fix sorting after hiding a column in build tablesElliot Smith
2016-04-06bitbake: toaster: views jsunittest Add MACHINE and an extra layer to test pro...Michael Wood
2016-04-06bitbake: toaster: update view to support DL_DIR and SSTATE_DIRSujith H
2016-03-26bitbake: toaster: get all dependents for pkg for removalDave Lerner
2016-03-23bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09bitbake: toaster: rework task buildstats storage and displayElliot Smith
2016-03-07bitbake: toaster: views api Package info return both kinds of RDEPENDSMichael Wood
2016-03-07bitbake: toaster: fixup dependency excludes for customimageDave Lerner
2016-02-26bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith
2016-02-19bitbake: toaster: toastergui Fix invalid char test and implementationMichael Wood
2016-02-10bitbake: toaster: Enable Image Customisation featureMichael Wood
2016-02-10bitbake: toaster: xhr_customrecipe_packages Add dependencies to included pack...Michael Wood
2016-02-10bitbake: toaster: API CustomImageRecipe check the recipe name supplied is validMichael Wood
2016-02-10bitbake: toaster: views CustomRecipe API add size information to the package ...Michael Wood
2016-02-10bitbake: toaster: move recent builds query to modelElliot Smith
2016-02-10bitbake: toaster: xhr_customrecipe_packages add GET info for package responseMichael Wood
2016-02-10bitbake: toaster: xhr_customrecipe_id change to use CustomImagePackageMichael Wood
2016-02-10bitbake: toaster: API allow CustomImageRecipe to be updated after creationMichael Wood
2016-02-10bitbake: toaster: views xhr_customrecipe_packages clean up APIMichael Wood
2016-02-10bitbake: toaster: tables Add table for Packages and update SelectPackagesTableMichael Wood
2016-02-10bitbake: toaster: views Add view to download custom recipeMichael Wood
2016-02-10bitbake: toaster: move CustomImageRecipe generation to API entry pointMichael Wood