summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-3/+3
* bitbake: knotty: Ensure consolelog file handle is closedRichard Purdie2016-05-131-0/+5
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-4/+4
* bitbake: providers: Add PREFERRED_RPROVIDER supportRichard Purdie2016-04-151-1/+4
* bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie2016-04-151-1/+2
* bitbake: bb.ui.knotty: prefix task messages with recipe/taskChristopher Larson2016-02-161-5/+13
* bitbake: knotty: Set exit failure code on runQueueTaskFailed eventsRichard Purdie2016-02-151-0/+1
* bitbake: knotty: Don't show errors for universe provider issuesRichard Purdie2016-02-011-5/+13
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+2
* bitbake: knotty: Use non-interactive mode as fallback for dumb terminalsRichard Purdie2016-01-081-0/+4
* bitbake: knotty: Improve exception error messageRichard Purdie2015-12-181-1/+3
* bitbake: knotty: Fix row/column function return value issueRichard Purdie2015-12-181-1/+1
* bitbake: knotty: Enforce terminal line limit to stop crazy scrollingRichard Purdie2015-12-081-3/+4
* bitbake: bb/ui: Use getSetVariable command for BB_CONSOLELOGRichard Purdie2015-10-291-1/+1
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-011-20/+0
* bitbake: knotty.py: Make sure bitbake.lock is unlocked before exitingLeonardo Sandoval2015-07-091-0/+20
* bitbake: knotty.py: fix indentRobert Yang2015-03-191-19/+19
* bitbake: knotty: Do not log show_versions outputRob Woolley2015-03-161-1/+1
* bitbake: knotty: Catch exceptions on broken pipesRob Woolley2015-03-161-19/+24
* bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie2015-01-211-1/+1
* bitbake: knotty: Ensure commandline parameters are updated in memres serverRichard Purdie2014-09-231-0/+1
* bitbake: knotty: ignore interrupted system callsDan McGregor2014-09-011-1/+1
* bitbake: knotty: Improve exception handlingRichard Purdie2014-08-231-1/+9
* bitbake: knotty: Move second event check into a proper blockNamhyung Kim2014-08-021-2/+2
* bitbake: knotty: Fix output printed to the user at debug log levelsRichard Purdie2014-05-111-1/+1
* bitbake: bitbake: knotty: Clear footer before outputting to stderrPeter Kjellerstedt2014-04-081-2/+3
* bitbake: knotty: Show a link to the logfile for failed setscene tasksRichard Purdie2014-03-271-0/+3
* bitbake: knotty: Split error output onto stderrRichard Purdie2014-03-271-1/+5
* bitbake: knotty: Ensure the progress bar shows on stdoutRichard Purdie2014-03-271-1/+1
* bitbake: cooker/event: Overhaul sanity test mechanismRichard Purdie2014-03-271-0/+2
* bitbake: knotty: Remove latency when exitingRichard Purdie2014-03-101-2/+2
* bitbake: knotty: Add missing continue statement for runQueueExitWait eventRichard Purdie2014-03-101-2/+1
* bitbake: knotty: Deal with exceptions not resetting terminal configurationRichard Purdie2014-03-101-2/+2
* bitbake: bitbake: event: adding generic event for metadata usageAlexandru DAMIAN2013-09-221-0/+1
* bitbake: bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN2013-09-221-0/+3
* bitbake: knotty: Cleanup error/interruption handlingRichard Purdie2013-09-141-3/+4
* bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie2013-09-141-1/+1
* bitbake: knotty: Reduce refresh of footerRichard Purdie2013-09-061-2/+4
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-0/+12
* bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton2013-08-161-2/+7
* bitbake: knotty, bitbake: add option to terminate a remote serverAlexandru DAMIAN2013-06-171-0/+4
* bitbake: knotty, xmlrpc: add observer-only modeAlexandru DAMIAN2013-06-171-12/+17
* bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie2013-05-221-8/+11
* bitbake: lib: print is a function in moderm python, covert remaining usersRichard Purdie2013-05-091-3/+3
* bitbake: knotty.py: fix unknown event bb.event.DiskFullRobert Yang2013-02-151-1/+2
* bitbake: knotty: use bb.error instead of printMihai Lindner2012-12-141-2/+2
* bitbake: knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal c...Richard Purdie2012-11-251-4/+4
* bitbake: knotty: Colorize knotty interactive console outputSeth Bollinger2012-11-201-1/+5
* bitbake: knotty: kill duplicated import of 'time'Christopher Larson2012-11-141-1/+0
* bitbake: command: add error to return of runCommandChristopher Larson2012-11-011-14/+32