-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
187 lines (187 loc) · 5.3 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"git": {
"projectUrl": "https://github.com/openrails/openrails",
"webUrl": {
"commit": "https://github.com/openrails/openrails/commit/%KEY%"
},
"branch": "master",
"startDate": "2019-01-06T00:00:00Z",
"references": {
"exceptionalLabels": {
"1": "documentation",
"2": "locales",
"3": "infrastructure",
"4": "website"
},
"minimumLines": 10,
"requiredLabels": {
"1": "bug",
"2": "enhancement",
"3": "refactoring"
},
"references": "(https://bugs\\.launchpad\\.net/or/\\+bug/[0-9]+|https://blueprints\\.launchpad\\.net/or/\\+spec/[0-9a-z-]+|https://trello\\.com/c/[0-9a-zA-Z]+)"
}
},
"github": {
"organization": "openrails",
"repository": "openrails"
},
"launchpad": {
"projectUrl": "https://api.launchpad.net/devel/or",
"currentMilestone": "1.4",
"links": {
"discussion": {
"startDate": "2015-09-20T00:00:00Z",
"baseUrl": "http://www.elvastower.com/forums/index.php?/topic/",
"expectedForms": {
"1": "Discussion: http://www.elvastower.com/forums/index.php?/topic/",
"2": "Discussion (developers only): http://www.elvastower.com/forums/index.php?/topic/"
}
},
"roadmap": {
"startDate": "2015-09-20T00:00:00Z",
"startMilestone": "1.2",
"baseUrl": "https://trello.com/c/",
"expectedForms": {
"1": "Roadmap: https://trello.com/c/"
}
}
},
"bugs": {
"startDate": "2018-12-09T00:00:00Z",
"startMilestone": "1.4",
"scanDescriptions": true,
"scanAttachments": {
"1": "log"
},
"duplicateMinWords": 3,
"idealTitle": {
"version": "^Version\\s+=\\s+([XU](?:[\\.\\d]+-)?\\d+|[\\.\\d]+)(?:-g[0-9a-f]+)?\\s*$",
"route": "^Route\\s+=\\s+(.*?)\\s*$",
"activity": "^Activity\\s+=\\s+(.*?)\\s+\\(.*\\)$",
"error": "^Error: (.*)$",
"exception": "^(?:Error|Warning): (?:System\\.IO\\.FileLoadException: .* ---> )?([\\.\\w]+Exception)(?: \\(0x[0-9A-F]{8}\\))?: .*$",
"stack": "^ (?:.*?) ((?:MSTS(?!\\.Parsers\\.STFReader)|ORTS|Orts(?!\\.Parsers\\.Msts\\.STFReader)|LibAE|ActivityEditor|AEWizard|DataCollector|DataValidator|Updater)\\.[\\.\\w\\<\\>\\[\\]]+)\\(",
"maxStackLines": 25,
"excludes": {
"System.NullReferenceException at ORTS.Processes.UpdaterProcess.Update": true,
"System.NullReferenceException at Orts.Viewer3D.Processes.UpdaterProcess.Update": true
}
},
"idealTags": {
"Exception at ": {
"knownTags": "ai cameras content crash graphics menu multiplayer physics signals sounds timetable",
"ai": {
"1": "Exception at ORTS.AI",
"2": "Exception at Orts.Simulation.AIs."
},
"content": {
"1": "MSTS.Parsers.STFException at ",
"2": "Orts.Parsers.Msts.STFException at ",
"3": "System.IO.InvalidDataException at ORTS.",
"4": "System.IO.InvalidDataException at Orts.",
"5": "Exception at MSTS.",
"6": "Exception at Orts.Formats.",
"7": "Exception at Orts.Parsers."
},
"crash": true,
"graphics": {
"1": "Exception at MSTS.ACEFile.",
"2": "Exception at ORTS.SuperElevation",
"3": "Exception at ORTS.Viewer3D.",
"4": "Exception at Orts.Viewer3D.",
"exceptions": {
"cameras": {
"1": "Camera"
},
"sounds": {
"1": "OpenAL",
"2": "Sound",
"3": "WaveFile"
},
"z-": {
"1": "Processes"
}
}
},
"menu": {
"1": "Exception at ORTS.Menu."
},
"multiplayer": {
"1": "Exception at ORTS.MultiPlayer.",
"2": "Exception at Orts.MultiPlayer."
},
"physics": {
"1": "Exception at Orts.Simulation.Physics.",
"2": "Exception at Orts.Simulation.RollingStocks."
},
"signals": {
"1": "Exception at ORTS.Signal",
"2": "Exception at ORTS.Deadlock",
"3": "Exception at ORTS.TrackCircuit",
"4": "Exception at ORTS.Signals.",
"5": "Exception at Orts.Simulation.Signalling."
},
"timetable": {
"1": "Exception at Orts.Simulation.Timetables."
}
}
},
"idealStatus": {
"Triaged": {
"status": {
"anyPresent": "New Confirmed"
},
"tags": {
"allPresent": "crash",
"allMissing": "content"
}
},
"Invalid": {
"tags": {
"allPresent": "crash content"
}
}
},
"minIncompleteGapMinutes": "5"
}
},
"trello": {
"board": "57167c88ac24bececc9eb7ff",
"excludeLists": "Unsorted|Unclear|Not planned|RELEASED",
"excludeCards": "These cards are currently planned .* - please vote on them",
"sorting": "votes",
"links": {
"discussion": {
"includeLists": "^1\\.[2-9]",
"baseUrl": "http://www.elvastower.com/forums/index.php?/topic/",
"expectedForms": {
"1": "**Discussion:** http://www.elvastower.com/forums/index.php?/topic/",
"2": "**Discussion (developers only):** http://www.elvastower.com/forums/index.php?/topic/"
}
},
"blueprint": {
"includeLists": "^1\\.[2-9]",
"baseUrl": "https://blueprints.launchpad.net/or/+spec/",
"expectedForms": {
"1": "**Blueprint:** https://blueprints.launchpad.net/or/+spec/"
}
}
},
"labels": {
"required": true
},
"checklists": {
"Progress": {
"includeLists": "^1\\.[2-9]",
"order": "Discussion,Implementation,Merged",
"Discussion": {
"link": "discussion"
},
"Merged": {
"reference": "commit"
}
}
}
}
}