Skip to content

Commit

Permalink
Various Panels: Remove beta label from Bar Chart, Candlestick, Histog…
Browse files Browse the repository at this point in the history
…ram, State Timeline, & Status History Panels (#58557)

* Remove beta label from numerous panels.

* Update backend snapshot to fix test

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
  • Loading branch information
codeincarnate and nmarrs committed Nov 29, 2022
1 parent 71e4a82 commit 839465a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
12 changes: 6 additions & 6 deletions pkg/tests/api/plugins/data/expectedListResp.json
Expand Up @@ -201,7 +201,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/barchart/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -273,7 +273,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/candlestick/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -755,7 +755,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/histogram/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1282,7 +1282,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/state-timeline/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1318,7 +1318,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/status-history/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1693,4 +1693,4 @@
"signatureType": "",
"signatureOrg": ""
}
]
]
1 change: 0 additions & 1 deletion public/app/plugins/panel/barchart/plugin.json
Expand Up @@ -2,7 +2,6 @@
"type": "panel",
"name": "Bar chart",
"id": "barchart",
"state": "beta",

"info": {
"description": "Categorical charts with group support",
Expand Down
1 change: 0 additions & 1 deletion public/app/plugins/panel/candlestick/plugin.json
Expand Up @@ -2,7 +2,6 @@
"type": "panel",
"name": "Candlestick",
"id": "candlestick",
"state": "beta",

"info": {
"author": {
Expand Down
2 changes: 0 additions & 2 deletions public/app/plugins/panel/histogram/plugin.json
Expand Up @@ -3,8 +3,6 @@
"name": "Histogram",
"id": "histogram",

"state": "beta",

"info": {
"author": {
"name": "Grafana Labs",
Expand Down
2 changes: 0 additions & 2 deletions public/app/plugins/panel/state-timeline/plugin.json
Expand Up @@ -3,8 +3,6 @@
"name": "State timeline",
"id": "state-timeline",

"state": "beta",

"info": {
"description": "State changes and durations",
"author": {
Expand Down
2 changes: 0 additions & 2 deletions public/app/plugins/panel/status-history/plugin.json
Expand Up @@ -3,8 +3,6 @@
"name": "Status history",
"id": "status-history",

"state": "beta",

"info": {
"description": "Periodic status history",
"author": {
Expand Down

0 comments on commit 839465a

Please sign in to comment.