gitlab-booster

Boost productivity for code reviewers on gitlab

लेखक
braineo
दैनिक इंस्टॉल
2
एकूण इंस्टॉल
12
रेटिंग
0 0 0
आवृत्ती
1.3.1
बनवली
2024-09-19
अपडेट केली
2025-04-25
आकार
18.3 KB
License
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

https://greasyfork.org/en/scripts/509169-gitlab-booster

Self-hosted GitLab instances

This is configurable in tampermonkey.

  1. Click tampermonkey icons in the extension bar and open dashboard
  2. Select gitlab booster and open Settings tab
  3. Find Includes/Excludes section and Add your site in User matches like https://self-host.com/*

Preview

merge-request-list-after

issue-detail

Development

This project uses bun and biome for trying them out.

For local development, run

bun install
bun run dev

run bun run lint && bun run format for linting and formatting

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.