Text.hs: change to use sepSplit
[ganeti-local] / Ganeti / HTools / Loader.hs
2010-12-20 Iustin PopRework the data loader pipelines to read groups
2010-12-20 Iustin PopAdd lookupGroup utility function
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-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-02-25 Iustin PopA number of small fixes from hlint
2010-02-23 Iustin PopLoader: abort for unknown to-be-excluded instances
2010-02-23 Iustin PopUpdate the loader pipeline to set the movable flag
2010-02-22 Iustin PopImplement IAllocator node evacuate request
2009-12-01 Iustin PopConfigure exclusion tags via the cluster tags
2009-12-01 Iustin PopRead cluster tags in the IAllocator backend
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-17 Iustin PopAdd a command-line option to filter exclusion tags
2009-10-21 Iustin PopSome cleanup of Loader.mergeData
2009-10-21 Iustin Pophbal: ignore unknown instance in dynload file
2009-10-18 Iustin PopChange the Container.findByName function
2009-10-16 Iustin PopAdd loading and processing of utilisation data
2009-10-16 Iustin PopMerge the Node.setPri and Node.addCpus functions
2009-10-14 Iustin PopStyle change: node and instance attributes
2009-09-28 Iustin PopSplit the exernal data loader out of CLI.hs
2009-07-06 Iustin PopTake the foldl out of Loader.fixNodes
2009-07-06 Iustin PopFix hlint-generated warnings
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-10 Iustin PopAdd cpu-count-related attributes to nodes
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopMove the RqType and Request types to Loader.hs
2009-06-01 Iustin PopLots of documentation updates
2009-06-01 Iustin PopFinish removal of unused params from PeerMap
2009-05-27 Iustin PopRemove an unused type synonim
2009-05-27 Iustin PopAdd a separate function for looking up instances
2009-05-27 Iustin PopAdd type synonyms for the node/instance indices
2009-05-26 Iustin PopChange the module import hierarchy
2009-05-24 Iustin PopStart implementing the hail functionality
2009-05-23 Iustin PopRemove ktn/kti from first half of loader
2009-05-23 Iustin PopRemove the ktn/kti from second half of loading
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopStrip the suffix from the names in the objects
2009-05-23 Iustin PopMake IAlloc.loadData return maps
2009-05-23 Iustin PopMove checkData from Cluster to Loader
2009-05-23 Iustin PopAdd a small class for Nodes and Instances
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model