gitlabr
gitlabr copied to clipboard
an R client for the gitlab API
/!\ Please do not add issues here: new repository for {gtlabr}: https://github.com/statnmap/gitlabr/
The project will continue on https://github.com/statnmap/gitlabr/
hi, this is my first time submit an issue. If I do anything wrong, please just let me know. **Error in gl_push_file()** When I push a file (e.g. csv) to...
**Actual Results** Since GitLab introduced "multiple assignees" as of version 11.11, gitlabr runs intro trouble when _"unpacking"_ a request such as the following (dummy URL is used): ``` my_gitlab
Hello, I think there is a difference in behaviour between gl_file_exists, gl_get_file & gl_proj_req. The first function needs file_path as text while the others need it as URL encoded text,...
I'm trying to use `gitlabr` with my [repo](https://gitlab.com/csgillespie). But I find it just hangs. I've created a key, with full access, and have tried ``` # Just hangs my_gitlab
I search the old issue and don't find the answer, so I open a new one. I get this error. ```r Error in vapply(elements, encode, character(1)) : values must be...
Hi, when trying to connect to gitlab version 10.5.4, gitlabr looks for the URL `[22/Nov/2018:16:00:32 +0100] "POST //api/v4//session HTTP/1.1" 404 25 "" "libcurl/7.55.1 r-curl/3.2 httr/1.3.1"` According to the [Gitlab API](https://docs.gitlab.com/ee/api/)...