Fix some warnings in unittests
[ganeti-local] / hscan.hs
2010-08-30 Iustin PopAbstract the cluster serialization from hscan.hs
2010-08-24 Iustin PopMove text serialization functions to Text.hs
2010-07-23 Iustin Pophscan: return exit code 2 for RAPI failures
2010-05-20 Iustin PopStop modifying names for internal computations
2010-02-25 Iustin PopA number of small fixes from hlint
2010-02-25 Iustin PopFix unused-do-binds for ghc 6.12
2010-02-25 Iustin PopFix unused imports for ghc 6.12
2010-02-23 Iustin Pophscan: implement LUXI backend scanning
2010-02-23 Iustin PopUpdate the loader pipeline to set the movable flag
2010-01-07 Iustin PopUpdate hscan to generate new-format text files
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-11-11 Iustin PopAdd a tags attribute to instances
2009-11-10 Iustin PopAllow overriding the field list in -p
2009-10-16 Iustin PopAdd loading and processing of utilisation data
2009-10-14 Iustin PopStyle change: node and instance attributes
2009-07-15 Iustin PopUnify the command line options and structures
2009-07-06 Iustin PopFix hlint-generated warnings
2009-06-12 Iustin PopFix some hscan bugs
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-01 Iustin PopAdd copyright/license information
2009-05-26 Iustin PopChange the module import hierarchy
2009-05-23 Iustin PopRemove the ktn/kti from second half of loading
2009-05-23 Iustin PopRemove most uses of ktn/kti
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopMove checkData from Cluster to Loader
2009-05-23 Iustin PopIntroduce a class for CLI options
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-20 Iustin PopConvert Cluster.loadData to Result return
2009-05-20 Iustin PopAllow hscan to save data for fully-spec'd URLs
2009-05-20 Iustin PopSwitch from hand-written monads to a real one
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-03-22 Iustin PopFix interaction between down instances and nodes
2009-03-22 Iustin PopAdd a new instance field denoting run status
2009-03-22 Iustin PopShow the x_mem/i_mem in node list
2009-03-22 Iustin PopSplit common CLI functionality into a module
2009-03-21 Iustin PopAdd node memory field to Node objects
2009-03-21 Iustin PopSmall change in hscan
2009-03-21 Iustin PopAdd the hscan tool