Boban Petrovic

Results 9 issues of Boban Petrovic

Hi, I created graphite container with this image [graphite-statsd](https://hub.docker.com/r/hopsoft/graphite-statsd/) After that, I started collectd-mesos-tasks as: `docker run -d -e GRAPHITE_HOST=172.17.0.3 -e MESOS_HOST=x.x.x.x bobrik/collectd-mesos-tasks` where 172.17.0.3 is ip of graphite container...

This is possible since one of previous versions, I guess by posting the same request with WORKERSERVICE switch, but it looks like it's not doable from UI yet. Is it...

Hi, in our case, Singularity 0.18.2 can't detect memory usage for slaves: ![image](https://user-images.githubusercontent.com/13204754/36538692-b29068f6-17d4-11e8-9f6e-3786d4ab39e3.png) but it can overall, for cluster: ![image](https://user-images.githubusercontent.com/13204754/36538805-090181e8-17d5-11e8-9877-3a92a767817f.png) Also, in request view, it shows 0 for memory usage:...

As it is, anyone who has access to singularity, can deploy anything to be executed as root user. Basically, this is almost the same as they have ssh access to...

Is there any plan to work on fixing security vulnerabilities in published docker images? My organization is using XRay, which blocks images with high severity vulnerabilities, and this greatly reduces...

The table in PR comment has "Lines" as the name of the first column, but it should be "Statements", as it's in `coverage` table output.

``` $ cat /tmp/timeperiods [ { "thursday" : "00:00-24:00", "wednesday" : "00:00-24:00", "friday" : "00:00-24:00", "sunday" : "00:00-24:00", "alias": "Always-2", "monday" : "00:00-24:00", "tuesday" : "00:00-24:00", "timeperiod_name": "24x7-2", "saturday" :...

bug

Let's have ``` form random_forestry import RandomForest rf_1 = RandomForest() rf_2 = RandomForest() ``` Since default value for seed is random number, we expect: ``` assert rf_1.seed != rf_2.seed ```...

Python

`preprocessing.py` has method `has_nas`, but it's not used anywhere. Requires cleanup.

Python
cleanup