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:
Yulia Shanyrova
2025-03-20 09:25:04 +01:00
committed by GitHub
parent a858ddc470
commit cbdf2eecab
10 changed files with 49 additions and 10 deletions

View File

@ -90,6 +90,7 @@ func TestLoader_Load(t *testing.T) {
},
Links: []plugins.InfoLink{
{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{

View File

@ -89,6 +89,7 @@ func TestLoader_Load(t *testing.T) {
},
Links: []plugins.InfoLink{
{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{

View File

@ -178,8 +178,8 @@
"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",
@ -458,6 +458,10 @@
{
"name": "Raise issue",
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",
"url": "https://grafana.com/docs/grafana/latest/datasources/aws-cloudwatch/"
}
],
"logos": {
@ -864,6 +868,10 @@
{
"name": "Raise issue",
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",
"url": "https://grafana.com/docs/grafana/latest/datasources/google-cloud-monitoring/"
}
],
"logos": {
@ -1397,6 +1405,10 @@
{
"name": "Raise issue",
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",
"url": "https://grafana.com/docs/grafana/latest/datasources/mssql/"
}
],
"logos": {
@ -2105,7 +2117,7 @@
},
{
"name": "Raise issue",
"url": "https://github.com/grafana/tempo/issues/new"
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",
@ -2256,6 +2268,10 @@
{
"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/"
}
],
"logos": {

View File

@ -111,7 +111,7 @@
},
"links": [
{ "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": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/azure-monitor/" }
],

View File

@ -92,6 +92,9 @@
"name": "Grafana Labs",
"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/" }
]
}
}

View File

@ -31,6 +31,9 @@
"small": "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/" }
]
}
}

View File

@ -14,7 +14,10 @@
"small": "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,

View File

@ -16,7 +16,13 @@
"large": "img/sql_server_logo.svg"
},
"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": {
"grafanaDependency": ">=10.4.0"

View File

@ -30,7 +30,7 @@
},
{
"name": "Raise issue",
"url": "https://github.com/grafana/tempo/issues/new"
"url": "https://github.com/grafana/grafana/issues/new"
},
{
"name": "Documentation",

View File

@ -13,6 +13,12 @@
"small": "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/"
}
]
}
}