Thomas LÉVEIL
Thomas LÉVEIL
I would be handy to show the healtchecks history of a container. I'm doing a lot of `docker inspect | jq '.[].State.Health'` which is quite tedious. Having a shortcut key...
# How to reproduce 1. run Dreampie 4c28940f5 from sources with python 2.7 on Windows 7 64bit 2. type the string `"Bacon ipsum dolor sit amet strip steak drumstick leberkas...
I had a quick look at the code and it seems apidaora does not offer any mean of prevent a task with the same parameters to be queued up twice....
fix #20  
This pull requests allows to change the number of days for data retention by setting the `CABOT_RESULTS_RETENTION_DAYS` environment variable.
# Motivation In it's current state, Cabot HTTP checks with SSL validation relies on the Python requests module to handle the SSL validation part. When it comes to validate the...
I have this error consistently when trying to delete an instance check (using Cabot 0.11.13) **cabot:** 0.11.13 **url**: http://xxxxxxxxxxx/instance/delete/7/ **result:** `Unhandled error. Please look at logs.` **log:** ``` ERROR 2018-08-09...
When setting up jenkins checks, I noticed cabot reports success for jenkins checks that failed due to technical issue (like wrong url for jenkins in the cabot conf). 
**Describe the bug** - maya is [declared](https://github.com/timofurrer/maya/blob/master/setup.py#L18) as compatible with Python 2.7 - maya depends on [dateparser >= 0.7.0](https://github.com/timofurrer/maya/blob/master/setup.py#L30) - since [this commit](https://github.com/scrapinghub/dateparser/commit/11c0b8ff2864109834670105a87485da2daa9afe#commitcomment-41676363), dateparser is not compatible with Python 2.7...
Am I wrong expecting those new tests to pass ? ```python # assuming we are on the 2020-08-04T01:00:00+02:00 assert str(maya.when("midnight", timezone='Europe/Paris').datetime(to_timezone="Europe/Paris")) == "2020-08-04 00:00:00+02:00" ```