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

Add step to install GitHub App for Self-Hosted #70

Merged
merged 5 commits into from
Jul 24, 2024
Merged

Conversation

Spikatrix
Copy link
Contributor

@Spikatrix Spikatrix commented Jul 24, 2024

Summary by CodeRabbit

  • Documentation
    • Enhanced clarity and logical flow of instructions for integrating the GitHub App with CodeRabbit.
    • Simplified the name of the GitHub App from "CodeRabbit GitHub App" to "CodeRabbit."
    • Retitled the installation step for improved coherence in the setup process.
    • Added a warning note about re-sending the installation event for users who installed the app before completing the setup.
    • Included a new section to clarify that the document is intended for GitHub Enterprise Self-Hosted users.

@Spikatrix Spikatrix self-assigned this Jul 24, 2024
Copy link

cloudflare-workers-and-pages bot commented Jul 24, 2024

Deploying coderabbit-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a45ecc
Status: ✅  Deploy successful!
Preview URL: https://f42c32c0.coderabbit-docs.pages.dev
Branch Preview URL: https://gh-selfhosted-tweaks.coderabbit-docs.pages.dev

View logs

Copy link
Contributor

coderabbitaidev bot commented Jul 24, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The document updates improve clarity and the logical flow of instructions for integrating the GitHub App with CodeRabbit. Key changes include simplifying the app name, renaming the installation step for better clarity, and adding a warning regarding the re-sending of installation events if the app was installed prematurely. These revisions enhance user guidance and facilitate a smoother setup process.

Changes

Files Change Summary
docs/integrations/self-hosted-github.md Updated for clarity and logical flow; simplified app name; renamed installation step; added warning about re-sending installation events if the app was installed prematurely.

Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitaidev coderabbitaidev bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6bdc94e and c634f7a.

Files selected for processing (1)
  • docs/integrations/self-hosted-github.md (3 hunks)
Additional context used
LanguageTool
docs/integrations/self-hosted-github.md

[grammar] ~133-~133: The word ‘install’ is not a noun.
Context: ... performed this step before Step 4, the install event likely will have failed and you w...

(A_INSTALL)


[uncategorized] ~133-~133: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...he install event likely will have failed and you will need to re-send the installati...

(COMMA_COMPOUND_SENTENCE)

Additional comments not posted (4)
docs/integrations/self-hosted-github.md (4)

64-64: LGTM!

The changes to the GitHub App creation instructions improve clarity and conciseness.


123-123: LGTM!

The changes improve the logical flow of the instructions.


126-130: LGTM!

Renaming the step and adding new instructions for installing the GitHub App reflects a more logical progression in the setup process.


138-138: LGTM!

Renaming the step and providing instructions for IP whitelisting improves the logical structure of the document.

docs/integrations/self-hosted-github.md Outdated Show resolved Hide resolved
Copy link
Contributor

@coderabbitaidev coderabbitaidev bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c634f7a and ac1de99.

Files selected for processing (1)
  • docs/integrations/self-hosted-github.md (4 hunks)
Additional context used
LanguageTool
docs/integrations/self-hosted-github.md

[grammar] ~140-~140: The word ‘install’ is not a noun.
Context: ... performed this step before Step 4, the install event likely will have failed and you w...

(A_INSTALL)


[uncategorized] ~140-~140: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...he install event likely will have failed and you will need to re-send the installati...

(COMMA_COMPOUND_SENTENCE)

Additional comments not posted (3)
docs/integrations/self-hosted-github.md (3)

8-13: LGTM!

The info block provides essential context for GitHub Enterprise Self-Hosted users.


Line range hint 71-129:
LGTM!

The instructions for creating a GitHub App are clear and detailed.

Tools
LanguageTool

[grammar] ~109-~109: This phrase is duplicated. You should probably use “ID Client” only once.
Context: ...eep the following details handy: - App ID - Client ID - Client secret - Webhook secret - Private key ...

(PHRASE_REPETITION)


130-132: LGTM!

The instructions for submitting details accumulated in previous steps are clear and detailed.

docs/integrations/self-hosted-github.md Outdated Show resolved Hide resolved
Copy link
Contributor

@coderabbitaidev coderabbitaidev bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (2)
docs/integrations/self-hosted-github.md (2)

