Skip to content
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

Update Linear issue integration documentation for CodeRabbit #205

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions docs/changelog.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice how extremely formulaic all of these are

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.

You can now install CodeRabbit on multiple repositories simultaneously for GitLab and Azure DevOps, eliminating the need to activate each repository individually.

Learnings enable developers to fine-tune the AI for their specific files, repositories, and codebase, enhancing future reviews.

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.

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.

Should we tone down a bit on the ChatGPT?

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,7 +48,7 @@ Future support planned for:

### Streamlined Multi-Repository Installation for GitLab and Azure DevOps

Were 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:

Expand Down Expand Up @@ -69,25 +77,25 @@ 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. Were excited to extend this feature to our on-premises customers. Additionally, weve 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.

---

## November 8, 2024

### ESLint Support

Were excited to announce support for **ESLint**, now extending to .vue, .svelte, and .astro files, in addition to the traditional .js, .ts, and .jsx extensions. Weve 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. Were 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.

---

## October 31, 2024

### Learnings and Metrics Iteration for CodeRabbit Self-Hosted Customers

Weve 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:**

Expand Down
4 changes: 4 additions & 0 deletions docs/integrations/issue-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log
<ProPlanNotice />
```

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

1. Navigate to [integrations][integrations] in the CodeRabbit app.
Expand Down
Loading