summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
Commit message (Expand)AuthorAgeFilesLines
* 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: tests browser Fix selenium tests after bootstrap3 breakageMichael Wood2016-06-153-24/+27
* bitbake: toaster: tests Rename test settings to python compliant name and fix...Michael Wood2016-06-152-2/+2
* bitbake: toaster: selenium tests Fix all_projects page and sample testsMichael Wood2016-06-152-6/+9
* bitbake: toaster: selenium tests Update unique custom image string and fix im...Michael Wood2016-06-152-2/+3
* 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-155-7/+7
* bitbake: toaster: changed python version in shebangEd 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-153-15/+8
* 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: fix migrationsEd Bartosh2016-06-152-0/+123
* 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-tests: maximize browser window when running UI testsElliot Smith2016-06-151-0/+1
* bitbake: toaster: Rework displaying package dependencies across ToasterMichael Wood2016-06-157-36/+157
* 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
* bitbake: toaster: tests Add a BuildTest helper classMichael Wood2016-06-151-1/+1
* bitbake: toaster: tweaks to recipe file downloadsBelen Barros Pena2016-06-152-9/+6
* bitbake: toaster: testsjs Add call back to append elements on completion of t...Michael Wood2016-06-151-0/+7
* bitbake: toaster: fix urllib importsEd Bartosh2016-06-022-4/+11
* bitbake: toaster: don't use mru.count in the templateEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use // operator instead of /Ed Bartosh2016-06-022-2/+2
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-06-021-2/+2
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-06-021-1/+1
* bitbake: toaster: read timezone files in binary modeEd Bartosh2016-06-021-4/+3
* bitbake: toaster: use re.sub() instead of translate()Ed Bartosh2016-06-021-1/+2
* bitbake: toaster: replace map with list comprehensionsEd Bartosh2016-06-023-30/+20
* bitbake: toaster: use items and range instead of old APIsEd Bartosh2016-06-025-6/+6
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-023-3/+3