gergelypolonkai-web-jekyll/content/gerrit-dashboard-generator
Gergely Polonkai d5c1c942f0
Convert the whole site to use Pelican instead of Jekyll
2019-11-05 06:21:56 +01:00
..
README.md Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
index.html Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00

README.md

Title: README for the Gerrit dashboard generator Status: draft Date: 2017-09-17T03:00Z

Dashboard URL generator for Gerrit

This little HTML file will generate URLs for Gerrit Dashboards. As constructing such URL is a real PITA, I created this tool to make my, and fellow developers life easier.

Usage

To use the tool, put it on a static webserver (opening it from your local machine wont work, as it loads its dependencies from CDN hosts). For example, if you have Python installed, you can use

python -m SimpleHTTPServer 8000

and access the page via http://127.0.0.1:8000/. Static (ie. local machine-compatible) version is on the table, so if you cant fire up a static webserver, check back soon(ish).