summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster-tests: package count/size shouldn't show for non-image buildsElliot Smith2016-07-191-7/+22
* bitbake: toaster-tests: add tests for build artifact display on build dashboardElliot Smith2016-07-192-7/+7
* bitbake: toaster: the customise image button shouldn't rely on targetsElliot Smith2016-07-191-1/+1
* bitbake: toaster: add package manifest path to Target objectsElliot Smith2016-07-192-0/+9
* bitbake: toaster: better display of targets which produced no imagesElliot Smith2016-07-192-44/+36
* bitbake: toaster: show manifests in their own section of the build dashboardElliot Smith2016-07-191-4/+7
* bitbake: toaster: only show "New custom image" button for builds with image t...Elliot Smith2016-07-191-20/+22
* bitbake: toaster: use has_images() methods to display images correctlyElliot Smith2016-07-192-10/+7
* bitbake: toaster: improve scan for SDK artifactsElliot Smith2016-07-192-30/+53
* bitbake: toaster: attach kernel artifacts to targetsElliot Smith2016-07-192-1/+21
* bitbake: toaster: display Target targets in build dashboardElliot Smith2016-07-192-4/+23
* bitbake: toaster: add Layer delete front end feature to layerdetailsMichael Wood2016-07-084-2/+58
* bitbake: toaster: api Add util function for returning the error responseMichael Wood2016-07-081-12/+16
* bitbake: toaster: layerdetails api Fix saving of git revision of a layerMichael Wood2016-07-084-46/+103
* bitbake: toaster: fix layout for command-line builds in recent builds areaElliot Smith2016-07-081-124/+123
* bitbake: toaster: views Fix most frequently built target in project reportingMichael Wood2016-07-081-10/+32
* bitbake: toaster: layerBtn avoid connecting handler to other build buttonsMichael Wood2016-07-081-2/+2
* bitbake: toaster: fix validation checks for DL_DIR and SSTATE_DIRSujith H2016-07-081-22/+49
* bitbake: toaster: remove SSTATE_MIRRORS from projectconfSujith H2016-07-081-1/+0
* bitbake: toaster: remove SSTATE_MIRRORS from blacklists in viewsSujith H2016-07-081-3/+8
* bitbake: toaster: remove last css file with bootstrap v2 licensebavery2016-06-161-9/+0
* bitbake: toaster: fix typo which causes table searches to failElliot Smith2016-06-161-1/+1
* bitbake: toaster: js tests Twitter typeahead library object is now ttTypeaheadMichael Wood2016-06-151-4/+4
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-151-1/+1
* bitbake: toaster: toastergui tests Use new BeautifulSoup syntaxMichael Wood2016-06-151-1/+1
* bitbake: toaster: open image files in binary mode when sending in responseElliot Smith2016-06-151-1/+1
* bitbake: toaster-tests: fix tests for latest Selenium versionElliot Smith2016-06-151-8/+0
* bitbake: toaster: fix broken reference to urllibElliot Smith2016-06-151-1/+1
* bitbake: toaster: fix test_toaster_tablesEd Bartosh2016-06-151-6/+0
* bitbake: toaster: fix incorrect file modeEd Bartosh2016-06-151-1/+1
* bitbake: toaster: decode response contentEd Bartosh2016-06-151-19/+19
* bitbake: toaster: BuildTasksTable filters remove outcome NA optionBelen Barros Pena2016-06-151-0/+2
* bitbake: toaster: BuiltPackagesTable format empty state in packages tableBelen Barros Pena2016-06-151-5/+5
* bitbake: toaster: build data Fix left navigationBelen Barros Pena2016-06-154-15/+22
* bitbake: toaster: port all build analysis pages to bootstrap 3Belen Barros Pena2016-06-1537-1136/+753
* bitbake: toaster: buildtables Remove links from non name fieldsBelen Barros Pena2016-06-152-50/+42
* bitbake: toaster: fix typo which prevents filters from workingElliot Smith2016-06-151-1/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-156-25/+107
* bitbake: toaster: widgets ToasterTable Catch template rendering exceptionsMichael Wood2016-06-151-4/+16
* bitbake: toaster: tests Add new build tables to testsMichael Wood2016-06-152-37/+94
* bitbake: toaster: table.js Add the ability to highlight a particular rowMichael Wood2016-06-151-0/+9
* bitbake: toaster: port Installed packages table to ToasterTableMichael Wood2016-06-155-288/+75
* bitbake: toaster: port Task tables to ToasterTables widgetMichael Wood2016-06-157-433/+248
* bitbake: toaster: port Built recipes table to toastertablesMichael Wood2016-06-154-223/+135
* bitbake: toaster: port table for Built packages to ToasterTableMichael Wood2016-06-158-219/+203
* bitbake: toaster: ToasterTable widget add an 'a' to Name in Exception classMichael Wood2016-06-151-5/+6
* bitbake: toaster: toaster tables Enable complex empty statesBelen Barros Pena2016-06-152-1/+10
* bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3Belen Barros Pena2016-06-1585-3094/+13203
* bitbake: toaster: work-around our lack of a synchronous fetch for typeaheadsElliot Smith2016-06-153-8/+1552
* bitbake: toaster: migrate typeahead libraryElliot Smith2016-06-154-69/+83