commit | 2710a8886359dc8d2f29a79d4c6807e9d63319a8 | [log] [tgz] |
---|---|---|
author | Khai Do <zaro0508@gmail.com> | Thu Dec 10 10:42:03 2015 -0800 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Tue May 03 12:29:35 2016 +0000 |
tree | 4e60f11f9ea3c8f99c3fa8d2ea34bc491216a9a0 | |
parent | c37b69ab9bd20a3a1a2f9456e161e65f138b3b9e [diff] |
Add a reviewer-deleted event Add a reviewer-deleted event to notify users that a reviewer and possibly her review(s) has been removed from a change. This event will fire a Gerrit hook, email and stream event notifications. We only send one event for a reviewer removal (a reviewer-deleted event), this event will contain all the info required from the update. The vote removal information (if it exists) will get appended to this event. The event will only fire if there is an associated vote that is being removed otherwise no notifications will be sent. preview of the notifications: http://paste.openstack.org/show/491451/ Feature: issue 2649 Change-Id: I8aa4a7b60144707d0d29da5218ab6b88b0685488
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.