summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: templates Add meaningful title tagsBelen Barros Pena2015-10-2928-19/+55
* bitbake: toaster: Remove all navigation when not in build modeElliot Smith2015-10-272-4/+14
* bitbake: toaster: Run tests in build modeElliot Smith2015-10-271-0/+6
* bitbake: toaster: Hide builds for non-cli projects in analysis modeElliot Smith2015-10-271-3/+15
* bitbake: toaster: Hide top bar buttons in analysis modeElliot Smith2015-10-271-5/+13
* bitbake: toaster: Show mode-appropriate landing pageElliot Smith2015-10-271-45/+58
* bitbake: toaster: Add BUILD_MODE flag to contextElliot Smith2015-10-271-0/+4
* bitbake: toaster: Add tests for error message display on the build dashboardElliot Smith2015-10-161-2/+89
* bitbake: toaster: Modify "New build" button behaviour for cli builds projectElliot Smith2015-10-163-51/+59
* bitbake: toaster: Clean up template codeElliot Smith2015-10-162-16/+10
* bitbake: toaster: More linting of testsElliot Smith2015-10-161-21/+14
* bitbake: toaster: Show tooltip next to cli builds project name in all buildsElliot Smith2015-10-163-12/+41
* bitbake: toaster: Hide tabs and add info popups for command line buildsElliot Smith2015-10-164-43/+94
* bitbake: toaster: Make the builds view the project page for "command line bui...Elliot Smith2015-10-166-11/+82
* bitbake: toaster: Replace "Run again" button with help text for cli buildsElliot Smith2015-10-163-14/+65
* bitbake: toaster: Exclude "command line builds" project from projects typeaheadElliot Smith2015-10-161-2/+2
* bitbake: toaster: Show 'not applicable' for default project machine and releaseElliot Smith2015-10-162-13/+111
* bitbake: toaster: Reorganise and lint testsElliot Smith2015-10-161-34/+49
* bitbake: toaster: Allow any text input to machine configuration variableMichael Wood2015-10-161-8/+12
* bitbake: toaster: Guard against builds with no targetsElliot Smith2015-10-161-2/+7
* bitbake: toaster: Remove Toaster exceptions section of build dashboardElliot Smith2015-10-161-41/+4
* bitbake: toaster: Record critical errorsElliot Smith2015-10-161-5/+6
* bitbake: toaster: Test that exception isn't thrown by project pageElliot Smith2015-10-161-0/+30
* bitbake: toaster: Disable add layer button when input is emptyBelen Barros Pena2015-10-161-0/+6
* bitbake: toaster: Have 'Version' next to recipe nameBelen Barros Pena2015-10-161-3/+3
* bitbake: toaster: Improve directory structure layoutBelen Barros Pena2015-10-163-8/+16
* bitbake: toaster: importlayer Update property names for importlayer api callsEd Bartosh2015-10-161-7/+6
* bitbake: toaster: Fix missing tooltips from layers on project configuration pageMichael Wood2015-10-132-10/+11
* bitbake: toaster: Fix broken test caseEd Bartosh2015-10-121-1/+1
* bitbake: toaster: Remove project name from latest project buildsBelen Barros Pena2015-10-121-2/+4
* bitbake: toaster: use get_alldeps in layerdetails rendererEd Bartosh2015-10-121-2/+2
* bitbake: toaster: Update JS unit testsMichael Wood2015-10-112-20/+28
* bitbake: toaster: Fix stale layer state buttonsMichael Wood2015-10-117-18/+27
* bitbake: toaster: tables Add the recipe filter back into the Recipe tableMichael Wood2015-10-111-0/+13
* bitbake: toaster: layerdetails update build recipe button class nameMichael Wood2015-10-111-2/+2
* bitbake: toaster: Hide "Download build log" button if log doesn't existElliot Smith2015-10-111-1/+3
* 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: display warnings for bad "IMAGE_FSTYPES" valuesDavid Reyna2015-10-111-3/+18
* bitbake: toaster: Set default columns in recipes tablesBelen Barros Pena2015-10-111-2/+5
* bitbake: toaster: Comment out broken sorting and filtersBelen Barros Pena2015-10-111-23/+26
* bitbake: toaster: Don't HTTP cache ToasterTable responsesElliot Smith2015-10-111-0/+6
* bitbake: toaster: Don't add new history entries when table data loadsElliot Smith2015-10-111-12/+2
* bitbake: toaster: display most recent builds for projectsDavid Reyna2015-09-293-8/+21
* bitbake: toaster: orm remove the complicated querying on the ORMMichael Wood2015-09-292-3/+4
* bitbake: toaster: tables show all recipes in the layerdetails even duplicatesMichael Wood2015-09-291-2/+4
* bitbake: toaster: Add test cases for new Image customisation featuresEd Bartosh2015-09-291-5/+182
* bitbake: toaster: Add Image customisation frontend featureMichael Wood2015-09-2912-9/+368
* bitbake: toaster: Add ToasterTables for Image customisation featureMichael Wood2015-09-291-34/+188
* bitbake: toaster: Add new ReST API for Image Customisation featureEd Bartosh2015-09-292-3/+159