- Notifications
You must be signed in to change notification settings - Fork69
@coderabbitai#158
Uh oh!
There was an error while loading.Please reload this page.
@coderabbitai#158
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ## Plan Comparison | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | Feature | Free Plan | Pro Plan | Lite Plan | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | ------------------------------ | ----------------- | ----------------- | ---------------- | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Free Trial** | 14-day free trial | 14-day free trial | No | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Private Repos** | Limited access | Unlimited access | Limited access | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Public Repos** | Unlimited access | Unlimited access | Unlimited access | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Pull Request Summarization** | Included | Included | Included | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Line-by-Line Reviews** | Public repos only | All repos| All repos | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Conversational Bot** | No | Yes | Yes | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Linters and SAST tools** | No | No | Yes | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Jira & Linear Integration** | No | No | Yes | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **ROI dashboards** | No| No | Yes | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Customizable reports** | No | No | Yes | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines +104 to +116 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Critical: Fix inconsistencies in the plan comparison table The table contains several discrepancies with the detailed plan descriptions above:
Apply this diff to fix the inconsistencies: -| Feature | Free Plan | Pro Plan | Lite Plan |-| ------------------------------ | ----------------- | ----------------- | ---------------- |-| **Free Trial** | 14-day free trial | 14-day free trial | No |-| **Private Repos** | Limited access | Unlimited access | Limited access |-| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |-| **Pull Request Summarization** | Included | Included | Included |-| **Line-by-Line Reviews** | Public repos only | All repos | All repos |-| **Conversational Bot** | No | Yes | Yes |-| **Linters and SAST tools** | No | No | Yes |-| **Jira & Linear Integration** | No | No | Yes |-| **ROI dashboards** | No | No | Yes |-| **Customizable reports** | No | No | Yes |-| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |+| Feature | Free Plan | Lite Plan | Pro Plan |+| ------------------------------ | ----------------- | ----------------- | ---------------- |+| **Free Trial** | 14-day free trial | 14-day free trial | 14-day free trial|+| **Private Repos** | Limited access | Unlimited access | Unlimited access |+| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |+| **Pull Request Summarization** | Included | Included | Included |+| **Line-by-Line Reviews** | Public repos only | All repos | All repos |+| **Conversational Bot** | No | Yes | Yes |+| **Linters and SAST tools** | No | No | Yes |+| **Jira & Linear Integration** | No | No | Yes |+| **ROI dashboards** | No | No | Yes |+| **Customizable reports** | No | No | Yes |+| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | 📝 Committable suggestion
Suggested change
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -19,7 +19,7 @@ upgrading your GitLab instance to obtain the intended experience. | ||
| ### **Step 1: Getting Started** | ||
| **Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and | ||
| select Self-Hosted GitLab | ||
Comment on lines +22 to 23 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 💡 Codebase verification Update remaining login URL in GitHub Enterprise Server documentation Found an inconsistent login URL in
🔗 Analysis chainVerify login URL consistency across documentation The login URL has been updated to 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash# Search for any remaining references to the old domainrg -i"coderabbit\.ai/login" --type md# Search for inconsistent login URLsrg -i"app\.coderabbit\.ai/login" --type md Length of output: 2633 | ||
|  | ||