summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-05-161-27/+18
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-05-161-1/+1
* bitbake: toaster: get rid of using reduceEd Bartosh2016-05-161-20/+44
* bitbake: toaster: use new syntax of except statementEd Bartosh2016-05-141-3/+3
* bitbake: toaster: use 'in' instead of has_keyEd Bartosh2016-05-141-14/+14
* bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie2016-05-111-1/+1
* bitbake: toaster: add modal to select custom image for editingElliot Smith2016-04-191-4/+22
* bitbake: toaster: add build dashboard buttons to edit/create custom imagesElliot Smith2016-04-191-3/+4
* bitbake: toaster: only prevent duplicate custom image names within a projectElliot Smith2016-04-191-15/+18
* bitbake: toaster: fix sorting after hiding a column in build tablesElliot Smith2016-04-191-25/+25
* bitbake: toaster: views jsunittest Add MACHINE and an extra layer to test pro...Michael Wood2016-04-061-4/+14
* bitbake: toaster: update view to support DL_DIR and SSTATE_DIRSujith H2016-04-061-2/+38
* bitbake: toaster: get all dependents for pkg for removalDave Lerner2016-03-261-12/+79
* bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood2016-03-231-1/+1
* bitbake: toaster: rework task buildstats storage and displayElliot Smith2016-03-091-20/+35
* bitbake: toaster: views api Package info return both kinds of RDEPENDSMichael Wood2016-03-071-5/+4
* bitbake: toaster: fixup dependency excludes for customimageDave Lerner2016-03-071-0/+7
* bitbake: toaster: show suffix for image files and basename for artifact filesElliot Smith2016-02-261-1/+6
* bitbake: toaster: toastergui Fix invalid char test and implementationMichael Wood2016-02-191-2/+5
* bitbake: toaster: Enable Image Customisation featureMichael Wood2016-02-101-1/+0
* bitbake: toaster: xhr_customrecipe_packages Add dependencies to included pack...Michael Wood2016-02-101-0/+12
* bitbake: toaster: API CustomImageRecipe check the recipe name supplied is validMichael Wood2016-02-101-0/+21
* bitbake: toaster: views CustomRecipe API add size information to the package ...Michael Wood2016-02-101-2/+12
* 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