Access to the 'Gitlab' API


[Up] [Top]

Documentation for package ‘gitlabr’ version 2.0.1

Help Pages

archive Deprecated functions
assign_issue Deprecated functions
close_issue Deprecated functions
comment_commit Deprecated functions
comment_issue Deprecated functions
create_branch Deprecated functions
create_merge_request Deprecated functions
delete_branch Deprecated functions
edit_commit_comment Deprecated functions
edit_issue Deprecated functions
edit_issue_comment Deprecated functions
file_exists Deprecated functions
get_comments Deprecated functions
get_commits Deprecated functions
get_commit_comments Deprecated functions
get_diff Deprecated functions
get_file Deprecated functions
get_gitlab_connection Get/set a GitLab connection for all calls
get_issue Deprecated functions
get_issues Deprecated functions
get_issue_comments Deprecated functions
get_project_id Deprecated functions
gitlab Request GitLab API
gitlabr-deprecated Deprecated functions
gitlabr_0_7_renaming renaming from gitlabr version 0.6.4 to 0.7
gitlabr_options_set Set gitlabr options
gitlab_connection Deprecated functions
glLoginInput Shiny module to login to GitLab API
glReactiveLogin Shiny module to login to GitLab API
gl_archive Archive a repository
gl_assign_issue Post a new issue or edit one
gl_builds Access the GitLab CI builds
gl_ci_job Define GitLab CI jobs content
gl_close_issue Post a new issue or edit one
gl_close_merge_request Manage merge requests
gl_comment_commit Get the comments/notes of a commit or issue
gl_comment_issue Get the comments/notes of a commit or issue
gl_connection Connect to a specific GitLab instance API
gl_create_branch List, create and delete branches
gl_create_issue Post a new issue or edit one
gl_create_merge_request Manage merge requests
gl_delete_branch List, create and delete branches
gl_delete_file Upload, delete a file to a GitLab repository
gl_delete_issue Post a new issue or edit one
gl_delete_merge_request Manage merge requests
gl_delete_project Manage projects
gl_edit_comment Get the comments/notes of a commit or issue
gl_edit_commit_comment Get the comments/notes of a commit or issue
gl_edit_issue Post a new issue or edit one
gl_edit_issue_comment Get the comments/notes of a commit or issue
gl_edit_merge_request Manage merge requests
gl_edit_project Manage projects
gl_file_exists Access to repository files in GitLab
gl_get_branch List, create and delete branches
gl_get_comments Get the comments/notes of a commit or issue
gl_get_commits Get commits and diff from a project repository
gl_get_commit_comments Get the comments/notes of a commit or issue
gl_get_diff Get commits and diff from a project repository
gl_get_file Access to repository files in GitLab
gl_get_issue Get issues of a project or user
gl_get_issue_comments Get the comments/notes of a commit or issue
gl_get_project List projects information
gl_get_projects List projects information
gl_get_project_id Get a project id by name
gl_jobs Access the GitLab CI builds
gl_latest_build_artifact Access the GitLab CI builds
gl_list_branches List, create and delete branches
gl_list_files Access to repository files in GitLab
gl_list_group_projects List projects information
gl_list_issues Get issues of a project or user
gl_list_merge_requests Manage merge requests
gl_list_projects List projects information
gl_list_user_projects List projects information
gl_new_issue Post a new issue or edit one
gl_new_project Manage projects
gl_pipelines Access the GitLab CI builds
gl_project_connection Connect to a specific GitLab instance API
gl_proj_req Create a project specific request
gl_push_file Upload, delete a file to a GitLab repository
gl_reopen_issue Post a new issue or edit one
gl_repository Access to repository files in GitLab
gl_to_issue_id Translate projectwide issue id to global GitLab API issue id
gl_unassign_issue Post a new issue or edit one
list_branches Deprecated functions
list_files Deprecated functions
list_projects Deprecated functions
new_issue Deprecated functions
project_connection Deprecated functions
proj_req Deprecated functions
push_file Deprecated functions
reopen_issue Deprecated functions
repository Deprecated functions
set_gitlab_connection Get/set a GitLab connection for all calls
to_issue_id Deprecated functions
unassign_issue Deprecated functions
unset_gitlab_connection Get/set a GitLab connection for all calls
use_gitlab_ci Add .gitlab-ci.yml file in your current project from template