Fix the downgrade function of cfgupgrade
[ganeti-local] / lib / workerpool.py
2012-11-13 Michael Hanselmannworkerpool: Preserve task number when deferring
2012-11-13 Michael Hanselmannworkerpool: Add method to change task's priority
2012-11-13 Michael Hanselmannworkerpool: Change data structure for priority change
2012-11-07 Michael Hanselmannworkerpool: Use itertools.count instead of manual counting
2012-11-06 Michael Hanselmannworkerpool: Don't mask variable in AddManyTasks
2012-11-06 Michael Hanselmannworkerpool: Simplify _WaitForTaskUnlocked
2011-11-21 Michael Hanselmannworkerpool: Export function to check for running tasks
2011-11-17 Michael Hanselmannworkerpool: Allow processing of new tasks to be stopped
2011-11-17 Michael Hanselmannworkerpool: Use loop to ignore spurious notifications
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2010-09-16 Michael Hanselmannworkerpool: Fix typo
2010-08-25 René NussbaumerMerge branch 'devel-2.2'
2010-08-24 Michael Hanselmannworkerpool: Add support for task priority
2010-08-24 Michael Hanselmannworkerpool: Allow setting task name
2010-08-13 Michael Hanselmannworkerpool: Don't keep reference to task arguments
2010-07-29 Michael Hanselmannworkerpool: Change signature of AddTask function to...
2010-07-29 Michael Hanselmannworkerpool: Add two additional assertions
2010-07-29 Michael Hanselmannworkerpool: Additional check in BaseWorker.ShouldTerminate
2010-07-29 Michael Hanselmannworkerpool: Remove unused worker method
2010-07-29 Michael Hanselmannworkerpool: Move waiting for new tasks for a worker...
2010-07-29 Michael Hanselmannworkerpool: Use common function to add tasks
2010-06-17 Guido TrotterWorkerpool.AddManyTasks: check tasks type
2010-06-17 Guido TrotterWorkerPool.AddManyTasks
2010-01-13 Michael Hanselmannworkerpool: Simplify log messages
2010-01-13 Michael Hanselmannworkerpool: Use worker name as thread name
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
2010-01-04 Iustin PopAdd targeted pylint disables
2009-10-02 Michael HanselmannReplace all xrange() with range()
2008-12-14 Iustin Popcleanup: use _ for unused loop counter
2008-12-14 Iustin Popcleanup: WorkerPool, wrong variable name
2008-10-27 Iustin PopSmall documentation updates for workerpool.py
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Michael Hanselmannworkerpool: Log when waiting for a thread
2008-07-22 Michael HanselmannSplit conditions in worker pool
2008-07-08 Michael Hanselmannworkerpool: Don't notify if there was no task
2008-07-04 Michael HanselmannAdd generic worker pool implementation