Browse Source

Updates hosting integrations docs & walkthroughs

main
Eric Amodio 2 years ago
parent
commit
dc2dd78395
7 changed files with 16 additions and 16 deletions
  1. +2
    -2
      README.md
  2. +7
    -7
      package.json
  3. +1
    -1
      walkthroughs/getting-started/12-plus.md
  4. +2
    -2
      walkthroughs/getting-started/8-hosting-service-integrations.md
  5. +1
    -1
      walkthroughs/plus/1-intro.md
  6. +1
    -1
      walkthroughs/plus/4-coming-soon.md
  7. +2
    -2
      walkthroughs/plus/rich-integrations.md

+ 2
- 2
README.md View File

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

+ 7
- 7
package.json View File

@ -11120,13 +11120,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",
"description": "A more visual way to analyze and explore changes made to a file.\n\n[Open Visual File History view](command:gitlens.showTimelineView)",
@ -11143,6 +11136,13 @@
}
},
{
"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",
"description": "Stay tuned!",

+ 1
- 1
walkthroughs/getting-started/12-plus.md View File

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

+ 2
- 2
walkthroughs/getting-started/8-hosting-service-integrations.md View File

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

+ 1
- 1
walkthroughs/plus/1-intro.md View File

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

+ 1
- 1
walkthroughs/plus/4-coming-soon.md View File

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

+ 2
- 2
walkthroughs/plus/rich-integrations.md View File

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

Loading…
Cancel
Save