Skip to content

Update changelog.md #127

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

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 8 additions & 0 deletions docs/changelog.md
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: 9
---

## October 31, 2024

### Learnings and Metrics for CodeRabbit Self-Hosted Customers
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add blank line before heading.

Add a blank line before the "### Learnings and Metrics" heading to maintain consistent markdown formatting.

 ## October 31, 2024

+
 ### Learnings and Metrics for CodeRabbit Self-Hosted Customers
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Learnings and Metrics for CodeRabbit Self-Hosted Customers
## October 31, 2024
### Learnings and Metrics for CodeRabbit Self-Hosted Customers
🧰 Tools
🪛 Markdownlint

10-10: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines

(MD022, blanks-around-headings)

Self-Hosted CodeRabbit customers can now access Learnings and Metrics to gain deeper insights into their usage and performance. Through the CodeRabbit UI, customers can view metrics, track learnings, and easily generate an API key.
To enable these features:
- Generate an API key in the CodeRabbit UI.
- Enable Learnings and Metrics in your .env file or contact CodeRabbit support for assistance.
Comment on lines +10 to +14
Copy link
Contributor

Choose a reason for hiding this comment

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

Run pnpm lint:fix to auto-fix the project before pushing.

Suggested change
### Learnings and Metrics for CodeRabbit Self-Hosted Customers
Self-Hosted CodeRabbit customers can now access Learnings and Metrics to gain deeper insights into their usage and performance. Through the CodeRabbit UI, customers can view metrics, track learnings, and easily generate an API key.
To enable these features:
- Generate an API key in the CodeRabbit UI.
- Enable Learnings and Metrics in your .env file or contact CodeRabbit support for assistance.
### Learnings and Metrics for CodeRabbit Self-Hosted Customers
Self-Hosted CodeRabbit customers can now access Learnings and Metrics to gain deeper insights into their usage and performance. Through the CodeRabbit UI, customers can view metrics, track learnings, and easily generate an API key.
To enable these features:
- Generate an API key in the CodeRabbit UI.
- Enable Learnings and Metrics in your .env file or contact CodeRabbit support for assistance.

You can configure your editor to add a Prettier and Markdownlint extension and enable format-on-save and fixAll to avoid this issue.

If you use VSCode, these are the extensions:

The setting are "editor.formatOnSave": true and "editor.codeActionsOnSave": {"source.fixAll": "always", "source.fixAll.markdownlint": "always" }


## October 30, 2024

### Microsoft Teams Integration & Bitbucket Support
Expand Down
Loading