From 5fe6ff92be1550066b4e527456c0ee0d6986aec4 Mon Sep 17 00:00:00 2001 From: Aravind Putrevu Date: Tue, 21 Jan 2025 16:16:11 +0530 Subject: [PATCH 1/3] changes for changelog update, linear issue creation --- docs/changelog.md | 18 +++++++++++++----- docs/integrations/issue-integrations.md | 4 ++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 77e8eb6..c376bdf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,14 @@ description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- +## January 21, 2025 + +### Linear Issue Creation + +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 + +--- + ## January 13, 2025 ### GitLab Pipeline Failure Detection and Remediation @@ -40,7 +48,7 @@ Future support planned for: ### Streamlined Multi-Repository Installation for GitLab and Azure DevOps -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. +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. With this update, you can: @@ -69,7 +77,7 @@ We have implemented several performance improvements that will enhance the speed ### Support for On-premises Learning and GitLab Follow-up Issue Creation -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. +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. --- @@ -77,9 +85,9 @@ Learnings enable developers to fine-tune the AI for their specific files, reposi ### ESLint Support -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. +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. -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. +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. --- @@ -87,7 +95,7 @@ Our solution respects your existing ESLint configurations, requiring only that a ### Learnings and Metrics Iteration for CodeRabbit Self-Hosted Customers -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. +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. **Setup:** diff --git a/docs/integrations/issue-integrations.md b/docs/integrations/issue-integrations.md index fc139b0..d34102f 100644 --- a/docs/integrations/issue-integrations.md +++ b/docs/integrations/issue-integrations.md @@ -31,6 +31,10 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log ```mdx-code-block ``` +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. + +CodeRabbit creates issues directly from pull requests, tracks completion of issue objectives, and allows developers to convert code review feedback into actionable Linear issues. + ### CodeRabbit App From bba0446c0b2196d639c77d8ca26d1e352a1d2ee9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:46:58 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20run=20lint:fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [dependabot skip] --- docs/integrations/issue-integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/issue-integrations.md b/docs/integrations/issue-integrations.md index d34102f..074c246 100644 --- a/docs/integrations/issue-integrations.md +++ b/docs/integrations/issue-integrations.md @@ -31,10 +31,10 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log ```mdx-code-block ``` -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. -CodeRabbit creates issues directly from pull requests, tracks completion of issue objectives, and allows developers to convert code review feedback into actionable Linear issues. +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. +CodeRabbit creates issues directly from pull requests, tracks completion of issue objectives, and allows developers to convert code review feedback into actionable Linear issues. ### CodeRabbit App From 5e6fa3bd471f9e64f128e7bd0f51deb631d0c1da Mon Sep 17 00:00:00 2001 From: alexcoderabbitai Date: Tue, 21 Jan 2025 09:15:37 -0500 Subject: [PATCH 3/3] minor fix --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c376bdf..98ca985 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,7 +9,7 @@ sidebar_position: 13 ### Linear Issue Creation -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 +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. ---