Review extension for gitlab.
File approving
This extension adds buttons for controling file approve:
Now supported two types of file approving:
- Local. Approves available only on current PC.
- Shared. Approves share via firebase DB.
Note: You can specify you own URL and API key for firebase DB in the settings. The database should be accessible for read/write without authentification
Filtering
This extension provides 4 types of filters:
- Moved files without content changes.
- File with only changes fired by package renaming/moving.
- File with only added/removed empty lines
- Filter by file path pattern
Node: You can see the content of filtered files by clicking on this button(only when filtered files shown, see review panel):
The review panel
- Shows review progress
- Shows merge request stats: the count of approved files, the count of filtered files, total count of changed files.
- Button for adding filter
- Control for show/hide filtered files.
- Control for show/hide already approved files.