gitlabr
gitlabr copied to clipboard
An R client for the GitLab API
Hi @statnmap, I was hoping to use `{gitlabr}` to retrieve data about the members on each of my projects. I had a quick scan through the repository and there doesn't...
Thanks a lot for this great package! This is a feature request for adding functionality for milestones to the package. Being able to retreive milestones (besides issues) renders very powerful...
Some outputs like in `gl_list_group_projects()` return a column for each tag. That would be better with a list-column having a vector of tags. - Identify which other functions do return...
- [ ] Explore how `set_gitlab_connection()` works and propose a similar way to set a project for the entire session. This is to avoid `fun(project = my_proj)` each time. -...
``` # This file does not contain an automatic unit test, # since the shiny login module needs to be tested mnanually. # A function is defined that when called...
Hi Sébastien, First of all, thanks for the work on {gitlabr}. I'd like to report what it seems like an anomalous behaviour when querying issues of a public repository by...
In 'dev/upcoming": - gl_resource_events - gl_create_wiki - gl_protected_branches - gl_project_options ?
I corrected the code with a `name.repair` to avoid problems with {tibble} 4.0. There is a need to verify if the modification has some problems with earlier versions of {tibble}...
A couple of things that occurred to me while working on this PR: - I wonder if we ought to encourage users to use a different strategy for storing their...