mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 04:11:49 +08:00
Plugins: Update some links in plugin jsons due of mistakes in previous PR (#102214)
* update some links in plugin jsons update backend tests * fix the test * fix the test * Update public/app/plugins/datasource/azuremonitor/plugin.json Co-authored-by: David Harris <david.harris@grafana.com> * more docs links added, fix tests --------- Co-authored-by: David Harris <david.harris@grafana.com>
This commit is contained in:
@ -90,6 +90,7 @@ func TestLoader_Load(t *testing.T) {
|
|||||||
},
|
},
|
||||||
Links: []plugins.InfoLink{
|
Links: []plugins.InfoLink{
|
||||||
{Name: "Raise issue", URL: "https://github.com/grafana/grafana/issues/new"},
|
{Name: "Raise issue", URL: "https://github.com/grafana/grafana/issues/new"},
|
||||||
|
{Name: "Documentation", URL: "https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Includes: []*plugins.Includes{
|
Includes: []*plugins.Includes{
|
||||||
|
@ -89,6 +89,7 @@ func TestLoader_Load(t *testing.T) {
|
|||||||
},
|
},
|
||||||
Links: []plugins.InfoLink{
|
Links: []plugins.InfoLink{
|
||||||
{Name: "Raise issue", URL: "https://github.com/grafana/grafana/issues/new"},
|
{Name: "Raise issue", URL: "https://github.com/grafana/grafana/issues/new"},
|
||||||
|
{Name: "Documentation", URL: "https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Includes: []*plugins.Includes{
|
Includes: []*plugins.Includes{
|
||||||
|
@ -178,8 +178,8 @@
|
|||||||
"url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/"
|
"url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Apache License",
|
"name": "License",
|
||||||
"url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE"
|
"url": "https://github.com/grafana/grafana/blob/HEAD/LICENSE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
@ -458,6 +458,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/grafana/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"logos": {
|
"logos": {
|
||||||
@ -864,6 +868,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/grafana/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/datasources/google-cloud-monitoring/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"logos": {
|
"logos": {
|
||||||
@ -1397,6 +1405,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/grafana/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/datasources/mssql/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"logos": {
|
"logos": {
|
||||||
@ -2105,7 +2117,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/tempo/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Documentation",
|
"name": "Documentation",
|
||||||
@ -2256,6 +2268,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/grafana/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/time-series/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"logos": {
|
"logos": {
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{ "name": "Learn more", "url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/" },
|
{ "name": "Learn more", "url": "https://grafana.com/docs/grafana/latest/datasources/azuremonitor/" },
|
||||||
{ "name": "Apache License", "url": "https://github.com/grafana/azure-monitor-datasource/blob/master/LICENSE" },
|
{ "name": "License", "url": "https://github.com/grafana/grafana/blob/HEAD/LICENSE" },
|
||||||
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/azure-monitor/" }
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/azure-monitor/" }
|
||||||
],
|
],
|
||||||
|
@ -92,6 +92,9 @@
|
|||||||
"name": "Grafana Labs",
|
"name": "Grafana Labs",
|
||||||
"url": "https://grafana.com"
|
"url": "https://grafana.com"
|
||||||
},
|
},
|
||||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
"links": [
|
||||||
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/google-cloud-monitoring/" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,9 @@
|
|||||||
"small": "img/amazon-web-services.png",
|
"small": "img/amazon-web-services.png",
|
||||||
"large": "img/amazon-web-services.png"
|
"large": "img/amazon-web-services.png"
|
||||||
},
|
},
|
||||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
"links": [
|
||||||
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,10 @@
|
|||||||
"small": "img/icn-mixeddatasources.svg",
|
"small": "img/icn-mixeddatasources.svg",
|
||||||
"large": "img/icn-mixeddatasources.svg"
|
"large": "img/icn-mixeddatasources.svg"
|
||||||
},
|
},
|
||||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
"links": [
|
||||||
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/#special-data-sources" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"mixed": true,
|
"mixed": true,
|
||||||
|
@ -16,7 +16,13 @@
|
|||||||
"large": "img/sql_server_logo.svg"
|
"large": "img/sql_server_logo.svg"
|
||||||
},
|
},
|
||||||
"version": "%VERSION%",
|
"version": "%VERSION%",
|
||||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
"links": [
|
||||||
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/datasources/mssql/"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grafanaDependency": ">=10.4.0"
|
"grafanaDependency": ">=10.4.0"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Raise issue",
|
"name": "Raise issue",
|
||||||
"url": "https://github.com/grafana/tempo/issues/new"
|
"url": "https://github.com/grafana/grafana/issues/new"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Documentation",
|
"name": "Documentation",
|
||||||
|
@ -13,6 +13,12 @@
|
|||||||
"small": "img/icn-timeseries-panel.svg",
|
"small": "img/icn-timeseries-panel.svg",
|
||||||
"large": "img/icn-timeseries-panel.svg"
|
"large": "img/icn-timeseries-panel.svg"
|
||||||
},
|
},
|
||||||
"links": [{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" }]
|
"links": [
|
||||||
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
||||||
|
{
|
||||||
|
"name": "Documentation",
|
||||||
|
"url": "https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/time-series/"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user