Use parameters passed by UI to customise docker-compose

Docker compose will be dynamically created based on the paramenters passed from the UI.

The possible configurations are:
- aggregation time
- data time frame
- project prefix
- credentials

Feature: Issue 9907
Change-Id: I4366b4d054a51c3e5fff9274c21580ce6a0e10f3
4 files changed
tree: 81a422989300cd29b7edf1a7edca1c3b55adc954
  1. project/
  2. src/
  3. .gitignore
  4. .scalafmt.conf
  5. build.sbt
  6. LICENSE
  7. README.md
README.md

analytics-wizard

Wizard to provision a new GerritAnalytics stack

Setup

this plugin is being developed against gerrit master (2.16), thus it relies on gerrit-plugin-api-2.16-SNAPSHOT

In order to make gerrit-plugin-api-2.16-SNAPSHOT available locally you can run the following from a gerrit checkout dir:

./tools/maven/api.sh install