Greasy Fork

Greasy Fork is available in English.

gitlab booster

Boost productivity for code reviewers on gitlab

目前为 2024-10-02 提交的版本。查看 最新版本

作者
braineo
评分
0 0 0
版本
1.0.2
创建于
2024-09-19
更新于
2024-10-02
大小
9.4 KB
许可证
AGPL-3.0-or-later
适用于

GitLab booster

This add long missing features in the merge request list and issue detail.

Usage

Install from greasyfork.org

http://greasyfork.icu/en/scripts/509169-gitlab-booster

Copy and paste

This is a tampermonkey script, you can also copy and paste into your tampermonkey to enable it.

Self-hosted GitLab instances

If you are using tampermonkey. In the settings of the installed script. Add your site in the User matches

Or add additional match rules in the user script header section.

// @match        https://mygitlab.com/*
// @match        https://yourgitlab.com/*

Preview

merge-request-list-after

issue-detail

Credit

Thanks for the awesome work in this chrome extension https://github.com/Krystofee/gitlab-unresolved-threads, I adopted the unresolved threads to a user script and added other features.