tag | f993bb8b39c2c1fb9bedc04541ea0acf5da6da44 | |
---|---|---|
tagger | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jul 18 22:03:46 2018 +0100 |
object | f0cca2d2b2747a097feed60841ad35e12e2b2c7b |
Release for Gerrit v2.15.3
commit | f0cca2d2b2747a097feed60841ad35e12e2b2c7b | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Jun 15 00:02:48 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Jun 15 00:09:32 2018 +0900 |
tree | b20f9268267d7be8bf1a177ed2ac1a891a3f2876 | |
parent | d564d9c67b5e99499320cd75338985216f9a40c6 [diff] | |
parent | 0a4982a33c7524638a71387e807dd750d267859a [diff] |
Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: Format all Java files with google-java-format 1.6 GerritAuthFilter#doFilter: Remove unused chain parameter GerritWicketFilter: Remove unused SitePaths from constructor GitBlitServletModule: Remove unused injected constructor arguments Remove unnecessarily nested else-clauses GerritToGitBlitUserModel: Add missing case on switch GitBlitSettings: Open InputStream in try-with-resource Add missing @Override annotations Remove unused imports Remove redundant specification of types GerritAuthFilter: Remove declaration of unthrown exception Bazel: Harmonize names of external repositories Update external dependencies Change-Id: Ib9533d9097acc888ff493c9a3bd5904aa1eb2c81
Purpose of this plugin is to use Gitblit as web-based viewer (i.e. GitWeb replacement) on top of Gerrit Code Review.
As pre-requisites you need to make a custom-build of Gitblit and Wicket: the standard JARs downloaded from a public Maven repository aren't enough as they are missing some specific build parameters and constraints (i.e. shaded-jar) that are needed for a Gerrit plugin to work properly.
You need to clone Gitblit from GitHub and build it locally using the installMaven ANT target.
$ git clone https://github.com/gitblit/gitblit.git $ cd gitblit && git checkout master $ ant -DresourceFolderPrefix=static installMaven
This gitblit plugin is built with Bazel. Only the Gerrit in-tree build is supported.
Clone or link this plugin to the plugins directory of Gerrit's source tree.
git clone https://gerrit.googlesource.com/gerrit git clone https://gerrit.googlesource.com/plugins/gitblit cd gerrit/plugins ln -s ../../gitblit . rm external_plugin_deps.bzl ln -s gitblit/external_plugin_deps.bzl . cd ../
From Gerrit source tree issue the command:
bazel build plugins/gitblit
The output is created in
bazel-genfiles/plugins/gitblit/gitblit.jar
This project can be imported into the Eclipse IDE. Add the plugin name to the CUSTOM_PLUGINS
set in Gerrit core in tools/bzl/plugins.bzl
, and execute:
./tools/eclipse/project.py
In order to use GitBlit as GitWeb replacement, run the Gerrit init again and answer ‘Y’ when asked during the Gitblit-specific initialisation.
Example:
*** GitBlit Integration *** Do you want to use GitBlit as your GitWeb viewer? [Y/n]? y Link name [GitBlit]: "Repositories" submenu title [Repositories]: "Activity" submenu title [Activity]: "Documentation" submenu title [Documentation]: "Search" submenu title (makes only sense to set if some projects are indexed in GitBlit; single dash unsets) [Search]: "Browse" submenu title for the "Projects" top-level menu [Browse]: