-
-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathconfig.default.json
59 lines (59 loc) · 1.36 KB
/
config.default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"gitlabApi": "https://gitlab.example.com/api/v4",
"privateToken": "ABCDEF123456",
"maxAge": 168,
"fetchCount": 20,
"pipelinesOnly": false,
"includeArchived": false,
"autoZoom": false,
"showPipelineIds": true,
"showProjectOnlyOn": [],
"showJobs": "icon",
"showJobsNameOnlyOn": [],
"showRestartedJobs": true,
"showStagesNames": false,
"showDurations": true,
"showCoverage": false,
"showTestReport": false,
"showUsers": false,
"showRerunButton": false,
"title": null,
"orderBy": "lastActivity",
"orderByDesc": false,
"pollingIntervalMultiplier": 1.0,
"backgroundRefresh": true,
"projectVisibility": "any",
"membership": false,
"badges": false,
"showRunnerStatus": true,
"filter": {
"include": ".*",
"includeTags": ".*",
"exclude": null,
"excludeTags": null,
"excludeUntagged": false
},
"projectConfig": {
"*": {
"include": ".*",
"exclude": null,
"default": null,
"showMerged": true,
"showTags": true,
"showLatestTagOnly": false,
"showDetached": false,
"showLabels": true,
"historyCount": 1,
"hideSkippedPipelines": false,
"hideSuccessfulPipelines": false,
"soundAlerts": {
"soundUrl": null,
"include": ".*",
"exclude": null
}
}
},
"projectScope": null,
"projectScopeId": null,
"theme": null
}