-
Notifications
You must be signed in to change notification settings - Fork 32
GitLab self-managed configuration #359
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughDocs updated: minor formatting and layout tweaks in the GitHub integration doc; substantial rework of the GitLab integration doc adding GitLab.com vs GitLab Self‑managed tabs, explicit self‑hosted setup flows, revised PR automation guidance, reference format examples, and expanded PR lifecycle mappings. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant Docs as "Plane Docs"
participant UI as "Plane UI"
participant GLdotcom as "GitLab.com"
participant GLSelf as "GitLab Self‑managed"
Note over Docs: GitLab integration guide presents edition Tabs (.com / Self‑managed)
User->>UI: Open Integrations → Connect GitLab
alt GitLab.com flow
UI->>GLdotcom: OAuth authorize
GLdotcom-->>UI: Tokens issued
UI-->>User: Connected (cloud)
User->>UI: Map projects & Configure PR state automation
UI-->>User: Set reference format & lifecycle mapping
else Self‑managed flow
User->>UI: Enter instance URL + app creds
UI->>GLSelf: Validate instance & app
GLSelf-->>UI: Validation OK
UI-->>User: Connected (self‑managed)
User->>UI: Map projects & Configure PR state automation
UI-->>User: Set reference format & lifecycle mapping (self‑hosted notes)
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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: 1
Co-authored-by: Saurabh Kumar <70131915+Saurabhkmr98@users.noreply.github.com>
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: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/integrations/gitlab.mdx(4 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Cursor Bugbot
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
🧹 Nitpick comments (2)
docs/integrations/github.mdx (2)
20-24: Normalize trailing spaces for line breaks in bulletsLine 23 has three trailing spaces after “GitHub Enterprise Server” vs two on line 20. Use a consistent two-space break for both.
32-32: Use in-page hash anchor for same-page navigationPrefer a hash-only link for the same page to avoid hardcoding the route and to keep SPA navigation smooth.
-3. [Add repository mappings](/integrations/github#configure-pr-state-automation) +3. [Add repository mappings](#configure-pr-state-automation)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/integrations/github.mdx(3 hunks)
🔇 Additional comments (1)
docs/integrations/github.mdx (1)
260-260: No lingering pluralized anchors found Verified across all .md and .mdx files—no instances ofconfigure-pr-state-automations.
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit