commit | 3619a8ffb934e5b8b8c8c401474021eac2875129 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Thu Dec 21 12:05:24 2017 -0500 |
committer | Dave Borowitz <dborowitz@google.com> | Thu Dec 21 12:11:11 2017 -0500 |
tree | 4546a0f5f2e19b45d891036ba5407cd73dcd76b2 | |
parent | 7f92f93aa2f305d9dc41f0d413f81efe6fb17a42 [diff] | |
parent | 6979ccc3d51585feb31f69656114332dc0b37176 [diff] |
Merge branch 'stable-2.15' * stable-2.15: NoteDbMigrator: Set checkExisting(false) on PackInserter ChangeRebuilderImpl: Fail when new NoteDb state is null PrimaryStorageMigrator: Log individual migrations at debug Document the deprecation of old change IDs Update JGit to get PackInserter fix AbstractChangeNotes: Never open repo when NoteDb is off MigrateToNoteDb: Only reindex change index PolyGerrit: Add background-repeat to gr-main-header Revert "Add privateByDefault config to /config/server/info" Private state changed event WIP state changed event Populate ChangeAttribute with WIP and private status. Fix invalid json example in POST access endpoint Add default values in create project dialog and group config Update JGit to 4.9.2.201712150930-r gerrit_plugin: Don't add Implementation-Vendor manifest entry Fix schema_154 migration from version 2.13 and older Default to writing comments in JSON format Change-Id: Iee55a0f00ce2430cd400c64491acde3651a0390d
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.