summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell2016-02-012-4/+4
* bitbake: cooker: Only start as many parse threads as we needRichard Purdie2016-02-011-2/+3
* bitbake: knotty: Don't show errors for universe provider issuesRichard Purdie2016-02-011-5/+13
* bitbake: bitbake: BBUIHelper: Remove function findServerDetailsSujith H2016-01-301-41/+0
* bitbake: fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt2016-01-301-20/+10
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-307-1/+18
* bitbake: utils: Add ability to change the process nameRichard Purdie2016-01-301-0/+11
* bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy2016-01-301-0/+1
* bitbake: build.py: minor shell_trap_code() formatting tweaksAndre McCurdy2016-01-301-3/+2
* bitbake: bitbake-user-manual-ref-variables: Update the help for BBMASKPeter Kjellerstedt2016-01-291-11/+9
* bitbake: cooker: Allow BBMASK to contain multiple regular expressionsPeter Kjellerstedt2016-01-291-2/+15
* bitbake: bitbake-user-manual-metadata: Updated 'dir' flagMartin Samuelsson2016-01-291-0/+2
* bitbake: bitbake-user-manual: Updated the example BitBake directoryScott Rifenbark2016-01-291-1/+0
* bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton2016-01-262-23/+51
* bitbake: toaster: Update UI test runnerDaniel Istrate2016-01-252-84/+172
* bitbake: fetch2: Don't show checksum warnings if a single checksum was suppliedRichard Purdie2016-01-241-3/+1
* bitbake: toaster: run bitbake server with --read optionEd Bartosh2016-01-221-1/+1
* bitbake: taskdata: add the ability to access world targets listPaul Eggleton2016-01-224-24/+48
* bitbake: cache.py: check existence before add to cachedata.rprovidersRobert Yang2016-01-221-1/+2
* bitbake: taskdata.py: add RuntimeProviders to close matchesRobert Yang2016-01-221-1/+8
* bitbake: data_smart: Don't show exceptions for EOL literalsRichard Purdie2016-01-222-1/+11
* bitbake: tests/codeparser.py: Add filename/lineno flags to test variableOlof Johansson2016-01-191-1/+6
* bitbake: toaster: write variables to toaster.confEd Bartosh2016-01-191-0/+7
* bitbake: Revert "runqueue.py: Ensure one setscene function doesn't mask out a...Richard Purdie2016-01-191-5/+2
* bitbake: toastergui: make artifact download more robustElliot Smith2016-01-182-63/+47
* bitbake: toasterui: log OSErrorException metadata eventsElliot Smith2016-01-181-0/+2
* bitbake: toasterui: listen for bb.event.MetadataEventElliot Smith2016-01-181-1/+2
* 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