summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb: support NO_COLORPeter A. Bigot2024-03-221-1/+1
* bitbake: ui/knotty: properly handle exceptions when calling runCommand()Mark Asselstine2024-01-101-10/+52
* bitbake: knotty: Improve shutdown handlingRichard Purdie2023-01-111-5/+10
* bitbake: knotty: Ping the server/cooker periodicallyRichard Purdie2022-12-311-1/+11
* bitbake: knotty: Avoid looping with tracebacksRichard Purdie2022-12-311-3/+1
* bitbake: ui/knotty: Drop pointless pass statementRichard Purdie2022-04-211-1/+0
* bitbake: knotty.py: Show elapsed time also for tasks with progress barsPeter Kjellerstedt2022-04-051-11/+11
* bitbake: bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) t...Ross Burton2022-03-231-3/+4
* bitbake: bitbake: knotty: display active tasks when printing keepAlive() messageRoss Burton2022-03-231-1/+3
* bitbake: knotty.py: A little clean up of TerminalFilter::updateFooter()Peter Kjellerstedt2022-03-111-4/+2
* bitbake: knotty.py: Correct the width of the progress bar for the real tasksPeter Kjellerstedt2022-03-111-5/+14
* bitbake: knotty.py: Improve the message while waiting for running tasks to fi...Peter Kjellerstedt2022-03-111-1/+4
* bitbake: knotty: Improve setscene task displayRichard Purdie2022-03-061-3/+3
* bitbake: knotty: Correctly handle multiple line itemsRichard Purdie2022-03-061-3/+9
* bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie2022-02-211-1/+1
* bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie2022-02-171-7/+7
* bitbake: knotty/uihelper: Show setscene task progress in summary outputRichard Purdie2021-10-081-3/+3
* bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie2021-09-171-1/+1
* bitbake: knotty: Re-enable command line logging levelsJoshua Watt2021-05-011-0/+8
* bitbake: lib/bb/ui/knotty: fix typo in parseprogressTim Orling2020-10-171-1/+1
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2020-09-021-4/+17
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-1/+1
* 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