Simulation backend: read the allocation policy too
[ganeti-local] / Ganeti / HTools / Rapi.hs
2010-12-20 Iustin PopRapi: read the allocation policy from the cluster
2010-12-20 Iustin PopChange the Node.group attribute
2010-12-20 Iustin PopRework the data loader pipelines to read groups
2010-12-01 Iustin PopRework the types used during data loading
2010-12-01 Iustin PopConvert some leftovers to NameAssoc
2010-11-24 Iustin PopRAPI: read the group UUID from the server
2010-11-24 Iustin PopNode: add the node group's UUID
2010-11-19 Iustin PopRapi loader: split parsing from loading
2010-05-27 Iustin PopReplace fromJResult with annotateJResult
2010-05-27 Iustin PopAdd annotations to loadJSArray
2010-02-25 Iustin PopA number of small fixes from hlint
2010-02-25 Iustin PopFix unused imports for ghc 6.12
2009-12-11 Iustin PopUse the oper_ram field if available
2009-12-09 Iustin Poprapi, luxi: treat drained nodes as offline
2009-12-01 Iustin PopRead cluster tags in the RAPI backend
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-11 Iustin PopAdd a tags attribute to instances
2009-11-06 Iustin PopEnhance the error reporting for Rapi and Luxi
2009-11-06 Iustin PopChange the Utils.fromObj signature
2009-07-14 Iustin PopIntroduce timeout in RAPI queries
2009-07-06 Iustin PopFix hlint-generated warnings
2009-06-10 Iustin PopAdd cpu-count-related attributes to nodes
2009-06-10 Iustin PopAdd a new vcpus attribute to instances
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopLots of documentation updates
2009-05-27 Iustin PopAdd type synonyms for the node/instance indices
2009-05-25 Iustin PopFix some haddock issues
2009-05-23 Iustin PopRemove ktn/kti from first half of loader
2009-05-23 Iustin PopAdd a small class for Nodes and Instances
2009-05-22 Iustin PopAdd back names to nodes/instances
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-20 Iustin PopSmall syntax improvement
2009-05-20 Iustin PopAllow overriding the RAPI port/scheme
2009-05-20 Iustin PopRemove some 1.2 specific code
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 PopDrop RAPI v1 compatiblity
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-05-18 Iustin PopMove the JSON utilities to Utils.hs
2009-03-22 Iustin PopInclude DRBD overhead in sda/sdb size
2009-03-22 Iustin PopAdd a new instance field denoting run status
2009-03-21 Iustin PopAdd node memory field to Node objects
2009-03-20 Iustin PopIntroduce a namespace for the modules