summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2017-07-21knotty: make it possible to use termfilter without either consolePaul Eggleton
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-18knotty: fix indentationPaul Eggleton
2017-07-07knotty: Drop task prefix of PLAIN log messagesRichard Purdie
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-09knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton
2017-03-11knotty: Remove extra whitespace after task progress barsPeter Kjellerstedt
2016-12-14knotty: fix --observe-only optionPaul Eggleton
2016-12-14knotty: make quiet option a level optionPaul Eggleton
2016-12-07cooker process: fire heartbeat event at regular time intervalsPatrick Ohly
2016-10-06ui/knotty.py: Fix signal handling of SIGWINCH in BBProgressAníbal Limón
2016-09-23knotty: ensure progress bar output is accounted for in displayPaul Eggleton
2016-09-22knotty: Show task elapsed timeRichard Purdie
2016-08-19toasterui, knotty: don't print taskid followed by taskstring which are now in...Martin Jansa
2016-08-17knotty: don't show number of running tasks in quiet modePaul Eggleton
2016-08-17knotty: fix task progress bar not starting at 0%Paul Eggleton
2016-07-25knotty: don't display ETA for tasks with progressPaul Eggleton
2016-07-25knotty: fix some minor bugs in BBProgressPaul Eggleton
2016-07-08knotty: Handle process indicators more gracefullyRichard Purdie
2016-07-05knotty: add quiet output modePaul Eggleton
2016-07-05knotty: show task progress barPaul Eggleton
2016-07-05knotty: add code to support showing progress for sstate object queryingPaul Eggleton
2016-07-01lib: implement basic task progress supportPaul Eggleton
2016-07-01knotty: import latest python-progressbarPaul Eggleton
2016-07-01knotty: provide a symlink to the latest console logPaul Eggleton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-17knotty: Fix output buffering issuesRichard Purdie
2016-05-12knotty: Ensure consolelog file handle is closedRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-14providers: Add PREFERRED_RPROVIDER supportRichard Purdie
2016-04-14cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-02-16bb.ui.knotty: prefix task messages with recipe/taskChristopher Larson
2016-02-15knotty: Set exit failure code on runQueueTaskFailed eventsRichard Purdie
2016-01-31knotty: Don't show errors for universe provider issuesRichard Purdie
2016-01-29bitbake: Set process names to be meaninfulRichard Purdie
2016-01-07knotty: Use non-interactive mode as fallback for dumb terminalsRichard Purdie
2015-12-18knotty: Improve exception error messageRichard Purdie
2015-12-18knotty: Fix row/column function return value issueRichard Purdie
2015-12-08knotty: Enforce terminal line limit to stop crazy scrollingRichard Purdie
2015-10-29bb/ui: Use getSetVariable command for BB_CONSOLELOGRichard Purdie
2015-07-31cooker: properly fix bitbake.lock handlingRichard Purdie
2015-07-09knotty.py: Make sure bitbake.lock is unlocked before exitingLeonardo Sandoval
2015-03-19knotty.py: fix indentRobert Yang
2015-03-16knotty: Do not log show_versions outputRob Woolley
2015-03-16knotty: Catch exceptions on broken pipesRob Woolley
2015-01-21command/cooker/knotty: Fix memres handling of command environment changesRichard Purdie
2014-09-23knotty: Ensure commandline parameters are updated in memres serverRichard Purdie
2014-09-01knotty: ignore interrupted system callsDan McGregor
2014-08-22knotty: Improve exception handlingRichard Purdie
2014-08-02knotty: Move second event check into a proper blockNamhyung Kim