commit | ced8e6a4ba9f0e2f7873526c03640fafb4d52e75 | [log] [tgz] |
---|---|---|
author | Fabio Ponciroli <ponch78@gmail.com> | Fri Nov 02 09:41:28 2018 +0100 |
committer | Fabio Ponciroli <ponch78@gmail.com> | Fri Nov 02 09:41:28 2018 +0100 |
tree | a60a57ff883a3fcb65ac3bbccaa77c0a4e18e8cf | |
parent | c04381679b577e69c9700e8b997d21783f6de51c [diff] |
Better aggregation name and ordering * Renaming 'email' to 'author' * Ascending granularity ordering of aggregations * Improved tooltips for credentials Feature: Issue 9964 Change-Id: I30c728584144680e861a6c5a43be3d8f5f925a52
Wizard to locally setup an Analytics Dashboard like the Gerrit's one. This will allow you to explore the potentials of DevOps Analytics on your own repositories.
##Installation
Copy the latest available jar into the Gerrit plugins directory and restart it. Assuming /usr/local/gerrit
is the location of your Gerrit installation simply execute the following:
curl -o /tmp/analytics-wizard.jar https://gerrit-ci.gerritforge.com/job/plugin-analytics-wizard-sbt-master-master/analytics-wizard.jar &&\ cp /tmp/analytics-wizard.jar /usr/local/gerrit/plugins
Once the plugin is installed and you are logged in Gerrit browse to this url: https://<you_gerrit_url>/plugins/analytics-wizard/static/analytics-dashboard.html
You will land on this screen:
Different parameters can be configured:
gerrit/
. Note: It is not a regular expression.email only
, by email per hour
, by email per day
, by email per month
or by email per year
.Once you set the parameters pressing the “Create Dashboard” button will trigger the Dashboard creation and the data import.
Beware this operation will take a while since it requires to download several Docker images and run an ETL job to collect and aggregate the data.
At the end of this operation you will be presented with a dashbaord similar to this one:
You can now navigate among the different charts and uncover the potentials of DevOps analytics!
To build the plugin, JDK 1.8 and sbt are required. Once installed use sbt to build:
cd ./analytics-wizard sbt assembly
This will compile, test and package the plugin artifact, which can be found in ./target/scala-2.11/analytics-wizard.jar
.