Skip to content

Commit 1b525b7

Browse files
authored
Merge branch 'main' into docs/improve-command-configuration-pages
2 parents 5d397fb + f0b850b commit 1b525b7

File tree

4 files changed

+62
-46
lines changed

4 files changed

+62
-46
lines changed

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## January 13, 2025
9+
10+
### GitLab Pipeline Failure Detection and Remediation
11+
12+
We've expanded our pipeline error detection capabilities to GitLab Users! Just like with GitHub Actions, you can now automatically detect and fix pipeline failures in your GitLab CI/CD workflows.
13+
14+
---
15+
816
## January 2, 2025
917

1018
### GitHub Action Failure Detection and Remediation

docs/faq.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
124124

125125
The following limits enforced _per developer_:
126126

127-
| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
128-
| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- |
129-
| Files per hour | 200/hour | 150/hour | 150/hour | 300/hour |
130-
| Files per PR | 125 | 75 | 75 | 150 |
131-
| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 3 back-to-back, then 2/hour | 2 back-to-back, then 2/hour | 4 back-to-back, then 4/hour |
132-
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
127+
| Feature | Free Plan | Trial Plan | OSS Plan | Lite Plan | Pro Plan |
128+
| ---------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
129+
| Files per hour | 200/hour | 150/hour | 150/hour | 300/hour | 300/hour |
130+
| Files per PR | 125 | 75 | 75 | 150 | 150 |
131+
| Reviews per hour | 3 back-to-back, then 3/hour (Summary only) | 3 back-to-back, then 2/hour | 2 back-to-back, then 2/hour | 4 back-to-back, then 4/hour | 8 back-to-back, then 8/hour |
132+
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour | 25 back-to-back, then 50/hour |
133133

134134
## Integration Guide {#integration-guide}
135135

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Issue Integrations
3+
description: Learn about CodeRabbit's integrations with issue tracking systems like Jira and Linear.
4+
sidebar_label: Issue Integrations
5+
sidebar_position: 5
6+
---
7+
8+
CodeRabbit integrates with popular issue tracking systems to provide context from linked and related issues while reviewing code.
9+
10+
## Jira {#jira}
11+
12+
```mdx-code-block
13+
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
14+
15+
<ProPlanNotice />
16+
```
17+
18+
### CodeRabbit App
19+
20+
1. Navigate to [integrations][integrations] in the CodeRabbit app.
21+
2. Toggle the Jira switch to enable the integration.
22+
23+
Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira login page. Enter your Jira credentials to authenticate the integration.
24+
25+
### CodeRabbit Configuration
26+
27+
1. Add Jira's Project Keys to the `knowledge_base.jira.project_keys` field in your project's CodeRabbit configuration file at `.coderabbit.yaml`.
28+
29+
## Linear {#Linear}
30+
31+
```mdx-code-block
32+
<ProPlanNotice />
33+
```
34+
35+
### CodeRabbit App
36+
37+
1. Navigate to [integrations][integrations] in the CodeRabbit app.
38+
2. Toggle the Linear switch to enable the integration.
39+
40+
Upon enabling the Linear integration, CodeRabbit will redirect you to the Linear login page. Enter your Linear credentials to authenticate the integration.
41+
42+
### CodeRabbit Configuration
43+
44+
1. Add Linear's Team Keys to the `knowledge_base.linear.team_keys` field in your project's CodeRabbit configuration file at `.coderabbit.yaml`.
45+
46+
[integrations]: https://app.coderabbit.ai/integrations

docs/integrations/knowledge-base.md

+2-40
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,9 @@ sidebar_position: 4
77

88
CodeRabbit utilizes an internal knowledge base that integrates with several external services to provide a seamless review and issue management experience.
99

10-
## Issues
10+
## Issue Tracking Integration
1111

12-
The issues knowledge base allows CodeRabbit to use the context from linked and related issues while reviewing the code.
13-
14-
### Jira {#jira}
15-
16-
```mdx-code-block
17-
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
18-
19-
<ProPlanNotice />
20-
```
21-
22-
#### CodeRabbit App
23-
24-
1. Navigate to [integrations][integrations] in the CodeRabbit app.
25-
2. Toggle the Jira switch to enable the integration.
26-
27-
Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira login page. Enter your Jira credentials to authenticate the integration.
28-
29-
#### CodeRabbit Configuration
30-
31-
1. Add Jira's Project Keys to the `knowledge_base.jira.project_keys` field in your project's CodeRabbit configuration file at `.coderabbit.yaml`.
32-
33-
### Linear {#Linear}
34-
35-
```mdx-code-block
36-
<ProPlanNotice />
37-
```
38-
39-
#### CodeRabbit App
40-
41-
1. Navigate to [integrations][integrations] in the CodeRabbit app.
42-
2. Toggle the Linear switch to enable the integration.
43-
44-
Upon enabling the Linear integration, CodeRabbit will redirect you to the Linear login page. Enter your Linear credentials to authenticate the integration.
45-
46-
#### CodeRabbit Configuration
47-
48-
1. Add Linear's Team Keys to the `knowledge_base.linear.team_keys` field in your project's CodeRabbit configuration file at `.coderabbit.yaml`.
49-
50-
[integrations]: https://app.coderabbit.ai/integrations
12+
CodeRabbit can integrate with your issue tracking systems to provide better context during code reviews. For details on setting up issue tracking integrations, see our [Issue Integrations](./issue-integrations.md) guide.
5113

5214
## Learnings {#learnings}
5315

0 commit comments

Comments
 (0)