-
Notifications
You must be signed in to change notification settings - Fork 26
added gitlab update image and self hosted doc #92
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe documentation for self-hosted GitLab has been updated to reflect a change in the required scopes for creating a personal access token. Users are now instructed to select the scopes Changes
Tip CodeRabbit's handle has changed from TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
static/img/integrations/admin-access-token.png
is excluded by!**/*.png
,!**/*.png
and included by none
Files selected for processing (1)
- docs/platforms/self-hosted-gitlab.md (1 hunks)
Additional comments not posted (1)
docs/platforms/self-hosted-gitlab.md (1)
91-91
: Scope Update ApprovedThe update to the scopes required for the personal access token is approved. The new scopes
api read_api read_user
are correctly listed.However, it would enhance the documentation to include a brief explanation of what each scope entails. This can help users understand why these specific scopes are necessary and how they affect the functionality.
[suggestion]
Consider adding descriptions for each scope to improve clarity:- `api`: Allows access to all API endpoints except those that explicitly require higher privileges. - `read_api`: Grants read access to the API, which includes various GET requests to retrieve information. - `read_user`: Allows access to read the user's profile and other personal information.
This PR is being raised as the image for access token was confusing and docs for self hosted have mentioned wrong scopes which do not exist
Summary by CodeRabbit