Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. Nov 27, 2018
  3. Oct 27, 2018
  4. Oct 26, 2018
  5. Oct 24, 2018
    • gord chung's avatar
      fix doc formatting · c1c8332c
      gord chung authored
      the REST output seems to be clashing with the formatting of previous
      element. remove the formatting and move the REST output above.
      c1c8332c
  6. Oct 22, 2018
    • yunshi's avatar
      api: Display voluptuous error details · 5f171bcd
      yunshi authored
      The error detail looks like:
      
        {
          'cause': 'Invalid input',
          'reason': 'boulet',
          'detail': ['field'],
        }
      
      Note:
      
      Voluptuous prints `r` before data path for
      str(voluptuous.Invalid) in Python2. To simplify
      tests in Python2 and Python3, the error reasons
      are checked by regex.
      5f171bcd
  7. Oct 05, 2018
  8. Sep 29, 2018
  9. Sep 11, 2018
    • Vladyslav Drok's avatar
      Fix computation for metrics with multiple granularities · cf0ebc40
      Vladyslav Drok authored
      The high archive policy created by default contains three different
      granularity definitions - 1 second, 1 hour and one day. For such
      metrics the split computation has been done incorrectly as it was
      using oldest keys not taking into account those keys granularity.
      It caused TypeErrors when comparing two SplitKeys with different
      granularities.
      
      closes: gnocchixyz/gnocchi#959
      cf0ebc40
    • Vladyslav Drok's avatar
      Fix splits update statistics dictionary key · ca67a854
      Vladyslav Drok authored
      Change-Id: I9747a9bc9f9adea61bb6bcca571aa90c473172d5
      ca67a854
  10. Sep 10, 2018
  11. Sep 04, 2018
  12. Aug 29, 2018
  13. Aug 23, 2018
  14. Aug 06, 2018
  15. Aug 01, 2018
  16. Jul 31, 2018
  17. Jul 30, 2018
  18. Jul 27, 2018
  19. Jul 26, 2018
  20. Jul 24, 2018
  21. Jul 20, 2018
  22. Jul 17, 2018
  23. Jul 03, 2018
  24. Jul 02, 2018
  25. Jun 21, 2018
  26. Jun 19, 2018
  27. Jun 15, 2018
Loading