| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: toaster: reduced amount of instance attributes | Ed Bartosh | 2015-08-10 | 1 | -31/+24 |
* | bitbake: toaster: fix pylint warning 'no space allowed' | Ed Bartosh | 2015-08-10 | 1 | -5/+5 |
* | bitbake: toaster: fix test_get_json_call_returns_json again | Ed Bartosh | 2015-08-10 | 1 | -3/+7 |
* | bitbake: toaster: don't catch json.load exceptions | Ed Bartosh | 2015-08-10 | 1 | -8/+3 |
* | bitbake: toaster: add header and docstings | Ed Bartosh | 2015-08-10 | 1 | -1/+28 |
* | bitbake: toaster: remove unused import | Ed Bartosh | 2015-08-10 | 1 | -1/+1 |
* | bitbake: toaster: get rid of class attributes | Ed Bartosh | 2015-08-10 | 1 | -4/+2 |
* | bitbake: toaster: put all test cases into one class | Ed Bartosh | 2015-08-10 | 1 | -34/+29 |
* | bitbake: toaster: get rid of AllProjectsViewTestCase | Ed Bartosh | 2015-08-10 | 1 | -4/+1 |
* | bitbake: toaster: wrap long lines | Ed Bartosh | 2015-08-10 | 1 | -13/+27 |
* | bitbake: toaster: fix test_get_json_call_returns_json test | Ed Bartosh | 2015-08-10 | 1 | -6/+6 |
* | bitbake: runqueue.py: Add provides to taskdepdata | Mariano Lopez | 2015-08-10 | 1 | -1/+2 |
* | bitbake: toastergui: layerBtn Fix build trigger mechanism | Michael Wood | 2015-08-06 | 4 | -11/+16 |
* | bitbake: toastergui: Fix typo on layers in project filter condition | Michael Wood | 2015-08-06 | 1 | -2/+2 |
* | bitbake: toastergui: Move click disabled check after table ready event | Michael Wood | 2015-08-06 | 1 | -4/+6 |
* | bitbake: toastergui: Machine select button url parameters change | Michael Wood | 2015-08-06 | 1 | -1/+1 |
* | bitbake: toastermain: Add a longer default database timeout | Michael Wood | 2015-08-06 | 1 | -0/+6 |
* | bitbake: toastergui: Move layerdetails view definition to the views.py | Michael Wood | 2015-08-06 | 3 | -25/+17 |
* | bitbake: toastergui: Fix toastertable table header reference | Michael Wood | 2015-08-06 | 2 | -2/+2 |
* | bitbake: toastergui: libtoaster typeahead Add in results highlighter | Michael Wood | 2015-08-06 | 1 | -4/+8 |
* | bitbake: toastergui: libtoaster: typeahead resiliency for slow server | Michael Wood | 2015-08-06 | 1 | -1/+17 |
* | bitbake: toastergui: tests Fix and more comprehensive typeahead unittest | Michael Wood | 2015-08-06 | 1 | -19/+69 |
* | bitbake: toastergui: views Standardise the fields project layer response | Michael Wood | 2015-08-06 | 1 | -2/+3 |
* | bitbake: toasterui: views Remove unused xhr_typeahead view definition | Michael Wood | 2015-08-06 | 4 | -43/+32 |
* | bitbake: toastergui: libtoaster Throw an exception no url is specified | Michael Wood | 2015-08-06 | 1 | -0/+2 |
* | bitbake: toastergui: Switch to using the new toaster typeahead widget | Michael Wood | 2015-08-06 | 7 | -26/+37 |
* | bitbake: toastergui: Add typeaheads layers, machines, projects, recipes | Michael Wood | 2015-08-06 | 2 | -0/+156 |
* | bitbake: toastergui: widgets Add a typeahead widget | Michael Wood | 2015-08-06 | 1 | -0/+52 |
* | bitbake: toastergui: tables Use util functions for the common querysets | Michael Wood | 2015-08-06 | 1 | -8/+3 |
* | bitbake: toaster: orm Add util functions to return common querysets | Michael Wood | 2015-08-06 | 1 | -1/+40 |
* | bitbake: toaster: orm Add util function to return the url to layerversion | Michael Wood | 2015-08-06 | 1 | -0/+4 |
* | bitbake: toastergui: add action to empty "most built" recipes | Belen Barros Pena | 2015-08-06 | 1 | -0/+1 |
* | bitbake: toastergui: fix spacing in the import layers page | Belen Barros Pena | 2015-08-06 | 1 | -2/+2 |
* | bitbake: toastergui: remove project name from layer change notification | Belen Barros Pena | 2015-08-06 | 1 | -5/+3 |
* | bitbake: toastergui: change link styles in alert-info | Belen Barros Pena | 2015-08-06 | 1 | -1/+1 |
* | bitbake: toastergui: breadcrumb fixes | Belen Barros Pena | 2015-08-06 | 3 | -6/+4 |
* | bitbake: toastergui: spacing and top nav style change | Belen Barros Pena | 2015-08-06 | 3 | -7/+12 |
* | bitbake: cooker: Resolve file monitoring race issues when using memres bitbake | Richard Purdie | 2015-08-03 | 1 | -3/+4 |
* | bitbake: bb.parse: properly error out on filesystem errors | Christopher Larson | 2015-08-01 | 2 | -10/+18 |
* | bitbake: bb.cookerdata: don't show traceback for ParseError/ExpansionError | Christopher Larson | 2015-08-01 | 1 | -2/+5 |
* | bitbake: bitbake: toaster: Add is_image field to the Recipe model | Ed Bartosh | 2015-08-01 | 2 | -0/+341 |
* | bitbake: bitbake: toaster: Uncomment logging messages | Ed Bartosh | 2015-08-01 | 1 | -3/+3 |
* | bitbake: bitbake: toaster: get rid of _createdirpath function | Ed Bartosh | 2015-08-01 | 1 | -12/+7 |
* | bitbake: bitbake: toaster: Fix usage of wrong variables | Ed Bartosh | 2015-08-01 | 1 | -4/+4 |
* | bitbake: bitbake: toaster: Wait for toaster gui to come | Ed Bartosh | 2015-08-01 | 2 | -1/+2 |
* | bitbake: bitbake: toastergui: Toastertables don't replace dash in cache key | Michael Wood | 2015-08-01 | 1 | -2/+2 |
* | bitbake: toaster: toastergui: run pylint on the toaster files | Alexandru DAMIAN | 2015-08-01 | 1 | -0/+6 |
* | bitbake: toaster: tts: execute tests in numeric order | Alexandru DAMIAN | 2015-08-01 | 2 | -7/+10 |
* | bitbake: toaster: tts: make sure to import data | Alexandru DAMIAN | 2015-08-01 | 1 | -1/+2 |
* | bitbake: toaster: tts: delete the database only if created | Alexandru DAMIAN | 2015-08-01 | 1 | -1/+3 |