Merge branch 'stable-2.15' into master Fix two test failures due to the merge: * StandaloneNoteDbMigrationIT assumed that GCing All-Users would prune all loose objects, whereas in recent JGit versions, unreachable objects are left loose unless gc.pruneExpire is set to "now". Do this in the tests. * AbstractQueryChangesTest#watched modifies the user's project watches. In the master branch, watches are now stored in the AccountState instance, so we need to recreate the IdentifiedUser in order to reload the AccountState. * origin/stable-2.15: (33 commits) Release 2.15 Mention groups index in documentation of index start command Enable UI action to toggle WIP flag for admins Docs: Clarify that for external groups the name in GroupInfo can be missing AccountGroupAuditLogScreen: Display group UUID if group name is missing GetAuditLog: Fix NPE if group UUID cannot be resolved Limit assignee suggestions to users that can see the change Add account predicate that checks if user can see a certain change Allow admins to toggle the WIP flag on all changes Included-In dialog polish PolyGerrit: Add support for "Included In" Make template testing faster Limit assignee suggestions to users that can see the change Add account predicate that checks if user can see a certain change AbstractQueryChangesTest: Extend byDraftBy to include test for "has:draft" AbstractQueryChangesTest: Add explicit tests for is:watched and watchedby: AbstractQueryChangesTest: Add explicit tests for is:abandoned and status:abandoned user-search: Clarify behavior of default search resulting in single change user-search: Fix query used in "My > Watched Changes" Documentation: Clarify ref-updated event content when ref is deleted Update git submodules Fix markup in Documentation section sendemail Allow graceful rolling restarts Release 2.15-rc4 user-search: Remove incorrect statement about default searches user-search: Fix incorrect label: search example StandaloneSiteTest: Ignore user and system git config Fix documentation about create and delete branches GcAllUsers: Respect gc.auto=0 in All-Users GcAllUsers: Add extra log line in online case MigrateToNoteDb: Auto-flush and close GC writer Turn off autoReindexIfStale by default GC All-Users after migrating to NoteDb Change-Id: If2dff6bd1e0b299be75878aca3bc45103a5a875f
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 Bazel and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit
cd gerrit && bazel 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>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 7 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]
To run a Ubuntu 15.04 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.