8-13: Improve readability of the info block.

The info block is clear but can be slightly improved for readability.

- This page is for GitHub Enterprise Self-Hosted users only.  
- If you're using github.com, [login to CodeRabbit](https://app.coderabbit.ai) and add your repositories from there
+ This page is for GitHub Enterprise Self-Hosted users only.
+ If you're using github.com, [log in to CodeRabbit](https://app.coderabbit.ai) and add your repositories from there.

138-143: Fix grammatical issues in the warning note.

The warning note provides critical troubleshooting information, but there are minor grammatical issues.

- If you performed this step before Step 4, the installation event likely will have failed and you will need to re-send the installation event.
+ If you performed this step before Step 4, the installation event likely will have failed, and you will need to re-send the installation event.
Tools
LanguageTool

[uncategorized] ~140-~140: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...stallation event likely will have failed and you will need to re-send the installati...

(COMMA_COMPOUND_SENTENCE)

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between ac1de99 and fd11d90.

Files selected for processing (1)
  • docs/integrations/self-hosted-github.md (4 hunks)
Additional context used
LanguageTool
docs/integrations/self-hosted-github.md

[uncategorized] ~140-~140: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...stallation event likely will have failed and you will need to re-send the installati...

(COMMA_COMPOUND_SENTENCE)

Additional comments not posted (3)
docs/integrations/self-hosted-github.md (3)

71-71: LGTM!

The instructions for creating a GitHub App are clear and comprehensive.


133-137: LGTM!

The instructions for installing the GitHub App are clear and provide necessary guidance for users.


Line range hint 145-153:
LGTM!

The instructions for whitelisting the CodeRabbit IP address are clear and provide necessary guidance for users.

Tools
LanguageTool

[uncategorized] ~140-~140: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...stallation event likely will have failed and you will need to re-send the installati...

(COMMA_COMPOUND_SENTENCE)

@Spikatrix Spikatrix merged commit 2f96bbe into main Jul 24, 2024
1 check passed
tyaga001 pushed a commit that referenced this pull request Oct 16, 2024
* Add step to install GitHub App

* Disclaimer

* Coderabbit suggestion: install -> installation

* Coderabbit suggestions
tyaga001 added a commit that referenced this pull request Oct 17, 2024
* Coderabbit Docs Rework (wip)

* WIP blog page

* Fixed images

* Wip added all blogs and docs

* ✏️ Remove asterisk from CodeRabbit heading

* Add Tailwind CSS configuration and update page title

* Update logo href and navbar styling

* Update Docusaurus configuration and custom CSS

* Update routing and styling

* Add sitemap configuration and update redirect paths

* blog: cost effective generative ai app

* fix: numbering

* Update CodeRabbit links in documentation

* Update CodeRabbit documentation

* Update base URL and redirect to external documentation

* Update links to Get Started page

* Add new images and update links in docusaurus.config.ts and sidebars.ts

* Add redirect to documentation page

* Update slug in introduction.md

* Update introduction.md and docusaurus.config.ts, delete index.tsx

* Add code to change the docs link on the navbar

* Remove unnecessary code and add redirect for docs

* Update docs link and hide SVG icon

* Adjustments for mobile view in custom.css

* Update logo size and padding for smaller screens, center Discord link, and hide certain navbar links on mobile

* Update image paths in CodeRabbit deep dive blog post

* Update image in introduction.md

* Update image URL in blog post

* Update favicon links in blog post

* Update og:image URL in blog post

* Update blog post image URLs

* Update image URLs in blog posts

* feat: added document under integration on integration with self hosted gitlab

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update docs/integrations/self-hosted-gitlab.md

Co-authored-by: Karan Singh <ksingh209@gmail.com>

* Update self-hosted-gitlab.md

* blog: modern ai stack for devs

* citation: codex model use in gh copilot

* fix: gh citation link

* fix: typo

* fix: typo

* Update index.md

* founderblogmissing

* Remove markdown file

* Update CodeRabbit description and add privacy and security information

* Update link in introduction.md

* nit

* Add new images and delete old image files

* Update self-hosted-gitlab.md

* Update customize-coderabbit.md

* Update self-hosted-gitlab.md

