- 02 Oct, 2020 1 commit
-
-
Tobias Urdin authored
-
- 01 Oct, 2020 6 commits
-
-
Tobias Urdin authored
In the StatusController the statistics for the members on python3 is a byte string which cannot be jsonified. This changes so it loops through the statistics for the member and ensures the key is a string and not a byte string.
-
Tobias Urdin authored
-
Tobias Urdin authored
-
Matthias Runge authored
This reverts commit 1daba130be03f8bcc2654677ad9b69db70bb74ce.
-
Matthias Runge authored
-
Matthias Runge authored
Update the docs etc. to use rados directly.
-
- 30 Sep, 2020 1 commit
-
-
Tobias Urdin authored
-
- 15 Sep, 2020 8 commits
-
-
James Page authored
Under newer MySQL versions check constraints are supported and must have unique names. Drop and re-create the check constraints on the resource and resource_history tables to ensure that they are uniquely named for upgrades in existing deployments. Ensure that check constraints are created with unique names in new deployments.
-
Tobias Urdin authored
Debug causes Travis to drop the job because there is to much output.
-
Tobias Urdin authored
This reverts commit df3ed0a4a2772ca6224cb4a9c3093a7f1d728c6f.
-
Tobias Urdin authored
There is a issue when executing pifpaf directly from tox, something with psutil/subprocess interaction that makes it not find the run-upgrade-tests.sh script.
-
Tobias Urdin authored
-
Tobias Urdin authored
These are treated as error, suppress for now and we can go back and fix docs later.
-
Tobias Urdin authored
-
Tobias Urdin authored
-
- 13 Feb, 2020 1 commit
-
-
pedro authored
-
- 16 Jan, 2020 1 commit
-
-
Julien Danjou authored
This is the current hosting platform now that the name has expired.
-
- 31 Jul, 2019 1 commit
-
-
gord chung authored
- force upgrade of six - remove README.rst cleanup as it's been done permanently (and i didn't realise this line existed when i did it) - add skip_existing[1]. each ENV runs the deploy so travis tries to upload multiple times and fails on each ENV except for the first [1] https://docs.travis-ci.com/user/deployment/pypi/#upload-artifacts-only-once
-
- 23 Jul, 2019 3 commits
-
-
gord chung authored
- don't concat the values when getting unique times across series - create a common sum function instead of making a sum timeseries and ripping out just the values. - fix test
-
James Page authored
Fix miscellanous encoding issue when running under Python 3: - Encoding of member_id prior to passing into tooz. - Decoding of member ID's during response processing for status API calls.
-
gord chung authored
it's failing.
-
- 28 May, 2019 4 commits
-
-
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.
-
gord chung authored
seems long_description needs to render cleanly to upload to pypi: https://github.com/pypa/warehouse/issues/5890 related: #1025
-
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
-
gord chung authored
Reduce the number of required reviewers
-
- 27 May, 2019 3 commits
-
-
gord chung authored
fix gendoc
-
Julien Danjou authored
With the low activity going on, it might be hard to get two reviews.
-
gord chung authored
gendoc throws: `AttributeError: 'Sphinx' object has no attribute 'info'` use logging provided by sphinx.util (not sure why it's using sphinx logger but meh)
-
- 21 Feb, 2019 1 commit
-
-
gord chung authored
don't fail everything if one group missing metric
-
- 15 Feb, 2019 1 commit
-
-
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
-
- 06 Feb, 2019 1 commit
-
-
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
-
- 29 Jan, 2019 1 commit
-
-
Julien Danjou authored
-
- 27 Nov, 2018 1 commit
-
-
Nagasai Vinaykumar Kapalavai authored
-
- 27 Oct, 2018 1 commit
-
-
Julien Danjou authored
-
- 26 Oct, 2018 1 commit
-
-
gord chung authored
catch and carry on. Closes: #996
-
- 24 Oct, 2018 1 commit
-
-
gord chung authored
the REST output seems to be clashing with the formatting of previous element. remove the formatting and move the REST output above.
-
- 22 Oct, 2018 1 commit
-
-
yunshi authored
The error detail looks like: { 'cause': 'Invalid input', 'reason': 'boulet', 'detail': ['field'], } Note: Voluptuous prints `r` before data path for str(voluptuous.Invalid) in Python2. To simplify tests in Python2 and Python3, the error reasons are checked by regex.
-
- 05 Oct, 2018 2 commits
-
-
Julien Danjou authored
This extension does not work anymore and is not maintained upstream.
-
Julien Danjou authored
Fixes #953
-