commit | 207fa6e5db61f57edd54b4085408efd90d15be22 | [log] [tgz] |
---|---|---|
author | Mani Chandel <mani.chandel@tcs.com> | Tue Jul 08 17:13:12 2014 +0530 |
committer | Michael Zhou <zhoumotongxue008@gmail.com> | Mon Dec 07 16:13:41 2015 -0500 |
tree | e4f29f969112f09f9a75ea9ac2f660023c150416 | |
parent | 2e66f80a4fbe351b9db885f2a34f790db836b31c [diff] |
Add a dropdown to control email notifications on user preference page Add a dropdown 'Email Notifications' in the user preferences to allow users to control their email notifications. On selecting 'Disabled' user will not receive any email notifications from Gerrit. Remove the checkbox 'CC Me On Comments I write' and add it to the new dropdown. Functionality remains the same as the original checkbox. Options in the dropdown are: 1. Enabled 2. CC On Own Comments 3. Disabled Feature: Issue 989 Change-Id: If40d0d34f39415d5c64ccaa5803fc6321bddd322
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.