Merge lp:~brian-murray/arsenal/defect-analysts-json into lp:~bryce/arsenal/2.x

Proposed by Brian Murray
Status: Merged
Merged at revision: 1087
Proposed branch: lp:~brian-murray/arsenal/defect-analysts-json
Merge into: lp:~bryce/arsenal/2.x
Diff against target: 360 lines (+300/-0)
12 files modified
reports/defect-analysts/canonical-desktop-team-stale-inprogress.json (+23/-0)
reports/defect-analysts/canonical-foundations-stale-inprogress.json (+23/-0)
reports/defect-analysts/canonical-server-stale-inprogress.json (+23/-0)
reports/defect-analysts/desktop-packages-recent-confirmed.json (+23/-0)
reports/defect-analysts/desktop-packages-recent-triaged.json (+23/-0)
reports/defect-analysts/desktop-packages-reopened.json (+31/-0)
reports/defect-analysts/foundations-bugs-recent-confirmed.json (+23/-0)
reports/defect-analysts/foundations-bugs-recent-triaged.json (+23/-0)
reports/defect-analysts/foundations-bugs-reopened.json (+31/-0)
reports/defect-analysts/ubuntu-server-recent-confirmed.json (+23/-0)
reports/defect-analysts/ubuntu-server-recent-triaged.json (+23/-0)
reports/defect-analysts/ubuntu-server-reopened.json (+31/-0)
To merge this branch: bzr merge lp:~brian-murray/arsenal/defect-analysts-json
Reviewer Review Type Date Requested Status
Bryce Harrington Approve
Review via email: mp+114903@code.launchpad.net

Description of the change

