bitbake: knotty: Move second event check into a proper block
[scm/bb/tizen-distro.git] / bitbake / lib / bb / ui / knotty.py
2014-08-02 Namhyung Kimbitbake: knotty: Move second event check into a proper...
2014-05-11 Richard Purdiebitbake: knotty: Fix output printed to the user at...
2014-04-08 Peter Kjellerstedtbitbake: bitbake: knotty: Clear footer before outputtin...
2014-03-27 Richard Purdiebitbake: knotty: Show a link to the logfile for failed...
2014-03-27 Richard Purdiebitbake: knotty: Split error output onto stderr
2014-03-27 Richard Purdiebitbake: knotty: Ensure the progress bar shows on stdout
2014-03-27 Richard Purdiebitbake: cooker/event: Overhaul sanity test mechanism
2014-03-10 Richard Purdiebitbake: knotty: Remove latency when exiting
2014-03-10 Richard Purdiebitbake: knotty: Add missing continue statement for...
2014-03-10 Richard Purdiebitbake: knotty: Deal with exceptions not resetting...
2013-09-22 Alexandru DAMIANbitbake: bitbake: event: adding generic event for metad...
2013-09-22 Alexandru DAMIANbitbake: bitbake: cooker,xmlrpc,servers: implement...
2013-09-14 Richard Purdiebitbake: knotty: Cleanup error/interruption handling
2013-09-14 Richard Purdiebitbake: cooker: Rename confusing 'stop' state to ...
2013-09-06 Richard Purdiebitbake: knotty: Reduce refresh of footer
2013-08-26 Richard Purdiebitbake: bitbake: Add ui event handlers filtering
2013-08-16 Paul Eggletonbitbake: taskdata: report close matches with NoProvider...
2013-06-17 Alexandru DAMIANbitbake: knotty, bitbake: add option to terminate a...
2013-06-17 Alexandru DAMIANbitbake: knotty, xmlrpc: add observer-only mode
2013-05-22 Richard Purdiebitbake: cooker: Move commandline parsing back into...
2013-05-09 Richard Purdiebitbake: lib: print is a function in moderm python...
2013-02-15 Robert Yangbitbake: knotty.py: fix unknown event bb.event.DiskFull
2012-12-14 Mihai Lindnerbitbake: knotty: use bb.error instead of print
2012-11-25 Richard Purdiebitbake: knotty/msg: Avoid usage of curses initscr...
2012-11-20 Seth Bollingerbitbake: knotty: Colorize knotty interactive console...
2012-11-14 Christopher Larsonbitbake: knotty: kill duplicated import of 'time'
2012-11-01 Christopher Larsonbitbake: command: add error to return of runCommand
2012-10-30 Richard Purdiebitbake: knotty: Ensure last tasks are disaplyed correc...
2012-09-28 Richard Purdiebitbake: knotty: Allow displaying of status when no...
2012-09-24 Jason Wesselbitbake: event.py, knotty.py, ncurses.py, runningbuild...
2012-08-22 Konrad Schererbitbake: ui: Improve error message if bitbake cannot...
2012-08-18 Richard Purdiebitbake: build.py: Correct package to recipe in TaskBas...
2012-08-16 Richard Purdiebitbake: knotty: Fold knotty2 into knotty and make...
2012-08-16 Richard Purdiebitbake: knotty: Chain the WINCH signal handler in...
2012-08-02 Martin Jansabitbake: knotty: ensure that directory for BB_CONSOLELO...
2012-03-29 Richard Purdieknotty: Add back getTasks() call to ensure we don't...
2012-03-29 Richard Purdieui/knotty: Add a footer to the build output for interac...
2012-02-28 Paul Eggletonbitbake: fix setscene task start/failure handling
2012-02-23 Shane Wangbitbake: change for adding progress bar in Hob2.
2012-02-22 Paul Eggletonbitbake/ui/knotty: fix incorrect exit code
2012-02-22 Paul Eggletonbitbake/knotty: ensure CommandFailed increases error...
2012-02-22 Paul Eggletonbitbake/knotty: ensure we return non-zero exit code...
2012-02-22 Christopher Larsonknotty: shut down more cleanly
2012-01-15 Paul Eggletonbitbake/knotty: print task failure summary
2012-01-15 Paul Eggletonbitbake/knotty: avoid printing full task log when error...
2012-01-15 Paul Eggletonbitbake/knotty: don't count errors as warnings in summary
2012-01-10 Richard Purdiebitbake/knotty: Show summary of warning/error messages...
2011-11-24 Richard Purdieknotty: Add support for logging the console to logfile
2011-08-15 Richard Purdiebitbake/logging: Overhaul internal logging process
2011-08-10 Richard Purdiebitbake/ui/knotty: Ensure previous failures aren't...
2011-08-10 Richard Purdiebitbake/ui/knotty: Ensure 'No Provider' errors set...
2011-07-27 Paul Eggletonbitbake: show more information for NoProvider errors
2011-07-08 Lianhao Lubitbake cooker/ui: handle cmd line parsing result by...
2011-06-09 Richard Purdiebitbake/event/ast: Add RecipePreFinalise event
2011-05-05 Richard Purdiebitbake/cache.py: Ensure skipped recipes make it into...
2011-02-09 Richard PurdieMerge branch 'jzhang/i686' of ssh://git.pokylinux.org...
2011-01-12 Richard Purdiebitbake/knotty.py: Ensure task note messages are only...
2011-01-10 Richard PurdieMerge branch 'srifenbark/docs' of ssh://git.pokylinux...
2011-01-08 Richard Purdiebitbake/knotty.py: Don't show log messages of NOTE...
2011-01-05 Richard Purdiebitbake: Misc syncups with bitbake upstream, mostly...
2011-01-05 Bob FoersterResurrect alternative UIs
2011-01-04 Chris Larsonlogger usage cleanup
2011-01-04 Chris LarsonFix logging level names for post-server-ui-split
2011-01-04 Bob FoersterShow the user progress when loading the cache
2011-01-04 Chris Larsonknotty: exit with 1 if we see a critical log message
2011-01-04 Richard Purdiebitbake: Transfer noexec runqueue messages to the UI
2011-01-04 Chris LarsonMove the runq task start/failed messages to the UI
2011-01-04 Chris LarsonRename command events, adjust compareRevisions
2011-01-04 Chris Larsonbuild: send logging messages to the log file for python...
2011-01-04 Chris LarsonRename the ui 'init' method to 'main'
2011-01-04 Chris Larsonknotty: use enumerate for task waiting
2011-01-04 Chris Larsonknotty: shift non-interactive progress into a class
2011-01-04 Chris Larsoncooker: no cached in progressbar and add ETA
2011-01-04 Chris Larsonknotty: drop the ETA from the progressbar for now
2011-01-04 Chris Larsoncache: sync the cache file to disk in the background
2011-01-04 Chris LarsonExperimental usage of the 'progressbar' module
2011-01-04 Chris LarsonUse logging in the knotty ui, and pass the log record...
2011-01-04 Chris LarsonUse the python logging module under the hood for bb.msg
2010-08-20 Richard Purdiebitbake/knotty: Exiting as soon as a fatal is seen...
2010-07-08 Joshua LockMerge branch 'tk/master'
2010-07-02 Chris LarsonApply some 2to3 refactorings
2010-07-02 Chris Larsonknotty: use the future division to prep for 3.x
2010-07-02 Chris Larsonknotty: stop freaking out and dying when bb.build has...
2010-07-02 Chris LarsonMove the output of no provider and multiple provider...
2010-07-02 Chris LarsonMake knotty ignore the NoProvider event
2010-07-02 Chris LarsonApply some 2to3 transforms that don't cause issues...
2010-07-02 Chris LarsonApply the 2to3 print function transform
2010-07-02 Chris LarsonFormatting cleanups
2010-03-22 Bernhard Reutner... knotty: tweak failure phrase
2010-01-21 Richard Purdieknotty: Improve task failure message handling using...
2010-01-20 Richard Purdiebitbake: Switch to bitbake-dev version (bitbake master...