| commit | ec6456dee4f1bcfdf8f21c3afda6f8b77c9e4bc3 | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Thu May 28 06:38:07 2020 +0100 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 28 05:38:07 2020 +0000 |
| tree | c0241da2d36f7091db99f8c2c172c24f023b8e94 | |
| parent | 799dcfe03507254c7b580f7b011377d3a9e0864e [diff] |
Update git submodules
* Update plugins/replication from branch 'stable-3.0'
to 562976a0a38e21e4a54026d910b17fa3060c2f4a
- Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Fix replication of project deletion
Improve project creation replication integration test
Change-Id: I1818511118ed1738cf76d48cb49b66a52f1d83c8
- Fix replication of project deletion
Fix a regression where the project deletion was not propagated
to the remote nodes because its associated project state was
missing from the project cache.
When replicating deletions, the project state is not present as
the replication plugin is receiving the deletions ex-post
and therefore do not have access to the project anymore.
The associated checks for project visibility and read only state
are not valid for project deletions.
Bug: Issue 12806
Change-Id: I7a9ac01b01d5dd40b8bf0c4d3347256f430329ac
- Improve project creation replication integration test
Make sure project creation is correctly managed
and tested, asserting that the repository contains at least one
ref replicated and not just the bare repo showing up.
Change-Id: I0fdc1e73390c2abd3e40d2a02fd7e4ce7f20bb67
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.