summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt2020-03-131-1/+1
* bitbake: knotty: Treat verbconsole as a console outputJoshua Watt2020-03-131-22/+18
* bitbake: knotty: Update hash equivalence loggingJoshua Watt2020-03-131-8/+60
* bitbake: knotty: Add logging cleanupJoshua Watt2020-03-131-0/+2
* bitbake: knotty: Setup logs with config helperJoshua Watt2020-03-131-38/+96
* bitbake: knotty: Remove dependency on format variableJoshua Watt2020-03-131-12/+20
* bitbake: knotty: Add commented logging_tree codeJoshua Watt2020-03-131-0/+5
* bitbake: knotty: Handle logging messages with specific loggerJoshua Watt2020-03-131-1/+1
* bitbake: knotty: Make the bb.command.CommandExit event terminate bitbakePeter Kjellerstedt2020-02-191-0/+1
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt2020-01-131-6/+6
* bitbake: knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt2020-01-131-1/+4
* bitbake: knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie2019-12-061-6/+6
* bitbake: knotty: Fix for the Second Keyboard InterruptRobert Yang2019-08-081-4/+14
* bitbake: event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie2019-07-151-1/+0
* bitbake: knotty: allow progress rate for indeterminate barsChris Laplante2019-06-111-1/+1
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: knotty: Implement console 'keepalive' outputRichard Purdie2019-05-011-0/+13
* bitbake: knotty: Pretty print task elapsed timeJacob Kroon2019-04-301-1/+13
* bitbake: tinfoil: ensure log lines get printed when tasks failPaul Eggleton2017-08-311-23/+27
* bitbake: ui/knotty: Send updateConfig earlyRichard Purdie2017-08-311-1/+3
* bitbake: knotty: make it possible to use termfilter without either consolePaul Eggleton2017-07-211-2/+4
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-211-31/+6
* bitbake: knotty: fix indentationPaul Eggleton2017-07-181-1/+1
* bitbake: knotty: Drop task prefix of PLAIN log messagesRichard Purdie2017-07-081-1/+1
* bitbake: bitbake: Add MultiConfigParsed eventRichard Purdie2017-07-081-0/+1
* bitbake: knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton2017-06-121-2/+3
* bitbake: knotty: Remove extra whitespace after task progress barsPeter Kjellerstedt2017-03-131-3/+1
* bitbake: knotty: fix --observe-only optionPaul Eggleton2016-12-141-3/+7
* bitbake: knotty: make quiet option a level optionPaul Eggleton2016-12-141-7/+28
* bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly2016-12-071-0/+1
* bitbake: ui/knotty.py: Fix signal handling of SIGWINCH in BBProgressAníbal Limón2016-10-091-7/+8
* bitbake: knotty: ensure progress bar output is accounted for in displayPaul Eggleton2016-09-231-5/+4
* bitbake: knotty: Show task elapsed timeRichard Purdie2016-09-231-1/+10
* bitbake: toasterui, knotty: don't print taskid followed by taskstring which a...Martin Jansa2016-08-201-6/+6
* bitbake: knotty: don't show number of running tasks in quiet modePaul Eggleton2016-08-171-1/+3
* bitbake: knotty: fix task progress bar not starting at 0%Paul Eggleton2016-08-171-2/+5
* bitbake: knotty: don't display ETA for tasks with progressPaul Eggleton2016-07-261-1/+1
* bitbake: knotty: fix some minor bugs in BBProgressPaul Eggleton2016-07-261-12/+13
* bitbake: knotty: Handle process indicators more gracefullyRichard Purdie2016-07-081-4/+12
* bitbake: knotty: add quiet output modePaul Eggleton2016-07-081-25/+32
* bitbake: knotty: show task progress barPaul Eggleton2016-07-081-4/+19
* bitbake: knotty: add code to support showing progress for sstate object queryingPaul Eggleton2016-07-081-2/+13
* bitbake: lib: implement basic task progress supportPaul Eggleton2016-07-081-9/+65
* bitbake: knotty: import latest python-progressbarPaul Eggleton2016-07-081-1/+1
* bitbake: knotty: provide a symlink to the latest console logPaul Eggleton2016-07-081-0/+6
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-3/+3
* bitbake: knotty: Fix output buffering issuesRichard Purdie2016-05-171-0/+2