Move part of the loader pipeline to ClusterData
[ganeti-local] / Ganeti / HTools / Text.hs
2010-12-20 Iustin PopText: read/write the allocation policy
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 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-01 Iustin PopRework the types used during data loading
2010-12-01 Iustin PopConvert some leftovers to NameAssoc
2010-12-01 Iustin PopAdd a type alias for UUIDs
2010-11-24 Iustin PopText: read/save the node group UUID
2010-11-24 Iustin PopNode: add the node group's UUID
2010-11-19 Iustin PopText loader: split parsing from loadData
2010-08-30 Iustin PopAbstract the cluster serialization from hscan.hs
2010-08-25 Iustin PopAdd unittest for Node text serialization
2010-08-24 Iustin PopMove text serialization functions to Text.hs
2010-05-25 Iustin PopAdd more unittests
2010-01-07 Iustin PopSwitch the text file format to single-file
2010-01-07 Iustin PopChange the signatures of the text loader slightly
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-11 Iustin PopAdd a tags attribute to instances
2009-11-11 Iustin PopSmall change in some list arguments
2009-10-16 Iustin PopMove some utility functions to Utils.hs
2009-08-31 Iustin PopAdd some more instance tests
2009-08-18 Iustin PopAdd a simulated cluster data loader
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-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