gitlabr
gitlabr copied to clipboard
An R client for the GitLab API
Hi @statnmap Many thanks for great package! I came across unusual behavior. I'm trying to retrieve information using `gl_list_projects()` function I try to return [inkscape](https://gitlab.com/inkscape/inkscape) as example that has Project...
Hello, I tried this library for the first time yesterday and encoutered a problem while uploading large html files (not sure in terms of size, but i thought it is...
This commit fixes a bug in `gitlab` that prevents passing arrays of arguments to the GitLab API. In particular, prior to this PR, attempting to pass an array of parameters...
I'm not sure if this is the best place to get help with this, but I'll try anyway .. So, I get an error like this: ``` > library(gitlabr) >...
If I follow the steps in the CONTRIBUTING.md/create_testor_on_gitlab.R file, I can't run `devtools::test()` ## Validation - [ ] We don't close the connection to gitlab until all the repo are...
why: - Prepare to release on CRAN What: - Fix URL redirections - Export gl_edit_comment(), gl_delete_file() - Bump version 2.0.2 Issue #102
## Validation - [ ] I can create new subgroups in a given group ## Tech
## Validation + [ ] When the user provides an incorrect token an appropriate error message is shown  + [ ] When the user tries to access a repository...
We will create a new project on GitLab.com to test CI. During the tests, we do not want to send a gitlab-ci file to this project and wait for the...