mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* only recurse a symbolic link if it is a directory * added test for detecting valid plugins using lib dirs with symbolic links in them (like oracle) * fix linting errors * added extra checks as per code-review
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"
|
|
}
|
|
}
|
|
}
|