Document Utils.tryFromObj
[ganeti-local] / Ganeti /
2010-12-30 Iustin PopDocument Utils.tryFromObj
2010-12-30 Iustin PopAdd 'Read' instances for most objects
2010-12-30 Iustin PopAdd maybePrintInsts for the instance listing
2010-12-30 Iustin PopAdd maybePrintNodes for abstracting the node list
2010-12-30 Iustin PopAdd maybeSaveData for cluster state saving
2010-12-30 Iustin PopConvert Text.serializeCluster to ClusterData
2010-12-30 Iustin PopConvert the rest of the pipeline to ClusterData
2010-12-30 Iustin PopMove part of the loader pipeline to ClusterData
2010-12-30 Iustin PopConvert Loader.RqType to ClusterData
2010-12-30 Iustin PopAdd a new type ClusterData
2010-12-30 Iustin PopSimulation backend: read the allocation policy too
2010-12-30 Iustin PopSimulation backend: allow multiple node groups
2010-12-23 Iustin PopMerge branch 'stable-0.2'
2010-12-23 Iustin PopChange the balancing function
2010-12-23 Iustin PopMove some tiered spec functionality to Cluster.hs
2010-12-20 Iustin PopIAllocator: respect the alloc_policy for groups
2010-12-20 Iustin PopText: read/write the allocation policy
2010-12-20 Iustin PopLuxi: read the allocation policy from the cluster
2010-12-20 Iustin PopRapi: read the allocation policy from the cluster
2010-12-20 Iustin PopImplement a JSON instance for AllocPolicy
2010-12-20 Iustin PopText.hs: serialize cluster tags when writing data
2010-12-20 Iustin PopText.hs: also read cluster tags from the data file
2010-12-20 Iustin PopText.hs: change to use sepSplit
2010-12-20 Iustin PopGeneralise the sepSplit function
2010-12-20 Iustin Pophail: display group names in info messages
2010-12-20 Iustin PopText.hs: also save the group data when serialising
2010-12-20 Iustin PopChange the Node.group attribute
2010-12-20 Iustin PopRework the data loader pipelines to read groups
2010-12-20 Iustin PopAdd lookupGroup utility function
2010-12-20 Iustin PopAdd a new Group.hs module describing node groups
2010-12-20 Iustin PopAdd the new OpQueryGroups opcode definition
2010-12-09 Iustin PopImprove error reporting for small clusters
2010-12-09 Iustin Pophail/allocate: implement multi-group support
2010-12-09 Iustin PopAdd a 'log' attribute to allocation solutions
2010-12-09 Iustin PopChange AllocSolution from tuple to its own type
2010-12-01 Iustin PopCleanup AllocSolution after AllocElement changes
2010-12-01 Iustin PopAllocElement: extend with the cluster score
2010-12-01 Iustin PopAdd two utility functions for the Result type
2010-12-01 Iustin PopRework the types used during data loading
2010-12-01 Iustin PopLoader functions: move from assoc lists to maps
2010-12-01 Iustin PopConvert some leftovers to NameAssoc
2010-12-01 Iustin PopAdd Cluster.splitCluster for node groups
2010-12-01 Iustin PopRework Container.hs and improve test coverage
2010-12-01 Iustin PopAdd new command-line option for group selection
2010-12-01 Iustin PopAdd two functions for checking cluster consistency
2010-12-01 Iustin PopAdd function for nodes to (nodgroup, nodes) split
2010-12-01 Iustin PopAdd a type alias for UUIDs
2010-11-24 Iustin PopRAPI: read the group UUID from the server
2010-11-24 Iustin PopIAlloc: read group uuid from the input message
2010-11-24 Iustin PopText: read/save the node group UUID
2010-11-24 Iustin PopLuxi: read the node uuid from the cluster
2010-11-24 Iustin PopNode: add the node group's UUID
2010-11-24 Iustin PopUtils: add a default UUID
2010-11-23 Iustin PopMerge branch 'devel-0.2' into master
2010-11-23 Iustin PopImprove the standard deviation computation
2010-11-19 Iustin PopSimu loader: move the loading to non-IO code
2010-11-19 Iustin PopLuxi loader: split parsing from loading
2010-11-19 Iustin PopRapi loader: split parsing from loading
2010-11-19 Iustin PopText loader: split parsing from loadData
2010-11-11 Iustin PopIgnore nodes which are not vm_capable
2010-11-09 Iustin PopFix tag exclusion weight
2010-10-07 Iustin PopFix some warnings in unittests
2010-10-06 Iustin PopImprove the error message for tiered alloc option
2010-09-03 Iustin PopUse the mingain options in the balancing algorithm
2010-09-03 Iustin PopAdd new CLI options for min gain during balancing
2010-09-02 Iustin PopAdd some more debugging functions
2010-09-02 Iustin PopFix ReplaceSecondary moves for offline nodes
2010-08-30 Iustin PopChange iterateAlloc to return the instance list
2010-08-30 Iustin PopAbstract the cluster serialization from hscan.hs
2010-08-25 Iustin PopAdd a new option --save-cluster
2010-08-25 Iustin PopAdd unittest for Node text serialization
2010-08-25 Iustin PopSwitch unittest to custom hostnames
2010-08-24 Iustin PopMove text serialization functions to Text.hs
2010-07-27 Iustin Pophail: fix error message for failed multi-evac
2010-07-22 Iustin PopFix another haddock issue
2010-07-22 Iustin PopRemove an obsolete function and add Utils tests
2010-07-21 Iustin PopAdd some more imports to QC.hs
2010-07-21 Iustin PopChange the meaning of the N+1 fail metric
2010-07-21 Iustin PopIntroduce per-metric weights
2010-07-21 Iustin PopAllow balancing moves to introduce N+1 errors
2010-07-21 Iustin PopIntroduce a relaxed add instance mode
2010-07-19 Iustin PopRemove obsolete Container.maxNameLen
2010-07-19 Iustin Pophbal: print short names in steps list
2010-07-19 Iustin PopRemove an obsolete function
2010-07-18 Iustin PopAllow '+' in node list fields
2010-07-18 Iustin PopUpdate the node list fields
2010-07-18 Iustin PopCleanup a node's peer map when possible
2010-06-21 Iustin PopFix another haddock special-char issue
2010-06-21 Iustin PopRemove JOB_STATUS_GONE and add unittests
2010-06-21 Iustin PopAdd opcode status constants/type
2010-06-21 Iustin PopRename the job status constants
2010-06-08 Iustin PopOptimise the Luxi.recvMsg function
2010-06-07 Iustin PopComplete the client Luxi implementation
2010-06-07 Iustin PopAdd support for more LUXI calls
2010-06-02 Iustin PopFix some lint errors in the unit tests
2010-06-02 Iustin PopChange the Luxi operations structure
2010-06-01 Iustin PopFix a warning in Loader tests
2010-06-01 Iustin PopAdd a few Loader tests
2010-05-28 Iustin PopReduce the warnings during the unittests
2010-05-27 Iustin PopIntroduce OpCode unittests
next