Skip to content
Snippets Groups Projects
  1. Oct 05, 2018
  2. Oct 03, 2017
  3. Oct 02, 2017
  4. 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
  5. Jul 19, 2017
  6. Jun 09, 2017
    • Mehdi Abaakouk's avatar
      tests: Update travis/tox configuration · 2ce47732
      Mehdi Abaakouk authored
      Travis ressources for opensource project is limited
      
      This change will limit the number of jobs per PR in parallel, allowing
      more PR to be processed at the same time.
      
      And remove the build of the image of each commit (save 3-4 minutes).
      It pulls the image from dockerhub (I will create a new repo to have
      this image updated automatically).
      
      It's run in parallel tests of differents storage system.
      
      The overall time of testing is still ~40 minutes, but now we use only 3
      jobs instead of 10.
      2ce47732
  7. May 19, 2017
    • Mehdi Abaakouk's avatar
      travis: fix travis-ci docker image · 86694d65
      Mehdi Abaakouk authored
      A couple of fix for the docker image used by travis:
      
      * locale package is no more installed by default
      * liberasurecode-dev is required, now
      * sphinx >= 1.6.0 have broken sphinx-versioning
      * Don't use sphinx math module
      
      Change-Id: Iba06d0c4667e2a11495fb25375de7152b2b02597
      86694d65
  8. Mar 31, 2017
  9. Feb 01, 2017
  10. Jan 03, 2017
  11. Nov 25, 2016
  12. Oct 10, 2016
    • Hanxi Liu's avatar
      Add helper for utcnow to epoch nano · 2ac7a209
      Hanxi Liu authored
      We use int(utils.datetime_to_unix(<whatever_datetime_in_utc>)
      * int(10e8)) so much. So we need add a helper to simply them.
      
      Change-Id: I948c545b7366b66dd39d5d95383bff17e42fc7f2
      Closes-Bug: #1630576
      2ac7a209
  13. Sep 30, 2016
    • gord chung's avatar
      switch to stop validating batch individually · 83f02996
      gord chung authored
      deserialize_and_validate takes up the majority of the POST time when
      using batch interface. this is because it validates each point
      individually so the larger the POST, the processing time increases
      nearly linearly.
      
      this changes it so we process it at as a batch
      
      Closes-Bug: #1624537
      Change-Id: I4f8b8559bfee0994fbc975856b592b13d00e57c8
      83f02996
  14. Sep 16, 2016
    • Julien Danjou's avatar
      carbonara: replace msgpack encoding with struct for new measures · ec055f58
      Julien Danjou authored
      This replaces the msgpack encoding that was use to store new measures to
      a lighter struct one. oslo_serialization.msgpackutils actually makes a
      pretty big encoding of the `datetime.datetime' object, whereas having
      just a long integer is enough in our case.
      
      Change-Id: If89e3d740a400a912c79e5731fb7907f97d2fe42
      ec055f58
  15. Aug 25, 2016
    • Hanxi's avatar
      remove default=None for config options · 73ed9790
      Hanxi authored
      In the cfg module default=None is set as the default value.
      
      Change-Id: If7edb70aff5c7b50acca0fc513250731ec15f0c6
      Closes-bug: #1323975
      73ed9790
  16. Apr 05, 2016
  17. Mar 22, 2016
  18. Jun 15, 2015
    • Mehdi Abaakouk's avatar
      perf tools: remove deprecated API · a91a2425
      Mehdi Abaakouk authored
      pandas.datumFrame have been deprecated for pandas.DataFrame a long
      time ago. And now don't exists anymore.
      
      This change fixes that.
      
      Change-Id: I7501d1d2bc8f1ac16ffe72195a4925cf8659775d
      a91a2425
  19. Jun 12, 2015
  20. Mar 03, 2015
  21. Jan 28, 2015
  22. Sep 25, 2014
  23. Jul 10, 2014
    • Julien Danjou's avatar
      Update oslo-incubator · 9a3e05a5
      Julien Danjou authored
      commit 569979adfd4237869bb50c7aaa02bc3fd4f0b413
      
      Change-Id: I0096b7f0c9fe15014982801ceee2170e4d364fd6
      9a3e05a5
  24. May 07, 2014
Loading