summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: toaster: enable project import and merged Toaster settingsDavid Reyna2018-08-281-6/+16
* bitbake: Toaster: Implement the project-specific feature and releated enhance...David Reyna2018-08-201-0/+151
* bitbake: toaster: add 'nobuild' option to ToasterDavid Reyna2017-12-181-23/+34
* bitbake: toaster: update Toaster for Django 1.11David Reyna2017-12-181-1/+1
* bitbake: toaster: enable remote HTTP API for status aggregationDavid Reyna2017-07-311-1/+85
* bitbake: toaster: large package set breaks sqlite queryDavid Reyna2017-06-281-4/+9
* bitbake: toaster: views Remove old code that converts template context to JSONMichael Wood2016-12-121-31/+2
* bitbake: toaster: api Add layer Add apiMichael Wood2016-12-121-115/+0
* bitbake: toaster: Clean up and convert to rest api project edit and get callsMichael Wood2016-09-301-128/+3
* bitbake: toaster: Move Custom image recipe rest api to api fileMichael Wood2016-09-021-436/+11
* bitbake: toaster: add local directory to the dbSujith H2016-08-111-3/+4
* bitbake: toaster: prevent infinite loop when finding task dependenciesElliot Smith2016-08-111-0/+10
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-261-6/+2
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-261-18/+38
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-191-0/+3
* bitbake: toaster: better display of targets which produced no imagesElliot Smith2016-07-191-20/+31
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-191-7/+2
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-191-7/+12
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-191-0/+7
* bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood2016-07-081-43/+0
* bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood2016-07-081-10/+32
* bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H2016-07-081-3/+8
* bitbake: toaster: fix typo which causes table searches to failElliot Smith2016-06-161-1/+1
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-1/+1
* bitbake: toaster: open image files in binary mode when sending in responseElliot Smith2016-06-151-1/+1
* bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena2016-06-151-1/+0
* bitbake: toaster: fix typo which prevents filters from workingElliot Smith2016-06-151-1/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-151-1/+3
* bitbake: toaster: port Installed packages table to ToasterTableMichael Wood2016-06-151-169/+0
* bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood2016-06-151-279/+1
* bitbake: toaster: port Built recipes table to toastertablesMichael Wood2016-06-151-111/+0
* bitbake: toaster: port table for Built packages to ToasterTableMichael Wood2016-06-151-90/+0
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-021-3/+6
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-021-27/+18
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-021-1/+1
* bitbake: toaster: get rid of using reduceEd Bartosh2016-06-021-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