Fix handling of 'vcpus' in instance list
[ganeti-local] / lib / cli.py
2009-06-17 Iustin PopFix handling of 'vcpus' in instance list
2009-05-18 Guido TrotterFix gnt-job list argument handling
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-13 Guido TrotterRemove two fixed FIXME and convert one to TODO
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-05 Iustin PopFix some issues for lockless queries
2009-02-04 Iustin PopImplement lockless query operations
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-01-27 Iustin PopRework the multi-instance gnt commands
2009-01-12 Iustin PopSkip offline nodes in gnt-cluster commands
2008-12-17 Michael HanselmannAdd job queue size limit
2008-12-11 Iustin PopFix epydoc format warnings
2008-11-28 Michael Hanselmannjqueue: Allow jobs waiting for locks to be canceled
2008-11-27 Iustin PopSmall change to job failure output
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Iustin PopMake cli.py use FieldSet for matching fields
2008-11-21 Michael HanselmannReuse HTTP client pool for RPC
2008-11-18 Iustin PopAllow querying of variable number of parameters
2008-10-23 Iustin PopFix gnt-* command with --submit
2008-10-20 Iustin PopRemove the logger.py module
2008-10-20 Iustin PopConvert cli.py to logging
2008-10-15 Iustin PopImplement the job queue drain flag
2008-10-14 Iustin PopAdd cli function for beparams validation
2008-10-14 Iustin PopImplement parameter removal in SplitKeyVal
2008-10-13 Iustin PopAdd two new options types for CLI usage
2008-10-06 Iustin PopImplement job auto-archiving
2008-10-06 Iustin PopAdd a simple timespec parsing function
2008-10-06 Iustin PopFix gnt-job list with empty timestamps
2008-10-01 Iustin PopChange the results from cli.PollJob
2008-09-30 Iustin PopAbstract the timestamp formatting into cli.py
2008-09-10 Iustin PopRewrite the 'only submit job' handling in scripts
2008-08-28 Michael HanselmannFix error message when masterd is not listening
2008-08-27 Michael HanselmannMake sure that client programs get all messages
2008-08-11 Michael Hanselmanncli: Use new RPC call instead of polling
2008-08-11 Michael Hanselmannjqueue: Change log message time format
2008-08-07 Michael HanselmannFix cli.PollJob
2008-08-04 Iustin PopImplement job submission for scripts
2008-07-31 Iustin PopSplit cli.SubmitOpCode in two parts
2008-07-30 Iustin PopMake gnt-* commands fail nicely on non-masters
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Iustin PopUnify SetupDaemon/SetupLogging
2008-07-14 Iustin PopImprove cli.SubmitOpCode
2008-07-14 Iustin PopFirst version of user feedback fixes
2008-07-11 Michael HanselmannMake "gnt-job list" work again
2008-07-09 Michael HanselmannChange masterd/client RPC protocol
2008-07-03 Iustin PopReuse the luxi client in cli.SubmitOpCode
2008-06-21 Iustin PopImplement handling of luxi errors in cli.py
2008-06-13 Michael HanselmannReplace logging functions with calls to logging module
2008-06-12 Michael HanselmannRemove unreachable code from cli.SubmitOpCode
2008-05-13 Iustin PopCLI: retry: remove command opts/args in "gnt-X"
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-28 Iustin PopMove the 'cmd' lock from cli.py to ganeti-masterd
2008-04-28 Iustin PopConvert cli.SubmitOpCode to use the master
2008-04-07 Iustin PopMove some checks from cli.py to luxi.py
2008-04-01 Iustin PopAdd submit function to lib/cli.py
2008-01-28 Iustin PopImprove the documentation of query output fields
2008-01-25 Guido TrotterAdd a missing parenthesis
2008-01-21 Guido TrotterAdd support for command aliases
2007-12-12 Iustin PopHandle ^C while trying to acquire the lock
2007-11-29 Iustin PopMake utils.RunCmd log failures when using debug
2007-11-06 Michael HanselmannRemove --secondary-node option.
2007-11-05 Iustin PopSmall cleanup for error formatting
2007-11-05 Iustin PopMiscellaneous style fixes
2007-10-29 Iustin PopChange the signature of some methods of mcpu.Processor
2007-10-10 Iustin PopSome small fixes to utils.GenerateTable
2007-10-10 Iustin PopFix AskUser to not die on extra input
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-09 Iustin PopFix a wrong exception name
2007-10-09 Iustin PopSeparate error formatting out of cli.GenericMain
2007-10-09 Iustin PopEnhance cli.SubmitOpcode to use custom parameters
2007-10-08 Iustin PopAdd handler for errors.TagError
2007-10-08 Iustin PopAdd source file option for {add,remove}-tags
2007-10-08 Iustin PopImplement command-line tags support
2007-10-08 Iustin PopExtend GenericMain with a way to override options
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-19 Iustin PopImprove the cli.AskUser() function
2007-08-17 Iustin PopChange cli.OutputTable to cli.GenerateTable
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-26 Michael Hanselmann- Move --force option to cli.py
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-24 Michael HanselmannUse generic function to output tables.
2007-07-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-16 Iustin PopInitial commit.