gergelypolonkai-web-jekyll/gerrit-dashboard-generator
Gergely Polonkai 9ca8beadb7 Add 'gerrit-dashboard-generator/' from commit '8ef6d7aaae68724ed3bcd038d11a0094a4c87351'
git-subtree-dir: gerrit-dashboard-generator
git-subtree-mainline: a49f4332ba
git-subtree-split: 8ef6d7aaae
2016-08-17 15:54:31 +00:00
..
README.md Add 'gerrit-dashboard-generator/' from commit '8ef6d7aaae68724ed3bcd038d11a0094a4c87351' 2016-08-17 15:54:31 +00:00
index.html Add 'gerrit-dashboard-generator/' from commit '8ef6d7aaae68724ed3bcd038d11a0094a4c87351' 2016-08-17 15:54:31 +00:00

README.md

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).