ganeti-local
2012-04-26 Michael Hanselmannluxi: Add list of all requests
2012-04-26 Michael Hanselmannserver.rapi: Factorize RAPI user loading
2012-04-26 Michael HanselmannRemoteApiHandler: Add support for mocked LUXI client
2012-04-26 Iustin PopMan page update for grow-disk
2012-04-26 Iustin PopAdd grow-disk tests in QA
2012-04-26 Iustin PopAdd absolute grow-disk mode at CLI level
2012-04-26 Iustin PopAdd 'absolute' grow-disk mode at OpCode/LU level
2012-04-26 Iustin PopEnsure that the grow disk amount is positive
2012-04-26 Iustin PopLog all external commands execution
2012-04-23 Michael HanselmannQA: Add default setting for tests
2012-04-20 Chris SchrierUpdate NEWS to mention that CertificateError change.
2012-04-20 Chris SchrierChange CertificateError to subclass GanetiApiError
2012-04-20 Michael HanselmannAdd opcode parameter descriptions
2012-04-20 Michael HanselmannStop acquiring BGL for LUXI queries
2012-04-20 Michael HanselmannStop using locks in LUXI "QueryTags"
2012-04-20 Michael HanselmannConvert LUClusterConfigQuery to query2
2012-04-20 Michael HanselmannFix RAPI QA with exports via query2
2012-04-20 Michael HanselmannRemove unused constants
2012-04-19 Michael HanselmannConvert listing exports to query2
2012-04-19 Michael Hanselmannutils.algo: Use str.isdigit instead of regular expression
2012-04-19 Chris SchrierInclude PycURL error code in GanetiApiError.
2012-04-18 Michael HanselmannDrop objects.QueryRequest
2012-04-18 Michael Hanselmanngnt-os modify: Add "--submit" option
2012-04-18 Michael Hanselmanngnt-node: Add "--submit" and "--priority" to commands
2012-04-18 Michael Hanselmanngnt-instance: Add "--submit" and "--priority" to commands
2012-04-18 Michael Hanselmanngnt-group: Add "--submit" and "--priority" to commands
2012-04-18 Michael Hanselmanngnt-cluster modify: Add "--submit" option
2012-04-18 Michael Hanselmanngnt-backup: Add "--submit" to two commands
2012-04-18 Michael HanselmannDocument "--submit" in ganeti.7
2012-04-18 Iustin PopFix further QA failures due to query changes
2012-04-18 Michael HanselmannFix error in opcode result processing
2012-04-17 Alexander SchreiberAdd "show" as alias for "info" to gnt commands
2012-04-16 Michael HanselmannCopy debug level, priority and set comment for LU-gener...
2012-04-13 Michael HanselmannFix QA failures with "gnt-job list"
2012-04-13 Michael Hanselmanngnt-job list: Add options for commonly used filters
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-04-12 Michael Hanselmanngnt-* {add,list,remove}-tags: Unify options
2012-04-12 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-04-11 Michael HanselmannBump version for 2.5.0 final release v2.5.0
2012-04-11 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2012-04-11 Michael Hanselmannconfigure.ac: Fix “too many arguments” error
2012-04-11 Iustin PopFix extra whitespace
2012-04-11 Dimitris AragiorgisFurther fixes concerning drbd port release
2012-04-11 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-30 Michael HanselmannFix query unittests after converting jobs to query2
2012-03-30 Michael HanselmannQA: Add tests for “gnt-job list”
2012-03-30 Michael Hanselmanngnt-job list: Switch to query2
2012-03-30 Michael Hanselmanngnt-job info: Convert to query2
2012-03-30 Michael HanselmannAdd job support to query2 via LUXI
2012-03-30 Michael Hanselmannjqueue: Cache prepared field list in _JobChangesChecker
2012-03-30 Michael HanselmannNEWS: Deprecate LUXI calls replaced with query2
2012-03-30 Michael Hanselmannjqueue: Convert GetInfo to query2
2012-03-30 Michael Hanselmannquery: Add definitions for job fields
2012-03-30 Michael Hanselmannqlang.MakeFilter: Enable use of different name field
2012-03-30 Michael HanselmannMerge cli.FormatTimestamp and utils.FormatTime
2012-03-30 Michael Hanselmannconstants: Don't hardcode priorities for LOCK_ATTEMPTS_...
2012-03-30 Michael Hanselmannjqueue._QueuedOpCode: Change a docstring
2012-03-30 Michael Hanselmannlocking: Remove unused OldStyleQueryLocks
2012-03-30 Iustin PopFix extra whitespace
2012-03-29 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-28 Michael Hanselmannganeti.initd: Add “status” action
2012-03-28 Michael HanselmannAdd whitelist for opcodes using BGL
2012-03-28 Dimitris AragiorgisUpdate IP pool management design doc
2012-03-28 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-03-28 Bernardo Dal... LUOobCommand: acquire BGL in shared mode
2012-03-28 René NussbaumerLUNodeAdd: Make the version call only dependend on DNS
2012-03-28 René NussbaumerRPC: Add a new client type for DNS only
2012-03-27 Iustin PopUpdate install document
2012-03-27 Iustin PopUpdate admin doc
2012-03-27 Iustin PopUpdate walkthrough document
2012-03-27 Iustin PopUpdate default instance kernel version
2012-03-27 Iustin PopUpdate INSTALL and devnotes documents
2012-03-27 Iustin PopFix escaping of percent signs in the shell lexer
2012-03-26 Iustin PopAdd a special lexer for sphinx/pygments
2012-03-26 Michael Hanselmannganeti.7: Add more filter examples
2012-03-26 Iustin PopEnable -Werror by default for htools
2012-03-26 Iustin PopSwitch to new-style exception handling
2012-03-26 Iustin PopChange a type computation for compatibility with 6.12
2012-03-26 Iustin PopFix compatibility with TemplateHaskell from GHC 7.4
2012-03-26 Iustin PopAdd trivial tests for gnt-* cli
2012-03-26 Iustin PopFix hardcoded Xen kernel path
2012-03-23 Iustin PopFix docstring bug
2012-03-23 Iustin PopEnable selection between Python and Haskell confd
2012-03-23 Iustin PopFix qemu-img configure.ac check
2012-03-23 Guido TrotterMerge branch 'stable-2.5' into devel-2.5
2012-03-23 René NussbaumerLUNodeAdd: Verify version in Prereq v2.5.0rc6
2012-03-23 René NussbaumerLUNodeAdd: Verify version in Prereq
2012-03-23 Iustin PopFix LV status parsing to accept newer LVM
2012-03-22 Michael Hanselmanngnt-instance info: Show node group information
2012-03-22 Michael Hanselmanncmdlib: Factorize checking acquired node group locks
2012-03-22 Iustin PopRework exit model
2012-03-22 Michael HanselmannBump version for 2.5.0~rc6 release
2012-03-22 Iustin PopFix out-of-tree builds
2012-03-22 Michael Hanselmanncmdlib: Stop forking in LUClusterQuery
2012-03-22 Iustin PopConvert manual shell tests to shelltestrunner
2012-03-22 Iustin PopAdd command line option for controlling syslog use
2012-03-22 Iustin PopAdd support for syslog logging to Ganeti.Logging
2012-03-22 Michael Hanselmannlocking: Notify only once on release
2012-03-22 Michael Hanselmannlocking: Handle spurious notifications on lock acquire
2012-03-22 Michael Hanselmannlocking: Fix lock deletion with timeout
next