bash_completion: Enable extglob while parsing file
[ganeti-local] / htools /
2012-09-07 Iustin PopFix bug in non-mirrored instance allocation
2012-07-27 Iustin PopFix 'explicitely' common typo
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-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-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
2012-03-26 Iustin PopSwitch to new-style exception handling
2012-03-26 Iustin PopChange a type computation for compatibility with 6.12
2012-03-26 Iustin PopFix compatibility with TemplateHaskell from GHC 7.4
2012-03-26 Iustin PopAdd trivial tests for gnt-* cli
2012-03-22 Iustin PopRework exit model
2012-03-22 Iustin PopFix out-of-tree builds
2012-03-22 Iustin PopConvert manual shell tests to shelltestrunner
2012-03-22 Iustin PopAdd command line option for controlling syslog use
2012-03-22 Iustin PopAdd support for syslog logging to Ganeti.Logging
2012-03-21 Iustin PopAllow hail to read data from stdin
2012-03-20 Iustin PopUpdate hconfd bind address handling
2012-03-20 Iustin PopAdd the bind-address option
2012-03-20 Iustin PopAdd two utility functions
2012-03-20 Iustin PopAdd skeleton ssconf module
2012-03-19 Iustin PopRename htools-hpc to hpc-tools to fix laziness
2012-03-19 Iustin Pophtools: fix long version of --port for daemons
2012-03-16 René Nussbaumerhspace: Make use of the spindle_use
2012-03-16 Iustin Pophtools: Fix some compiler warnings
2012-03-15 Iustin PopAdd tests for custom text files
2012-03-15 Iustin PopAdd utilisation and instance selection tests
2012-03-15 Iustin PopEnable pipefail mode for shell tests
2012-03-15 Iustin PopAdd RAPI shell-level unittest
2012-03-15 Iustin PopEnhance the RAPI backend to accept file:// URLs
2012-03-15 Iustin PopAdd new hail (shell) tests
2012-03-15 René Nussbaumerhtools: Reflect the rename of spindle_usage to spindle_use
2012-03-15 Iustin PopAdd a helper function for mirrorType computations
2012-03-15 Iustin PopEnable all disk templates in unit-tests
2012-03-15 Iustin PopEnable evacuation/relocation for shared storage
2012-03-15 Iustin PopReplace explicit case with 'either'
2012-03-15 Iustin PopRename evacDrbdSecondaryInner to evacOneNodeInner
2012-03-15 Iustin PopAbstract the secondary evac into a separate function
2012-03-15 Iustin PopFix Node_addPriFD test for arbitrary disk templates
2012-03-15 Iustin PopExtend the possible move types with FailoverToAny
2012-03-15 René Nussbaumerhtools: Add the new ipolicy field
2012-03-15 René Nussbaumerhtools: Use the spindle usage in the algorithms
2012-03-15 René Nussbaumerhtools: Convert all the other backends as this is trivial
2012-03-15 René Nussbaumerhtools: Adapt the Text backend to spindle usage
2012-03-15 René Nussbaumerhtools: Adding spindle usage to Instance
2012-03-15 Iustin PopRework unit parsing
2012-03-13 Iustin PopAdd more rebalance offline tests
2012-03-13 Iustin PopEnhance the offline tests
2012-03-13 Iustin PopBuild a coverage-enabled version of the tools
2012-03-13 Iustin PopAdd a simple binary tester for htools
2012-03-13 Iustin PopAdd a helper for htools CLI tests
2012-03-13 Iustin Pophtools: add confd daemon binary
2012-03-13 Iustin Pophtools: add confd server module
2012-03-13 Iustin Pophtools: add basic daemon-related functionality
2012-03-13 Iustin Pophtools: add logging functionality
2012-03-13 Iustin Pophtools: add runtime functionality
2012-03-13 Iustin Pophtools: add a small module for crypto functions
2012-03-13 Iustin Pophtools: add definitions for confd types
2012-03-13 Iustin Pophtools: add a very basic lib/config.py equivalent
2012-03-13 Iustin Pophtools: add partial implementation of lib/objects.py
2012-03-13 René Nussbaumerhtools: Make it possible to load an IAlloc request
2012-03-07 Iustin PopFix relocation test ClusterAllocRelocate
2012-03-07 Iustin PopFix IAlloc.processRelocate to support shared storage
next