summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: parse/ast, event: Ensure we reset registered handlers during parsingRichard Purdie2016-06-152-1/+10
* bitbake: toaster: Remove mismerged filesRichard Purdie2016-06-152-123/+0
* bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie2016-06-153-803/+639
* bitbake: runqueue: Change buildable/running lists to setsRichard Purdie2016-06-151-36/+27
* 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: replace viewkeys() -> keys()Ed Bartosh2016-06-151-1/+1
* bitbake: toaster: bin Use python 3 for our django modules checkMichael Wood2016-06-151-1/+1
* 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-1586-3096/+13204
* bitbake: toaster: work-around our lack of a synchronous fetch for typeaheadsElliot Smith2016-06-154-9/+1553
* bitbake: toaster: migrate typeahead libraryElliot Smith2016-06-155-69/+85
* 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: cooker.py: fix warn() -> warning()Robert Yang2016-06-131-3/+3
* bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie2016-06-132-3/+9
* bitbake: lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONFMariano Lopez2016-06-091-2/+2
* bitbake: codeparser: Use hashlib for hashing, not hash()Richard Purdie2016-06-031-2/+6
* bitbake: codeparser: Small optimisation to stop repeated hash() callsRichard Purdie2016-06-031-3/+4
* bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton2016-06-031-1/+12