Add two confd library tests
[ganeti-local] / htools / Ganeti /
2012-08-28 Iustin PopAdd two confd library tests
2012-08-28 Iustin PopReduce some more code duplication and split code
2012-08-28 Iustin PopAdd test for checking Haskell/Python opcode equivalence
2012-08-28 Iustin PopCreate a custom type for disk indices
2012-08-28 Iustin PopHandle better 'null' values in optional fields
2012-08-28 Iustin PopAdd test case for OpCode list equivalence
2012-08-28 Iustin PopAdd infrastructure for reading Python command output
2012-08-28 Iustin PopQCHelper: add support for defining HUnit test cases
2012-08-28 Iustin PopRename tests for nicer names in test output
2012-08-28 Iustin PopSwitch Haskell test harness to test-framework
2012-08-28 Iustin PopSimplify the Luxi client-server test
2012-08-28 Iustin PopFix bug in the Luxi client-server test
2012-08-28 Iustin PopTH: one style fix and more docstrings
2012-08-28 Iustin PopOpCodes: build and export a list of all opcodes
2012-08-28 Iustin PopTH: Abstract function for computing constructor names
2012-08-28 Iustin PopEnable tags query over the query socket
2012-08-28 Iustin PopConfig.hs: Add a function to lookup group
2012-08-28 Iustin PopAdd a Functor instance for our Result type
2012-08-28 Iustin PopChange the Luxi tags kind from String to a custom type
2012-08-28 Iustin PopRemove obsolete QrViaLuxi type
2012-08-28 Iustin PopRemove obsolete conversion function for Luxi TH
2012-08-28 Iustin PopRename Query2.hs to Qlang.hs
2012-08-28 Iustin PopSwitch Luxi Query operation to use a proper filter
2012-08-28 Iustin PopImplement Query2 filter JSON (de)serialisation
2012-08-28 Iustin PopRe-enable standard hlint warnings
2012-08-28 Iustin PopRun the query thread from confd
2012-08-28 Iustin PopInitial query daemon implementation
2012-08-28 Iustin PopEnhance the Luxi interface implementation
2012-08-28 Iustin PopAdd Objects definitions for the ispec/ipolicy types
2012-08-28 Iustin PopImprove Objects.hs definitions
2012-08-28 Iustin PopRemove container field special cases
2012-08-28 Iustin PopImprove the TH 'Container' type
2012-08-28 Iustin PopImprove TH local variables naming
2012-08-28 Iustin PopExpand TH with tags field
2012-08-28 Agata MurawskaSimple QC tests for RPC calls
2012-08-28 Agata MurawskaImplementation of NodeInfo call and result
2012-08-28 Agata MurawskaImplementation of InstanceList call and result
2012-08-28 Agata MurawskaImplementation of AllInstancesInfo call and result
2012-08-28 Agata MurawskaInfrastructure to execute RPC calls
2012-08-28 Agata MurawskaDatatypes for haskell RPC calls
2012-08-28 Agata MurawskaAdd Hypervisor and start exporting AdminState
2012-08-27 Iustin PopMerge branch 'devel-2.6'
2012-08-24 Agata MurawskaMore descriptive Constants.hs header
2012-08-13 Iustin PopAdd a server-side Luxi implementation
2012-08-13 Iustin PopSwitch the Luxi interface from Strings to ByteStrings
2012-08-07 Iustin PopSwitch job IDs to numeric
2012-07-31 Iustin Pophtools: abstract function for parsing job ids
2012-07-31 Iustin PopIntroduce a type for the ganeti job type
2012-07-27 Iustin PopFix 'explicitely' common typo
2012-07-19 Iustin PopMerge branch 'stable-2.6'
2012-07-19 Iustin PopImplement a node to drbd minors query function
2012-07-19 Iustin PopAdd support for computing instance all/secondary nodes
2012-07-19 Iustin PopAdd disk logical ID support in Objects.hs
2012-07-19 Iustin PopExtend the Template Haskell loadFn model
2012-07-19 Iustin PopChange how customFields are built
2012-07-19 Iustin PopImplement lookup of partial names in Config.hs
2012-07-19 Iustin PopReorganise the lookup functions
2012-07-19 Iustin PopRemove an unused function
2012-07-13 Iustin PopMerge branch 'stable-2.6'
2012-07-06 Iustin PopReplace a few explicit case expressions
2012-07-06 Iustin PopFix Haskell coverage results
2012-07-06 Iustin PopCleanup the QC.hs file w.r.t. compiler options
2012-07-06 Iustin PopFix Query2.hs to compile without warnings
2012-07-05 Iustin Pophbal: return exit status 0 in case of early exit
2012-06-29 Iustin Pophcheck: add two simple type aliases for readability
2012-06-29 Iustin Pophcheck: rework output mode
2012-06-29 Iustin Pophcheck: reword and fix typo in instance/offline msg
2012-06-29 Iustin PopAdd hlint warning for wrong use of 'length'
2012-06-29 Iustin PopRemove can_rebalance functionality from hcheck
2012-06-28 Iustin PopCorrect a wrong --help option for --simulate
2012-06-28 Iustin Pophbal: relax restrictions on split instances
2012-06-28 Iustin PopFix a few style issue in hcheck
2012-06-28 Iustin PopFix old-style import
2012-06-27 Agata MurawskaStyle fix in hcheck
2012-06-27 Agata MurawskaSimplify stats printing
2012-06-27 Agata MurawskaCleaner simulation of rebalance
2012-06-27 Agata MurawskaSmall reordering and renaming in hcheck
2012-06-27 Agata MurawskaMove 'need rebalance' check from cluster check
2012-06-27 Agata MurawskaAlways print all variables in machine readable version
2012-06-27 Agata MurawskaPrint idx <-> uuid mappings in machine readable mode
2012-06-27 Agata MurawskaHuman readable group name improved
2012-06-27 Agata MurawskaPrint info about ability to rebalance
2012-06-27 Agata MurawskaImprove readability for hcheck-related changes
2012-06-25 Agata MurawskaMachine readable hcheck functionality
2012-06-25 Agata MurawskaHuman readable hcheck functionality
2012-06-25 Agata MurawskaAllowing rebalance to run silently
2012-06-25 Agata MurawskaGeneralize functions used by both hspace and hcheck
2012-06-25 Agata MurawskaInitial commit for introducting hcheck tool
2012-06-19 Iustin PopFix corner case in quick-check generated tests
2012-06-14 Guido TrotterAdd query2 numeric comparison operators
2012-06-12 Guido TrotterHaskell data types for query2
2012-06-08 Iustin PopFix prefix bug in Haskell ssconf implementation
2012-05-29 Iustin PopAdd support for SIGHUP handling in Haskell daemons
2012-05-29 Iustin PopRework logging setup for Haskell daemons
2012-05-08 Iustin PopAdd decoding of Luxi calls and unittests for LuxiOp
2012-05-08 Iustin PopSome unit tests improvements
2012-05-08 Iustin PopAuto-define a LuxiReq data type
2012-05-08 Iustin PopReplace hardcoded constants with Constants.hs names
2012-05-08 Iustin PopAdd a new JSON function
2012-05-01 Iustin PopFurther fixes for new-style exception handling
next