Gerrits Viewer
Gerrits Viewer is a Visual Studio Code extension that helps developers view and analyze Gerrit code reviews directly within VS Code.
Features
- Once the Extension is installed Click on Fetch Gerrits icon on bottom left or Click CTRL+SHIFT+P and search for fetch my gerrit changes
- Authenticate with a Gerrit server using basic auth for the first time.
- If some error is encountered or wanna change the CREDs, Please Click on Clear Gerrit Creds on bottom left and re-enter the details
- View your Gerrit changes in a webview with a rich table format.
- See details such as:
- Project, Branch, and Status
- Code Review feedback
- Labels like L1 Build and Approved for Reviewf
- Merge time, Age of Gerrit, and Domain info
- Hyperlinked Gerrit ID and Task ID
Requirements
- A Gerrit instance with REST API enabled.
- Your username and password (or HTTP credentials).
Extension Settings
You can configure the Gerrit base URL in VS Code settings:
"gerritsViewer.gerritUrl": "https://your-gerrit-server.com"
| |