commit | 3b6712db4544ef89a4806635ddea639e37415b8e | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Jun 01 12:18:27 2016 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Jun 01 14:53:10 2016 +0900 |
tree | 76aeb2759f2a3705121173663648a2baf2c8ccb3 | |
parent | d884248cf9c76a16e98b3e7ae74d3b1cd4281c4a [diff] |
HttpPluginServlet: Refactor generation of documentation index entries Instead of manually iterating the Enumeration of JAR entries, convert it to a list using FluentIterable, and iterate the list. Move the filtering of entries on filename and size out of the body of the iteration and into a filter invoked on the FluentIterable before converting to the list. Output a warning to the log when: - Files are omitted from the index due to their size being missing or exceeding the limit. - Multiple 'about' files are found. Change-Id: Ib8a71a486af3479213b8e97ad7364754a5267139
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.