aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/views.py
AgeCommit message (Expand)Author
2017-07-30toaster: enable remote HTTP API for status aggregationDavid Reyna
2017-06-27toaster: large package set breaks sqlite queryDavid Reyna
2016-12-12toaster: views Remove old code that converts template context to JSONMichael Wood
2016-12-12toaster: api Add layer Add apiMichael Wood
2016-09-28toaster: Clean up and convert to rest api project edit and get callsMichael Wood
2016-09-02toaster: Move Custom image recipe rest api to api fileMichael Wood
2016-08-11toaster: add local directory to the dbSujith H
2016-08-11toaster: prevent infinite loop when finding task dependenciesElliot Smith
2016-07-25toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-25toaster: Replace references to LayerSource modelsMichael Wood
2016-07-19toaster: add package manifest path to Target objectsElliot Smith
2016-07-19toaster: better display of targets which produced no imagesElliot Smith
2016-07-19toaster: use has_images() methods to display images correctlyElliot Smith
2016-07-19toaster: improve scan for SDK artifactsElliot Smith
2016-07-19toaster: attach kernel artifacts to targetsElliot Smith
2016-07-08toaster: layerdetails api Fix saving of git revision of a layerMichael Wood
2016-07-08toaster: views Fix most frequently built target in project reportingMichael Wood
2016-07-08toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H
2016-06-16toaster: fix typo which causes table searches to failElliot Smith
2016-06-14toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-14toaster: open image files in binary mode when sending in responseElliot Smith
2016-06-14toaster: port all build analysis pages to bootstrap 3Belen Barros Pena
2016-06-14toaster: fix typo which prevents filters from workingElliot Smith
2016-06-13toaster: Rework displaying package dependencies across ToasterMichael Wood
2016-06-13toaster: port Installed packages table to ToasterTableMichael Wood
2016-06-13toaster: port Task tables to ToasterTables widgetMichael Wood
2016-06-13toaster: port Built recipes table to toastertablesMichael Wood
2016-06-13toaster: port table for Built packages to ToasterTableMichael Wood
2016-06-01toaster: fix urllib importsEd Bartosh
2016-06-01toaster: replace map with list comprehensionsEd Bartosh
2016-06-01toaster: use items and range instead of old APIsEd Bartosh
2016-06-01toaster: get rid of using reduceEd Bartosh
2016-05-13toaster: use new syntax of except statementEd Bartosh
2016-05-13toaster: use 'in' instead of has_keyEd Bartosh
2016-05-09bin, toaster: Fix print and exception syntaxRichard Purdie
2016-04-19toaster: add modal to select custom image for editingElliot Smith
2016-04-19toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19toaster: only prevent duplicate custom image names within a projectElliot Smith
2016-04-19toaster: fix sorting after hiding a column in build tablesElliot Smith
2016-04-06toaster: views jsunittest Add MACHINE and an extra layer to test projectMichael Wood
2016-04-06toaster: update view to support DL_DIR and SSTATE_DIRSujith H
2016-03-24toaster: get all dependents for pkg for removalDave Lerner
2016-03-23toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood
2016-03-09toaster: rework task buildstats storage and displayElliot Smith
2016-03-07toaster: views api Package info return both kinds of RDEPENDSMichael Wood
2016-03-07toaster: fixup dependency excludes for customimageDave Lerner
2016-02-26toaster: show suffix for image files and basename for artifact filesElliot Smith
2016-02-19toaster: toastergui Fix invalid char test and implementationMichael Wood
2016-02-08toaster: Enable Image Customisation featureMichael Wood
2016-02-08toaster: xhr_customrecipe_packages Add dependencies to included packagesMichael Wood