summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-04-29bitbake: Switch to post release versionRichard Purdie
2016-04-26fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agentsRoss Burton
2016-04-19toaster-tests: tests for build dashboardElliot Smith
2016-04-19toaster: add modal to select custom image for editingElliot Smith
2016-04-19toaster: add build dashboard buttons to edit/create custom imagesElliot Smith
2016-04-19toaster-tests: make helper click on input before entering textElliot Smith
2016-04-19toaster-tests: add tests for new custom image pageElliot Smith
2016-04-19toaster: prevent exception when Project.release is nullElliot Smith
2016-04-19toaster: only prevent duplicate custom image names within a projectElliot Smith
2016-04-19toaster: disable/enable "Add layer" button according to input's contentElliot Smith
2016-04-19toaster: fix sorting after hiding a column in build tablesElliot Smith
2016-04-19toaster: ensure ToasterTable headings are reset when order by changesMichael Wood
2016-04-19main: fix processing of BBEVENTLOGEd Bartosh
2016-04-18lib/bb/utils: add docstring for contains()Ross Burton
2016-04-14providers: Add PREFERRED_RPROVIDER supportRichard Purdie
2016-04-14providers: We don't depend on previous build resultsRichard Purdie
2016-04-14cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-04-14cooker: pass exception to finishAsyncCommandRichard Purdie
2016-04-12runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-04-09toaster: fixes for customimage package not foundDave Lerner
2016-04-09data_smart: Restrict expansion regexp to not include : charactersRichard Purdie
2016-04-09tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt
2016-04-09lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-04-06Update version to 1.30.0Richard Purdie
2016-04-06tests: browser Add test to run the js unit testsMichael Wood
2016-04-06toaster: views jsunittest Add MACHINE and an extra layer to test projectMichael Wood
2016-04-06toaster: tests Set MACHINE for the test projectsMichael Wood
2016-04-06toaster: Add quint to project so that it can be used offlineMichael Wood
2016-04-06toaster: add rev dep column to image detail pagesDave Lerner
2016-04-06buildinfohelper: work around unicode exceptionsJoshua Lock
2016-04-06toasterui: update build in internal stateEd Bartosh
2016-04-06buildinfohelper: fix KeyErrorEd Bartosh
2016-04-06toaster: get bitbake location from BBBASEDIREd Bartosh
2016-04-06toaster: update projectconf.html for DL_DIR and SSTATE_DIRSujith H
2016-04-06toaster: update view to support DL_DIR and SSTATE_DIRSujith H
2016-04-06toaster: use empty tokenEd Bartosh
2016-04-06toaster: runbuilds Clean up runbuildsMichael Wood
2016-04-06toaster: runbuilds Make runbuilds aware of the build CANCELLED stateMichael Wood
2016-04-06toaster: models Exclude the CANCELLED builds from get_number_of_buildsMichael Wood
2016-04-06toaster: mrb_section template Add build cancel buttonMichael Wood
2016-04-06toaster: tables BuildsTable exclude cancelled buildsSujith H
2016-04-06buildinfohelper: Add handler for cancelling a buildMichael Wood
2016-04-06toaster: bldcontrol models Add a cancelling state the BuildRequestMichael Wood
2016-04-06toaster: models Add cancelled state to build outcomeSujith H
2016-04-06toaster: update BuildEnvironmentController and BitbakeControllerSujith H
2016-04-06toaster: libtoaster Update implementation of startABuild and cancelABuildMichael Wood
2016-04-06toaster: xhr Update the implementation of the build cancellation requestMichael Wood
2016-04-06toaster: Move xhr calls for starting and stopping buildsMichael Wood
2016-04-06toaster: bldcontrol Add forceShutDown function to BitbakeControllerSujith H
2016-04-06toasterui: shutdown on BuildCompleted eventEd Bartosh