1. 20 Aug, 2020 1 commit
  2. 19 Aug, 2020 2 commits
  3. 18 Mar, 2020 2 commits
  4. 28 Nov, 2018 4 commits
  5. 20 Nov, 2018 1 commit
  6. 08 Nov, 2018 2 commits
  7. 12 Sep, 2018 3 commits
  8. 27 Aug, 2018 2 commits
  9. 27 Jul, 2018 1 commit
  10. 26 Jul, 2018 7 commits
  11. 23 Jul, 2018 1 commit
  12. 18 Jul, 2018 1 commit
  13. 17 Jul, 2018 1 commit
  14. 03 Jul, 2018 1 commit
  15. 18 Jun, 2018 2 commits
  16. 02 May, 2018 2 commits
  17. 01 May, 2018 1 commit
  18. 29 Apr, 2018 2 commits
  19. 12 Apr, 2018 1 commit
    • Mehdi Abaakouk's avatar
      Fix regression with exoic timestamp · be90b736
      Mehdi Abaakouk authored
      We recently uses local TZ, when timestamps doesn't have a TZ.
      But Gnocchi client was passing the string as-is before allowing
      all kind of timestamps that the server support (like +2hour, now, ...).
      
      This change restores this feature.
      be90b736
  20. 27 Mar, 2018 1 commit
  21. 21 Mar, 2018 2 commits
    • Martin Mágr's avatar
      Avoid using openstack-doc-tools · b69f9c54
      Martin Mágr authored
      This patch remove usage of os_doc_tools.command and utilizes
      cliff.sphinxext with minor modification.
      
      The modification is required because original CommandManager
      does not see gnocchi commands for some reason.
      
      Fixes issue #80.
      b69f9c54
    • Mehdi Abaakouk's avatar
      tests: adapt status tests output · 7be36975
      Mehdi Abaakouk authored
      gnocchi status now returns 3 items. This change the tests
      to ensure it works whatever the server side status return.
      7be36975