mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Report Button: Add feature toggle for commit button [Hackathon] (#97282)
add feature toggle for commit button
This commit is contained in:
parent
0bc8848c85
commit
8a1b89a5eb
@ -243,4 +243,5 @@ export interface FeatureToggles {
|
||||
alertingUIOptimizeReducer?: boolean;
|
||||
azureMonitorEnableUserAuth?: boolean;
|
||||
alertingNotificationsStepMode?: boolean;
|
||||
feedbackButton?: boolean;
|
||||
}
|
||||
|
@ -1680,6 +1680,13 @@ var (
|
||||
Owner: grafanaAlertingSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "feedbackButton",
|
||||
Description: "Enables a button to send feedback from the Grafana UI",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaOperatorExperienceSquad,
|
||||
HideFromDocs: true,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -224,3 +224,4 @@ reportingUseRawTimeRange,preview,@grafana/sharing-squad,false,false,false
|
||||
alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
|
||||
azureMonitorEnableUserAuth,GA,@grafana/partner-datasources,false,false,false
|
||||
alertingNotificationsStepMode,experimental,@grafana/alerting-squad,false,false,true
|
||||
feedbackButton,experimental,@grafana/grafana-operator-experience-squad,false,false,false
|
||||
|
|
@ -906,4 +906,8 @@ const (
|
||||
// FlagAlertingNotificationsStepMode
|
||||
// Enables simplified step mode in the notifications section
|
||||
FlagAlertingNotificationsStepMode = "alertingNotificationsStepMode"
|
||||
|
||||
// FlagFeedbackButton
|
||||
// Enables a button to send feedback from the Grafana UI
|
||||
FlagFeedbackButton = "feedbackButton"
|
||||
)
|
||||
|
@ -1242,6 +1242,20 @@
|
||||
"requiresRestart": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "easyIssueReportButton",
|
||||
"resourceVersion": "1733157534811",
|
||||
"creationTimestamp": "2024-12-02T16:38:54Z",
|
||||
"deletionTimestamp": "2024-12-02T16:46:56Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables a button to send reports from the Grafana UI",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/grafana-operator-experience-squad",
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "editPanelCSVDragAndDrop",
|
||||
@ -1529,6 +1543,19 @@
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "feedbackButton",
|
||||
"resourceVersion": "1733158016122",
|
||||
"creationTimestamp": "2024-12-02T16:46:56Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables a button to send feedback from the Grafana UI",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/grafana-operator-experience-squad",
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "flameGraphItemCollapsing",
|
||||
|
Loading…
Reference in New Issue
Block a user