summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: toaster: move recent builds query to modelElliot Smith2016-02-101-1/+1
* bitbake: toaster: xhr_customrecipe_packages add GET info for package responseMichael Wood2016-02-101-42/+98
* bitbake: toaster: xhr_customrecipe_id change to use CustomImagePackageMichael Wood2016-02-101-19/+23
* bitbake: toaster: API allow CustomImageRecipe to be updated after creationMichael Wood2016-02-101-21/+35
* bitbake: toaster: views xhr_customrecipe_packages clean up APIMichael Wood2016-02-101-14/+13
* bitbake: toaster: tables Add table for Packages and update SelectPackagesTableMichael Wood2016-02-101-9/+0
* bitbake: toaster: views Add view to download custom recipeMichael Wood2016-02-101-1/+14
* bitbake: toaster: move CustomImageRecipe generation to API entry pointMichael Wood2016-02-101-14/+76
* bitbake: toastergui: make artifact download more robustElliot Smith2016-01-181-56/+41
* bitbake: toastergui: code formatting and clean-upElliot Smith2016-01-151-3/+2
* bitbake: toastergui: remove unused views and template codeElliot Smith2016-01-151-430/+0
* bitbake: toastergui: serialise decimals correctlyElliot Smith2016-01-151-0/+3
* bitbake: toastergui: convert project builds page to ToasterTableElliot Smith2016-01-151-7/+9
* bitbake: toastergui: convert all builds page to ToasterTableElliot Smith2016-01-151-32/+0
* bitbake: toastergui: switch projects/ view to ToasterTableElliot Smith2016-01-151-4/+20
* bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith2016-01-151-34/+4
* bitbake: toaster: move image file suffix list to modelElliot Smith2016-01-151-6/+1
* bitbake: toaster: Remove compatible_layerversions() methodElliot Smith2015-12-141-8/+14
* bitbake: toaster: Create default project with get_or_create* methodElliot Smith2015-12-141-1/+1
* bitbake: toaster: remove SDKMACHINE from project variablesEd Bartosh2015-12-071-9/+0
* bitbake: toaster: remove usage of BUILD_MODE variableEd Bartosh2015-12-071-20/+0
* bitbake: toaster: templates Add meaningful title tagsBelen Barros Pena2015-10-291-1/+1
* bitbake: toaster: Remove all navigation when not in build modeElliot Smith2015-10-271-2/+12
* bitbake: toaster: Hide builds for non-cli projects in analysis modeElliot Smith2015-10-271-3/+15
* bitbake: toaster: Add BUILD_MODE flag to contextElliot Smith2015-10-271-0/+4
* bitbake: toaster: Modify "New build" button behaviour for cli builds projectElliot Smith2015-10-161-2/+7
* bitbake: toaster: Fix missing tooltips from layers on project configuration pageMichael Wood2015-10-131-6/+10
* bitbake: toaster: use get_alldeps in layerdetails rendererEd Bartosh2015-10-121-2/+2
* bitbake: toaster: Rationalise mimetype guessing to fix artifact downloadsElliot Smith2015-10-111-1/+1
* bitbake: toaster: Use Python's mimetypes moduleElliot Smith2015-10-111-4/+11
* bitbake: toaster: Comment out broken sorting and filtersBelen Barros Pena2015-10-111-23/+26
* bitbake: toaster: display most recent builds for projectsDavid Reyna2015-09-291-0/+3
* bitbake: toaster: Add Image customisation frontend featureMichael Wood2015-09-291-0/+9
* bitbake: toaster: Add new ReST API for Image Customisation featureEd Bartosh2015-09-291-2/+150
* bitbake: toaster: Fix indentation of jsunittests viewMichael Wood2015-09-291-10/+10
* bitbake: toaster: implement decorator for REST responsesEd Bartosh2015-09-291-0/+13
* bitbake: toaster: add toggle for enabling image customisation feeatureMichael Wood2015-09-291-0/+1
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-191-3/+2
* bitbake: toaster: Simplify redirects when build page parameters are missingElliot Smith2015-09-181-17/+32
* bitbake: toaster: Show correct builds count on project pagesElliot Smith2015-09-181-1/+1
* bitbake: toaster: hide irrelevant builds in the project builds viewAlexandru DAMIAN2015-09-181-12/+42
* bitbake: toaster: Don't def a function for each call to build_artifact()Elliot Smith2015-09-181-32/+10
* bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith2015-09-181-7/+6
* bitbake: toaster: Exclude default project unless it has buildsElliot Smith2015-09-031-0/+8
* bitbake: toaster: Only redirect to projects page if user has added projectsElliot Smith2015-09-031-1/+5
* bitbake: toastergui: Add frontend javascript unit testsMichael Wood2015-08-291-0/+16
* bitbake: toaster: Remove Log column from All builds pageSujith Haridasan2015-08-291-8/+0
* bitbake: toastergui: fix projectbuilds pageAlexandru DAMIAN2015-08-191-7/+17
* bitbake: toastergui: do not show in-progress builds in the tableAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-191-0/+4