Skip to content
Snippets Groups Projects
  1. Feb 12, 2013
  2. Feb 11, 2013
  3. Feb 05, 2013
  4. Feb 04, 2013
  5. Feb 01, 2013
  6. Jan 31, 2013
  7. Jan 11, 2013
  8. Jan 09, 2013
  9. Dec 21, 2012
  10. Dec 19, 2012
    • Guido Trotter's avatar
      Fix QA for --offline semantics modification · 1ba25bad
      Guido Trotter authored
      
      The previous patch series made it simpler to deal with ERROR_up offline
      instances, but didn't fix qa, that had the old expectations. This fixes
      that, and adds more testing about the expected behavior.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      1ba25bad
    • Michael Hanselmann's avatar
      Replace frozenset with compat.UniqueFrozenset · b8028dcf
      Michael Hanselmann authored
      
      This is not a trivial s/frozenset/compat.UniqueFrozenset/, but rather
      only replaces “frozenset” where appropriate. Most of the places are
      “static” information that doesn't change after the module has been
      loaded.
      
      Some docstrings and code formatting (e.g. empty lines) issues are
      addressed as well. Some lines got too long and were wrapped.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      b8028dcf
    • Iustin Pop's avatar
      Remove some unused Python code · 45317e3a
      Iustin Pop authored
      
      This patch removes code which is no longer used due to refactoring:
      
      - http.InitSsl, last usage removed in commit 33231500 (“Convert RPC
        client to PycURL”)
      - rapi.baserlib.MakeParamsDict, last usage remove in commit 4e5a68f8
        (“RAPI: rlib1 removal”)
      - rapi.baserlib.ExtractField, last usage removed in commit 028c6b76
        (“RAPI:Fix root list and unittest for it.”)
      - qa.qa_utils.AssertNotEqual, last real usage removed in commit
        2f4b4f78 (“Simplify QA commands”) (but it was still imported for a
        while, until we extended pylint to run over the QA code as well)
      - qlang._IsHostname, added in commit f8638e28 (“Detect globbing
        patterns as query arguments”) but never used
      - cmdlib._BuildNetworkHookEnvByObject, last usage removed in commit
        f22433c0 (“Locking related fixes for networks”)
      - NLD constants, which are obsolete—the nbma project is no longer
        maintained and it's not working with current ganeti
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      45317e3a
  11. Dec 18, 2012
  12. Nov 20, 2012
  13. Oct 19, 2012
  14. Oct 11, 2012
Loading