gitlabr 2.0.1.9010
  • Reference
  • Articles
    • Quick Start Guide to 'gitlabr'
    • Create and manage a new GitLab project
    • Alternative connections to projects
    • Go further: understand and build your functions
    • e-create-gitlab-ci-pipelines
    • Breaking changes in 'gitlabr' V2
  • Changelog

Breaking changes in ‘gitlabr’ V2

Source: vignettes/z-gitlabr-v2.Rmd
z-gitlabr-v2.Rmd
library(gitlabr)
  • Default branch is named main whenever required.
    • This can be changed with gitlabr_options_set("gitlabr.main", "master")
  • All project-specific functions get project as first parameter. Changes apply to:
    • gl_get_comments(),gl_to_issue_id(), gl_get_issue_comments(), gl_get_commit_comments(), gl_edit_comment(), gl_edit_issue_comment(), gl_edit_commit_comment()
    • gl_repository()
    • gl_get_issue(), gl_to_issue_id(), gl_new_issue(), gl_create_issue(), gl_edit_issue(), gl_close_issue(), gl_reopen_issue(), gl_assign_issue(), gl_unassign_issue()
  • Changed use of api_version = "v4" by api_version = 4
  • Changed use of force_api_v3 = TRUE by api_version = 4 for deprecation by default

Developed by Jirka Lewandowski, Sébastien Rochette.

Site built with pkgdown 2.0.9.