Move part of the loader pipeline to ClusterData
[ganeti-local] / Ganeti / HTools / Utils.hs
2010-12-23 Iustin PopMerge branch 'stable-0.2'
2010-12-23 Iustin PopChange the balancing function
2010-12-20 Iustin PopGeneralise the sepSplit function
2010-12-01 Iustin PopAdd a type alias for UUIDs
2010-11-24 Iustin PopUtils: add a default UUID
2010-11-23 Iustin PopImprove the standard deviation computation
2010-09-02 Iustin PopAdd some more debugging functions
2010-07-22 Iustin PopRemove an obsolete function and add Utils tests
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-02-25 Iustin PopFix unused imports for ghc 6.12
2009-11-17 Iustin PopCollapse the statistical functions into one
2009-11-17 Iustin PopSpecialize the math functions
2009-11-06 Iustin PopEnhance the error reporting for Rapi and Luxi
2009-11-06 Iustin PopChange the Utils.fromObj signature
2009-10-18 Iustin PopGeneralise the node/instance listing
2009-10-16 Iustin PopMove some utility functions to Utils.hs
2009-09-28 Iustin PopTurn on, and fix, more warnings
2009-07-06 Iustin PopOptimize the Utils.stdDev function
2009-07-06 Iustin PopFix hlint-generated warnings
2009-06-11 Iustin PopFix 'unused X' warnings
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-01 Iustin PopAdd an utility function for triples
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopCleanup an old function
2009-06-01 Iustin PopLots of documentation updates
2009-05-22 Iustin PopMore code reorganizations
2009-05-21 Iustin PopInitial work on hail
2009-05-20 Iustin PopGeneralize some Result function into monad ones
2009-05-20 Iustin PopSwitch from hand-written monads to a real one
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-05-18 Iustin PopUpdate the IAlloc module
2009-05-18 Iustin PopMove the JSON utilities to Utils.hs
2009-04-16 Iustin Pophbal: Abort for invalid offline node names
2009-03-22 Iustin PopSplit common CLI functionality into a module
2009-03-20 Iustin PopIntroduce a namespace for the modules