Skip to content

Commit dc2dd78

Browse files
committed
Updates hosting integrations docs & walkthroughs
1 parent f45a10f commit dc2dd78

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@ The _Search & Compare_ view lists pinnable (saved) results for searching commit
614614

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

617-
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.
617+
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.
618618

619-
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.
619+
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.
620620

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11119,13 +11119,6 @@
1111911119
},
1112011120
"when": "gitlens:plus:state > 2"
1112111121
},
11122-
{
11123-
"id": "gitlens.plus.richIntegrations",
11124-
"title": "Rich Integrations for Self-Hosted Providers",
11125-
"media": {
11126-
"markdown": "walkthroughs/plus/rich-integrations.md"
11127-
}
11128-
},
1112911122
{
1113011123
"id": "gitlens.plus.visualFileHistory",
1113111124
"title": "Visualize file history",
@@ -11142,6 +11135,13 @@
1114211135
"markdown": "walkthroughs/plus/2-worktrees.md"
1114311136
}
1114411137
},
11138+
{
11139+
"id": "gitlens.plus.richIntegrations",
11140+
"title": "Rich self-hosted Git integrations",
11141+
"media": {
11142+
"markdown": "walkthroughs/plus/rich-integrations.md"
11143+
}
11144+
},
1114511145
{
1114611146
"id": "gitlens.plus.comingSoon",
1114711147
"title": "More coming soon",

walkthroughs/getting-started/12-plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<br/>New Worktrees
1111
</p>
1212

13-
Even more features are coming soon, like a visual commit graph and integrations for GitHub Enterprise and GitLab repositories.
13+
Even more features are coming soon, like a visual commit graph and rich integrations with hosting services like GitHub Enterprise.

walkthroughs/getting-started/8-hosting-service-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<img src="../../images/docs/hosting-integrations.png" alt="Hosting service integrations"/>
55
</p>
66

7-
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.
7+
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.
88

9-
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.
9+
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.

walkthroughs/plus/1-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ No, the introduction of GitLens+ has no impact on existing GitLens features, so
1919

2020
## More GitLens+ features coming soon
2121

22-
Additional features like a visual commit graph, and integrations for GitHub Enterprise and GitLab are coming soon.
22+
Additional features like a visual commit graph and rich integrations with hosting services like GitHub Enterprise are coming soon.

walkthroughs/plus/4-coming-soon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<img src="../../images/docs/coming-soon-commit-graph.png" alt="Worktrees View in Side Bar"/>
55
</p>
66

7-
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.
7+
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.

walkthroughs/plus/rich-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rich Integrations for Self-Hosted Providers
1+
## Rich Self-Hosted Git Integrations
22

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

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

1313
### GitHub Enterprise
1414

15-
A rich integration for GitHub Enterprise is coming soon.
15+
A rich integration with GitHub Enterprise is coming soon.

0 commit comments

Comments
 (0)