Skip to content

Gerrit

Displays information about your projects hosted on Gerrit:

Open Incoming Reviews

All open reviews that are requesting your approval.

My Outgoing Reviews

All open reviews created by you.

Configuration

gerrit:
  colors:
    rows:
      even: "lightblue"
      odd: "white"
  domain: https://gerrit-review.googlesource.com
  enabled: true
  password: "mypassword"
  position:
    top: 2
    left: 3
    height: 2
    width: 2
  projects:
  - org/test-project"
  - dotfiles
  refreshInterval: 5m
  username: "myname"
  verifyServerCertificate: false

Screenshots

gerrit screenshot

Attributes

Name Value
domain
Your Gerrit corporate domain.
{{ value }}
password
Your Gerrit password. Leave this empty to use the WTF_GERRIT_PASSWORD environment variable.
projects
A list of Gerrit project names to fetch data for.
{{ value }}
username
Your Gerrit username. {{ undesc }}
verifyServerCertificate
Whether or not to verify the server's certificate chain and hostname. Default: false.
true, false

Keyboard

Key Action
/ Open/close the widget's help modal
[return] Open the selected review in the browser
h Show the previous project
j Select the next item in the list
k Select the previous item in the list
l Show the next project
o Open the selected review in the browser
r Refresh the data
{{ arrowback }}Show the previous project
{{ arrowfore }}Show the next project
Select the next item in the list
Select the previous item in the list

Source Code

https://github.com/wtfutil/wtf/tree/master/modules/gerrit