Make node groups' networks field a dict of nicparams
[ganeti-local] / htest / Test / Ganeti / Objects.hs
2012-12-20 Helga VelroyenMake node groups' networks field a dict of nicparams
2012-12-19 Helga VelroyenRenaming fam -> net_family on test network generation
2012-12-19 Helga VelroyenSerialization compatibility test for node groups
2012-12-19 Helga VelroyenAdd a network fields to NIC params and node group type
2012-12-18 Helga VelroyenHaskell/python compatibility test for networks
2012-12-11 Helga VelroyenNetwork and address pool (again)
2012-12-07 Helga VelroyenRevert "Network and address pool"
2012-12-06 Helga VelroyenNetwork and address pool
2012-12-04 Iustin PopFix generation of clusters via 'genEmptyCluster'
2012-11-30 Iustin PopMake QuickCheck generator names more uniform
2012-11-30 Iustin PopMove NICMode from Objects.hs to Types.hs
2012-11-30 Iustin PopMove FileDriver from Objects to Types
2012-11-21 Iustin PopMove the 'Hypervisor' type from Objects to Types
2012-11-21 Iustin PopGeneralise the JSON "Container" type
2012-11-20 Iustin PopCreate a new Ganeti/Types.hs module
2012-10-22 Iustin PopRemove multiple uses of '.&&.' with conjoin
2012-09-07 Iustin PopRemove the slow/fast tests functionality
2012-09-07 Iustin PopFix arbitrary ConfigData object generation
2012-09-05 Iustin PopFurther hlint fixes
2012-09-05 Iustin PopAdd some unittests for node queries
2012-09-05 Iustin PopAdd entire ConfigData serialisation tests
2012-09-05 Iustin PopReplace manual arbitrary instances with genArbitrary
2012-09-05 Iustin PopAdd Instance serialisations tests
2012-09-05 Iustin PopAdd a test helper for simple JSON serialisation testing
2012-09-05 Iustin PopAdd unit test for serialisation of DiskLogicalId and...
2012-09-05 Iustin PopSimplify property and test case names
2012-09-04 Iustin PopSplit Rpc tests from QC
2012-09-04 Iustin PopSplit out Objects.hs from QC.hs