Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs(users): update Gitlab docs links#3022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 1 commit intomainfromdocs-users-update-Gitlab-docs-links
Oct 21, 2024
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletionsdocs/gl_objects/users.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,7 +23,7 @@ References

* GitLab API:

+ https://docs.gitlab.com/ce/api/users.html
+ https://docs.gitlab.com/ee/api/users.html
+ https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user

Examples
Expand DownExpand Up@@ -170,7 +170,7 @@ References
+ :class:`gitlab.v4.objects.UserImpersonationTokenManager`
+ :attr:`gitlab.v4.objects.User.impersonationtokens`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#get-all-impersonation-tokens-of-a-user
* GitLab API: https://docs.gitlab.com/ee/api/user_tokens.html#get-all-impersonation-tokens-of-a-user

List impersonation tokens for a user::

Expand DownExpand Up@@ -204,7 +204,7 @@ References
+ :class:`gitlab.v4.objects.UserProjectManager`
+ :attr:`gitlab.v4.objects.User.projects`

* GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-user-projects
* GitLab API: https://docs.gitlab.com/ee/api/projects.html#list-a-users-projects

List visible projects in the user's namespace::

Expand All@@ -229,7 +229,7 @@ References
+ :class:`gitlab.v4.objects.UserMembershipManager`
+ :attr:`gitlab.v4.objects.User.memberships`

* GitLab API: https://docs.gitlab.com/ee/api/users.html#user-memberships
* GitLab API: https://docs.gitlab.com/ee/api/users.html#list-projects-and-groups-that-a-user-is-a-member-of

List direct memberships for a user::

Expand DownExpand Up@@ -259,7 +259,7 @@ References
+ :class:`gitlab.v4.objects.CurrentUserManager`
+ :attr:`gitlab.Gitlab.user`

* GitLab API: https://docs.gitlab.com/ce/api/users.html
* GitLab API: https://docs.gitlab.com/ee/api/users.html

Examples
--------
Expand DownExpand Up@@ -287,7 +287,7 @@ are admin.
+ :class:`gitlab.v4.objects.UserGPGKeyManager`
+ :attr:`gitlab.v4.objects.User.gpgkeys`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-all-gpg-keys
* GitLab API: https://docs.gitlab.com/ee/api/user_keys.html#list-your-gpg-keys

Examples
--------
Expand DownExpand Up@@ -329,7 +329,7 @@ are admin.
+ :class:`gitlab.v4.objects.UserKeyManager`
+ :attr:`gitlab.v4.objects.User.keys`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-ssh-keys
* GitLab API: https://docs.gitlab.com/ee/api/user_keys.html#get-a-single-ssh-key

Examples
--------
Expand DownExpand Up@@ -370,7 +370,7 @@ You can manipulate the status for the current user and you can read the status o
+ :class:`gitlab.v4.objects.UserStatusManager`
+ :attr:`gitlab.v4.objects.User.status`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#user-status
* GitLab API: https://docs.gitlab.com/ee/api/users.html#get-the-status-of-a-user

Examples
--------
Expand DownExpand Up@@ -408,7 +408,7 @@ are admin.
+ :class:`gitlab.v4.objects.UserEmailManager`
+ :attr:`gitlab.v4.objects.User.emails`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#list-emails
* GitLab API: https://docs.gitlab.com/ee/api/user_email_addresses.html

Examples
--------
Expand DownExpand Up@@ -445,7 +445,7 @@ References
+ :class:`gitlab.v4.objects.UserActivitiesManager`
+ :attr:`gitlab.Gitlab.user_activities`

* GitLab API: https://docs.gitlab.com/ce/api/users.html#get-user-activities-admin-only
* GitLab API: https://docs.gitlab.com/ee/api/users.html#list-a-users-activity

Examples
--------
Expand All@@ -471,7 +471,7 @@ References
+ :class:`gitlab.v4.objects.CurrentUserRunnerManager`
+ :attr:`gitlab.Gitlab.user.runners`

* GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner
* GitLab API : https://docs.gitlab.com/ee/api/users.html#create-a-runner-linked-to-a-user

Examples
--------
Expand DownExpand Up@@ -512,4 +512,4 @@ Create a project runner::
"run_untagged": True,
"tag_list": ["linux", "docker", "testing"],
"access_level": "not_protected"
})
})

[8]ページ先頭

©2009-2025 Movatter.jp