Add GanetiLockManager.is_owned function
[ganeti-local] / lib / jqueue.py
2008-09-10 Michael Hanselmannjqueue: Add common RPC error handling function
2008-08-29 Iustin PopMake WaitForJobChanges deal with long jobs
2008-08-27 Michael Hanselmannjqueue: Replace normal cache dict with weakref dict
2008-08-27 Michael Hanselmannjqueue: Keep timestamp of opcode start and end
2008-08-27 Michael Hanselmannjqueue: Reset run_op_idx after job is done
2008-08-27 Michael HanselmannMake sure that client programs get all messages
2008-08-11 Michael HanselmannAdd RPC call to wait for job changes
2008-08-11 Michael Hanselmannjqueue: Change log message time format
2008-08-08 Michael Hanselmannjqueue: Move archived jobs on all nodes
2008-08-08 Michael Hanselmannjstore: Change to not always require a lock
2008-08-08 Michael Hanselmannjqueue: Use new job queue RPC functions
2008-08-06 Michael Hanselmannjqueue: Implement {Add,Remove}Node
2008-08-06 Michael Hanselmannjqueue: Don't pass the list of nodes to SubmitJob anymore
2008-08-06 Michael HanselmannMaintain node list in job queue
2008-08-05 Michael Hanselmannjqueue: Replicate jobs to all nodes
2008-08-04 Michael Hanselmannjqueue: Use new jstore module
2008-07-31 Michael Hanselmannjqueue: Move assert into decorator
2008-07-31 Michael Hanselmannjqueue: Store context in job queue instead of worker...
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