Skip to content
Snippets Groups Projects
  1. Oct 05, 2018
  2. Aug 01, 2018
  3. Jul 31, 2018
  4. Jul 30, 2018
  5. Jul 26, 2018
  6. Jul 24, 2018
  7. Jul 17, 2018
  8. Apr 10, 2018
  9. Mar 06, 2018
    • Mehdi Abaakouk's avatar
      Move out from pbr · 3f8a22a5
      Mehdi Abaakouk authored
      All pbr interesting features (the seutp.cfg) have been implemented in
      setuptools since version 30.3.0 (8 Dec 2016).
      Also pbr will break us soon and force us to found a new solution
      to generate things during setup.py steps.
      https://github.com/gnocchixyz/gnocchi/issues/755
      
      When you use pbr you cannot override most of the cmdclass. So we cannot
      make our hooks working anymore.
      
      Generation of ChangeLog and AUTHORS are done during egg_info.
      gnocchi-api script is created on the fly with the right python header
      
      Package file listing and package version is done by the pypa maintained
      setuptools_scm.
      
      This may impact downstream packaging as setuptools versions are a bit
      old:
      * xenial: 20.7
      * zesty: 33.1.1
      * centos7/rhel7: 0.9.8 ... really ?
      * rdo queen: 22.0
      * rdo rocky plan to 38.6
      
      Closes-bug: #755
      3f8a22a5
  10. Mar 01, 2018
  11. Feb 15, 2018
  12. Feb 07, 2018
  13. Feb 01, 2018
  14. Jan 11, 2018
  15. Jan 10, 2018
    • gord chung's avatar
      optimise percentile computation with pure numpy · 7eaaad03
      gord chung authored
      i believe i figured out how percentile is computed. this does
      something very similar to median (for obvious reasons). at highlevel:
      - get the index the percentile would land on and assume it falls
      between indices
      - take the values of the indices it falls between and figure out
      weight of each value.
      - handle the percentiles that fall on an exact index.
      
      this is ~30x better. it's actually a bit slower (3%-5%?) than the
      median computation so it's debatable if we want to remove median code.
      
      drop scipy. also remove numpy.lib.recfunctions as it doesn't seem to
      used anywhere.
      7eaaad03
  16. Dec 11, 2017
  17. Nov 23, 2017
    • Julien Danjou's avatar
      Simplify Ceph flavor · b5129474
      Julien Danjou authored
      Now that the `ceph` flavor is gone, let's use `ceph` for the recommended
      approach and `ceph_alternative` for the other one.
      b5129474
  18. Nov 21, 2017
  19. Nov 06, 2017
  20. Sep 16, 2017
  21. Sep 14, 2017
    • Mehdi Abaakouk's avatar
      doc: Enable warning as error on multiversion · 1364f26c
      Mehdi Abaakouk authored
      To enable warning as error, this changes
      * Remove empty 2.1 and 2.2 release notes
      * Add a hack to make pkg_resource find local entry_point
      * Add a script to check all versions are linked on the main page
      * Ensure logo is the latest
      1364f26c
  22. Sep 13, 2017
    • Mehdi Abaakouk's avatar
      Fix old doc build · 30b294a1
      Mehdi Abaakouk authored
      The rest page of the stable branch is missing
      
      We remove retrying from our deps, but miss to put it in docs-gnocchi.xyz
      
      This change fixes that.
      30b294a1
    • Mehdi Abaakouk's avatar
      doc: enable logging · 6007dca7
      Mehdi Abaakouk authored
      By default, daiquiri output is hidden. The side effect is
      that some sphinx error are not printed.
      
      This change fixes that.
      6007dca7
  23. Jul 31, 2017
  24. Jun 30, 2017
    • Julien Danjou's avatar
      Remove genconfig target · 8ace8523
      Julien Danjou authored
      We have a dedicated tool that can be run in any standard installation of
      Gnocchi, not need for a hackish tox target anymore.
      8ace8523
  25. Jun 27, 2017
  26. Jun 19, 2017
  27. Jun 17, 2017
  28. Jun 14, 2017
  29. Jun 13, 2017
    • Julien Danjou's avatar
      Remove oslotest dependency · cba74ba1
      Julien Danjou authored
      Oslotest is OpenStack specific and we actually don't use any of its feature
      except stdout redirection and log silencing, which is really provided by
      `fixtures' and `daiquiri'.
      Remove it and use testtools directly. This avoids having OS_* variables used
      everywhere and makes sure we don't pull dependencies we don't need (mox3,
      os-client-config, etc).
      cba74ba1
  30. Jun 10, 2017
Loading