Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Danamir/gitlab-userscripts
GitLab Swimlanes UserScript
https://github.com/Danamir/gitlab-userscripts
gitlab javascript swimlane swimlanes tampermonkey userscripts
Last synced: 5 days ago
JSON representation
GitLab Swimlanes UserScript
- Host: GitHub
- URL: https://github.com/Danamir/gitlab-userscripts
- Owner: Danamir
- License: gpl-3.0
- Created: 2018-03-13T06:58:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T13:18:16.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:32:29.764Z (3 months ago)
- Topics: gitlab, javascript, swimlane, swimlanes, tampermonkey, userscripts
- Language: JavaScript
- Size: 666 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Danamir/gitlab-userscripts - GitLab Swimlanes UserScript (javascript)
README
# gitlab-userscripts
GitLab UserScripts to enhance usability:
- Issues board descriptions preview
The scripts can be auto-loaded with [Tampermonkey](http://tampermonkey.net/) browser addon, or equivalent, by clicking the *Raw* button on any `.user.js` file in the repository.[Screenshots](SCREENS.md)
### gitlab-board-descriptions
##### Description
Userscript to display issues description preview in GitLab issues board.##### Usage
- Click the descriptions button to toggle the display.##### Notes
- Limited to the dislayed issues on first load.### ~~gitlab-swimlanes~~ (deprecated)
##### Description
~~Userscript to display swimlanes in GitLab issues board.~~
_Deprecated_: It was a proof of concept and is not fully compatible with the new GitLab CSS. Only the User mode is working, via `Ctrl+click`.##### Usage
- Append "--" or "-Category name-" to the label descriptions you want to use as category.
- Alter the script to replace GITLAB_URL by your GitLab server url if the default detection doesn't work for your project.
- Click the Swimlanes button beside the search fields to toggle the swimlanes display :
- Single click group by category labels.
- Ctrl click group by assigned users.
- Shift click group by all non-category labels. (**Warning**: Can be slow).
- Click a swimlane to toggle the swimlane :
- Single click to show/hide this swimlane.
- Ctrl click to show/hide all other swimlanes.##### Notes
- All interactions are disabled in the swimlanes, but still available in the main board.### ~~gitlab-board-collapsible~~ (deprecated)
##### Description
~~Userscript to make all board issues lists collapsible.~~
_Deprecated_: This functionality is now directly available in GitLab CE.##### Usage
- Click on the list title to collapse/expand.##### Notes
- The lists are still draggable if you click beside the title.