summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: increase timeoutEd Bartosh2016-01-161-1/+1
* bitbake: toastergui: code formatting and clean-upElliot Smith2016-01-153-13/+8
* bitbake: toaster tests: fix Django tests for new ToasterTable pagesElliot Smith2016-01-151-85/+180
* bitbake: toastergui: remove unused views and template codeElliot Smith2016-01-153-647/+0
* bitbake: toastergui: fix error and warning counts for buildsElliot Smith2016-01-1510-702/+27
* bitbake: toastergui: make "Apply" button state depend on filter rangeElliot Smith2016-01-152-22/+59
* bitbake: toastergui: mute label for filter actions with no recordsElliot Smith2016-01-151-2/+5
* bitbake: toastergui: set default visible and hideable columnsElliot Smith2016-01-152-3/+38
* bitbake: toastergui: serialise decimals correctlyElliot Smith2016-01-151-0/+3
* bitbake: toastergui: streamline construction of filter objectsElliot Smith2016-01-154-66/+32
* bitbake: toastergui: ensure filter_value updatesElliot Smith2016-01-151-14/+18
* bitbake: toastergui: don't hide all elements with .col classElliot Smith2016-01-151-4/+4
* bitbake: toastergui: convert project builds page to ToasterTableElliot Smith2016-01-159-49/+239
* bitbake: toastergui: implement "today" and "yesterday" filtersElliot Smith2016-01-156-84/+212
* bitbake: toastergui: implement date range filters for buildsElliot Smith2016-01-156-84/+330
* bitbake: toastergui: show recent builds on all builds pageElliot Smith2016-01-153-7/+23
* bitbake: toastergui: switch off filter highlights when inactiveElliot Smith2016-01-151-1/+7
* bitbake: toastergui: refactor ToasterTable filteringElliot Smith2016-01-155-118/+310
* bitbake: toastergui: convert all builds page to ToasterTableElliot Smith2016-01-157-80/+434
* bitbake: toastergui: use event delegates for hover help elementsElliot Smith2016-01-151-2/+4
* bitbake: toastergui: switch projects/ view to ToasterTableElliot Smith2016-01-153-12/+23
* bitbake: toaster: check inferred file suffixes against list of known typesElliot Smith2016-01-153-41/+73
* bitbake: toaster: move image file suffix list to modelElliot Smith2016-01-152-6/+10
* bitbake: toastergui: use ToasterTable for projects pageElliot Smith2016-01-153-3/+265
* bitbake: Revert "fetch/git: Change to use clearer ssh url syntax for broken s...Richard Purdie2016-01-151-4/+0
* bitbake: Revert "fetch2/local.py: avoid using PREMIRROR"Richard Purdie2016-01-131-5/+0
* bitbake: fetch2/git.py: Add missing "errno" module import.Kristian Amlie2016-01-111-0/+1
* bitbake: bitbake: clean up stamp-base related codesChen Qi2016-01-112-10/+4
* bitbake: runqueue: Fix setscene task dependenciesRichard Purdie2016-01-111-0/+1
* bitbake: toaster: settings Add uid to the toaster cache dirMichael Wood2016-01-111-1/+1
* bitbake: toaster: show 'satisfied via' text for reverse depsEd Bartosh2016-01-111-1/+8
* bitbake: toaster: show 'satisfied via' text for build depsEd Bartosh2016-01-111-1/+8
* bitbake: toaster: show list of provides for the recipeEd Bartosh2016-01-111-0/+10
* bitbake: buildinfohelper: add provides info to the dbEd Bartosh2016-01-111-3/+8
* bitbake: toaster: add Provider modelEd Bartosh2016-01-112-0/+32
* bitbake: buildinfohelper: use providermapEd Bartosh2016-01-111-8/+16
* bitbake: cooker: add providermap to dep_treeEd Bartosh2016-01-111-0/+7
* bitbake: taskdata: refactor get_providermapEd Bartosh2016-01-112-11/+8
* bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie2016-01-113-3/+10
* bitbake: fetch/git: Change to use clearer ssh url syntax for broken serversRichard Purdie2016-01-081-0/+4
* bitbake: knotty: Use non-interactive mode as fallback for dumb terminalsRichard Purdie2016-01-081-0/+4
* bitbake: cooker: fix findFilesMatchingInDir documentationRoss Burton2016-01-081-4/+3
* bitbake: cooker: use in instead of countRoss Burton2016-01-081-1/+1
* bitbake: ast: Add filename/lineno to mapped functionsRichard Purdie2016-01-061-0/+2
* bitbake: main: kill server without queue setupEd Bartosh2016-01-061-6/+7
* bitbake: xmplrpc: split connect methodEd Bartosh2016-01-063-2/+6
* bitbake: uievent: refactor retry loopEd Bartosh2016-01-061-9/+6
* bitbake: uievent: get rid of EventHandler attributeEd Bartosh2016-01-061-2/+2
* bitbake: uievent: add error to registerEventHandler returnEd Bartosh2016-01-062-5/+7
* bitbake: cooker: add state.get_name methodEd Bartosh2016-01-061-0/+8