* Update customize-coderabbit.md

* format blog file

* format all blog files

* hide version 1 schema

* Update faq.md

* Fix images for light and dark mode. Made improvements to docs (#22)

* Add ast-grep documentation page

* Update the ast-grep documentation to include the coderabbit config file changes

* Fix language review

* Update coderabbit.yaml schema for ast-grep tool naming

* Update coderabbig guide page with new coderabbit.yaml changes

* Update 2023-11-13-boosting-engineering-efficiency.md

* Move ast-grep documentation under the prompt-customization page

* Change ast-grep naming

* Correct grammar for ast-grep documentation

* update faqs

* restructure existing blog posts

* Add ast-grep documentation page

* Update the ast-grep documentation to include the coderabbit config file changes

* Fix language review

* Update coderabbit.yaml schema for ast-grep tool naming

* Move ast-grep documentation under the prompt-customization page

* restructure existing docs

* review feedback

* add preview image

* use directory instead of folder terminology

* nit

* add disqus comments

* fix admonitions

* add fn acquisition blog (#27)

* add fn acquisition blog

* add links

* small fix

* update blog post

* update blog post

* update preview image

* update preview image

* minor update to the FAQ

* Daily Standup Reporting Docs (#28)

* Add daily standup reporting docs and images

* Coderabbit suggestions

* Add packages section and update existing docs for ast-grep (#29)

* updateschemaexample (#31)

* updateschemaexample

* Update customize-coderabbit.md

* minorchanges (#32)

* updatefaq

* FAQs

* doc fixes (#33)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Gur singh <11731008+guritfaq@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix path instructions example

* change the default example for coderabbit yaml

* Blog - AI Code Reviews  (#36)

* newblog

* RenameFolder

* updatedesc

* update example

* blog home page

* blog featured posts

* AdminAccessToken

* FixCasing

* updatecasing

* update docs

* update schema

* remove daily standup guide

* Update YAML settings in configure-coderabbit.md (#40)

* Update YAML settings in configure-coderabbit.md

* Add configuration for `languagetool` integration in configure-coderabbit.md

* update pricing

* remove pnpm

* ast-grep update

* update knowledge_base settings

* mention ast-grep-essentials

* add review.profile to docs

* update review status

* revert review status change

* add quotes

* minor

* improve config docs

* add playground link

* placeholder for high-level summary

* remove v1 config documentation

* remove ignore title example

* remove ignore title example

* UpatePauseCommandMessage

* update docs

* Update introduction.md

* Add config for biome and hadolint (#43)

* update auto_incremental_review

* improve config docs

* chore: Update CodeRabbit configuration settings (#44)

* chore: Add config for new tools (#45)

* UpdateDataPrivacy

* chore: Update SwiftLint configuration file path (#47)

* Update self hosted onboarding guide

* update auto title

* update phpstan instructions

* Update npm dependencies and add docusaurus-json-schema-plugin (#49)

* Update npm dependencies and add docusaurus-json-schema-plugin

* Show CodeRabbit config schema from a file

* Update faqs typos (#51)

* ♻️ Clean faq typos

* 💄 Update .png for support help dark and light mode

* ♻️ Misc fixes and improvements

* update docs

* Create initial Gitlab Saas integration page

* Update GitLab page content on the how to section with a note

* add tip

* update limits

* 📝 Add Documentation for Deleting Account (#55)

* On-demand report generation docs (#56)

* Ondemand report input schema format

* On-demand reporting docs

* CodeRabbit suggestions

* Typo

* Add linter documentation (#59)

* Add linter documentation

- Update sidebar positions in documentation guides

* docs: Move linter documentation to tools folder

* Add more tools

* Add LanguageTool documentation and configuration

* Update Biome documentation and configuration

* docs: Update linter documentation and configuration

* chore: Update tools category label in _category_.yml

* chore: Update tools category label and add new tools

* docs: Fix typo in Biome linter documentation

* chore: Add SwiftLint documentation and configuration

* Add golangci-lint, PHPStan, and SwiftLint documentation and configuration

* Add Yamllint documentation and configuration

* Add Checkov and Gitleaks documentation and configuration

* Update tool configuration documentation (#60)

* chore: Update tool configuration documentation

* Update tool configuration documentation

* Update Gitleaks documentation (#61)

* Update introduction.md and add video (#62)

* Add table for Supported Tools by languages (#63)

* Add table for Supported Tools by languages

* Update supported tools table and documentation

* Update tool configuration documentation

* Update introduction and CodeRabbit documentation (#64)

* Update introduction and CodeRabbit documentation

* Update FAQ documentation

* Update CodeRabbit documentation and remove reference to GitHub Copilot

* Update CodeRabbit documentation and remove reference to GitHub Copilot

* Update default settings for CodeRabbit tools (#65)

* feat: added docs for detekt and eslint (#67)

* feat: added docs for detekt and eslint

* fix: lint

* Add segment script and update iframe attributes for YouTube video player (#68)

* Improve Documentation Structure and Accessibility in Markdown Files (#69)

* Major refactor

- Move configure and tools to top level
- Update category positions
- Move images to static dir
- Update links

* Update image file name in introduction.md

* Update sidebar positions for integrations documentation

* Update category positions for documentation

* Update knowledge base integration description

* Update FAQ with CodeRabbit comparison and CodeRabbit's uniqueness

* Update redirects in docusaurus.config.ts

* Update Jira and Linear integration configuration in knowledge base

* Update GitLab integration documentation

* Self-Hosted GitHub onboarding docs (#66)

* Initial draft of Self-Hosted GitHub onboarding

* Fix issues and reorg steps

* Rebase & fix conflicts

* sidebar_position

* Add step to install GitHub App for Self-Hosted (#70)

* Add step to install GitHub App

* Disclaimer

* Coderabbit suggestion: install -> installation

* Coderabbit suggestions

* Remove ESLint from JavaScript tools documentation (#71)

* Add supported git platforms page in documentation (#72)

* Add supported git platforms page in documentation

* Fix typo in platforms.md

* chore: Update redirect paths in docusaurus.config.ts

* added yaml editor (#74)

* added yaml editor

* name fix

* moved component to one code block

* removed logs

* Feature yaml editor (#76)

* added yaml editor

* name fix

* moved component to one code block

* removed logs

* fix: yaml editor

* fix: reviews

* new line

* fix: merge fix

* Update schema.v2.json

* 🎨 Run Markdownlint and Prettier (#84)

* added correct scopes (#88)

Co-authored-by: dikshant <raidikshant2@gmail.com>

* Add Azure DevOps initial docs page

* Update Azure DevOps

* add redirect

* rename AzureDevOps page

* SaaS GitLab change to Gitlab.com and added relevant redirect Update GitLab sidebar label and link references in documentation  (#93)

* SaaS GitLab change to Gitlab.com and added relevant redirect

* changes for the self-hosted-github to Github Enterprise Server

* Azure DevOps Server Support

* Update platforms.md

* Remove segment (#104)

* update: introduction and added a CTA
minor change to recreate the PR

---------

Co-authored-by: Karan Singh <ksingh209@gmail.com>
Co-authored-by: gitcommitshow <pradeep@gitcommit.show>
Co-authored-by: coderabbit-amank <aman@coderabbit.ai>
Co-authored-by: Gur singh <11731008+guritfaq@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Gur <guritfaq@gmail.com>
Co-authored-by: Harjot Gill <harjot.gill@fluxninja.com>
Co-authored-by: Karan Singh <karan@coderabbit.ai>
Co-authored-by: petrisorcoderabbit <petrisor@coderabbit.ai>
Co-authored-by: Jaseel <12792882+Spikatrix@users.noreply.github.com>
Co-authored-by: petrisorcoderabbit <155847819+petrisorcoderabbit@users.noreply.github.com>
Co-authored-by: Hasit Mistry <hasitnm@gmail.com>
Co-authored-by: Hasit Mistry <hasit@coderabbit.ai>
Co-authored-by: Ruhan Muzaffar <ruhan@coderabbit.ai>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>
Co-authored-by: dikshant-infracloud <160205839+dikshant-infracloud@users.noreply.github.com>
Co-authored-by: dikshant <raidikshant2@gmail.com>
Co-authored-by: Aravind Putrevu <aravind.putrevu@gmail.com>
Co-authored-by: Nick Busey <NickBusey@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant