Skip to content
Snippets Groups Projects
  1. Jul 08, 2009
  2. 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
  3. 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
  4. 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
  5. 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
  6. May 18, 2009
  7. 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
  8. Apr 20, 2009
  9. 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
  10. Mar 21, 2009
  11. Mar 20, 2009
  12. Mar 12, 2009
  13. Feb 22, 2009
  14. Jan 28, 2009
Loading