Home
last modified time | relevance | path

Searched refs:gitlab_project_id (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dgitlab_project_members.py207 def get_members_in_a_project(self, gitlab_project_id): argument
208 project = self._gitlab.projects.get(gitlab_project_id)
212 def get_member_in_a_project(self, gitlab_project_id, gitlab_user_id): argument
214 project = self._gitlab.projects.get(gitlab_project_id)
231 project = self._gitlab.projects.get(gitlab_project_id)
236 def remove_user_from_project(self, gitlab_user_id, gitlab_project_id): argument
237 project = self._gitlab.projects.get(gitlab_project_id)
320 gitlab_project_id = project.get_project(gitlab_project)
323 if not gitlab_project_id:
341 gitlab_project_id, project.get_user_id(gitlab_users_access[0]['name']))]
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/source_control/gitlab/
H A Dgitlab_project_members.py207 def get_members_in_a_project(self, gitlab_project_id): argument
208 project = self._gitlab.projects.get(gitlab_project_id)
212 def get_member_in_a_project(self, gitlab_project_id, gitlab_user_id): argument
214 project = self._gitlab.projects.get(gitlab_project_id)
231 project = self._gitlab.projects.get(gitlab_project_id)
236 def remove_user_from_project(self, gitlab_user_id, gitlab_project_id): argument
237 project = self._gitlab.projects.get(gitlab_project_id)
320 gitlab_project_id = project.get_project(gitlab_project)
323 if not gitlab_project_id:
341 gitlab_project_id, project.get_user_id(gitlab_users_access[0]['name']))]
[all …]
/dports/devel/R-cran-remotes/remotes/R/
H A Dinstall-gitlab.R81 project_id <- gitlab_project_id(x$username, x$repo, x$ref, x$host, x$auth_token)
182 gitlab_project_id <- function(username, repo, ref = "HEAD", function
/dports/devel/R-cran-remotes/remotes/tests/testthat/
H A Dtest-install-gitlab.R140 gitlab_project_id(
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R3273 project_id <- gitlab_project_id(x$username, x$repo, x$ref, x$host, x$auth_token)
3374 gitlab_project_id <- function(username, repo, ref = "HEAD", function