gerrit

Gerrit features a git based patchset system. The unit of review and contributions are single commit which can be proposed indepently, as opposed to Pull Request or Merge Request which are bound to a single branch.

NoteDB

Since the version 3.x, gerrit stores all the metadata in git through the NoteDB interface. I wrote a python library to query and update the git reference: pynotedb.

Links to this page