commit | bc7ccfef33f1a87c432134e7ec6d59e64ec085ba | [log] [tgz] |
---|---|---|
author | Kamil Musin <kamilm@google.com> | Mon Nov 20 16:07:01 2023 +0100 |
committer | Kamil Musin <kamilm@google.com> | Tue Nov 21 13:47:17 2023 +0100 |
tree | 5d77357198ffe08b27d2ea59915888fa3b111a31 | |
parent | a7cf7c0fb7b2c9be765b81dbb92ee8dca802f2aa [diff] |
Position tooltip in front of the dialog. In order for the tooltip to be visible on the dialog it needs to be a child of the dialog. The change has a negative effect that the tooltip is now resized to not overflow out of the dialog. Which I can't figure out an easy workaround for at the moment. Screenshot: https://imgur.com/a/FW2xpXn Google-Bug-Id: b/306590615 Release-Notes: skip Change-Id: I93ef83846599d58ba2b3d62836c5898325fa11f8
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 8 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-centos8
To run a Ubuntu 20.04 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-ubuntu20
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.