A browser extension that enhance all Merge Requests lists on any instance of Gitlab and GitLab.com.
- Display source and target branches
- Buttons allowing to easily copy these branches name (can be disabled in the extension preferences)
- Button allowing to copy Merge Request information (useful when sharing the Merge Request on e.g instant messaging softwares)
- Can be disabled in the extension preferences
- Text format is customizable (with support of placeholders)
- Compatible with all GitLab editions (GitLab CE, GitLab EE, GitLab.com) (look at the prerequisites, though)
- No configuration needed
- GitLab: 9.0 or above or GitLab.com (this addon requires GitLab API v4)
- Firefox: >= 63 (because this extension uses the
clipboard.writeText
API) - Chrome: >= 66 (because this extension uses the
clipboard.writeText
API)
- Firefox: from the Firefox Add-ons website
- Chrome: from the Chrome Web Store website
You can also install this add-on manually by using one of the ZIP files on the Releases page.
๐ = current version
- 1.0 - Initial release (display Merge Request source and target branches)
- 1.1 - Copy source and target branches name
- ๐ 1.2 - Copy Merge Request information (intended for sharing on e.g instant messaging softwares)
- 1.3 - Direct Jira ticket link (automatic detection of ticket ID in branch name or Merge Request title)
- 1.4 - WIP / unWIP toggle button
If you have questions or problems, you can submit an issue.
You can also submit pull requests. It's open-source dude!