From 5211a23f8d921714d839898a8e503ef8987d0773 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Sun, 26 Apr 2020 15:34:56 -0700 Subject: [PATCH] Chore: show grafana labs not project (#23913) --- plugins-bundled/internal/input-datasource/src/plugin.json | 2 +- public/app/plugins/datasource/cloudwatch/plugin.json | 2 +- public/app/plugins/datasource/elasticsearch/plugin.json | 2 +- public/app/plugins/datasource/graphite/plugin.json | 2 +- public/app/plugins/datasource/influxdb/plugin.json | 2 +- public/app/plugins/datasource/jaeger/plugin.json | 2 +- public/app/plugins/datasource/loki/plugin.json | 2 +- public/app/plugins/datasource/mssql/plugin.json | 2 +- public/app/plugins/datasource/mysql/plugin.json | 2 +- public/app/plugins/datasource/opentsdb/plugin.json | 2 +- public/app/plugins/datasource/postgres/plugin.json | 2 +- public/app/plugins/datasource/prometheus/plugin.json | 2 +- public/app/plugins/datasource/stackdriver/plugin.json | 2 +- public/app/plugins/datasource/testdata/plugin.json | 2 +- public/app/plugins/datasource/zipkin/plugin.json | 2 +- public/app/plugins/panel/alertlist/plugin.json | 2 +- public/app/plugins/panel/annolist/plugin.json | 2 +- public/app/plugins/panel/bargauge/plugin.json | 2 +- public/app/plugins/panel/dashlist/plugin.json | 2 +- public/app/plugins/panel/gauge/plugin.json | 2 +- public/app/plugins/panel/gettingstarted/plugin.json | 2 +- public/app/plugins/panel/graph/plugin.json | 2 +- public/app/plugins/panel/graph2/plugin.json | 2 +- public/app/plugins/panel/heatmap/plugin.json | 2 +- public/app/plugins/panel/homelinks/plugin.json | 2 +- public/app/plugins/panel/logs/plugin.json | 2 +- public/app/plugins/panel/news/plugin.json | 2 +- public/app/plugins/panel/piechart/plugin.json | 2 +- public/app/plugins/panel/pluginlist/plugin.json | 2 +- public/app/plugins/panel/singlestat/plugin.json | 2 +- public/app/plugins/panel/stat/plugin.json | 2 +- public/app/plugins/panel/table-old/plugin.json | 2 +- public/app/plugins/panel/table/plugin.json | 2 +- public/app/plugins/panel/text/plugin.json | 2 +- public/app/plugins/panel/text2/plugin.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/plugins-bundled/internal/input-datasource/src/plugin.json b/plugins-bundled/internal/input-datasource/src/plugin.json index 05b5a647a8b..f5616514238 100644 --- a/plugins-bundled/internal/input-datasource/src/plugin.json +++ b/plugins-bundled/internal/input-datasource/src/plugin.json @@ -9,7 +9,7 @@ "info": { "description": "Data source that supports manual table & CSV input", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/cloudwatch/plugin.json b/public/app/plugins/datasource/cloudwatch/plugin.json index 78f00649f9a..daa8e532dd9 100644 --- a/public/app/plugins/datasource/cloudwatch/plugin.json +++ b/public/app/plugins/datasource/cloudwatch/plugin.json @@ -22,7 +22,7 @@ "info": { "description": "Data source for Amazon AWS monitoring service", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/elasticsearch/plugin.json b/public/app/plugins/datasource/elasticsearch/plugin.json index 2390f8f6bc2..5c1fa7020bb 100644 --- a/public/app/plugins/datasource/elasticsearch/plugin.json +++ b/public/app/plugins/datasource/elasticsearch/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Open source logging & analytics database", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "keywords": ["elasticsearch"], diff --git a/public/app/plugins/datasource/graphite/plugin.json b/public/app/plugins/datasource/graphite/plugin.json index d9a34fc199f..1d1ab828a5c 100644 --- a/public/app/plugins/datasource/graphite/plugin.json +++ b/public/app/plugins/datasource/graphite/plugin.json @@ -21,7 +21,7 @@ "info": { "description": "Open source time series database", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/influxdb/plugin.json b/public/app/plugins/datasource/influxdb/plugin.json index 19daaa163c8..0c335c62daa 100644 --- a/public/app/plugins/datasource/influxdb/plugin.json +++ b/public/app/plugins/datasource/influxdb/plugin.json @@ -17,7 +17,7 @@ "info": { "description": "Open source time series database", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/jaeger/plugin.json b/public/app/plugins/datasource/jaeger/plugin.json index 564581b9209..884c310d05c 100644 --- a/public/app/plugins/datasource/jaeger/plugin.json +++ b/public/app/plugins/datasource/jaeger/plugin.json @@ -14,7 +14,7 @@ "info": { "description": "Open source, end-to-end distributed tracing", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/loki/plugin.json b/public/app/plugins/datasource/loki/plugin.json index 99fae8c7054..53ed02b2bba 100644 --- a/public/app/plugins/datasource/loki/plugin.json +++ b/public/app/plugins/datasource/loki/plugin.json @@ -17,7 +17,7 @@ "info": { "description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/mssql/plugin.json b/public/app/plugins/datasource/mssql/plugin.json index ef280e9209e..333bf20f049 100644 --- a/public/app/plugins/datasource/mssql/plugin.json +++ b/public/app/plugins/datasource/mssql/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Data source for Microsoft SQL Server compatible databases", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/mysql/plugin.json b/public/app/plugins/datasource/mysql/plugin.json index be071456092..2918371cb48 100644 --- a/public/app/plugins/datasource/mysql/plugin.json +++ b/public/app/plugins/datasource/mysql/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Data source for MySQL databases", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/opentsdb/plugin.json b/public/app/plugins/datasource/opentsdb/plugin.json index a1991648236..12e9d1ecf23 100644 --- a/public/app/plugins/datasource/opentsdb/plugin.json +++ b/public/app/plugins/datasource/opentsdb/plugin.json @@ -12,7 +12,7 @@ "info": { "description": "Open source time series database", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/postgres/plugin.json b/public/app/plugins/datasource/postgres/plugin.json index ce72d3b0f2f..815356e61ea 100644 --- a/public/app/plugins/datasource/postgres/plugin.json +++ b/public/app/plugins/datasource/postgres/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Data source for PostgreSQL and compatible databases", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/prometheus/plugin.json b/public/app/plugins/datasource/prometheus/plugin.json index dcbeb2f98e1..99c81484f93 100644 --- a/public/app/plugins/datasource/prometheus/plugin.json +++ b/public/app/plugins/datasource/prometheus/plugin.json @@ -30,7 +30,7 @@ "info": { "description": "Open source time series database & alerting", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/stackdriver/plugin.json b/public/app/plugins/datasource/stackdriver/plugin.json index 20cac315400..369bf8678e9 100644 --- a/public/app/plugins/datasource/stackdriver/plugin.json +++ b/public/app/plugins/datasource/stackdriver/plugin.json @@ -20,7 +20,7 @@ "large": "img/stackdriver_logo.svg" }, "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" } }, diff --git a/public/app/plugins/datasource/testdata/plugin.json b/public/app/plugins/datasource/testdata/plugin.json index 522ee7ebdd9..e1972c7019c 100644 --- a/public/app/plugins/datasource/testdata/plugin.json +++ b/public/app/plugins/datasource/testdata/plugin.json @@ -16,7 +16,7 @@ "info": { "description": "Generates test data in different forms", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/datasource/zipkin/plugin.json b/public/app/plugins/datasource/zipkin/plugin.json index 251944c826f..46c755b819b 100644 --- a/public/app/plugins/datasource/zipkin/plugin.json +++ b/public/app/plugins/datasource/zipkin/plugin.json @@ -14,7 +14,7 @@ "info": { "description": "Placeholder for the distributed tracing system.", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/alertlist/plugin.json b/public/app/plugins/panel/alertlist/plugin.json index af82f0870e0..767f33008ef 100644 --- a/public/app/plugins/panel/alertlist/plugin.json +++ b/public/app/plugins/panel/alertlist/plugin.json @@ -8,7 +8,7 @@ "info": { "description": "Shows list of alerts and their current status", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/annolist/plugin.json b/public/app/plugins/panel/annolist/plugin.json index d21890a0cb3..f80e5e74aff 100644 --- a/public/app/plugins/panel/annolist/plugin.json +++ b/public/app/plugins/panel/annolist/plugin.json @@ -9,7 +9,7 @@ "info": { "description": "List annotations", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/bargauge/plugin.json b/public/app/plugins/panel/bargauge/plugin.json index 923acfb767a..81c45b7b16c 100644 --- a/public/app/plugins/panel/bargauge/plugin.json +++ b/public/app/plugins/panel/bargauge/plugin.json @@ -6,7 +6,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/dashlist/plugin.json b/public/app/plugins/panel/dashlist/plugin.json index 622ad6b396d..5412ed28fb7 100644 --- a/public/app/plugins/panel/dashlist/plugin.json +++ b/public/app/plugins/panel/dashlist/plugin.json @@ -8,7 +8,7 @@ "info": { "description": "List of dynamic links to other dashboards", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/gauge/plugin.json b/public/app/plugins/panel/gauge/plugin.json index 58437779d25..82078da8656 100644 --- a/public/app/plugins/panel/gauge/plugin.json +++ b/public/app/plugins/panel/gauge/plugin.json @@ -5,7 +5,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/gettingstarted/plugin.json b/public/app/plugins/panel/gettingstarted/plugin.json index e82f86794a8..445094efa29 100644 --- a/public/app/plugins/panel/gettingstarted/plugin.json +++ b/public/app/plugins/panel/gettingstarted/plugin.json @@ -8,7 +8,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/graph/plugin.json b/public/app/plugins/panel/graph/plugin.json index 77ae2adb132..7b33053619f 100644 --- a/public/app/plugins/panel/graph/plugin.json +++ b/public/app/plugins/panel/graph/plugin.json @@ -6,7 +6,7 @@ "info": { "description": "Graph Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/graph2/plugin.json b/public/app/plugins/panel/graph2/plugin.json index 518b1fb4fa5..fb80ad8add6 100644 --- a/public/app/plugins/panel/graph2/plugin.json +++ b/public/app/plugins/panel/graph2/plugin.json @@ -6,7 +6,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/heatmap/plugin.json b/public/app/plugins/panel/heatmap/plugin.json index 7022958560f..c698a794382 100644 --- a/public/app/plugins/panel/heatmap/plugin.json +++ b/public/app/plugins/panel/heatmap/plugin.json @@ -6,7 +6,7 @@ "info": { "description": "Heatmap Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/homelinks/plugin.json b/public/app/plugins/panel/homelinks/plugin.json index 590fbb2b172..10bea40dd3f 100755 --- a/public/app/plugins/panel/homelinks/plugin.json +++ b/public/app/plugins/panel/homelinks/plugin.json @@ -8,7 +8,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/logs/plugin.json b/public/app/plugins/panel/logs/plugin.json index 7453a428dc2..ff21031a4b1 100644 --- a/public/app/plugins/panel/logs/plugin.json +++ b/public/app/plugins/panel/logs/plugin.json @@ -5,7 +5,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/news/plugin.json b/public/app/plugins/panel/news/plugin.json index 9adc20da937..3cb274e2f8d 100755 --- a/public/app/plugins/panel/news/plugin.json +++ b/public/app/plugins/panel/news/plugin.json @@ -9,7 +9,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/piechart/plugin.json b/public/app/plugins/panel/piechart/plugin.json index f7949a76af4..d64e5fe4668 100644 --- a/public/app/plugins/panel/piechart/plugin.json +++ b/public/app/plugins/panel/piechart/plugin.json @@ -6,7 +6,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/pluginlist/plugin.json b/public/app/plugins/panel/pluginlist/plugin.json index 84369cecd7c..c2faa3b6dd7 100644 --- a/public/app/plugins/panel/pluginlist/plugin.json +++ b/public/app/plugins/panel/pluginlist/plugin.json @@ -8,7 +8,7 @@ "info": { "description": "Plugin List for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/singlestat/plugin.json b/public/app/plugins/panel/singlestat/plugin.json index 64235f50c65..f6e4ec497d3 100644 --- a/public/app/plugins/panel/singlestat/plugin.json +++ b/public/app/plugins/panel/singlestat/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Singlestat Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/stat/plugin.json b/public/app/plugins/panel/stat/plugin.json index f09c02d0568..bb2d1d73166 100644 --- a/public/app/plugins/panel/stat/plugin.json +++ b/public/app/plugins/panel/stat/plugin.json @@ -7,7 +7,7 @@ "info": { "description": "Singlestat Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/table-old/plugin.json b/public/app/plugins/panel/table-old/plugin.json index b5c927d9431..822186fd1f0 100644 --- a/public/app/plugins/panel/table-old/plugin.json +++ b/public/app/plugins/panel/table-old/plugin.json @@ -8,7 +8,7 @@ "info": { "description": "Table Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/table/plugin.json b/public/app/plugins/panel/table/plugin.json index 2b96af1af48..14d11500519 100644 --- a/public/app/plugins/panel/table/plugin.json +++ b/public/app/plugins/panel/table/plugin.json @@ -6,7 +6,7 @@ "info": { "description": "Table Panel for Grafana", "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/text/plugin.json b/public/app/plugins/panel/text/plugin.json index 3444f92cd42..cc3ec598398 100644 --- a/public/app/plugins/panel/text/plugin.json +++ b/public/app/plugins/panel/text/plugin.json @@ -7,7 +7,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": { diff --git a/public/app/plugins/panel/text2/plugin.json b/public/app/plugins/panel/text2/plugin.json index ee63a18555b..753a88d6dd8 100644 --- a/public/app/plugins/panel/text2/plugin.json +++ b/public/app/plugins/panel/text2/plugin.json @@ -8,7 +8,7 @@ "info": { "author": { - "name": "Grafana Project", + "name": "Grafana Labs", "url": "https://grafana.com" }, "logos": {