summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton2016-12-143-0/+16
* bitbake: data_smart: implement remote datastore functionalityPaul Eggleton2016-12-142-6/+72
* bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton2016-12-141-1/+1
* bitbake: knotty: fix --observe-only optionPaul Eggleton2016-12-141-3/+7
* bitbake: knotty: make quiet option a level optionPaul Eggleton2016-12-142-9/+30
* bitbake: data_smart: fix resetting of reference on variablehistoryPaul Eggleton2016-12-141-1/+1
* bitbake: toaster: views Remove old code that converts template context to JSONMichael Wood2016-12-121-31/+2
* bitbake: toaster: js test Update js tests to use correct url for layer RESTMichael Wood2016-12-121-1/+5
* bitbake: toaster: Switch front end to use Layer get REST APIMichael Wood2016-12-125-6/+31
* bitbake: toaster: typeaheads Layers add url to layer REST API to the layerMichael Wood2016-12-121-0/+3
* bitbake: toaster: api Add GET REST API for Layer informationMichael Wood2016-12-121-3/+52
* bitbake: toaster: importlayer Add git revision typeahead to that input fieldMichael Wood2016-12-124-9/+28
* bitbake: toaster: typeaheads Add a git revisions suggestionsMichael Wood2016-12-122-2/+32
* bitbake: toaster: typeaheads widgets Fix flake8 issues and remove redundant codeMichael Wood2016-12-122-43/+45
* bitbake: toaster: tests Update import layer test to use new Layer add apiMichael Wood2016-12-121-22/+23
* bitbake: toaster: importlayer Use new layer add APIMichael Wood2016-12-121-3/+4
* bitbake: toaster: api Add layer Add apiMichael Wood2016-12-124-121/+103
* bitbake: toaster: models Layer_Version get_detailspage_url optional project_idMichael Wood2016-12-121-1/+7
* bitbake: toaster: models Layer fix whitespaceMichael Wood2016-12-121-1/+1
* bitbake: toaster: tablejs Add visual indicator for table data loadingMichael Wood2016-12-121-0/+10
* bitbake: bitbake-user-manual: Added new "Line Joining" section.Scott Rifenbark2016-12-081-0/+42
* bitbake: bitbake-user-manual: Refreshed the 'bitbake --help' output.Scott Rifenbark2016-12-081-2/+3
* bitbake: toaster: Reference pip3 not pipRichard Purdie2016-12-082-3/+3
* bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie2016-12-081-0/+8
* bitbake: cooker: Fix world taskgraph generation issueRichard Purdie2016-12-081-4/+10
* bitbake: utils: Avoid traceback errorsRichard Purdie2016-12-081-1/+1
* bitbake: runqueue: Send BB_TASKDEPDATA for setscene tasksRichard Purdie2016-12-081-2/+42
* bitbake: runqueue: Add the taskhash to BB_TASKDEPDATARichard Purdie2016-12-081-1/+2
* bitbake: bitbake-worker: Further IO performance tweaksRichard Purdie2016-12-081-4/+9
* bitbake: lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8Daniel Lublin2016-12-071-5/+12
* bitbake: cooker: convert type which needs to be marshalledSujith H2016-12-071-1/+1
* bitbake: toaster: browser tests - add Selenium Docker container as driverbrian avery2016-12-072-4/+30
* bitbake: depexp: fix string formatting.Ismo Puustinen2016-12-071-1/+1
* bitbake: monitordisk: add eventPatrick Ohly2016-12-072-0/+25
* bitbake: monitordisk.py: minor code and comment cleanupPatrick Ohly2016-12-071-9/+6
* bitbake: runqueue.py: monitor disk space at regular time intervalsPatrick Ohly2016-12-071-5/+19
* bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly2016-12-074-0/+39
* bitbake: ast: remove BBVERSIONS supportRoss Burton2016-11-301-67/+0
* bitbake: codeparser.py: support deeply nested tokensPatrick Ohly2016-11-301-12/+17
* bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen2016-11-307-12/+15
* bitbake: toaster: buildinfohelper Clarify log message for build historyMichael Wood2016-11-301-2/+2
* bitbake: toaster: buildinfohelper fix _get_layer_version_for_dependencyMichael Wood2016-11-301-12/+20
* bitbake: toaster: buildinfohelper Simplify layer event to toaster layer functionMichael Wood2016-11-301-41/+28
* bitbake: toaster: bldcontrol Move CustomImageRecipe file creation into own fu...Michael Wood2016-11-301-69/+75
* bitbake: toaster: orm models Handle CustomImageRecipe BRLayer hereMichael Wood2016-11-301-21/+37
* bitbake: toaster: orm models Project class Fix pyflake errorsMichael Wood2016-11-301-8/+12
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-304-20/+31
* bitbake: toaster: localhostbecontroller write toaster layers for project to t...Sujith H2016-11-301-14/+4
* bitbake: toaster: localhostbecontroller accept custom init script for buildSujith H2016-11-301-2/+7
* bitbake: toaster: tablejs Fix missing close square bracketReyna, David2016-11-301-1/+1