1. 20 Oct, 2019 1 commit
  2. 18 Jul, 2019 1 commit
  3. 17 Jul, 2019 1 commit
  4. 26 Mar, 2019 6 commits
  5. 09 Mar, 2019 2 commits
  6. 04 Sep, 2018 1 commit
  7. 21 Aug, 2018 4 commits
  8. 14 Aug, 2018 1 commit
  9. 03 Aug, 2018 1 commit
  10. 27 Jul, 2018 1 commit
  11. 26 Jul, 2018 7 commits
  12. 23 Jul, 2018 1 commit
  13. 18 Jul, 2018 1 commit
  14. 17 Jul, 2018 1 commit
  15. 03 Jul, 2018 1 commit
  16. 18 Jun, 2018 2 commits
  17. 02 May, 2018 2 commits
  18. 01 May, 2018 1 commit
  19. 29 Apr, 2018 2 commits
  20. 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
  21. 27 Mar, 2018 1 commit
  22. 21 Mar, 2018 1 commit
    • 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