ce5b8300f1
Versioning the pure JSON files representing the Grafana dashboards
had some disadvantages. It was hard to review them, they were very
cluttered and a lot was duplicated.
There are some tools that deal with that. One of them is Grafonnet,
which is a superset of Jsonnet, a tool to create JSON files using a
domain specific language.
This change implements the Gerrit Process dashboard in Grafonnet.
It also extends the installer to be able to install dashboards in
the Jsonnet format.
Change-Id: I6235fb7d045bd71557678a4e3b0d4ad4515f4615
20 lines
304 B
TOML
20 lines
304 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
typed-ast = "~=1.4.1"
|
|
black = "==19.10b0"
|
|
pylint = "==2.4.4"
|
|
|
|
[packages]
|
|
pyyaml = "~=5.3"
|
|
passlib = "~=1.7.2"
|
|
python-gnupg = "~=0.4.5"
|
|
requests = "~=2.23.0"
|
|
jsonnet = "~=0.16.0"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|