summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-10bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2010-12-29Add support for 'noexec' tasksRichard Purdie
2010-12-17logger usage cleanupChris Larson
2010-12-17Fix logging level names for post-server-ui-splitChris Larson
2010-12-17Resurrect alternative UIsBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-15knotty: exit with 1 if we see a critical log messageChris Larson
2010-12-13Move the runq task start/failed messages to the UIChris Larson
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-10build: send logging messages to the log file for python functionsChris Larson
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-06knotty: use enumerate for task waitingChris Larson
2010-12-06knotty: shift non-interactive progress into a classChris Larson
2010-11-30cooker: no cached in progressbar and add ETAChris Larson
2010-11-23knotty: drop the ETA from the progressbar for nowChris Larson
2010-11-21Split up the ParseProgress eventChris Larson
2010-11-21Experimental usage of the 'progressbar' moduleChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-10knotty: use the future division to prep for 3.xChris Larson
2010-06-10knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-06-08Move the output of no provider and multiple provider messages into the UIChris Larson
2010-06-08Make knotty ignore the NoProvider eventChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-02-25knotty: tweak failure phraseBernhard Reutner-Fischer
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie
2009-10-17knotty: Add new event from compare reivions codeRichard Purdie
2009-09-14Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson
2009-05-11[ui] Fix import statements reported by pyflakesHolger Hans Peter Freyther
2008-12-06Update the UIs against the core changes and allow dynamic loading of the UI s...Richard Purdie
2008-12-06command.py: Standardise to getVariable and setVariable functions for consiste...Richard Purdie
2008-04-06knotty.py: Rename frontend to server to make things a bit clearerRichard Purdie
2008-03-16Add return value handling (thanks pH5)Richard Purdie
2008-03-13ui/knotty.py: Ignore StampUpdate eventsRichard Purdie
2007-08-19knotty.py: Improve BBINCLUDELOGS_LINES handling (#97)Richard Purdie
2007-08-18knotty.py: Implement INCLUDELOGS handlingRichard Purdie
2007-08-18cooker.py: Handle error cases (e.g. no targets specified) more neatlyRichard Purdie
2007-08-18Add the start of several UI modulesRichard Purdie