Skip to content
Snippets Groups Projects
  1. Sep 06, 2010
  2. Aug 19, 2010
  3. Aug 17, 2010
  4. Jul 28, 2010
  5. Jul 20, 2010
  6. Jul 19, 2010
    • Iustin Pop's avatar
      Introduce git reference/tag tracking for debugging · 84a12e40
      Iustin Pop authored
      
      This patch adds a new vcs-version file that is generated via git (and
      can be adapted if VCS is changed) and then embebbded as VCS_VERSION in
      the constants module.
      
      This means two things:
      - local modifications without committing to git (or when using a tar.gz
        archive + mods) will not be reflected
      - version is fixed at the time of the last make regen-vcs-version (dist time,
        or devel/upload which calls this)
      
      Thus this is more geared at developers rather than end users.
      
      The patch:
      
      - adds rules for generating the vcs-version file
      - adds a dist-hook for re-generating the file (if possible) and copying
        the updated version to the distdir
      - modifies devel/upload to re-generate the file before upload
      
      The output of --version will look like:
      gnt-cluster (ganeti v2.2.0beta0-184-gebca7e6) 2.2.0~beta0
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      84a12e40
  7. Jul 16, 2010
    • Michael Hanselmann's avatar
      Convert RPC client to PycURL · 33231500
      Michael Hanselmann authored
      
      Instead of using our custom HTTP client, using PycURL's multi
      interface allows us to get rid of the HTTP client threadpool.
      The majority of the code is still in the ganeti.http.client
      module.
      
      A simple per-thread HTTP client pool gives cURL a chance to
      cache and retain as much information as possible (e.g. SSL certs).
      Unused HTTP clients (e.g. due to removed nodes) are deleted after
      25 requests going through the pool.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      33231500
  8. Jul 15, 2010
  9. Jul 09, 2010
  10. Jul 06, 2010
  11. Jul 02, 2010
  12. Jul 01, 2010
  13. Jun 30, 2010
  14. Jun 29, 2010
  15. Jun 17, 2010
  16. Jun 14, 2010
  17. Jun 10, 2010
  18. Jun 04, 2010
  19. May 28, 2010
  20. May 21, 2010
  21. May 20, 2010
  22. May 18, 2010
  23. May 17, 2010
  24. May 13, 2010
  25. May 11, 2010
  26. Apr 23, 2010
  27. Apr 21, 2010
  28. Apr 20, 2010
Loading