htest/Types.hs: check ordering of some ADTs
[ganeti-local] / htools /
2012-12-07 Michael Hanselmannhtools: Add missing parameter to OpInstanceMultiAlloc
2012-12-07 Michael Hanselmanncmdlib: Opportunistic locking on instance creation
2012-12-07 Michele TartaraFix typo in comment
2012-12-07 Helga VelroyenRevert "Network and address pool"
2012-12-06 Helga VelroyenNetwork and address pool
2012-12-05 Dato SimóHbal.hs: move job execution functions to Jobs.hs
2012-12-05 Dato SimóHbal.hs: use Result (), not Bool, as return value for...
2012-12-05 Dato SimóHbal.hs: rename functions that deal with early termination
2012-12-05 Dato SimóHbal.hs: fix typo in signal handler names (hangle ...
2012-12-05 Dato SimóJobs.hs: move OpStatus and JobStatus ADTs to Types.hs
2012-12-04 Guido TrotterAdd "proper coloring" unittest check
2012-12-04 Guido TrotterFix Dsatur and add Dcolor
2012-12-04 Guido TrotterHTools/Node: add mkNodeGraph function
2012-12-04 Guido TrotterGaneti/HTools/Graph Add isColorable
2012-12-04 Guido TrotterAdd Dsatur implementation
2012-12-04 Guido TrotterAdd Ganeti.HTools.Graph
2012-12-04 Iustin PopSmall improvement to rpc-test
2012-12-04 Iustin PopSwitch luxi submit job calls to use MetaOpCode
2012-12-04 Iustin Pophbal: restore nice job ID display
2012-12-04 Iustin PopAdd CommonOpParams and MetaOpCode types
2012-12-04 Iustin PopRemove unused THH function 'saveLuxiField'
2012-12-04 Iustin PopChange opcode/luxi showJSON generation in THH
2012-12-04 Iustin PopAdd a type alias for simpler THH signatures
2012-12-04 Iustin PopAdd types and parameters for common opcode implementation
2012-12-04 Iustin PopAdd a negative type
2012-12-04 Iustin PopAdd a 'real' type for JobIds
2012-12-04 Iustin PopAdd type for finalised job statuses
2012-12-04 Iustin PopFix Haskell OpNetworkAdd
2012-12-04 Iustin PopAdd a few missing fields from opcodes
2012-12-04 Iustin PopRework/enhance original htools opcodes
2012-12-04 Iustin PopAdd a function for all fields of a given OP_ID
2012-12-04 Iustin PopRework custom fields handling
2012-12-04 Iustin PopFix long lines in Ganeti.HTools.Types and add Make...
2012-12-03 Guido TrotterFix variable names in Loader.assignIndices
2012-12-03 Michele TartaraAdd unit tests for the JSON serialization of DRBD status
2012-12-03 Michele TartaraAdd JSON serialization capabilities for DRBD status
2012-12-03 Michele TartaraAdd two support functions for building JSON objects
2012-11-30 Guido TrotterChange -G option description
2012-11-30 Iustin PopOptimise recursive Query filters
2012-11-30 Iustin PopMake Query operators enforce strictness
2012-11-30 Iustin PopFix htools/rpc-test after recent changes
2012-11-30 Iustin PopRemove read instances from our Haskell code
2012-11-30 Iustin PopReplace hand-coded 'live' field of OpInstanceMigrate
2012-11-30 Iustin PopRemove remaining in-line parameters
2012-11-30 Iustin PopAbstract query common opcode definitions
2012-11-30 Iustin PopAdd two last missing opcodes
2012-11-30 Iustin PopAdd types, parameters and the opcodes for networks
2012-11-30 Iustin PopMove NICMode from Objects.hs to Types.hs
2012-11-30 Iustin PopComplete the Test opcodes
2012-11-30 Iustin PopComplete the Tag opcodes and fix OpTestDelay missing...
2012-11-30 Iustin PopAdd Group, OS and Backup opcodes
2012-11-30 Iustin PopComplete the instance OpCodes and parameters
2012-11-30 Iustin PopAdd types and parameters for OpInstanceCreate
2012-11-30 Iustin PopMove FileDriver from Objects to Types
2012-11-27 Michele TartaraSmall improvements to the DRBD parser and tests
2012-11-22 Michele TartaraImplement the correct handling of numbers without commas
2012-11-21 Iustin PopA few more hlint fixes
2012-11-21 Iustin PopBulk add of remaining cluster/node opcodes
2012-11-21 Iustin PopConvert a few existing opcode parameters to safer types
2012-11-21 Iustin PopAdd many more opcode parameters
2012-11-21 Iustin PopAdd two more basic types
2012-11-21 Iustin PopMove StorageType from RPC.hs to Types.hs
2012-11-21 Iustin PopSplit 'Query.Language.ItemType' in two sub-types
2012-11-21 Iustin PopMove the 'Hypervisor' type from Objects to Types
2012-11-21 Iustin PopGeneralise the JSON "Container" type
2012-11-21 Iustin PopAdd more basic Ganeti types
2012-11-20 Iustin PopAdd more basic validation types
2012-11-20 Michele TartaraAdd parser for DRBD /proc file
2012-11-20 Iustin PopProperly log errors when setting up daemon FDs
2012-11-20 Iustin PopSwitch opcode data type from normal to record constructors
2012-11-20 Iustin PopFix docstrings for the Filter type
2012-11-20 Iustin PopSplit OpCode.hs and add module for opcode parameters
2012-11-20 Iustin PopCreate a new Ganeti/Types.hs module
2012-11-15 Iustin PopCleanup THH function use from built module namespace
2012-11-13 Michael HanselmannExpose changing job priority via LUXI
2012-11-13 Iustin PopFix two hlint warnings
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-12 Iustin PopFix PID file writing in Haskell daemons
2012-11-12 Iustin PopRemove unsafePerformIO usage
2012-11-12 Iustin PopChange keyToFilename/readSSconfFile interaction
2012-11-12 Iustin PopChange type of program options to 'IO [Options]'
2012-11-12 Iustin PopTwo small logging improvements
2012-11-12 Iustin PopAnnotate confd startup/luxi binding error
2012-11-12 Iustin PopSwitch writing of PID file to new reporting style
2012-11-12 Iustin PopMove and rename BasicTypes.annotateIOError
2012-11-12 Iustin PopSwitch daemon startup to pipe-based error reporting
2012-11-12 Iustin PopMove preparation steps of confd in prepMain
2012-11-12 Iustin PopSplit queryd run into prepare and exec
2012-11-12 Iustin PopConvert tag objects to a safer type
2012-11-12 Iustin PopSwitch Luxi TH code from simple to custom fields
2012-11-12 Iustin PopMake THH:genSaveOpCode a bit more general
2012-11-08 Iustin PopRename Confd.hs to Confd/Types.hs
2012-11-08 Dato SimóOpCodes.hs: add OpTagsSet and OpTagsDel
2012-11-08 Dato Simóhtools: move TagObject from Luxi.hs to OpCodes.hs
2012-11-07 Iustin PopImplement base checkFn/prepFn/execFn model for daemons
2012-11-07 Iustin PopOne more ghc 7.6 fix
2012-11-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-11-07 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-07 Iustin PopFix compatibility with newer Haskell libraries
next