configure: Add option to enable remote commands
[ganeti-local] / htools /
2012-09-26 Agata MurawskaCorrect top comment in Query/Server
2012-09-26 Agata MurawskaAdd nodedCertFile to Path
2012-09-26 Iustin PopAdd option for displaying completion information
2012-09-26 Iustin PopAnnotate options with completion information
2012-09-26 Iustin PopAdd a data type for completion information
2012-09-26 Iustin PopRemove generic options from individual programs
2012-09-26 Iustin PopAdd printing of group score in hinfo
2012-09-26 Iustin PopReplace a big tuple with a custom data type
2012-09-18 Michael HanselmannUse autoconf-based paths from Haskell instead of constants
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-09-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-09-07 Iustin PopFix bug in non-mirrored instance allocation
2012-09-05 Iustin PopFurther hlint fixes
2012-09-05 Iustin PopRework CLI modules and tests
2012-09-05 Iustin PopFix deserialisation bug in ResultEntry
2012-09-05 Iustin PopAdd some unittests for node queries
2012-09-05 Iustin PopAdd entire ConfigData serialisation tests
2012-09-05 Iustin PopAdd unit test for serialisation of DiskLogicalId and...
2012-09-05 Iustin PopMove Version.hs up from under HTools/
2012-09-04 Iustin PopRemove QC.hs and replace it with an auto-generated...
2012-09-04 Iustin PopSplit last two remaining tests from QC.hs
2012-09-04 Iustin PopMove JSON.hs and Compat.hs out from under HTools/
2012-09-04 Iustin PopSplit most HTools test code into separate files
2012-09-04 Iustin PopSplit Luxi, Qlang, Ssconf and OpCodes tests
2012-09-04 Iustin PopSplit Rpc tests from QC
2012-09-04 Iustin PopSplit one more module out of QC and add test helpers
2012-09-04 Iustin PopSplit out Objects.hs from QC.hs
2012-09-04 Iustin PopMove the unittest helper to a new Test/Ganeti dir
2012-09-04 Iustin PopMove haskell test code to htest/
2012-09-04 Iustin PopImplement compilation of regexes at creation time
2012-09-04 Iustin PopRename the Qlang and Queryd modules
2012-09-04 Iustin PopAdd filtering support in Query
2012-09-04 Iustin PopAdd an Applicative instance for our Result type
2012-09-04 Iustin PopParameterize the Filter type
2012-09-04 Iustin PopImplement QueryFields for Nodes
2012-09-04 René NussbaumerPutting the multiallocate pieces together
2012-09-04 René NussbaumerAdding allocList function
2012-09-03 Iustin PopAdd missing luxi query 'QueryFields'
2012-09-03 Iustin PopAdd Query support for Nodes (no filtering, no RPC)
2012-09-03 Iustin PopOne more SADT type - VType
2012-09-03 Iustin PopExpand THH with more functionality for parameters
2012-09-03 Iustin PopAdd more node-related data types and functions
2012-09-03 Iustin PopAdd type classes for common objects
2012-09-03 Iustin PopStub query2 call integration into QueryD
2012-09-03 Iustin PopFix error reporting for bad Luxi arguments in QueryD
2012-09-03 Iustin PopImprove error reporting in our JSON conversions
2012-09-03 Iustin PopCleanup query socket before attempting to bind
2012-09-03 Iustin PopComplete and enable the haskell QueryClusterInfo call
2012-09-03 Iustin PopExpand Objects.hs definitions
2012-09-03 Iustin PopAdd a fillDict function
2012-09-03 Iustin PopFix qualified import of Data.Map in QC.hs
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
next