mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
a515c54404
* add support for signing manifest v2 * add log and fix var name * shorten comment * improve comment * remove unnecessary param * improve naming * reformat * rename var * refactor test * remove unnecessary assert * simplify test requirements * add more test cases * address feedback * revert naming * flip tracking missing * fix check * Trigger Build
17 lines
281 B
JSON
17 lines
281 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"id": "test",
|
|
"backend": true,
|
|
"executable": "test",
|
|
"state": "alpha",
|
|
"info": {
|
|
"version": "1.0.0",
|
|
"description": "Test",
|
|
"author": {
|
|
"name": "Will Browne",
|
|
"url": "https://willbrowne.com"
|
|
}
|
|
}
|
|
}
|