commit | 498029628754bc4bd60e239a5d177c5a2181e030 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Thu Jul 11 22:59:03 2019 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Fri Jul 12 06:29:27 2019 +0000 |
tree | abc4a4225e696bc22adccd43c0a7fec7f2c9e740 | |
parent | 198e3383a36f06121f0d89393e3d51f92eb19ade [diff] |
Fix displaying comments in Polymer 2 slotToContent is code that should only be executed in Polymer 1. It is weird that splitting up a CSS rule into two would help, but maybe that has to do with ::slotted() descendants not being supported at all: https://polymer-library.polymer-project.org/2.0/docs/upgrade#replace-content-selectors "In shadow DOM v1, you cannot select a descendant of a top-level distributed child. No selectors can follow the ::slotted() selector." Bug: Issue 11067 Bug: Issue 11068 Change-Id: Ibb9ed9a5749a3bb94eff7736c3a9f746c83f37f9
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.