aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2021-09-24runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie
2020-10-15lib/bb/ui/knotty: fix typo in parseprogressTim Orling
2020-09-02process/knotty: Improve early exception handlingRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-03-12knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-12knotty: Treat verbconsole as a console outputJoshua Watt
2020-03-12knotty: Update hash equivalence loggingJoshua Watt
2020-03-12knotty: Add logging cleanupJoshua Watt
2020-03-12knotty: Setup logs with config helperJoshua Watt
2020-03-12knotty: Remove dependency on format variableJoshua Watt
2020-03-12knotty: Add commented logging_tree codeJoshua Watt
2020-03-12knotty: Handle logging messages with specific loggerJoshua Watt
2020-02-19knotty: Make the bb.command.CommandExit event terminate bitbakePeter Kjellerstedt
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2020-01-11knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt
2020-01-11knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt
2019-12-05knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
2019-08-07knotty: Fix for the Second Keyboard InterruptRobert Yang
2019-07-15event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie
2019-06-11knotty: allow progress rate for indeterminate barsChris Laplante
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-05-01knotty: Implement console 'keepalive' outputRichard Purdie
2019-04-30knotty: Pretty print task elapsed timeJacob Kroon
2017-08-31tinfoil: ensure log lines get printed when tasks failPaul Eggleton
2017-08-31ui/knotty: Send updateConfig earlyRichard Purdie
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