Skip to content
Snippets Groups Projects
  1. Dec 17, 2012
    • Iustin Pop's avatar
      Add optional formatting for OP_DSC_FIELD · 8bc17ebb
      Iustin Pop authored
      
      For some opcodes, the output is not "stable", and depends on the exact
      input values; this makes it harder to check consistency against
      Haskell code.
      
      To compensate for this, we add a way to override the formatting of the
      OP_DSC_FIELD; by default, this is always "%s", but if the
      OP_DSC_FORMATTER is defined (must be a callable), it is used to format
      the actual value.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      8bc17ebb
  2. Dec 13, 2012
  3. Dec 12, 2012
  4. Dec 11, 2012
  5. Dec 07, 2012
  6. Dec 06, 2012
  7. Dec 05, 2012
  8. Dec 04, 2012
  9. Dec 03, 2012
  10. Nov 30, 2012
  11. Nov 29, 2012
    • Michael Hanselmann's avatar
      Fix type descriptions in RAPI documentation · 16091a6e
      Michael Hanselmann authored
      
      This patch adds descriptors to the “_CheckCIDR*” functions in opcodes
      and improves the descriptions generated by “ht.TInstanceOf”, thereby
      indirectly fixing bad type descriptions in the RAPI documentation.
      
      Before this patch:
      - (String and (<function _CheckCIDRAddrNotation at 0x2f…>))
      - (Instance of (<class 'ganeti.opcodes.OpInstanceCreate'>))
      
      After this patch:
      - (String and (IPv4 address))
      - (Instance of (ganeti.opcodes.OpInstanceCreate))
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
      16091a6e
  12. Nov 28, 2012
  13. Nov 27, 2012
  14. Nov 26, 2012
  15. Nov 23, 2012
  16. Nov 21, 2012
  17. Nov 20, 2012
Loading