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