ganeti-local
2012-09-21 Michael HanselmannLUInstanceCreate: Include group name in error message
2012-09-19 Michael Hanselmannbash_completion: Generate more compact version
2012-09-19 Michael HanselmannShellWriter: Add parameter to disable indentation
2012-09-19 Michael Hanselmannbash_completion: Always enable extglob
2012-09-18 Michael Hanselmannconstants: Stop using wildcard import for pathutils
2012-09-18 Michael HanselmannUse autoconf-based paths from Haskell instead of constants
2012-09-18 Michael HanselmannMigrate tools/* from constants to pathutils
2012-09-18 Michael HanselmannMigrate test/ganeti.*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/watcher/__init__.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/utils/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/uidpool.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/tools/ensure_dirs.py to pathutils
2012-09-18 Michael HanselmannMigrate lib/ssh.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/ssconf.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/server/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/rpc.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/rapi/baserlib.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/ovf.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/mcpu.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/masterd/instance.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/luxi.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/{jqueue,jstore}.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/hypervisor/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/config.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/confd/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/cmdlib.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/client/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/cli.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/bootstrap.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/backend.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate build-bash-completion from constants to pathutils
2012-09-18 Michael HanselmannMigrate qa/*.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-09-18 Michael Hanselmannconfigure: Provide options to change default user/group
2012-09-17 Michael Hanselmannconstants: Add missing word in comment
2012-09-14 Bernardo Dal... QA for instance migration made more compact
2012-09-14 Bernardo Dal... Always_failover doesn't require --allow-failover anymore
2012-09-13 Bernardo Dal... Remove useless lock in recreate-disks
2012-09-12 Michael HanselmannUpdate design for virtual clusters
2012-09-12 René NussbaumerSmall style adjustment
2012-09-12 René NussbaumerMake iallocator request types more strict
2012-09-12 René NussbaumerRework the required_nodes field
2012-09-12 Michael Hanselmannobjects, rpc: Code cleanup
2012-09-12 Michael HanselmannRAPI client: Fix typo in docstring
2012-09-12 René NussbaumerDisable pylint warnings for unknown members
2012-09-12 René NussbaumerAdapt gnt-debug iallocator
2012-09-12 René NussbaumerAdding new multi-allocation request
2012-09-12 René NussbaumerSwitch all iallocator calls to the new one
2012-09-12 René NussbaumerRefactor IAllocator code
2012-09-12 René NussbaumerMake the __slots__ functionality more modular
2012-09-12 René NussbaumerMove _MakeLegacyNodeInfo to rpc
2012-09-12 René NussbaumerMove _CalculateGroupIPolicy and _ComputeDiskSize
2012-09-11 Michael HanselmannUpdate documentation for "gnt-job list"
2012-09-07 Iustin PopSimplify a bit more the test harness
2012-09-07 Iustin PopRemove the slow/fast tests functionality
2012-09-07 Iustin PopFix arbitrary ConfigData object generation
2012-09-07 Iustin PopImprove the `AllocPolicy' test
2012-09-07 Iustin PopImprove the `CanTieredAlloc' test
2012-09-07 Iustin PopAdd new test for checking multi-allocations
2012-09-07 Iustin PopImprove the prop_Alloc_sane test to detect mis-allocations
2012-09-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-09-07 Iustin PopMerge branch 'stable-2.6' into devel-2.6
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 query filter tests
2012-09-05 Iustin PopAdd some unittests for node queries
2012-09-05 Iustin PopAdd a small 'passTest' helper
2012-09-05 Iustin PopAdd entire ConfigData serialisation tests
2012-09-05 Iustin PopReplace manual arbitrary instances with genArbitrary
2012-09-05 Iustin PopIntroduce a helper for simple Arbitrary instances
2012-09-05 Iustin PopAdd Instance serialisations tests
2012-09-05 Iustin PopAdd a test helper for simple JSON serialisation testing
2012-09-05 Iustin PopAdd unit test for serialisation of DiskLogicalId and...
2012-09-05 Iustin PopAdd unittests for the BasicTypes module
2012-09-05 Iustin PopFixup test suite names
2012-09-05 Iustin PopSimplify property and test case names
2012-09-05 Iustin PopMove Version.hs up from under HTools/
2012-09-05 Iustin PopTwo tiny makefile fixes
2012-09-04 Iustin PopRemove QC.hs and replace it with an auto-generated...
2012-09-04 Iustin PopSplit the Makefile variable HS_LIB_SRCS
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 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 René NussbaumerFix gnt-debug iallocator
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
next