From a5e023b4de76b838197a288ce58c360f0ab33dfb Mon Sep 17 00:00:00 2001 From: Aravind Putrevu <aravind.putrevu@gmail.com> Date: Thu, 28 Nov 2024 14:16:49 +0100 Subject: [PATCH 1/4] fix login issues --- docs/platforms/github-enterprise-server.md | 2 +- docs/platforms/self-hosted-gitlab.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/github-enterprise-server.md b/docs/platforms/github-enterprise-server.md index 4463d851..cb0e8084 100644 --- a/docs/platforms/github-enterprise-server.md +++ b/docs/platforms/github-enterprise-server.md @@ -22,7 +22,7 @@ complete, you can log in directly. ### **Step 1: Getting Started** -**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and +**Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and select Self-Hosted GitHub  diff --git a/docs/platforms/self-hosted-gitlab.md b/docs/platforms/self-hosted-gitlab.md index 68885f16..4ef7623c 100644 --- a/docs/platforms/self-hosted-gitlab.md +++ b/docs/platforms/self-hosted-gitlab.md @@ -19,7 +19,7 @@ upgrading your GitLab instance to obtain the intended experience. ### **Step 1: Getting Started** -**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and +**Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and select Self-Hosted GitLab  From 379c64264a03ad6e5eff31bfcf4f8a3fb6d8519a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:17:52 +0000 Subject: [PATCH 2/4] =?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/about/pricing.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/about/pricing.md b/docs/about/pricing.md index e70082ee..d30a698a 100644 --- a/docs/about/pricing.md +++ b/docs/about/pricing.md @@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository: ## Plan Comparison -| Feature | Free Plan | Pro Plan | Lite Plan | -| ------------------------------ | ----------------- | ----------------------------------------------------- | ----------------- | -| **Free Trial** | 14-day free trial | 14-day free trial | No | -| **Private Repos** | Limited access | Unlimited access | Limited access | -| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | -| **Pull Request Summarization** | Included | Included | Included | -| **Line-by-Line Reviews** | Public repos only | All repos | All repos | -| **Conversational Bot** | No | Yes | Yes | -| **Linters and SAST tools** | No | No | Yes | -| **Jira & Linear Integration** | No | No | Yes | -| **ROI dashboards** | No | No | Yes | -| **Customizable reports** | No | No | Yes | -| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | +| Feature | Free Plan | Pro Plan | Lite Plan | +| ------------------------------ | ----------------- | ----------------- | ---------------- | +| **Free Trial** | 14-day free trial | 14-day free trial | No | +| **Private Repos** | Limited access | Unlimited access | Limited access | +| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | +| **Pull Request Summarization** | Included | Included | Included | +| **Line-by-Line Reviews** | Public repos only | All repos | All repos | +| **Conversational Bot** | No | Yes | Yes | +| **Linters and SAST tools** | No | No | Yes | +| **Jira & Linear Integration** | No | No | Yes | +| **ROI dashboards** | No | No | Yes | +| **Customizable reports** | No | No | Yes | +| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | --- From 85ea4e34a1e6f07b9caea338d9de94654ff9f3be Mon Sep 17 00:00:00 2001 From: Aravind Putrevu <aravind.putrevu@gmail.com> Date: Thu, 28 Nov 2024 15:09:15 +0100 Subject: [PATCH 3/4] also updating pricing table --- docs/about/pricing.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/about/pricing.md b/docs/about/pricing.md index d30a698a..b55117a6 100644 --- a/docs/about/pricing.md +++ b/docs/about/pricing.md @@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository: ## Plan Comparison -| Feature | Free Plan | Pro Plan | Lite Plan | -| ------------------------------ | ----------------- | ----------------- | ---------------- | -| **Free Trial** | 14-day free trial | 14-day free trial | No | -| **Private Repos** | Limited access | Unlimited access | Limited access | -| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | -| **Pull Request Summarization** | Included | Included | Included | -| **Line-by-Line Reviews** | Public repos only | All repos | All repos | -| **Conversational Bot** | No | Yes | Yes | -| **Linters and SAST tools** | No | No | Yes | -| **Jira & Linear Integration** | No | No | Yes | -| **ROI dashboards** | No | No | Yes | -| **Customizable reports** | No | No | Yes | -| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | +| Feature | Free Plan | Lite Plan | Pro Plan | +| ------------------------------ | -------------------------------------- | ------------------ | ------------------ | +| **Free Trial** | Starts with 14-day free trial to Pro | 14-day free trial | 14-day free trial | +| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | +| **Pull Request Summarization** | Included | Included | Included | +| **Private Repos** | Limited access | Limited access | Unlimited access | +| **Line-by-Line Reviews** | Public repos only | All repos | All repos | +| **Conversational Bot** | No | Yes | Yes | +| **Linters and SAST tools** | No | No | Yes | +| **Jira & Linear Integration** | No | No | Yes | +| **ROI Dashboards** | No | No | Yes | +| **Customizable Reports** | No | No | Yes | +| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | --- From 6abc8c87e341eeaa7d42c23d04bb0b4c9f121c51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:09:47 +0000 Subject: [PATCH 4/4] =?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/about/pricing.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/about/pricing.md b/docs/about/pricing.md index b55117a6..3e4554cf 100644 --- a/docs/about/pricing.md +++ b/docs/about/pricing.md @@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository: ## Plan Comparison -| Feature | Free Plan | Lite Plan | Pro Plan | -| ------------------------------ | -------------------------------------- | ------------------ | ------------------ | -| **Free Trial** | Starts with 14-day free trial to Pro | 14-day free trial | 14-day free trial | -| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | -| **Pull Request Summarization** | Included | Included | Included | -| **Private Repos** | Limited access | Limited access | Unlimited access | -| **Line-by-Line Reviews** | Public repos only | All repos | All repos | -| **Conversational Bot** | No | Yes | Yes | -| **Linters and SAST tools** | No | No | Yes | -| **Jira & Linear Integration** | No | No | Yes | -| **ROI Dashboards** | No | No | Yes | -| **Customizable Reports** | No | No | Yes | -| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | +| Feature | Free Plan | Lite Plan | Pro Plan | +| ------------------------------ | ------------------------------------ | ----------------- | ----------------- | +| **Free Trial** | Starts with 14-day free trial to Pro | 14-day free trial | 14-day free trial | +| **Public Repos** | Unlimited access | Unlimited access | Unlimited access | +| **Pull Request Summarization** | Included | Included | Included | +| **Private Repos** | Limited access | Limited access | Unlimited access | +| **Line-by-Line Reviews** | Public repos only | All repos | All repos | +| **Conversational Bot** | No | Yes | Yes | +| **Linters and SAST tools** | No | No | Yes | +| **Jira & Linear Integration** | No | No | Yes | +| **ROI Dashboards** | No | No | Yes | +| **Customizable Reports** | No | No | Yes | +| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo | ---