summaryrefslogtreecommitdiff
path: root/spec/frontend/alert_management/mocks/alerts_provide_config.json
blob: 3313ff8128cd83893d0fd42cd6ff241932737c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "textQuery": "foo",
    "authorUsernameQuery": "root",
    "assigneeUsernameQuery": "root",
    "projectPath": "gitlab-org/gitlab",
    "enableAlertManagementPath": "/link",
    "populatingAlertsHelpUrl": "/link",
    "emptyAlertSvgPath": "/link",
    "alertManagementEnabled": false,
    "userCanEnableAlertManagement": false
}