Plugins: Add module hash field to plugin model (#116119)
* add module hash field to plugin model * fix tests * fix lint issues
This commit is contained in:
15
pkg/plugins/pluginassets/testdata/module-hash-valid-nested/datasource/plugin.json
vendored
Normal file
15
pkg/plugins/pluginassets/testdata/module-hash-valid-nested/datasource/plugin.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Test Datasource",
|
||||
"id": "test-datasource",
|
||||
"backend": true,
|
||||
"executable": "test",
|
||||
"state": "alpha",
|
||||
"info": {
|
||||
"version": "1.0.0",
|
||||
"description": "Test",
|
||||
"author": {
|
||||
"name": "Giuseppe Guerra"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user