I've converted quite a few of my reports to using arsenal and setup these json files / searches on cranberry as the ubuntu-reports user. I thought it would make sense to have them in the branch and they may also be good examples of how to use the days-in-state search criteria.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'reports/defect-analysts'
2=== added file 'reports/defect-analysts/canonical-desktop-team-stale-inprogress.json'
3--- reports/defect-analysts/canonical-desktop-team-stale-inprogress.json 1970-01-01 00:00:00 +0000
4+++ reports/defect-analysts/canonical-desktop-team-stale-inprogress.json 2012-07-13 16:18:18 +0000
5@@ -0,0 +1,23 @@
6+{
7+ "launchpad_config": {
8+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
9+ "read_only": false
10+ },
11+ "report": {
12+ "show_total_bugs": true,
13+ "title": ""
14+ },
15+ "search_criteria": [
16+ {
17+ "assignees": "canonical-desktop-team",
18+ "days-in-state": ">30",
19+ "distribution": "ubuntu",
20+ "series": [
21+ "NONE"
22+ ],
23+ "status": [
24+ "In Progress"
25+ ]
26+ }
27+ ]
28+}
29
30=== added file 'reports/defect-analysts/canonical-foundations-stale-inprogress.json'
31--- reports/defect-analysts/canonical-foundations-stale-inprogress.json 1970-01-01 00:00:00 +0000
32+++ reports/defect-analysts/canonical-foundations-stale-inprogress.json 2012-07-13 16:18:18 +0000
33@@ -0,0 +1,23 @@
34+{
35+ "launchpad_config": {
36+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
37+ "read_only": false
38+ },
39+ "report": {
40+ "show_total_bugs": true,
41+ "title": ""
42+ },
43+ "search_criteria": [
44+ {
45+ "assignees": "canonical-foundations",
46+ "days-in-state": ">30",
47+ "distribution": "ubuntu",
48+ "series": [
49+ "NONE"
50+ ],
51+ "status": [
52+ "In Progress"
53+ ]
54+ }
55+ ]
56+}
57
58=== added file 'reports/defect-analysts/canonical-server-stale-inprogress.json'
59--- reports/defect-analysts/canonical-server-stale-inprogress.json 1970-01-01 00:00:00 +0000
60+++ reports/defect-analysts/canonical-server-stale-inprogress.json 2012-07-13 16:18:18 +0000
61@@ -0,0 +1,23 @@
62+{
63+ "launchpad_config": {
64+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
65+ "read_only": false
66+ },
67+ "report": {
68+ "show_total_bugs": true,
69+ "title": ""
70+ },
71+ "search_criteria": [
72+ {
73+ "assignees": "canonical-server",
74+ "days-in-state": ">30",
75+ "distribution": "ubuntu",
76+ "series": [
77+ "NONE"
78+ ],
79+ "status": [
80+ "In Progress"
81+ ]
82+ }
83+ ]
84+}
85
86=== added file 'reports/defect-analysts/desktop-packages-recent-confirmed.json'
87--- reports/defect-analysts/desktop-packages-recent-confirmed.json 1970-01-01 00:00:00 +0000
88+++ reports/defect-analysts/desktop-packages-recent-confirmed.json 2012-07-13 16:18:18 +0000
89@@ -0,0 +1,23 @@
90+{
91+ "launchpad_config": {
92+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
93+ "read_only": false
94+ },
95+ "report": {
96+ "show_total_bugs": true,
97+ "title": ""
98+ },
99+ "search_criteria": [
100+ {
101+ "days-in-state": "<7",
102+ "distribution": "ubuntu",
103+ "series": [
104+ "NONE"
105+ ],
106+ "status": [
107+ "Confirmed"
108+ ],
109+ "subscribers": "desktop-packages"
110+ }
111+ ]
112+}
113
114=== added file 'reports/defect-analysts/desktop-packages-recent-triaged.json'
115--- reports/defect-analysts/desktop-packages-recent-triaged.json 1970-01-01 00:00:00 +0000
116+++ reports/defect-analysts/desktop-packages-recent-triaged.json 2012-07-13 16:18:18 +0000
117@@ -0,0 +1,23 @@
118+{
119+ "launchpad_config": {
120+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
121+ "read_only": false
122+ },
123+ "report": {
124+ "show_total_bugs": true,
125+ "title": ""
126+ },
127+ "search_criteria": [
128+ {
129+ "days-in-state": "<7",
130+ "distribution": "ubuntu",
131+ "series": [
132+ "NONE"
133+ ],
134+ "status": [
135+ "Triaged"
136+ ],
137+ "subscribers": "desktop-packages"
138+ }
139+ ]
140+}
141
142=== added file 'reports/defect-analysts/desktop-packages-reopened.json'
143--- reports/defect-analysts/desktop-packages-reopened.json 1970-01-01 00:00:00 +0000
144+++ reports/defect-analysts/desktop-packages-reopened.json 2012-07-13 16:18:18 +0000
145@@ -0,0 +1,31 @@
146+{
147+ "launchpad_config": {
148+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
149+ "read_only": false
150+ },
151+ "report": {
152+ "show_total_bugs": true,
153+ "title": ""
154+ },
155+ "search_criteria": [
156+ {
157+ "days-in-state": "<7",
158+ "distribution": "ubuntu",
159+ "reopened": true,
160+ "series": [
161+ "NONE"
162+ ],
163+ "status": [
164+ "New",
165+ "Confirmed",
166+ "Triaged",
167+ "Incomplete",
168+ "Incomplete (with response)",
169+ "Incomplete (without response)",
170+ "In Progress",
171+ "Fix Committed"
172+ ],
173+ "subscribers": "desktop-packages"
174+ }
175+ ]
176+}
177
178=== added file 'reports/defect-analysts/foundations-bugs-recent-confirmed.json'
179--- reports/defect-analysts/foundations-bugs-recent-confirmed.json 1970-01-01 00:00:00 +0000
180+++ reports/defect-analysts/foundations-bugs-recent-confirmed.json 2012-07-13 16:18:18 +0000
181@@ -0,0 +1,23 @@
182+{
183+ "launchpad_config": {
184+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
185+ "read_only": false
186+ },
187+ "report": {
188+ "show_total_bugs": true,
189+ "title": ""
190+ },
191+ "search_criteria": [
192+ {
193+ "days-in-state": "<7",
194+ "distribution": "ubuntu",
195+ "series": [
196+ "NONE"
197+ ],
198+ "status": [
199+ "Confirmed"
200+ ],
201+ "subscribers": "foundations-bugs"
202+ }
203+ ]
204+}
205
206=== added file 'reports/defect-analysts/foundations-bugs-recent-triaged.json'
207--- reports/defect-analysts/foundations-bugs-recent-triaged.json 1970-01-01 00:00:00 +0000
208+++ reports/defect-analysts/foundations-bugs-recent-triaged.json 2012-07-13 16:18:18 +0000
209@@ -0,0 +1,23 @@
210+{
211+ "launchpad_config": {
212+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
213+ "read_only": false
214+ },
215+ "report": {
216+ "show_total_bugs": true,
217+ "title": ""
218+ },
219+ "search_criteria": [
220+ {
221+ "days-in-state": "<7",
222+ "distribution": "ubuntu",
223+ "series": [
224+ "NONE"
225+ ],
226+ "status": [
227+ "Triaged"
228+ ],
229+ "subscribers": "foundations-bugs"
230+ }
231+ ]
232+}
233
234=== added file 'reports/defect-analysts/foundations-bugs-reopened.json'
235--- reports/defect-analysts/foundations-bugs-reopened.json 1970-01-01 00:00:00 +0000
236+++ reports/defect-analysts/foundations-bugs-reopened.json 2012-07-13 16:18:18 +0000
237@@ -0,0 +1,31 @@
238+{
239+ "launchpad_config": {
240+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
241+ "read_only": false
242+ },
243+ "report": {
244+ "show_total_bugs": true,
245+ "title": ""
246+ },
247+ "search_criteria": [
248+ {
249+ "days-in-state": "<7",
250+ "distribution": "ubuntu",
251+ "reopened": true,
252+ "series": [
253+ "NONE"
254+ ],
255+ "status": [
256+ "New",
257+ "Confirmed",
258+ "Triaged",
259+ "Incomplete",
260+ "Incomplete (with response)",
261+ "Incomplete (without response)",
262+ "In Progress",
263+ "Fix Committed"
264+ ],
265+ "subscribers": "foundations-bugs"
266+ }
267+ ]
268+}
269
270=== added file 'reports/defect-analysts/ubuntu-server-recent-confirmed.json'
271--- reports/defect-analysts/ubuntu-server-recent-confirmed.json 1970-01-01 00:00:00 +0000
272+++ reports/defect-analysts/ubuntu-server-recent-confirmed.json 2012-07-13 16:18:18 +0000
273@@ -0,0 +1,23 @@
274+{
275+ "launchpad_config": {
276+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
277+ "read_only": false
278+ },
279+ "report": {
280+ "show_total_bugs": true,
281+ "title": ""
282+ },
283+ "search_criteria": [
284+ {
285+ "days-in-state": "<7",
286+ "distribution": "ubuntu",
287+ "series": [
288+ "NONE"
289+ ],
290+ "status": [
291+ "Confirmed"
292+ ],
293+ "subscribers": "ubuntu-server"
294+ }
295+ ]
296+}
297
298=== added file 'reports/defect-analysts/ubuntu-server-recent-triaged.json'
299--- reports/defect-analysts/ubuntu-server-recent-triaged.json 1970-01-01 00:00:00 +0000
300+++ reports/defect-analysts/ubuntu-server-recent-triaged.json 2012-07-13 16:18:18 +0000
301@@ -0,0 +1,23 @@
302+{
303+ "launchpad_config": {
304+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
305+ "read_only": false
306+ },
307+ "report": {
308+ "show_total_bugs": true,
309+ "title": ""
310+ },
311+ "search_criteria": [
312+ {
313+ "days-in-state": "<7",
314+ "distribution": "ubuntu",
315+ "series": [
316+ "NONE"
317+ ],
318+ "status": [
319+ "Triaged"
320+ ],
321+ "subscribers": "ubuntu-server"
322+ }
323+ ]
324+}
325
326=== added file 'reports/defect-analysts/ubuntu-server-reopened.json'
327--- reports/defect-analysts/ubuntu-server-reopened.json 1970-01-01 00:00:00 +0000
328+++ reports/defect-analysts/ubuntu-server-reopened.json 2012-07-13 16:18:18 +0000
329@@ -0,0 +1,31 @@
330+{
331+ "launchpad_config": {
332+ "launchpad_client_name": "cranberry-ubuntu-reports-reports",
333+ "read_only": false
334+ },
335+ "report": {
336+ "show_total_bugs": true,
337+ "title": ""
338+ },
339+ "search_criteria": [
340+ {
341+ "days-in-state": "<7",
342+ "distribution": "ubuntu",
343+ "reopened": true,
344+ "series": [
345+ "NONE"
346+ ],
347+ "status": [
348+ "New",
349+ "Confirmed",
350+ "Triaged",
351+ "Incomplete",
352+ "Incomplete (with response)",
353+ "Incomplete (without response)",
354+ "In Progress",
355+ "Fix Committed"
356+ ],
357+ "subscribers": "ubuntu-server"
358+ }
359+ ]
360+}

Subscribers

People subscribed via source and target branches

to all changes: