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
=== added directory 'reports/defect-analysts'
=== added file 'reports/defect-analysts/canonical-desktop-team-stale-inprogress.json'
--- reports/defect-analysts/canonical-desktop-team-stale-inprogress.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/canonical-desktop-team-stale-inprogress.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "assignees": "canonical-desktop-team",
13 "days-in-state": ">30",
14 "distribution": "ubuntu",
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "In Progress"
20 ]
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/canonical-foundations-stale-inprogress.json'
--- reports/defect-analysts/canonical-foundations-stale-inprogress.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/canonical-foundations-stale-inprogress.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "assignees": "canonical-foundations",
13 "days-in-state": ">30",
14 "distribution": "ubuntu",
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "In Progress"
20 ]
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/canonical-server-stale-inprogress.json'
--- reports/defect-analysts/canonical-server-stale-inprogress.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/canonical-server-stale-inprogress.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "assignees": "canonical-server",
13 "days-in-state": ">30",
14 "distribution": "ubuntu",
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "In Progress"
20 ]
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/desktop-packages-recent-confirmed.json'
--- reports/defect-analysts/desktop-packages-recent-confirmed.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/desktop-packages-recent-confirmed.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Confirmed"
19 ],
20 "subscribers": "desktop-packages"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/desktop-packages-recent-triaged.json'
--- reports/defect-analysts/desktop-packages-recent-triaged.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/desktop-packages-recent-triaged.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Triaged"
19 ],
20 "subscribers": "desktop-packages"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/desktop-packages-reopened.json'
--- reports/defect-analysts/desktop-packages-reopened.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/desktop-packages-reopened.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,31 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "reopened": true,
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "New",
20 "Confirmed",
21 "Triaged",
22 "Incomplete",
23 "Incomplete (with response)",
24 "Incomplete (without response)",
25 "In Progress",
26 "Fix Committed"
27 ],
28 "subscribers": "desktop-packages"
29 }
30 ]
31}
032
=== added file 'reports/defect-analysts/foundations-bugs-recent-confirmed.json'
--- reports/defect-analysts/foundations-bugs-recent-confirmed.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/foundations-bugs-recent-confirmed.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Confirmed"
19 ],
20 "subscribers": "foundations-bugs"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/foundations-bugs-recent-triaged.json'
--- reports/defect-analysts/foundations-bugs-recent-triaged.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/foundations-bugs-recent-triaged.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Triaged"
19 ],
20 "subscribers": "foundations-bugs"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/foundations-bugs-reopened.json'
--- reports/defect-analysts/foundations-bugs-reopened.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/foundations-bugs-reopened.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,31 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "reopened": true,
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "New",
20 "Confirmed",
21 "Triaged",
22 "Incomplete",
23 "Incomplete (with response)",
24 "Incomplete (without response)",
25 "In Progress",
26 "Fix Committed"
27 ],
28 "subscribers": "foundations-bugs"
29 }
30 ]
31}
032
=== added file 'reports/defect-analysts/ubuntu-server-recent-confirmed.json'
--- reports/defect-analysts/ubuntu-server-recent-confirmed.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/ubuntu-server-recent-confirmed.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Confirmed"
19 ],
20 "subscribers": "ubuntu-server"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/ubuntu-server-recent-triaged.json'
--- reports/defect-analysts/ubuntu-server-recent-triaged.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/ubuntu-server-recent-triaged.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,23 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "series": [
15 "NONE"
16 ],
17 "status": [
18 "Triaged"
19 ],
20 "subscribers": "ubuntu-server"
21 }
22 ]
23}
024
=== added file 'reports/defect-analysts/ubuntu-server-reopened.json'
--- reports/defect-analysts/ubuntu-server-reopened.json 1970-01-01 00:00:00 +0000
+++ reports/defect-analysts/ubuntu-server-reopened.json 2012-07-13 16:18:18 +0000
@@ -0,0 +1,31 @@
1{
2 "launchpad_config": {
3 "launchpad_client_name": "cranberry-ubuntu-reports-reports",
4 "read_only": false
5 },
6 "report": {
7 "show_total_bugs": true,
8 "title": ""
9 },
10 "search_criteria": [
11 {
12 "days-in-state": "<7",
13 "distribution": "ubuntu",
14 "reopened": true,
15 "series": [
16 "NONE"
17 ],
18 "status": [
19 "New",
20 "Confirmed",
21 "Triaged",
22 "Incomplete",
23 "Incomplete (with response)",
24 "Incomplete (without response)",
25 "In Progress",
26 "Fix Committed"
27 ],
28 "subscribers": "ubuntu-server"
29 }
30 ]
31}

Subscribers

People subscribed via source and target branches

to all changes: