Thomas LÉVEIL

Results 38 issues of 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 ![image](https://user-images.githubusercontent.com/42300/59277415-750c4c00-8c60-11e9-898f-66be75fb2b81.png) ![image](https://user-images.githubusercontent.com/42300/59277429-7b9ac380-8c60-11e9-8a42-587261153b3d.png)

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). ![image](https://cloud.githubusercontent.com/assets/42300/25535683/44513d4e-2c38-11e7-8c17-04aa69e4e0eb.png)

bug
jenkins

**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" ```