RETIRED, Gerrit as used by OpenStack
Go to file
Kasper Nilsson a979ab7281 Implement simple autocomplete for the search bar
This change modifies the existing search bar component by replacing
the existing iron-input implementation with a gr-autocomplete
component. Rudimentary autocompletion for the search bar now exists
-- specific autocomplete features, I.E. backend querying for
possible usernames when 'author:' is entered, are yet to be
implemented.

This task required modification of the gr-autocomplete element to
support multiple search terms -- this was accomplished by the
addition of a boolean prop, 'multi', that is false by default.
When multi is true, the component will only look to autocomplete
the substring from the index of the last space til the end.

Possible enhancements to this change include:
    - addition of a 'delimiter' prop, as opposed to the hardcoded
    space delimiter
    - UI modifications to allow deleting of specific search terms,
    like a multi-select tag-styled input.

Bug: Issue 4276
Change-Id: Ic04981af06ba34dd1d58b023fcf444e4168d6b18
2016-08-16 10:11:43 -07:00
.settings Enable and fix 'Statement unnecessarily nested within else clause' warnings 2016-06-02 10:20:37 +09:00
bucklets Buck: Fix typo in gerrit_plugin.bucklet 2015-12-23 17:55:11 +01:00
contrib Added a script to populate some dummy data 2016-05-20 17:31:47 +00:00
Documentation Merge "Conditionally allow Gerrit to load in IFrame" 2016-08-12 01:26:21 +00:00
gerrit-acceptance-framework Merge branch 'stable-2.12' 2016-08-10 11:31:04 +09:00
gerrit-acceptance-tests Merge "Always use REVIEW state in ReviewDb" 2016-08-15 15:14:37 +00:00
gerrit-antlr Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-cache-h2 Merge "Add advanced H2 option handling" 2016-07-11 12:50:20 +00:00
gerrit-common Conditionally allow Gerrit to load in IFrame 2016-08-11 16:09:58 +00:00
gerrit-extension-api Add REST API endpoints for user's contribution agreements 2016-08-09 05:15:04 +00:00
gerrit-gpg ChangeJson: Ignore PUSH_CERTIFICATES if GPG API is disabled 2016-08-12 15:56:21 -07:00
gerrit-gwtdebug WebServer: Fix TIME_IN_THE_PAST constant definition 2016-05-07 22:11:43 +09:00
gerrit-gwtexpui Add rel=nofollow parameter to links in comments 2016-07-21 10:01:25 +09:00
gerrit-gwtui Fix RestApi url encode issue 2016-08-13 06:35:28 +00:00
gerrit-gwtui-common Fix GWT Super Dev Mode compilation by giving more specific source paths 2016-08-11 23:01:25 -04:00
gerrit-httpd Fix auto-adding reviewers during push 2016-08-15 09:58:14 +09:00
gerrit-launcher Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-lucene Fix auto-adding reviewers during push 2016-08-15 09:58:14 +09:00
gerrit-main Enable and fix 'Statement unnecessarily nested within else clause' warnings 2016-06-02 10:20:37 +09:00
gerrit-oauth Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-openid Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-patch-commonsnet Merge "Implement Bazel build" 2016-06-24 10:51:33 +00:00
gerrit-patch-jgit Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-pgm Merge "InitIndex should not always set the latest version ready" 2016-08-12 02:21:06 +00:00
gerrit-plugin-api Merge branch 'stable-2.12' 2016-06-27 11:08:44 +09:00
gerrit-plugin-archetype Merge branch 'stable-2.12' 2016-06-27 11:08:44 +09:00
gerrit-plugin-gwt-archetype Merge branch 'stable-2.12' 2016-06-27 11:08:44 +09:00
gerrit-plugin-gwtui Fix RestApi url encode issue 2016-08-13 06:35:28 +00:00
gerrit-plugin-js-archetype Merge branch 'stable-2.12' 2016-06-27 11:08:44 +09:00
gerrit-prettify Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-reviewdb PatchSet: Increase size of groups column 2016-08-10 14:06:43 +09:00
gerrit-server Merge "Always use REVIEW state in ReviewDb" 2016-08-15 15:14:37 +00:00
gerrit-sshd Fix auto-adding reviewers during push 2016-08-15 09:58:14 +09:00
gerrit-util-cli Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-util-http Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-util-ssl Implement Bazel build 2016-06-14 21:12:02 +02:00
gerrit-war StreamEventsApiListener: Move to com.google.gerrit.server.events 2016-07-08 06:26:25 +00:00
lib Upgrade JGit to 4.4.1.201607150455-r.105-g81ba2be 2016-08-10 11:52:29 +09:00
plugins Parse and serve reviewer updates via REST API 2016-08-05 10:17:09 -07:00
polygerrit-ui Implement simple autocomplete for the search bar 2016-08-16 10:11:43 -07:00
ReleaseNotes Update 2.13 release notes 2016-08-12 08:54:53 -04:00
tools Implement Bazel build 2016-06-14 21:12:02 +02:00
website/releases Fix Diffy logo on release page by encoding the image 2015-12-29 10:36:39 -08:00
.bazelrc Implement Bazel build 2016-06-14 21:12:02 +02:00
.buckconfig Implement Bazel build 2016-06-14 21:12:02 +02:00
.buckversion Update Buck to e64a2e2ada022f81e42be750b774024469551398 2016-04-19 14:23:50 +00:00
.editorconfig Added continuation indent to editorconfig 2016-04-26 14:42:58 +02:00
.gitignore Implement Bazel build 2016-06-14 21:12:02 +02:00
.gitmodules Adapt .gitmodules to enable superproject subscriptions 2016-07-27 12:01:40 -07:00
.mailmap Update my email addess in mail map 2016-02-12 11:49:00 +01:00
.pydevproject Update PyDev project to use Python 2.7 2014-10-02 15:16:44 +09:00
.watchmanconfig Watchman: Add eclipse-out to ignored directories 2016-01-22 08:04:24 +01:00
BUCK Buck: Build gwtgerrit without touching PolyGerrit deps 2015-12-01 07:29:21 +00:00
COPYING Initial project setup of Gerrit 2 2008-11-14 16:59:34 -08:00
INSTALL Remove Gerrit 1.x to 2.x import tools 2009-03-27 20:20:10 -07:00
README.md Merge branch 'stable-2.12' 2016-06-27 11:08:44 +09:00
SUBMITTING_PATCHES Update push URL in SUBMITTING_PATCHES 2012-03-29 00:57:14 -04:00
VERSION Set version to 2.13-SNAPSHOT 2015-11-09 21:44:27 +00:00
WORKSPACE Implement Bazel build 2016-06-14 21:12:02 +02:00

Gerrit Code Review

Gerrit is a code review and project management tool for Git based projects.

Objective

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.

Documentation

For information about how to install and use Gerrit, refer to the documentation.

Source

Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.

Reporting bugs

Please report bugs on the issue tracker.

Contribute

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.

Getting in contact

The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.

The Developer Mailing list is repo-discuss on Google Groups.

License

Gerrit is provided under the Apache License 2.0.

Build

Install Buck and run the following:

    git clone --recursive https://gerrit.googlesource.com/gerrit
    cd gerrit && buck build release

Install binary packages (Deb/Rpm)

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.