Skip to content
Snippets Groups Projects
  1. Jul 03, 2019
  2. Jul 02, 2019
  3. Jun 25, 2019
  4. May 28, 2019
    • gord chung's avatar
      remove unused statistic code · d4ace01b
      gord chung authored
      this was previously used to log the aggregation performance (points/time).
      this logging doesn't exist anymore since we moved to bulk saving so
      remove it.
      d4ace01b
    • gord chung's avatar
      cleanup README.rst to upload to pypi · d12a3fb5
      gord chung authored
      seems long_description needs to render cleanly to upload to pypi:
      https://github.com/pypa/warehouse/issues/5890
      
      related: #1025
      d12a3fb5
    • gord chung's avatar
      handle infinity like nan · 56ce28a0
      gord chung authored
      infinity and nan are not part of json standard. the default python
      json serialiser will dump `inf` and `nan` (unquoted) and load the
      them.
      
      we've historically returned `nan` and supported ignoring it by specifying
      `fill=dropna`.
      
      i don't believe `"inf"` or `"nan"` is significantly better and since
      i don't want to break existing behaviour of nan, i think it's best
      to just treat infinity as we do nan for now. anything more opinionated
      probably requires more discussion.
      
      related: #1023
      56ce28a0
    • gord chung's avatar
      Merge pull request #1029 from jd/less-reviewer · 6a410bea
      gord chung authored
      Reduce the number of required reviewers
      6a410bea
  5. May 27, 2019
  6. Apr 23, 2019
    • Frode Nordahl's avatar
      Use Ceph helpers from ``charms.openstack`` · 5b21b6ce
      Frode Nordahl authored
      The Ceph relation adapter and keyring helper code was moved to
      ``charms.openstack`` as part of development of the
      ``ceph-rbd-mirror`` charm.
      
      Port the Gnocchi charm to re-use this code.
      
      Depends-On: If1d645f4708e27b724f93cac0e14431137c885d7
      Depends-On: I97b4c30dabfcf65ec3fb876c2a09a44172be85e7
      Change-Id: If0da7f1efcfa6b61aa210edcd76e9c3392e0e8e9
      5b21b6ce
  7. Apr 19, 2019
  8. Apr 10, 2019
  9. Apr 09, 2019
  10. Apr 05, 2019
    • Frode Nordahl's avatar
      Update series metadata · 55a9f6b0
      Frode Nordahl authored
      Ensure that EOL releases are removed from metadata
      and tests, and that the current dev release is enabled
      in metadata.  Dev release tests are enabled separately
      because of chickens and eggs.
      
      Change-Id: Idd527f75de70e43006ed6145b3599361e055e4c1
      55a9f6b0
  11. Apr 04, 2019
  12. Mar 22, 2019
  13. Mar 07, 2019
  14. Mar 04, 2019
  15. Mar 01, 2019
    • Paul Goins's avatar
      Added tox environment for gathering coverage · a74c4b46
      Paul Goins authored
      This technique was borrowed from the tox "cover" environment in
      openstack/nova's tox.ini.  This leverages the fact that stestr lets
      you override the python executable via the PYTHON environment
      variable.  Doing this allows us to easily generate coverage for our
      unit tests.
      
      An important caveat is that this does not provide any coverage for
      tests via zaza, amulet, etc.  It is purely focused on the unit tests.
      
      Note that this replaces the previous .coveragerc; coverage
      configuration is instead pulled from tox.ini.
      
      Change-Id: I46e3cfc0bb5a7853325b5d9351190d3687080318
      a74c4b46
  16. Feb 28, 2019
  17. Feb 21, 2019
  18. Feb 15, 2019
    • Mehdi Abaakouk's avatar
      Allow rate:XXX aggregations · c960f293
      Mehdi Abaakouk authored
      Old aggregate API was allowing rate:XXX format for rateofchange
      aggregation.
      
      This change restores it since we use the new internal API.
      
      Closes: #1016
      c960f293
  19. Feb 07, 2019
    • David Ames's avatar
      Run ceilometer-upgrade for all gnocchi tests · 4f48b46f
      David Ames authored
      The ceilometer-upgrade action is required for all gnocchi tests because
      the ceilometer-upgrade action is required whenever gnocchi is related to
      ceilomter.
      
      Change-Id: I95b5368e969bfbafceef2594625810f13c590a82
      4f48b46f
  20. Feb 06, 2019
    • gord chung's avatar
      don't fail everything if one group missing metric · 21f47fbe
      gord chung authored
      it's possible that not all groups will contain a specific metric.
      rather than fail, return the groups that do have the matching metric.
      only if all groups don't have matching metrics, should we fail.
      
      Fixes: #1013
      21f47fbe
  21. Feb 02, 2019
  22. Feb 01, 2019
    • Corey Bryant's avatar
      Rebuild for sync charm-helpers · 329beab2
      Corey Bryant authored
      Run ceilometer upgrade action in functional tests.
      
      Switch to using proposed packages pending LP: #1813582
      
      Closes-Bug: #1813982
      Related-Bug: #1813582
      Change-Id: Ie4bce16994fee7a3c4a546e0d7450dd44e92373d
      329beab2
  23. Jan 29, 2019
  24. Dec 19, 2018
  25. Dec 10, 2018
  26. Nov 30, 2018
Loading