You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ description: The latest updates and changes to CodeRabbit.
5
5
sidebar_position: 13
6
6
---
7
7
8
+
## January 21, 2025
9
+
10
+
### Linear Issue Creation
11
+
12
+
We have added the ability to create issues directly from AI Code Review Comments allowing developers to convert code review feedback into actionable Linear issues
13
+
14
+
---
15
+
8
16
## January 13, 2025
9
17
10
18
### GitLab Pipeline Failure Detection and Remediation
@@ -40,7 +48,7 @@ Future support planned for:
40
48
41
49
### Streamlined Multi-Repository Installation for GitLab and Azure DevOps
42
50
43
-
We’re thrilled to announce a significant enhancement to CodeRabbit that simplifies your workflow! You can now install CodeRabbit on multiple repositories simultaneously for GitLab and Azure DevOps, eliminating the need to activate each repository individually.
51
+
We're thrilled to announce a significant enhancement to CodeRabbit that simplifies your workflow! You can now install CodeRabbit on multiple repositories simultaneously for GitLab and Azure DevOps, eliminating the need to activate each repository individually.
44
52
45
53
With this update, you can:
46
54
@@ -69,25 +77,25 @@ We have implemented several performance improvements that will enhance the speed
69
77
70
78
### Support for On-premises Learning and GitLab Follow-up Issue Creation
71
79
72
-
Learnings enable developers to fine-tune the AI for their specific files, repositories, and codebase, enhancing future reviews. We’re excited to extend this feature to our on-premises customers. Additionally, we’ve improved our automated workflow to create follow-up issues directly from Merge Request reviews in GitLab.
80
+
Learnings enable developers to fine-tune the AI for their specific files, repositories, and codebase, enhancing future reviews. We're excited to extend this feature to our on-premises customers. Additionally, we've improved our automated workflow to create follow-up issues directly from Merge Request reviews in GitLab.
73
81
74
82
---
75
83
76
84
## November 8, 2024
77
85
78
86
### ESLint Support
79
87
80
-
We’re excited to announce support for **ESLint**, now extending to .vue, .svelte, and .astro files, in addition to the traditional .js, .ts, and .jsx extensions. We’ve enhanced compatibility for monorepos, offering improved integration with Yarn and Pnpm workspaces for seamless project management.
88
+
We're excited to announce support for **ESLint**, now extending to .vue, .svelte, and .astro files, in addition to the traditional .js, .ts, and .jsx extensions. We've enhanced compatibility for monorepos, offering improved integration with Yarn and Pnpm workspaces for seamless project management.
81
89
82
-
Our solution respects your existing ESLint configurations, requiring only that all dependencies are properly defined in your package.json. Please note that private plugins are not yet supported. We’re dedicated to streamlining code quality maintenance and making it as efficient as possible across your web development projects.
90
+
Our solution respects your existing ESLint configurations, requiring only that all dependencies are properly defined in your package.json. Please note that private plugins are not yet supported. We're dedicated to streamlining code quality maintenance and making it as efficient as possible across your web development projects.
83
91
84
92
---
85
93
86
94
## October 31, 2024
87
95
88
96
### Learnings and Metrics Iteration for CodeRabbit Self-Hosted Customers
89
97
90
-
We’ve enhanced the accessibility of Learnings and Metrics for self-hosted CodeRabbit customers, delivering a more seamless experience. Easily track learning patterns and insights, with the added convenience of generating API keys directly within the interface.
98
+
We've enhanced the accessibility of Learnings and Metrics for self-hosted CodeRabbit customers, delivering a more seamless experience. Easily track learning patterns and insights, with the added convenience of generating API keys directly within the interface.
Copy file name to clipboardExpand all lines: docs/integrations/issue-integrations.md
+4
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log
31
31
```mdx-code-block
32
32
<ProPlanNotice />
33
33
```
34
+
This integration allows CodeRabbit to connect your pull requests seamlessly with Linear, enabling bi-directional issue tracking and automated issue creation in Linear with code context.
35
+
36
+
CodeRabbit creates issues directly from pull requests, tracks completion of issue objectives, and allows developers to convert code review feedback into actionable Linear issues.
0 commit comments