gitlab-booster

Boost productivity for code reviewers on gitlab

2024-11-29 기준 버전입니다. 최신 버전을 확인하세요.

작성자
braineo
평점
0 0 0
버전
1.2.1
생성일
2024-09-19
갱신일
2024-11-29
크기
18.3KB
라이선스
AGPL-3.0-or-later
적용 사이트

GitLab booster

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

Usage

Install from greasyfork.runtimutd.eu.org

https://greasyfork.runtimutd.eu.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.