gitlabr icon indicating copy to clipboard operation
gitlabr copied to clipboard

An R client for the GitLab API

Results 52 gitlabr issues
Sort by recently updated
recently updated
newest added

- [ ] The REPO_NAME variable is not set as a global variable - [ ] {pak} is used instead of remotes - [ ] A between job cache is...

## Tech - [ ] Passer en 2.0.2 - [ ] Suivre les consignes dev_history + Prepare for CRAN: https://github.com/ThinkR-open/prepare-for-cran

## Validation - [ ] {gitlabr} is clearly stated has being maintained on ThinkR-Open on the CRAN page ## Technicals - [x] Migrate to ThinkR-open - [x] Change links in...

As dev, I need an updated version of CI workflow to benefit from recent improvements in "r-ilb/actions", in particular with system setup ## Validation - [ ] There is no...

gitlab-ci

**Attention: CI is very special for {gitlabr} because of environment variables** + [ ] Mettre les ORCID des dev dans le fichier DESCRIPTION, partie `Authors` + [ ] Mettre ThinkR...

## Tech Replace the template : ```yaml image: rocker/verse variables: GIT_DEPTH: 10 REPO_NAME: "https://packagemanager.rstudio.com/all/__linux__/focal/latest" R_LIBS_USER: "ci/lib" cache: key: global-cache paths: - ${R_LIBS_USER} stages: - book-create - deploy book-branch: stage: book-create...

gitlab-ci

## Validation + [ ] At the line 31 of the file inst/gitlab-ci/check-coverage-pkgdown.yml the option `upgrade = "always"` has been added to the instruction `remotes::install_local()` ![image](https://user-images.githubusercontent.com/49268931/214780623-bad2730c-c904-4d67-9d76-f98c5de30ca0.png) ## Dev - Tech...

gitlab-ci

Consider the following reprex: ``` r gitlabr::set_gitlab_connection(gitlab_con = gitlabr::gl_project_connection(gitlab_url = "https://gitlab.com", project = 19126559L, private_token = Sys.getenv("GITLAB_COM_TOKEN"))) path_rel Error in http_error_or_content(.) : Not Found (HTTP 404). gitlabr::gl_get_file(file_path = xml2::url_escape(path_rel), ref...

bug

Set a first pre-merge of https://github.com/ThinkR-open/gitlabr/pull/74 to retrieve all modifications previously merged in main. - [x] Verify that group operations are working as expected - [ ] Verify consistency with...

I'd like `use_gitlb_ci()` to add appropriate badges in the README. Badges look like those: ``` # _Badges usethis::use_badge(badge_name = "pipeline status", href = "https://///-/commits/master", src = "https://///badges/master/pipeline.svg") usethis::use_badge(badge_name = "coverage...

wontfix
Difficulty: advanced