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>
pull/102518/head
Yulia Shanyrova 3 months ago committed by GitHub
parent a858ddc470
commit cbdf2eecab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/plugins/manager/loader/loader_test.go
  2. 1
      pkg/services/pluginsintegration/loader/loader_test.go
  3. 22
      pkg/tests/api/plugins/data/expectedListResp.json
  4. 2
      public/app/plugins/datasource/azuremonitor/plugin.json
  5. 5
      public/app/plugins/datasource/cloud-monitoring/plugin.json
  6. 5
      public/app/plugins/datasource/cloudwatch/plugin.json
  7. 5
      public/app/plugins/datasource/mixed/plugin.json
  8. 8
      public/app/plugins/datasource/mssql/plugin.json
  9. 2
      public/app/plugins/datasource/tempo/plugin.json
  10. 8
      public/app/plugins/panel/timeseries/plugin.json

@ -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{

@ -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{

@ -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": {

@ -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/" }
],

@ -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/" }
]
}
}

@ -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/" }
]
}
}

@ -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,

@ -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"

@ -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",

@ -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/"
}
]
}
}

Loading…
Cancel
Save