summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/views.py
AgeCommit message (Expand)Author
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: only prevent duplicate custom image names within a projectElliot Smith
2016-04-19toaster: fix sorting after hiding a column in build tablesElliot Smith
2016-04-06toaster: views jsunittest Add MACHINE and an extra layer to test projectMichael Wood
2016-04-06toaster: update view to support DL_DIR and SSTATE_DIRSujith H
2016-03-24toaster: get all dependents for pkg for removalDave Lerner
2016-03-23toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09toaster: rework task buildstats storage and displayElliot Smith
2016-03-07toaster: views api Package info return both kinds of RDEPENDSMichael Wood
2016-03-07toaster: fixup dependency excludes for customimageDave Lerner
2016-02-26toaster: show suffix for image files and basename for artifact filesElliot Smith
2016-02-19toaster: toastergui Fix invalid char test and implementationMichael Wood
2016-02-08toaster: Enable Image Customisation featureMichael Wood
2016-02-08toaster: xhr_customrecipe_packages Add dependencies to included packagesMichael Wood
2016-02-08toaster: API CustomImageRecipe check the recipe name supplied is validMichael Wood
2016-02-08toaster: views CustomRecipe API add size information to the package listsMichael Wood
2016-02-08toaster: move recent builds query to modelElliot Smith
2016-02-08toaster: xhr_customrecipe_packages add GET info for package responseMichael Wood
2016-02-08toaster: xhr_customrecipe_id change to use CustomImagePackageMichael Wood
2016-02-08toaster: API allow CustomImageRecipe to be updated after creationMichael Wood
2016-02-08toaster: views xhr_customrecipe_packages clean up APIMichael Wood
2016-02-08toaster: tables Add table for Packages and update SelectPackagesTableMichael Wood
2016-02-08toaster: views Add view to download custom recipeMichael Wood
2016-02-08toaster: move CustomImageRecipe generation to API entry pointMichael Wood
2016-01-18toastergui: make artifact download more robustElliot Smith
2016-01-15toastergui: code formatting and clean-upElliot Smith
2016-01-15toastergui: remove unused views and template codeElliot Smith
2016-01-15toastergui: serialise decimals correctlyElliot Smith
2016-01-15toastergui: convert project builds page to ToasterTableElliot Smith
2016-01-15toastergui: convert all builds page to ToasterTableElliot Smith
2016-01-15toastergui: switch projects/ view 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
2015-12-14toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14toaster: Create default project with get_or_create* methodElliot Smith
2015-12-07toaster: remove SDKMACHINE from project variablesEd Bartosh
2015-12-07toaster: remove usage of BUILD_MODE variableEd Bartosh
2015-10-29toaster: templates Add meaningful title tagsBelen Barros Pena
2015-10-27toaster: Remove all navigation when not in build modeElliot Smith
2015-10-27toaster: Hide builds for non-cli projects in analysis modeElliot Smith
2015-10-27toaster: Add BUILD_MODE flag to contextElliot Smith
2015-10-16toaster: Modify "New build" button behaviour for cli builds projectElliot Smith
2015-10-13toaster: Fix missing tooltips from layers on project configuration pageMichael Wood
2015-10-12toaster: use get_alldeps in layerdetails rendererEd Bartosh
2015-10-11toaster: Rationalise mimetype guessing to fix artifact downloadsElliot Smith
2015-10-11toaster: Use Python's mimetypes moduleElliot Smith
2015-10-11toaster: Comment out broken sorting and filtersBelen Barros Pena
2015-09-29toaster: display most recent builds for projectsDavid Reyna
2015-09-29toaster: Add Image customisation frontend featureMichael Wood