
Gitlab Tweaks
大小:445KiB版本:v 0.9.0更新时间:2022-03-21
Some functional improvements/additions for gitlab
Gitlab Tweaks 的使用方法详解,最全面的教程
Gitlab Tweaks 描述:
用户数:7
分类:开发者工具插件
扩展大小:445 KiB
最后更新时间:2022-03-21
版本:v 0.9.0
Gitlab Tweaks 插件简介:
这是来自Chrome商店的 Gitlab Tweaks 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
Gitlab Tweaks插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
Gitlab Tweaks插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/At the moment this extension provides the following improvements. Each of them can be disabled separately.
On board view issue cards:
- show the amount of related merge requests
- show the time tracking stats for this issue. numbers will change colors when the estimate has been passed.
- allow removing an individual label directly from the issue card
On the right sidebar after selecting an issue on a board:
- allow removing an individual label from an issue with a single click
Epic detail view:
- show sum of weight of issues for epic (open / closed / total)
- show sum of time estimate / spent of the epic's issues
- show link to the issue list view filtered by the currently viewed epic (so you can bulk edit them there)
To be able to use it, you need to insert a personal gitlab token in the form that opens when you click the extension icon in the header bar.
Be aware that the extension is currently limited to gitlab.com only.
Changelog:
## [0.9] - 2022-03-09
# Added
- Epic detail view: show time tracking stats on issue list header
### Changed
- Moved to parcel2
- Epic Detail: Removed obsolete "show issue labels" option
### Fixed
- Issue Board: fix estimate selector, so that it's removed if timeStats are active
- Issue Board: adapt to new markup structure and sub groups
- Issue Board: fix icon url in right sidebar
- Epic Detail: fix icon url and adapt to sub groups
- Options popup: fix links to access token page
- Issue Board: fix "remove label" button styling
## [0.8] - 2020-12-05
### Added
- Epic Detail: show link button which leads to the issue list filtered by the shown epic
### Fixed
- Issue Detail: remove duplicate "Remove label button" as gitlab now finally has it's own one
- Issue Boards: adjust styling and adapt to new markup structure for "remove label" on issue cards
- Issue Boards: adjust styling and adapt to new markup structure for "remove label" in right sidebar
## [0.7] - 2020-05-11
### Added
- Epic Detail: add open/closed weight
- Epic Detail: render smaller labels
- Epic Detail: render scoped labels properly styled
### Fixed
- Epic Detail: properly position weight in header
- Boards: adjust to updated markup structure and use proper icon for "remove label"
## [0.6] - 2020-05-11
### Added
- Epic Detail: show sum of weight of issues
- Extension description: note that only api scope is needed for gitlab token
### Fixed
- Epic Detail: always show labels in a second row for consistent layout
- Epic Detail: add fallback if label data can't be found
- Webstore upload through CI works again
- Fix broken build
## [0.5] - 2020-03-15
### Added
- Allow one click removal of labels from issue detail view sidebar
- Show labels for issues on epic detail view
### Fixed
- Adjust projectPath recognition to new url schema
- Adjust remove label function to new labels markup and scoped labels for all views
## [0.4] - 2019-05-12
### Added
- Use parcel/babel so import statements can be used and files can be splitted
- Allow direct removal of labels from board cards
- Time stats element will now turn orange if the spent/estimated ratio is greater than 1 and red if greater than 1.3
- Use new logo created by hanna
- Migrate to typescript
### Updated
- refactored sidebar code into own file for reusability
### Fixed
- Fix regex so scripts are also triggered for unnamed boards (for projects that may only have a single board)
- Remove duplicated "time estimate" data element instead of trying to weirdly merge functionalities
## [0.3]
### Added
- Allow removing labels from the board sidebar
### Fixed
- Use dynamic svg url for icons
## [0.2]
### Added
- Show time stats on issue cards
- Allow en/disabling of features
### Changed
- Use MutationObserver for adding features instead of a timeout
## [0.1] - 2019-01-06
### Added
- Show amount of merge requests on issue cards