Nikita Safonov

Results 3 issues of Nikita Safonov

https://github.com/plouc/go-gitlab-client/blob/master/projects.go#L74 It says project path (namespace + project name) has to be passed with delimiter escaped (`/` => `%2F`), but we can do that automatically with `QueryEscape` from `net/url`. Can...

**What happened?** I installed the 0.9.3 role version, specify web listen address to be `127.0.0.1:9115` and after I ran a playbook, there was an error: ``` TASK [cloudalchemy.blackbox-exporter : configure...

bug