Skip to content

Handle more gerrit events #8

@vthib

Description

@vthib

Some use-cases that we want to develop:

  • Notify people when they are set as reviewer of a commit (on first push, and explicitly). Good for small projects, not so much for bigger ones: must be activable per project.
  • Notify people that reviewed a commit, when the owner replies to their reviews. Not easy to implement without useless notifications, one solution would be to replicate the behavior of emails (iirc):
    • Do not notify reviewers of a patch, unless they did at least one review
    • Notify those reviewers on every update of the commit (regardless of who made the update)
      Basically, when reviewing a commit, the reviewer indicates an interest on the commit, and receives all subsequents updates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions