commit | 85b54c955edfd68e5e1855a0de347b0c07115300 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@digital.ai> | Fri Apr 24 18:29:18 2020 +0900 |
committer | David Pursehouse <dpursehouse@digital.ai> | Fri Apr 24 19:44:51 2020 +0900 |
tree | 1e2a8620e0e433cdf47d0dd2eed2d8ceade80ed0 | |
parent | 896a05d31935e8071255f6a997f03b67806fc99a [diff] | |
parent | 24f9eceddde7dc576bde62e6c1df9969dbb245ae [diff] |
Merge branch 'stable-3.0' into stable-3.1 * stable-3.0: OperatingSystemMXBeanFactory: Add a default constructor Remove unnecessary @SuppressWarnings("restriction") Set version to 2.16.19-SNAPSHOT Set version to 2.16.18 Update git submodules Update git submodules Update git submodules Update git submodules Add mirror for downloading Bazel rules. Update git submodules Upgrade gwtjsonrpc to 1.12 CommitValidators: Use ImmutableList.Builder instead of ImmutableList.of Update git submodules Update git submodules Update git submodules Always verify PolyGerrit if bazel related files are changed Always run all tests, if bazel-related files are changed Add test that verifies 'visibleto' predicate for group Make cache disk stat metric computation optional ReceiveCommits: Log "update failed" at severe level Revert "Insert Change-Id at start of trailers" Revert "commit-msg: Remove obsolete comments" Remove obsolete UpgradeFrom2_0_x init step Update git submodules Update git submodules Improve documentation of change refs Remove duplicate test method removeAnonymousRead Make the build pipeline fail if cannot post Checks feedback Switch to using no-AOP guice distribution Bazel: Use canonical_id for artifacts cached by http_file Fix for Memory leak in gr-plugin-endpoints Documentation: Clarify how to log e2e http details Make legacy version of the commit-msg hook available commit-msg: Remove obsolete comments Upgrade testcontainers to 1.14.0 Bump asm to version 7.2 Upgrade guice to 4.2.3 PostReview: Avoid multiple notifications for existing reviewers ChangeApi: Remove deprecated getEdit method ChangeApi: Remove useless @Deprecated annotation in NotImplemented Plugin API: Remove deprecated draft workflow methods ErrorProne: Enable ObjectToString check at ERROR severity Project: Add implementation of toString Account: Add implementation of toString LegacyChangeNoteWrite: Remove unused newIdent method PolyGerrit: Document commit-container extension endpoint e2e-tests: Make all current scenario names unique e2e-tests: Make http request name unique e2e-tests: Fix CloneUsingBothProtocols wait times e2e-tests: Create/delete ReplayRecordsFromFeeder project e2e-tests: Unhardcode ReplayRecordsFromFeeder data e2e-tests: Stabilize the ReplayRecordsFromFeeder scenario Remove obsolete FindBugs configuration Elasticsearch: Remove support for EOL 6.x versions REST: Allow to create annotated tag with only CREATE_TAG Upgrade recommended version of buildifier to 2.2.1 Bump Bazel version to 3.0.0 CreateRefControl: Pass CurrentUser to Reachable Change-Id: I0db526840b5d9322bd72a3a8e180ec08a5ef656b
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.