Skip to content

Commit

Permalink
Updates hosting integrations docs & walkthroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jun 16, 2022
1 parent f45a10f commit dc2dd78
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ The _Search & Compare_ view lists pinnable (saved) results for searching commit

## Remote Provider Integrations [#](#remote-provider-integrations- 'Remote Provider Integrations')

GitLens provides rich integrations with many remote providers, including GitHub, GitHub Enterprise, GitLab, Gitea, Gerrit, GoogleSource, Bitbucket, Bitbucket Server, and Azure DevOps. You can also define [custom remote providers](#remote-provider-integration-settings- 'Jump to the Remote Provider Integration settings') or [remote providers with custom domains](#remote-provider-integration-settings- 'Jump to the Remote Provider Integration settings') as well.
GitLens provides integrations with many Git hosting services, including GitHub, GitHub Enterprise, GitLab, GitLab self-managed, Gitea, Gerrit, GoogleSource, Bitbucket, Bitbucket Server, and Azure DevOps. You can also define [custom remote providers](#remote-provider-integration-settings- 'Jump to the Remote Provider Integration settings') or [remote providers with custom domains](#remote-provider-integration-settings- 'Jump to the Remote Provider Integration settings') as well.

Basic integrations provide issue and pull request auto-linking, while richer integrations (e.g. GitHub) can provide rich hover information provided for auto-linked issues and pull requests, associate pull requests with branches and commits, and provide avatars.
All Git host integrations integrations provide issue and pull request auto-linking, while rich integrations (e.g. GitHub & GitLab) provide more detailed hover information for auto-linked issues and pull requests, pull requests associated with branches and commits, and avatars.

Additionally, these integrations provide commands to copy the url of or open files, commits, branches, and the repository on the remote provider.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11119,13 +11119,6 @@
},
"when": "gitlens:plus:state > 2"
},
{
"id": "gitlens.plus.richIntegrations",
"title": "Rich Integrations for Self-Hosted Providers",
"media": {
"markdown": "walkthroughs/plus/rich-integrations.md"
}
},
{
"id": "gitlens.plus.visualFileHistory",
"title": "Visualize file history",
Expand All @@ -11142,6 +11135,13 @@
"markdown": "walkthroughs/plus/2-worktrees.md"
}
},
{
"id": "gitlens.plus.richIntegrations",
"title": "Rich self-hosted Git integrations",
"media": {
"markdown": "walkthroughs/plus/rich-integrations.md"
}
},
{
"id": "gitlens.plus.comingSoon",
"title": "More coming soon",
Expand Down
2 changes: 1 addition & 1 deletion walkthroughs/getting-started/12-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<br/>New Worktrees
</p>

Even more features are coming soon, like a visual commit graph and integrations for GitHub Enterprise and GitLab repositories.
Even more features are coming soon, like a visual commit graph and rich integrations with hosting services like GitHub Enterprise.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<img src="../../images/docs/hosting-integrations.png" alt="Hosting service integrations"/>
</p>

GitLens provides rich integrations with many remote providers, including GitHub, GitHub Enterprise, GitLab, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps and custom servers.
GitLens provides integrations with many Git hosting services, including GitHub, GitHub Enterprise, GitLab, GitLab self-managed, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps and custom servers.

All Git host integrations provide issue and pull request auto-linking, while advanced integrations (e.g. GitHub) provide more detailed hover information, plus the ability to associate pull requests with branches/commits, and avatars.
All Git host integrations provide issue and pull request auto-linking, while rich integrations (e.g. GitHub & GitLab) provide more detailed hover information for auto-linked issues and pull requests, pull requests associated with branches and commits, and avatars.
2 changes: 1 addition & 1 deletion walkthroughs/plus/1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so

## More GitLens+ features coming soon

Additional features like a visual commit graph, and integrations for GitHub Enterprise and GitLab are coming soon.
Additional features like a visual commit graph and rich integrations with hosting services like GitHub Enterprise are coming soon.
2 changes: 1 addition & 1 deletion walkthroughs/plus/4-coming-soon.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<img src="../../images/docs/coming-soon-commit-graph.png" alt="Worktrees View in Side Bar"/>
</p>

You can expect more GitLens+ features like a visual commit graph for better repo visualization, and additional integrations with hosting services like GitHub Enterprise and GitLab.
You can expect more GitLens+ features like a visual commit graph for better repo visualization and additional rich integrations with hosting services like GitHub Enterprise.
4 changes: 2 additions & 2 deletions walkthroughs/plus/rich-integrations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rich Integrations for Self-Hosted Providers
## Rich Self-Hosted Git Integrations

GitLens+ users with a paid plan can access rich integrations for self-hosted providers.

Expand All @@ -12,4 +12,4 @@ GitLab Self-Managed users can see GitLab avatars for commit authors, richer deta

### GitHub Enterprise

A rich integration for GitHub Enterprise is coming soon.
A rich integration with GitHub Enterprise is coming soon.

0 comments on commit dc2dd78

Please sign in to comment.