https://github.com/paulrosset/refined-gitlab-canal
Refined Gitlab By Canal+
https://github.com/paulrosset/refined-gitlab-canal
canal chrome chrome-extension gitlab
Last synced: 10 months ago
JSON representation
Refined Gitlab By Canal+
- Host: GitHub
- URL: https://github.com/paulrosset/refined-gitlab-canal
- Owner: PaulRosset
- License: other
- Created: 2019-01-21T14:26:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:16:09.000Z (over 3 years ago)
- Last Synced: 2024-12-31T04:02:43.347Z (over 1 year ago)
- Topics: canal, chrome, chrome-extension, gitlab
- Language: JavaScript
- Size: 1.58 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Refined gitlab by Canal+
> Browser extension that adds useful features on gitlab interface for Canal+ team
# Install
[Chrome extension](https://chrome.google.com/webstore/detail/refined-gitlab-by-canal%20/ikaokifbikfffdgfkbhogdibaddhjfad)
# Features
- `highlight-who-thumb` - Show who thumbups in the merge request dashboard.
- `sort-WIP-state` - Sort the (Work in progress) state by letting them on the bottom.
- `replaceMrUrl` - This is a special use case, but basically, it replace an url in a merge request to under the form `https://host.com/nameofthebranch/index.html`
- `copyMR` - Permit to copy quickly the MR/Issues number of the Merge request panel and the issues panel
- `displayRecordBundleSize` - In our CI, we are getting the bundlesize of the our current build, this feature is here to display the size of the build.
- `changeCountLabel` - Display the change count as label on the MR page.
- `applyPrettier` - You can use Prettier formatter inside GitLab for the Issue and Merge request creation.
- `displayUnresolvedThreads` - Display the count of unresolved threads of a MR on the MR list page
# Disable features
We let you the possibility to disable feature, if it doesnt fit your specific need, to do that, simply click on the extension logo and specify which features you want to unenable in the **textarea**.
Format in the textArea should be of the following form:
`nameofthefeaturetodisable,nameofthefeaturetodisable,...`
Feature name:
- `displayUserWhoThumbMR`
- `sortWipDraftState`
- `replaceMrUrl`
- `copyMR`
- `displayRecordBundleSize`
- `changeCountLabel`
- `applyPrettier`
- `displayUnresolvedThreads`
# Contribute
Feel free to create an issue with your idea!
# Related
- Inspired by [Refined GitHub](https://github.com/sindresorhus/refined-github) - sindresorhus
# License
MIT License