commit | 7d35e042bd39fab007edefe7a65d5d06f7e8ee7c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon May 11 01:02:11 2020 +0100 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 11 00:02:11 2020 +0000 |
tree | 6e8b4367fd86837fba56148fa49bb822ff5286ac | |
parent | b5942d500c9e58f3f816f0d5fc753582fcf34615 [diff] |
Update git submodules * Update plugins/replication from branch 'master' to e4c6fcc344d94a45c8f3e7d229de9a01f5430564 - Merge branch 'stable-3.1' * stable-3.1: Fix extensibility of replication configuration parsing Change-Id: I57a39ab6ecbdb8cfb6fecf215e805b6e6801f7e7 - Fix extensibility of replication configuration parsing Fix an issue where configuration parsing during the configuration auto reload is always returning collection of DestinationConfiguration objects regardless of the injected ConfigParser in the module. This situation is causing a regression for plugins that extend the replication plugin (e.g. pull-replication) because they are expecting different remote configuration class (e.g.SourceCollection instead of DestinationCollection). Restore the pluggability of the configuration parsing by creating a ConfigParser interface which can be bound to an implementation in the plugin's Guice Module. Bug: Issue 12720 Change-Id: Iaec22e082f49eaac56b5555074bb80c269879b68
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 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 --recurse-submodules 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.