Fix a misuse of exc_info in logging.info
[ganeti-local] / lib / jqueue.py
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Michael HanselmannRewrite job queue
2008-07-29 Michael Hanselmannjqueue: Fix error logging
2008-07-28 Michael HanselmannImplement job canceling on server side
2008-07-28 Michael HanselmannAdd “canceled” status for opcodes
2008-07-25 Michael HanselmannMove code extracting job ID into function
2008-07-24 Michael HanselmannImplement job archiving on the server side
2008-07-24 Michael HanselmannAdd directory for archived jobs
2008-07-23 Michael HanselmannMove code formatting job ID into a base class
2008-07-23 Michael HanselmannRename JobStorage to DiskJobStorage
2008-07-23 Michael HanselmannFix logging with string job IDs
2008-07-23 Michael HanselmannMake job ID a string
2008-07-23 Iustin PopDistribute the queue serial file after each update
2008-07-23 Iustin PopMake the job storage init reuse a serial file
2008-07-22 Michael HanselmannMake argument to CleanCacheUnlocked mandatory
2008-07-17 Oleksiy MishchenkoImplement jobs resource in RAPI
2008-07-15 Iustin PopSort the job list in _GetJobIDsUnlocked
2008-07-14 Iustin PopFirst version of user feedback fixes
2008-07-14 Iustin PopCache some jobs in memory
2008-07-14 Iustin PopFix JobStorage._GetJobIDsUnlocked
2008-07-14 Iustin PopChange JobStorage to work with ids not filenames
2008-07-11 Michael HanselmannAdd experimental persistency to job queue
2008-07-11 Michael HanselmannMake "gnt-job list" work again
2008-07-10 Iustin PopSwitch _QueuedOpCode to have their own lock
2008-07-10 Iustin PopAdd a simple decorator for instance methods
2008-07-10 Michael Hanselmannjqueue: Log more information when running opcodes
2008-07-09 Michael HanselmannRemove old job queue code
2008-07-09 Michael HanselmannAdd very simple job queue
2008-06-13 Guido TrotterFix a typo in jqueue.py
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-07 Iustin PopImplement selective job query
2008-04-04 Iustin PopAdd a simple gnt-job script
2008-04-01 Iustin PopA dumb queue implementation