Add new back-end parameter "always_failover"
[ganeti-local] / htools /
2011-12-08 Iustin PopCleanup hlint errors
2011-12-08 Iustin PopAbstract some common hspace code into a function
2011-12-08 Iustin PopAbstract some common Cluster.hs code into a function
2011-12-07 Iustin PopConvert opcode TH code to the use of Field type
2011-12-06 Iustin Pophtools: small change in error message in THH.hs
2011-12-06 Iustin Pophtools: improvements to JSON deserialisation
2011-12-06 Iustin Pophtools: add new template haskell system
2011-11-18 Iustin Pophtools: adjust imports for newer compilers
2011-11-18 Andrea SpadacciniMerge branch 'devel-2.5'
2011-11-18 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2011-11-17 Iustin PopFix unittest bug related to offline instances
2011-11-17 Iustin Pophtools: reindent the rest of the files
2011-11-17 Iustin Pophtools: re-indent IAlloc.hs
2011-11-17 Iustin Pophtools: reindent hspace
2011-11-17 Iustin Pophtools: reindent hbal
2011-11-17 Iustin Pophtools: reindent CLI.hs
2011-11-17 Iustin Pophtools: re-indent QC.hs
2011-11-17 Iustin Pophtools: re-indent Node.hs
2011-11-17 Iustin Pophtools: finish re-indenting Cluster.hs
2011-11-16 Iustin Pophtools: rework message display construction
2011-11-16 Iustin Pophbal: handle empty node groups
2011-11-16 Iustin PopStart converting the indentation to 2-chars
2011-11-16 Agata Murawskahtools: Nicer arbitrary instantiation
2011-11-16 Agata Murawskahtools: change behaviour for offline instances
2011-11-16 Agata Murawskahtools: remove 'running' from instance options
2011-11-16 Agata Murawskahtools: change runSt type to InstanceStatus
2011-11-16 Agata Murawskahtools: create InstanceStatus ADT
2011-10-26 Agata MurawskaGeneralize the generation of ADT from raw types
2011-10-26 Agata MurawskaLuxi support for Query status in htools
2011-10-26 Iustin Pophail: don't select the primary as new secondary
2011-10-26 Iustin Pophail: add an extra safety check in relocate
2011-10-14 Iustin PopFurther cleanup in hspace
2011-10-14 Iustin PopA bit of cleanup in hspace
2011-10-14 Iustin PopAdd a type synonym for the allocation function sig
2011-10-14 Iustin Pophtools: Simplify Luxi query results parsing
2011-10-14 Iustin PopAdjust htools code to new Luxi argument format
2011-10-12 Michael HanselmannMerge branch 'devel-2.5'
2011-10-12 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2011-10-12 Iustin PopRename filter and filter_ to qfilter
2011-10-12 Iustin PopHaskell support for generic Query in Luxi
2011-10-12 Agata MurawskaTH simplification for Luxi
2011-10-12 Agata MurawskaDots in docstings and hlint error fixes for htools
2011-10-11 Iustin PopRemove the oneline output option in hbal
2011-10-11 Iustin PopRework/split hbal's main function
2011-10-11 Iustin PopSkip application of 'id' in TH code
2011-10-07 Michael Hanselmannhail: Fix result for node evacuation
2011-10-06 Agata MurawskaUse TemplateHaskell to create LUXI operations
2011-10-03 Iustin PopSome TH simplifications
2011-10-03 Iustin PopA few minor test improvements
2011-10-03 Iustin PopUse TemplateHaskell to decorate tests with names
2011-10-03 Iustin PopUse TemplateHaskell to generate opcode serialisation
2011-10-03 Iustin PopUse TemplateHaskell to build the opID function
2011-10-03 Iustin PopUse TemplateHaskell instead of hand-coded instances
2011-10-03 Iustin PopRename some helper functions for consistency
2011-10-03 Iustin PopSplit part of Utils.hs into JSON.hs
2011-09-29 Iustin PopAdd an allocation limit to hspace
2011-09-29 Iustin PopSmall simplification in tryAlloc
2011-09-29 Iustin PopChange how node pairs are generated/used
2011-09-29 Iustin PopParallelise instance allocation/capacity computation
2011-09-29 Iustin PopAbstract comparison of AllocElements
2011-09-29 Iustin PopChange type of Cluster.AllocSolution
2011-09-23 Iustin Pophspace: add short forms for the group policy
2011-09-22 Iustin Pophtools: add a MonadPlus instance for Result
2011-09-14 Iustin Pophtools: remove dead code
2011-09-14 Iustin Pophail: don't select the primary as new secondary
2011-09-14 Iustin Pophail: add an extra safety check in relocate
2011-08-08 Iustin PopRevert deprecation of evacuate mode in hail
2011-07-22 Iustin Pophtools: rework the algorithm for ChangeAll mode
2011-07-22 Iustin Pophtools: replace two hardcoded uses of pri+sec nodes
2011-07-22 Iustin Pophtools: add target_node member to migrate opcode
2011-07-22 Iustin Pophtools: do not change node disk for non-local storage
2011-07-22 Iustin Pophtools: add more functions for local disk storage
2011-07-21 Iustin Pophtools: add two more small unittests
2011-07-21 Iustin Pophtools: a few more hlint fixes
2011-07-21 Iustin Pophtools: further docstring fixes
2011-07-21 Iustin Pophtools: add JSON instance for EvacMode
2011-07-21 Iustin Pophtools: add human-readable output to hspace
2011-07-21 Iustin PopFix job constants use in htools
2011-07-21 Michael HanselmannRename *_STATUS_WAITLOCK to …_WAITING
2011-07-20 Guido TrotterDo proper name lookup for the -O option
2011-07-19 Iustin Pophtools: add a machine-readable CLI flag
2011-07-19 Iustin Pophtools: move tiered spec map helper to Hspace.hs
2011-07-19 Iustin Pophtools: import the program modules in QC.hs
2011-07-19 Iustin Pophtools: switch hspace to the generic binary
2011-07-19 Iustin Pophtools: switch hscan to the generic binary
2011-07-19 Iustin Pophtools: switch hbal to the generic binary
2011-07-19 Iustin Pophtools: switch hail to the generic binary
2011-07-19 Iustin Pophtools: add a generic binary
2011-07-19 Iustin Pophtools: add a compatibility module
2011-07-19 Iustin Pophtools: remove no-longer-needed tryMG* functionality
2011-07-19 Iustin Pophtools: remove ialloc/relocate and multi-evacuate
2011-07-19 Iustin Pophtools: fix potential bug in ialloc/change-group
2011-07-18 Iustin Pophtools: run IAllocator input through checkData
2011-07-18 Iustin Pophtools: abstract a function for displaying warnings
2011-07-18 Iustin Pophtools: use maybePrintNodes in hail.hs
2011-07-18 Iustin Pophtools: add cluster state saving support to hail
2011-07-18 Iustin Pophtools: return the final instance map in ialloc
2011-07-18 Iustin Pophtools: implement post-alloc cluster status display
2011-07-15 Iustin Pophtools: return new state from new IAllocator modes
2011-07-15 Iustin Pophtools: update the node-evac/change-group result
next