Add a new cluster parameter maintain_node_health
[ganeti-local] / lib / cli.py
2009-09-18 Iustin PopUnify the “--no-wait-for-sync” option
2009-09-17 Iustin PopAdd an error-simulation mode to cluster verify
2009-09-17 Iustin PopUnify the multiple 'verbose' options
2009-09-17 Iustin PopRewrite the lib/cli.py export list
2009-09-04 Michael HanselmannAdd bash completion for --node node1[:node2]
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-28 Michael HanselmannBash completion: Implement dynamic option value completion
2009-08-27 Iustin PopEncode the actual exception raised by LU execution
2009-08-26 Michael Hanselmanncli._Argument: Remove unused, optional “suggest” parameter
2009-08-24 Michael HanselmannAdd ArgHost class
2009-08-24 Michael HanselmannRe-introduce constants for most often used arguments
2009-08-24 Michael HanselmannMake all options use cli_option
2009-08-24 Michael HanselmannChange scripts to use new argument definitions
2009-08-24 Michael Hanselmanncli: Add new classes for argument definitions
2009-08-18 Michael Hanselmanncli: Merge ikv_option and keyval_option into cli_option
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-07-24 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-23 Guido TrotterRemove references to utils.debug
2009-07-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-07-19 Iustin PopSwitch gnt-debug submit-job to JobExecutor
2009-07-19 Iustin PopModify cli.JobExecutor to use SubmitManyJobs
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix some typos
2009-06-29 Guido TrotterMerge branch 'master' into branch-2.1
2009-06-29 Guido TrotterGenericMain, handle ParameterError from _ParseArgs
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-06-29 Guido Trotter_SplitKeyVal with no data return an empty dict
2009-06-19 Iustin PopImplement dry-run mode at cli level (partially)
2009-06-17 Iustin PopFix handling of 'vcpus' in instance list
2009-05-26 Iustin PopAdd a new CONFIRM_OPT option to cli.py
2009-05-22 Iustin PopModify cli.JobExecutor to use SubmitManyJobs
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
next