* 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
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"id": "test",
|
|
"backend": true,
|
|
"state": "alpha",
|
|
"info": {
|
|
"description": "Test",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
}
|
|
}
|
|
}
|