Skip to content
Snippets Groups Projects
  1. Oct 12, 2009
  2. Oct 08, 2009
  3. Oct 02, 2009
    • Iustin Pop's avatar
      Split the Luxi generic parts from the loader · 6583e677
      Iustin Pop authored
      The Luxi loader implements both a generic Ganeti Luxi client and the
      loader; it is better if these two are separated. The patch adds a
      Ganeti/Luxi.hs (not under HTools!) since that is generic for Ganeti, and
      not related necessarily to htools.
      6583e677
  4. Sep 29, 2009
  5. Sep 28, 2009
    • Iustin Pop's avatar
      Turn on, and fix, more warnings · fbb95f28
      Iustin Pop authored
      The Makefile was intented to be -Wall and not simply -W, but I missed
      that. This enables more warnings and also enables -Werror (except for
      the tests).
      fbb95f28
  6. Jul 08, 2009
  7. Jul 05, 2009
    • Iustin Pop's avatar
      Remove hn1 and related code · 266aea94
      Iustin Pop authored
      hn1 was deprecated for a while and this patch removes it altogether. The
      support code in Cluster.hs is also removed.
      266aea94
  8. Jun 01, 2009
    • Iustin Pop's avatar
      Initial add of the hspace tool · e10be8f2
      Iustin Pop authored
      This is a tool that checks how many instances (of same size, specified
      by command line arguments) can be added to a cluster while remaining N+1
      compliant.
      e10be8f2
    • Iustin Pop's avatar
      Ensure consistent naming of the tools · 9b1e1cc9
      Iustin Pop authored
      This patch makes sure that all references to the name of the software is
      ganeti-htools, not simply htools.
      9b1e1cc9
    • Iustin Pop's avatar
      Lots of documentation updates · 9188aeef
      Iustin Pop authored
      This patch does only doc build changes, doc changes and function move
      around (for more logical documentation). It should have no impact at all
      on the code.
      9188aeef
    • Iustin Pop's avatar
      Change the check rule in Makefile · ef53b4b2
      Iustin Pop authored
      Since ghc won't trigger recompilation due to the -fhpc flag, it's not
      useful to rm && make test, as this will only relink the binary.
      Therefore we simplify this rule.
      ef53b4b2
    • Iustin Pop's avatar
      Add test infrastructure and initial tests · 15f4c8ca
      Iustin Pop authored
      This patch adds a QuickCheck-based test infrastructure and initial tests
      based on it. The PeerMap module has a 100% coverage ☺️
      
      Side-note: one has to read the source of QuickCheck to see how to use it
      (especially the Batch submodule), the docs are not enough…
      15f4c8ca
  9. May 26, 2009
    • Iustin Pop's avatar
      Add a maintainer-clean makefile rule · cdd0a1dd
      Iustin Pop authored
      This splits the current “clean” rule into proper clean (cleaning of
      build artifacts) and maintainer-clean (cleaning of distributed files).
      This should make it better for Debian packaging.
      cdd0a1dd
  10. May 21, 2009
    • Iustin Pop's avatar
      Initial work on hail · 585d4420
      Iustin Pop authored
      This makes hail compile and get a request parsed via IAlloc, but nothing
      more.
      585d4420
  11. May 18, 2009
  12. Apr 21, 2009
    • Iustin Pop's avatar
      Fix the makefile dist rule · f438b9b3
      Iustin Pop authored
      It was missing a dependency on the Version.hs file, so right after “make
      clean”, a “make dist” used to fail.
      f438b9b3
  13. Apr 20, 2009
  14. Mar 23, 2009
    • Iustin Pop's avatar
      More documentation updates · 6ef35e3c
      Iustin Pop authored
      This removes most of the content of the README file (obsoleted by new
      algorithm and man pages), modifies the Makefile to include the built
      documentation in the source archive (so that haddock/hscolour are not
      needed) and updates the haddock-prologue with current information.
      6ef35e3c
  15. Mar 21, 2009
  16. Mar 20, 2009
  17. Mar 12, 2009
  18. Feb 22, 2009
  19. Jan 28, 2009
Loading