Merge branch 'devel-2.2'
[ganeti-local] / scripts / gnt-job
2010-07-30 Iustin PopFix a few job archival issues
2010-07-12 Michael HanselmannAdd function to format all job log messages
2010-06-22 Iustin PopMerge branch 'devel-2.1'
2010-06-22 Iustin PopFix warnings with Python 2.6
2010-06-08 Iustin Popgnt-job auto-completion: suggest "all" too
2010-06-01 Iustin PopAdd a new opcode timestamp field
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin PopRemove more unused variables
2010-01-04 Iustin PopAdd targeted pylint disables
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-09-18 Iustin PopRemove explicit DEBUG_OPT and add it by default
2009-09-18 Iustin PopChange indentation style in commands definitions
2009-09-15 Michael HanselmannExport new lock_status field to gnt-job
2009-08-24 Michael HanselmannChange scripts to use new argument definitions
2009-08-03 Michael HanselmannAdd “gnt-job watch” command
2009-05-18 Guido TrotterFix gnt-job list argument handling
2009-02-12 Iustin PopSome command line scripts fixes
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2008-12-18 Michael HanselmannPrevent RPC timeout on auto-archiving jobs
2008-12-11 Iustin PopFix epydoc format warnings
2008-11-28 Michael Hanselmanngnt-job: Print message from CancelJob to standard output
2008-11-28 Michael Hanselmannjqueue: Allow jobs waiting for locks to be canceled
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-20 Iustin PopInitial multi-disk/multi-nic support
2008-10-27 Iustin PopDocumentation updates for gnt-job
2008-10-20 Iustin PopFix some pylint-detected issues on the scripts
2008-10-20 Iustin PopConvert the gnt scripts to ToStdout/err
2008-10-07 Iustin PopImplement job 'waiting' status
2008-10-06 Iustin PopImplement job auto-archiving
2008-09-30 Iustin PopFix ‘gnt-job info’ with no arguments
2008-09-30 Iustin PopAdd output of job/opcode timestamps
2008-09-30 Iustin PopAbstract the timestamp formatting into cli.py
2008-09-29 Iustin PopAdd opcode execution log in job info
2008-09-29 Iustin PopAdd a info subcommand to gnt-job
2008-09-29 Iustin PopImplement job summary in gnt-job list
2008-07-28 Michael HanselmannImplement “gnt-job cancel”
2008-07-24 Michael HanselmannImplement “gnt-job archive” to archive jobs
2008-07-23 Michael Hanselmanngnt-job: Don't treat job IDs as numbers
2008-07-11 Michael HanselmannMake "gnt-job list" work again
2008-07-01 Iustin PopImplement “gnt-job list -o +...”
2008-05-13 Iustin PopSmall style fixes
2008-05-13 Iustin PopRevert "CLI: remove command opts/args in "gnt-X""
2008-05-13 Iustin PopCLI: remove command opts/args in "gnt-X"
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-04 Iustin PopAdd a simple gnt-job script