Document Utils.tryFromObj
[ganeti-local] / Ganeti /
2010-05-27 Iustin PopIntroduce suport for optional keys in JObjects
2010-05-27 Iustin PopReplace fromJResult with annotateJResult
2010-05-27 Iustin PopAdd annotations to loadJSArray
2010-05-27 Iustin PopChange fromObj error messages
2010-05-26 Iustin PopA few more small Node unit-tests
2010-05-25 Iustin PopAdd more unittests
2010-05-20 Iustin PopAdd more unit tests for allocation/balance
2010-05-20 Iustin PopMove two functions from hspace to Cluster.hs
2010-05-20 Iustin PopMake CStats instance of show
2010-05-20 Iustin PopAnother haddoc fix…
2010-05-20 Iustin PopAccept both full and short names in CLI
2010-05-20 Iustin PopStop modifying names for internal computations
2010-05-20 Iustin PopAdd a new node/instance field
2010-05-20 Iustin PopChange some test constants
2010-05-19 Iustin PopFix some haddock comments
2010-05-19 Iustin PopAdd more unit tests
2010-05-19 Iustin PopShuffle some constants around
2010-05-18 Iustin PopRemove the noLimit values and always use limits
2010-05-04 Iustin PopFix hspace's KM metrics
2010-04-15 Iustin PopFix Node hiCpu computation
2010-04-15 Iustin PopAdd a new function to compute allocation deltas
2010-04-15 Iustin PopIntroduce total vcpu tracking in CStats
2010-04-14 Iustin PopMerge branch 'master' into next
2010-03-31 Iustin PopFix iallocator crash when no solutions exist
2010-03-31 Iustin PopFix IAllocator multi-evacuate message
2010-03-09 Iustin PopFix iallocator crash when no solutions exist
2010-02-26 Iustin PopFix a haddock comment issue
2010-02-25 Iustin PopAbstract instance running states into a list
2010-02-25 Iustin PopA number of small fixes from hlint
2010-02-25 Iustin PopFix unused-do-binds for ghc 6.12
2010-02-25 Iustin PopFix unused imports for ghc 6.12
2010-02-23 Iustin Pophscan: implement LUXI backend scanning
2010-02-23 Iustin PopLoader: abort for unknown to-be-excluded instances
2010-02-23 Iustin Popbalance function: use the movable flag directly
2010-02-23 Iustin PopUpdate the loader pipeline to set the movable flag
2010-02-23 Iustin PopAdd a 'movable' flag on instances
2010-02-23 Iustin PopAdd an option for excluding instances from moves
2010-02-22 Iustin PopImplement IAllocator node evacuate request
2010-02-22 Iustin PopAdd a tryEvac function
2010-02-22 Iustin PopMove a type declaration to Node.hs
2010-02-22 Iustin PopChange an internal type from Maybe to list
2010-02-22 Iustin PopIAllocator: move some keys into per-request data
2010-02-22 Iustin PopImplement evacuation mode in hbal
2010-02-22 Iustin PopAdd an evac mode CLI option
2010-02-22 Iustin PopReorder options in CLI.hs
2010-02-03 Iustin PopFix secondary node selection for existing N+1
2010-02-03 Iustin PopRewrite the node add checks for simpler layout
2010-01-14 Iustin PopMove instance relocation test upper in the chain
2010-01-14 Iustin PopSplit the balancing function in two parts
2010-01-12 René NussbaumerFixing a typo in option description
2010-01-07 Iustin PopSwitch the text file format to single-file
2010-01-07 Iustin PopChange the signatures of the text loader slightly
2009-12-28 Iustin PopFix small typo
2009-12-11 Iustin PopConvert n1_score metric from % to count
2009-12-11 Iustin PopMerge branch 'master' into next
2009-12-11 Iustin PopMetric: count of primary instances/offline nodes
2009-12-11 Iustin PopOffline instance metric: change from % to count
2009-12-11 Iustin PopUse the oper_ram field if available
2009-12-09 Iustin Poprapi, luxi: treat drained nodes as offline
2009-12-02 Iustin PopFix typo breaking LUXI backend
2009-12-02 Iustin PopFix unittests after instance tags addition
2009-12-01 Iustin PopConfigure exclusion tags via the cluster tags
2009-12-01 Iustin PopRead cluster tags in the IAllocator backend
2009-12-01 Iustin PopRead cluster tags in the LUXI backend
2009-12-01 Iustin PopRead cluster tags in the RAPI backend
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-17 Iustin PopCollapse the statistical functions into one
2009-11-17 Iustin PopSpecialize the math functions
2009-11-17 Iustin PopUse conflicting primaries count in cluster score
2009-11-17 Iustin PopNode: add function for conflicting primary count
2009-11-17 Iustin PopAdd a new node list field
2009-11-17 Iustin PopAdd a command-line option to filter exclusion tags
2009-11-17 Iustin PopIntroduce tag-based exclusion of primary instances
2009-11-11 Iustin PopAdd a tags attribute to instances
2009-11-11 Iustin PopSmall change in some list arguments
2009-11-10 Iustin PopAllow overriding the field list in -p
2009-11-09 Iustin PopMove more node-listing functionality in Node.hs
2009-11-09 Iustin PopChange the default dynamic usage to baseUtil
2009-11-09 Iustin PopAdd a few comments in the scoring function
2009-11-06 Iustin PopEnhance the error reporting for Rapi and Luxi
2009-11-06 Iustin PopChange the Utils.fromObj signature
2009-11-06 Iustin PopA small style change in Node.hs
2009-11-06 Iustin Pophspace: show tiered-alloc stats in the output
2009-11-06 Iustin PopMake some CLI options more consistent
2009-11-06 Iustin PopAdd support for shrinking instance specs
2009-10-30 Iustin PopRework the instance spec CLI options
2009-10-30 Iustin PopConvert option parsing to a monadic flow
2009-10-21 Iustin PopSome cleanup of Loader.mergeData
2009-10-21 Iustin Pophbal: ignore unknown instance in dynload file
2009-10-21 Iustin PopExpand the --print-instances output
2009-10-18 Iustin PopChange the Container.findByName function
2009-10-18 Iustin PopSome small style fixes
2009-10-18 Iustin PopSimplify the cstats initializer
2009-10-18 Iustin PopSimplify Cluster.computeMoves
2009-10-18 Iustin PopRemove obsolete export
2009-10-18 Iustin PopGeneralise the node/instance listing
2009-10-18 Iustin PopFix instance listing for non-redundant case
2009-10-16 Iustin PopFix two haddoc/happy docstring issues
2009-10-16 Iustin PopStart using the utilisation scores in balancing
2009-10-16 Iustin PopAdd loading and processing of utilisation data
next