commit | 81c5cf7d66abf89f9d22a5192da8f568144d20f8 | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Wed Sep 21 11:05:51 2016 -0700 |
committer | Kasper Nilsson <kaspern@google.com> | Wed Sep 21 11:35:58 2016 -0700 |
tree | 96f706e5aa5c52f989effe5d0756758f61d5335e | |
parent | 924d93f9f9e7b236ec22a476ff3c741cdb255a07 [diff] |
Fix logic error in gr-autocomplete In 44c1b91, I added logic for showing and hiding autocomplete suggestions based on whether or not the input child element was focused. This implementation missed the case where autocomplete suggestions are clicked on. Bug: Issue 4603 Change-Id: I076f8790a9776bfff79c2fb564f7ab16586a7cc6
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 IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck 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>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.