Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels #58557

Merged
merged 2 commits into from Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -800,7 +800,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/histogram/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1327,7 +1327,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/state-timeline/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1363,7 +1363,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/status-history/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
Expand Down Expand Up @@ -1738,4 +1738,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