aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
AgeCommit message (Expand)Author
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
2016-01-18bitbake: toastergui: make artifact download more robustElliot Smith
2016-01-15bitbake: toastergui: code formatting and clean-upElliot Smith
2016-01-15bitbake: toastergui: remove unused views and template codeElliot Smith
2016-01-15bitbake: toastergui: serialise decimals correctlyElliot Smith
2016-01-15bitbake: toastergui: convert project builds page to ToasterTableElliot Smith
2016-01-15bitbake: toastergui: convert all builds page to ToasterTableElliot Smith
2016-01-15bitbake: toastergui: switch projects/ view to ToasterTableElliot Smith
2016-01-15bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith
2016-01-15bitbake: toaster: move image file suffix list to modelElliot Smith
2015-12-14bitbake: toaster: Remove compatible_layerversions() methodElliot Smith
2015-12-14bitbake: toaster: Create default project with get_or_create* methodElliot Smith
2015-12-07bitbake: toaster: remove SDKMACHINE from project variablesEd Bartosh
2015-12-07bitbake: toaster: remove usage of BUILD_MODE variableEd Bartosh
2015-10-29bitbake: toaster: templates Add meaningful title tagsBelen Barros Pena
2015-10-27bitbake: toaster: Remove all navigation when not in build modeElliot Smith
2015-10-27bitbake: toaster: Hide builds for non-cli projects in analysis modeElliot Smith
2015-10-27bitbake: toaster: Add BUILD_MODE flag to contextElliot Smith
2015-10-16bitbake: toaster: Modify "New build" button behaviour for cli builds projectElliot Smith
2015-10-13bitbake: toaster: Fix missing tooltips from layers on project configuration pageMichael Wood
2015-10-12bitbake: toaster: use get_alldeps in layerdetails rendererEd Bartosh
2015-10-11bitbake: toaster: Rationalise mimetype guessing to fix artifact downloadsElliot Smith
2015-10-11bitbake: toaster: Use Python's mimetypes moduleElliot Smith
2015-10-11bitbake: toaster: Comment out broken sorting and filtersBelen Barros Pena
2015-09-29bitbake: toaster: display most recent builds for projectsDavid Reyna
2015-09-29bitbake: toaster: Add Image customisation frontend featureMichael Wood
2015-09-29bitbake: toaster: Add new ReST API for Image Customisation featureEd Bartosh
2015-09-29bitbake: toaster: Fix indentation of jsunittests viewMichael Wood
2015-09-29bitbake: toaster: implement decorator for REST responsesEd Bartosh
2015-09-29bitbake: toaster: add toggle for enabling image customisation feeatureMichael Wood
2015-09-19bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN
2015-09-18bitbake: toaster: Simplify redirects when build page parameters are missingElliot Smith
2015-09-18bitbake: toaster: Show correct builds count on project pagesElliot Smith
2015-09-18bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN
2015-09-18bitbake: toaster: Don't def a function for each call to build_artifact()Elliot Smith
2015-09-18bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith
2015-09-03bitbake: toaster: Exclude default project unless it has buildsElliot Smith
2015-09-03bitbake: toaster: Only redirect to projects page if user has added projectsElliot Smith
2015-08-29bitbake: toastergui: Add frontend javascript unit testsMichael Wood