Skip to content

Commit

Permalink
Adds gitlab rich integration to plus walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Jun 15, 2022
1 parent a32b187 commit f45a10f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added images/docs/hovers-gitlab-integration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11119,6 +11119,13 @@
},
"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 Down
15 changes: 15 additions & 0 deletions walkthroughs/plus/rich-integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Rich Integrations for Self-Hosted Providers

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

### GitLab Self-Managed

GitLab Self-Managed users can see GitLab avatars for commit authors, richer details for auto-linked issues and merge requests, as well as merge requests associated with commits and branches.

<p align="center">
<img src="../../images/docs/hovers-gitlab-integration.png" alt="Commit Hover with GitLab Rich Integration"/>
</p>

### GitHub Enterprise

A rich integration for GitHub Enterprise is coming soon.

0 comments on commit f45a10f

Please sign in to comment.