ganeti-local
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 generated htools test stubs to htest/
2012-09-04 Iustin PopMove shelltests from test/ to htest/shelltests/
2012-09-04 Iustin PopMove htools test files from test/data/htools to htest...
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 Iustin PopMerge branch 'devel-2.6'
2012-09-04 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-09-04 René NussbaumerPutting the multiallocate pieces together
2012-09-04 René NussbaumerAdding allocList function
2012-09-04 René NussbaumerAdding new IAllocator mode to constants
2012-09-03 Iustin PopFix warnings/errors with newer pylint
2012-09-03 Guido TrotterMerge branch 'devel-2.6'
2012-09-03 Iustin PopFix decorator uses which crash newer pylint
2012-09-03 Guido TrotterInstance autorepair design
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 PopMove parameter title definitions to constants
2012-09-03 Iustin PopOne more SADT type - VType
2012-09-03 Iustin PopExtend convert-constants support for dicts
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 PopFix typo in node role description
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-09-03 Iustin PopEnhance convert-constants list generation
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 PopSwitch RAPI to use same tags listing as CLI
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 PopImplement support for query only clients in Rapi
2012-08-28 Iustin PopAdd configure-time switch for split queries
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 Popconvert-constants: also export qlang.py constants
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 Iustin PopAdd new definition for query socket
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-28 Agata MurawskaMove necessary constants from rpc & rpc_defs to constants
2012-08-27 Iustin PopMerge branch 'devel-2.6'
2012-08-27 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-08-27 Iustin PopMake stable-2.6 compatible with newer pep8
2012-08-24 Agata MurawskaMore descriptive Constants.hs header
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-08-23 Iustin PopChange node parameter oob_program to VTYPE_STRING
2012-08-22 Constantinos... Fix computation of disk sizes in _ComputeDiskSize
2012-08-15 Iustin PopAdd verification of RPC results in _WipeDisks
2012-08-14 René NussbaumerAdding design doc for bulk instance create
next