Documentation for the NODE_RES level
[ganeti-local] / htools /
2012-11-13 Iustin PopFix two hlint warnings
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-12 Iustin PopFix PID file writing in Haskell daemons
2012-11-12 Iustin PopRemove unsafePerformIO usage
2012-11-12 Iustin PopChange keyToFilename/readSSconfFile interaction
2012-11-12 Iustin PopChange type of program options to 'IO [Options]'
2012-11-12 Iustin PopTwo small logging improvements
2012-11-12 Iustin PopAnnotate confd startup/luxi binding error
2012-11-12 Iustin PopSwitch writing of PID file to new reporting style
2012-11-12 Iustin PopMove and rename BasicTypes.annotateIOError
2012-11-12 Iustin PopSwitch daemon startup to pipe-based error reporting
2012-11-12 Iustin PopMove preparation steps of confd in prepMain
2012-11-12 Iustin PopSplit queryd run into prepare and exec
2012-11-12 Iustin PopConvert tag objects to a safer type
2012-11-12 Iustin PopSwitch Luxi TH code from simple to custom fields
2012-11-12 Iustin PopMake THH:genSaveOpCode a bit more general
2012-11-08 Iustin PopRename Confd.hs to Confd/Types.hs
2012-11-08 Dato SimóOpCodes.hs: add OpTagsSet and OpTagsDel
2012-11-08 Dato Simóhtools: move TagObject from Luxi.hs to OpCodes.hs
2012-11-07 Iustin PopImplement base checkFn/prepFn/execFn model for daemons
2012-11-07 Iustin PopOne more ghc 7.6 fix
2012-11-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-11-07 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-07 Iustin PopFix compatibility with newer Haskell libraries
2012-11-06 Iustin PopAdd test for Luxi calls consistency hs/py
2012-10-26 Iustin PopConvert Luxi results to Ganeti errors
2012-10-26 Iustin PopMove htools backends to a separate directory
2012-10-26 Iustin PopFix X509CertError definition in Haskell codebase
2012-10-26 Iustin PopFix a few issues found by newer hlint
2012-10-26 Iustin PopAdd support for optional fields with null serialised
2012-10-25 Dato SimóErrors.hs: improve field names for ConfigVersionMismatch
2012-10-25 Dato SimóTHH.hs: delete isOptional, no longer used
2012-10-25 Iustin PopConvert query path from string errors to GanetiException
2012-10-25 Iustin PopAdd exception utility functions
2012-10-25 Iustin PopAdd an Errors module mirroring the Python one
2012-10-25 Iustin PopAbstract Luxi template functionality
2012-10-25 Iustin PopAbstract a few types in THH.hs
2012-10-22 Helga VelroyenFix setting of 'failN1' flag for corner case
2012-10-22 Helga VelroyenA few unittests improvements
2012-10-19 Dato SimóBasicTypes.hs: fix docstring for eitherToResult
2012-10-18 Iustin PopRemove custom OpResult type/monad
2012-10-18 Helga VelroyenUse exitErr instead of explicit error message and exitWith
2012-10-17 Iustin PopGeneralise the Result type
2012-10-17 Dato SimóMerge branch 'devel-2.6' into master
2012-10-17 Dato SimóGroup.hs: add 'allTags'; adjust loaders and test data...
2012-10-17 Dato SimóInstance.hs: rename 'tags' to 'exclTags', provide ...
2012-10-16 Michael HanselmannMerge branch 'devel-2.6'
2012-10-16 Iustin PopAdd a very simple test rpc program
2012-10-16 Iustin Popconfd: add the test_delay RPC call
2012-10-16 Iustin Popconfd: fix RpcVersion call
2012-10-15 Iustin PopCleanup HTools.Types/BasicTypes imports
2012-10-11 Dato SimóText.hs: update field lists in parseData comments
2012-10-11 Iustin PopCleanup haddock documentation a bit
2012-10-11 Iustin PopCleanup network timeouts and htools imports
2012-10-11 Iustin PopAdd a helper for query field checks
2012-10-11 Iustin PopAdd support for classic queries
2012-10-11 Iustin PopAdd a makeSimpleFilter function
2012-10-11 Iustin PopFix the node powered field
2012-10-11 Iustin PopSimplify a bit queryFields
2012-10-11 Iustin PopAdd function for getting a group's merged disk params
2012-10-11 Iustin PopSwitch ordering of names on query to niceSort
2012-10-11 Iustin PopUse the new name filtering behaviour in query
2012-10-11 Iustin PopAdd functionality for checking validity of names
2012-10-10 Iustin PopFixup node disk free/total queries
2012-10-10 Iustin PopFixup hypervisor queries in node query
2012-10-10 Iustin PopFixup node live field names
2012-10-10 Iustin PopMake regex-pcre an optional dependency
2012-10-08 Iustin PopAdd an Utils.NiceSort() equivalent
2012-10-08 Iustin PopSplit the OptComplNumeric into integer/float ones
2012-10-08 Iustin PopDefine the actual arguments that are supported by programs
2012-10-08 Iustin PopSupport the new option types in build-bash-completion
2012-10-08 Iustin PopAdd support for arguments in --help-completion
2012-10-08 Iustin PopAdd missing ipolicy field
2012-10-08 Iustin PopRename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
2012-09-28 Michael HanselmannAdd support for GANETI_ROOTDIR in Haskell code
2012-09-28 Agata MurawskaRemove explicit recursion from sanitizeDictResults
2012-09-28 Agata MurawskaPretty printing JSValue
2012-09-28 Agata MurawskaMerge parseHttpResponse with rpcResultParse
2012-09-28 Agata MurawskaSimplify and generalize rpcResultFill
2012-09-28 Agata MurawskaRemove monadic results wherever possible
2012-09-28 Agata MurawskaRealign instances of typeclasses
2012-09-28 Agata MurawskaRename RpcError -> String function
2012-09-26 Agata MurawskaInstanceInfo RPC call
2012-09-26 Agata MurawskaChange RpcResult typeclass
2012-09-26 Agata MurawskaVersion RPC call
2012-09-26 Agata MurawskaNode query now uses live data
2012-09-26 Agata MurawskaNode query now collects live fields
2012-09-26 Agata MurawskaAdd live parameter to query
2012-09-26 Agata MurawskaConversion from RPC error to query status
2012-09-26 Agata MurawskaJson helper for node query
2012-09-26 Agata MurawskaCreate ResulT for monad transformations
2012-09-26 Agata MurawskaNodeGroup query in Haskell
2012-09-26 Agata MurawskaConfig support for NodeGroup query
2012-09-26 Agata MurawskaFix RPC call and result (de)serialization
2012-09-26 Agata MurawskaAdd alias for Either RpcError a
2012-09-26 Agata MurawskaCleanup for RPC errors
2012-09-26 Agata MurawskaChange cluster's hypervisors type
2012-09-26 Agata MurawskaCorrect top comment in Query/Server
2012-09-26 Agata MurawskaAdd nodedCertFile to Path
next