- Oct 05, 2018
-
-
Julien Danjou authored
This extension does not work anymore and is not maintained upstream.
-
- Oct 03, 2017
-
-
gord chung authored
Measure is only leveraged by incoming driver.
-
- Oct 02, 2017
-
-
Julien Danjou authored
-
Julien Danjou authored
-
- Sep 14, 2017
-
-
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
-
- Jul 19, 2017
-
-
Julien Danjou authored
One of the biggest mystery in universe will be why there is a connect method on the indexer that does nothing.
-
- Jun 09, 2017
-
-
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.
-
- May 19, 2017
-
-
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
-
- Mar 31, 2017
-
-
Mehdi Abaakouk authored
Change-Id: I93b6a598ffd424db89c4bf5374a61a361428de60
-
- Feb 01, 2017
-
-
Julien Danjou authored
Change-Id: I838b86ef92a44bb47e059a62ca40457008b96164
-
- Jan 03, 2017
-
-
Julien Danjou authored
Change-Id: I131664319cc9f9c8eda9b5c24e0de04664da3f25
-
- Nov 25, 2016
-
-
Mehdi Abaakouk authored
Change-Id: I4933b99405c6c382b50d7ef5aa28146301ed5f0f
-
- Oct 10, 2016
-
-
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
-
- Sep 30, 2016
-
-
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
-
- Sep 16, 2016
-
-
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
-
- Aug 25, 2016
-
-
Hanxi authored
In the cfg module default=None is set as the default value. Change-Id: If7edb70aff5c7b50acca0fc513250731ec15f0c6 Closes-bug: #1323975
-
- Apr 05, 2016
-
-
Eyal authored
Change-Id: Ia46a6d5c9ca38f4497da796274a1dac8f148d044
-
- Mar 22, 2016
-
-
Mehdi Abaakouk authored
Change-Id: I743f0b33f014411d7ac07d0c11f40870413bed27
-
- Jun 15, 2015
-
-
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
-
- Jun 12, 2015
-
-
Mehdi Abaakouk authored
Depends-On: I23d313220607fcc8acb95ab43f55b7d9899b9b1f Change-Id: I355a46e0b93601dc87cd65380b3aa11ae8e22140
-
- Mar 03, 2015
-
-
Mehdi Abaakouk authored
Change-Id: Id0fcba162584269fd62ea164060592917939fd32
-
- Jan 28, 2015
-
-
Mehdi Abaakouk authored
Tool that allows to measure the duration of some gnocchi requests * POST emtrics * POST measures * GET measures Co-Authored-By:
Ilya Tyaptin <ityaptin@mirantis.com> Change-Id: I905b52c8973c88ba61153322b4dd171d58a9a004
-
- Sep 25, 2014
-
-
Julien Danjou authored
Change-Id: I2d67be195a5fff6589637c02eab0d15f7a745c0a
-
- Jul 10, 2014
-
-
Julien Danjou authored
commit 569979adfd4237869bb50c7aaa02bc3fd4f0b413 Change-Id: I0096b7f0c9fe15014982801ceee2170e4d364fd6
-
- May 07, 2014
-
-
Julien Danjou authored
-