rlaunchpadlib 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/.travis.yml +4 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +44 -0
- data/Rakefile +6 -0
- data/lib/rlaunchpadlib.rb +9 -0
- data/lib/rlaunchpadlib/client.rb +26 -0
- data/lib/rlaunchpadlib/person.rb +96 -0
- data/lib/rlaunchpadlib/project.rb +81 -0
- data/lib/rlaunchpadlib/project_group.rb +43 -0
- data/lib/rlaunchpadlib/version.rb +3 -0
- data/rlaunchpadlib.gemspec +28 -0
- data/spec/cassettes/client_get.yml +376 -0
- data/spec/cassettes/person.yml +80 -0
- data/spec/cassettes/person_archivesubscriptions.yml +52 -0
- data/spec/cassettes/person_branches.yml +822 -0
- data/spec/cassettes/person_bug_subscriber_packages.yml +48 -0
- data/spec/cassettes/person_bugs.yml +1088 -0
- data/spec/cassettes/person_merge_proposals.yml +101 -0
- data/spec/cassettes/person_requested_reviews.yml +180 -0
- data/spec/cassettes/project.yml +119 -0
- data/spec/cassettes/project_branches.yml +1931 -0
- data/spec/cassettes/project_bugs.yml +1027 -0
- data/spec/cassettes/project_group.yml +71 -0
- data/spec/cassettes/project_group_branches.yml +1985 -0
- data/spec/cassettes/project_group_bugs.yml +1068 -0
- data/spec/cassettes/project_group_merges.yml +317 -0
- data/spec/cassettes/project_merge_proposals.yml +1905 -0
- data/spec/cassettes/project_subscriptions.yml +48 -0
- data/spec/cassettes/project_timeline.yml +164 -0
- data/spec/rlaunchpadlib/lib/client_spec.rb +28 -0
- data/spec/rlaunchpadlib/lib/person_spec.rb +147 -0
- data/spec/rlaunchpadlib/lib/project_group_spec.rb +93 -0
- data/spec/rlaunchpadlib/lib/project_spec.rb +146 -0
- data/spec/spec_helper.rb +31 -0
- metadata +202 -0
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.launchpad.net/1.0/~lazypower/?ws.op=getBugSubscriberPackages
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers: {}
|
10
|
+
response:
|
11
|
+
status:
|
12
|
+
code: 200
|
13
|
+
message: OK
|
14
|
+
headers:
|
15
|
+
Date:
|
16
|
+
- Sun, 18 May 2014 23:09:05 GMT
|
17
|
+
Server:
|
18
|
+
- zope.server.http (HTTP)
|
19
|
+
X-Powered-By:
|
20
|
+
- Zope (www.zope.org), Python (www.python.org)
|
21
|
+
Content-Length:
|
22
|
+
- '44'
|
23
|
+
X-Xss-Protection:
|
24
|
+
- 1; mode=block
|
25
|
+
X-Content-Type-Options:
|
26
|
+
- nosniff
|
27
|
+
Strict-Transport-Security:
|
28
|
+
- max-age=15552000
|
29
|
+
Vary:
|
30
|
+
- Accept,Accept-Encoding
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Lazr-Notifications:
|
34
|
+
- "[]"
|
35
|
+
Content-Type:
|
36
|
+
- application/json
|
37
|
+
X-Cache:
|
38
|
+
- MISS from banana.canonical.com
|
39
|
+
X-Cache-Lookup:
|
40
|
+
- MISS from banana.canonical.com:3128
|
41
|
+
Via:
|
42
|
+
- 1.0 banana.canonical.com:3128 (squid/2.7.STABLE7)
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"total_size": 0, "start": 0, "entries": []}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Sun, 18 May 2014 23:09:08 GMT
|
48
|
+
recorded_with: VCR 2.9.0
|
@@ -0,0 +1,1088 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.launchpad.net/1.0/~lazypower/?ws.op=searchTasks
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers: {}
|
10
|
+
response:
|
11
|
+
status:
|
12
|
+
code: 200
|
13
|
+
message: OK
|
14
|
+
headers:
|
15
|
+
Date:
|
16
|
+
- Sun, 18 May 2014 23:08:56 GMT
|
17
|
+
Server:
|
18
|
+
- zope.server.http (HTTP)
|
19
|
+
X-Powered-By:
|
20
|
+
- Zope (www.zope.org), Python (www.python.org)
|
21
|
+
Content-Length:
|
22
|
+
- '98374'
|
23
|
+
X-Xss-Protection:
|
24
|
+
- 1; mode=block
|
25
|
+
X-Content-Type-Options:
|
26
|
+
- nosniff
|
27
|
+
Strict-Transport-Security:
|
28
|
+
- max-age=15552000
|
29
|
+
Vary:
|
30
|
+
- Accept,Accept-Encoding
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Lazr-Notifications:
|
34
|
+
- "[]"
|
35
|
+
Content-Type:
|
36
|
+
- application/json
|
37
|
+
X-Cache:
|
38
|
+
- MISS from nutmeg.canonical.com
|
39
|
+
X-Cache-Lookup:
|
40
|
+
- MISS from nutmeg.canonical.com:3128
|
41
|
+
Via:
|
42
|
+
- 1.0 nutmeg.canonical.com:3128 (squid/2.7.STABLE7)
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"total_size": 104, "start": 0, "next_collection_link": "https://api.launchpad.net/1.0/%7Elazypower?ws.op=searchTasks\u0026ws.size=75\u0026memo=75\u0026ws.start=75",
|
46
|
+
"entries": [{"date_closed": null, "date_assigned": "2011-07-12T08:42:38.176116+00:00",
|
47
|
+
"title": "Bug #809186 in Juju Charms Collection: \"Charm needed: BigBlueButton\"",
|
48
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/809186", "bug_watch_link":
|
49
|
+
null, "milestone_link": null, "http_etag": "\"a9eb3bb5e08b6551f09332cb14d4551e5b9133b8-776aeab8e6bb22ef0272f029e6d7647567d720ba\"",
|
50
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
51
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
52
|
+
"status": "New", "bug_target_name": "charms", "importance": "Wishlist", "assignee_link":
|
53
|
+
"https://api.launchpad.net/1.0/~christophe.sauthier", "date_triaged": null,
|
54
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+bug/809186", "target_link":
|
55
|
+
"https://api.launchpad.net/1.0/charms", "bug_target_display_name": "Juju Charms
|
56
|
+
Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/809186/related_tasks",
|
57
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+bug/809186",
|
58
|
+
"owner_link": "https://api.launchpad.net/1.0/~kim0", "date_created": "2011-07-12T08:42:13.075171+00:00",
|
59
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
60
|
+
"2012-06-18T09:33:37.104193+00:00", "title": "Bug #822979 in Juju Charms Collection:
|
61
|
+
\"Charm needed: Elastic Search\"", "bug_link": "https://api.launchpad.net/1.0/bugs/822979",
|
62
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"2e7b36ceb5394c30ae099839f66dc115919da1b7-33f6cb4f34fe9b3d2c28af9dcc52fbf473e2f53b\"",
|
63
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
64
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
65
|
+
"status": "New", "bug_target_name": "charms", "importance": "Wishlist", "assignee_link":
|
66
|
+
"https://api.launchpad.net/1.0/~kaaloo", "date_triaged": null, "self_link":
|
67
|
+
"https://api.launchpad.net/1.0/charms/+bug/822979", "target_link": "https://api.launchpad.net/1.0/charms",
|
68
|
+
"bug_target_display_name": "Juju Charms Collection", "related_tasks_collection_link":
|
69
|
+
"https://api.launchpad.net/1.0/charms/+bug/822979/related_tasks", "date_confirmed":
|
70
|
+
null, "date_left_new": "2012-06-18T10:05:18.298122+00:00", "web_link": "https://bugs.launchpad.net/charms/+bug/822979",
|
71
|
+
"owner_link": "https://api.launchpad.net/1.0/~jorge", "date_created": "2011-08-08T22:16:01.195300+00:00",
|
72
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
73
|
+
"2011-11-02T21:29:44.083260+00:00", "title": "Bug #885444 in Juju Charms Collection:
|
74
|
+
\"Charm Needed: Steam\"", "bug_link": "https://api.launchpad.net/1.0/bugs/885444",
|
75
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"c7b36b37f80b4ef8e8052ef280af80a5e3f8179b-fd33ccbbaec7bfdac4b2a40bf1f543e0ead307b5\"",
|
76
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
77
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
78
|
+
"status": "In Progress", "bug_target_name": "charms", "importance": "Medium",
|
79
|
+
"assignee_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_triaged":
|
80
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+bug/885444", "target_link":
|
81
|
+
"https://api.launchpad.net/1.0/charms", "bug_target_display_name": "Juju Charms
|
82
|
+
Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/885444/related_tasks",
|
83
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+bug/885444",
|
84
|
+
"owner_link": "https://api.launchpad.net/1.0/~clint-fewbar", "date_created":
|
85
|
+
"2011-11-02T21:29:43.721274+00:00", "date_incomplete": null, "is_complete":
|
86
|
+
false}, {"date_closed": null, "date_assigned": "2014-03-17T21:09:18.847674+00:00",
|
87
|
+
"title": "Bug #1032293 in jenkins (Juju Charms Collection): \"Code to get
|
88
|
+
plugins doesn''t work because URL changed\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1032293",
|
89
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"4cfbdd90abb02cbf87e56f947a810967bcc9bdeb-f2900c5df0ff793d33adacd49945d8ddc5d899b2\"",
|
90
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
91
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
92
|
+
"status": "New", "bug_target_name": "jenkins (Juju Charms Collection)", "importance":
|
93
|
+
"Medium", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
94
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/jenkins/+bug/1032293",
|
95
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/jenkins", "bug_target_display_name":
|
96
|
+
"jenkins (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/jenkins/+bug/1032293/related_tasks",
|
97
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/jenkins/+bug/1032293",
|
98
|
+
"owner_link": "https://api.launchpad.net/1.0/~correajl", "date_created": "2012-08-02T16:53:03.320816+00:00",
|
99
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
100
|
+
"2014-05-09T19:10:25.033304+00:00", "title": "Bug #1123170 in rails (Juju
|
101
|
+
Charms Collection): \"write charm tests for rails\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1123170",
|
102
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"ef745e7df110993ac28515d793088c0913677484-99c9c0f0299b78cd71327b522c6888de1058bf98\"",
|
103
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
104
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
105
|
+
"status": "New", "bug_target_name": "rails (Juju Charms Collection)", "importance":
|
106
|
+
"High", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
107
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123170",
|
108
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/rails", "bug_target_display_name":
|
109
|
+
"rails (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123170/related_tasks",
|
110
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/rails/+bug/1123170",
|
111
|
+
"owner_link": "https://api.launchpad.net/1.0/~mark-mims", "date_created":
|
112
|
+
"2013-02-12T15:37:44.580581+00:00", "date_incomplete": null, "is_complete":
|
113
|
+
false}, {"date_closed": null, "date_assigned": "2014-05-09T19:20:14.338039+00:00",
|
114
|
+
"title": "Bug #1123177 in rails (Juju Charms Collection): \"enable the user
|
115
|
+
to swap out apache passenger\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1123177",
|
116
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"3979567a3849d0039dcb215fa7dce03009825a50-d1c0307321dca2d3efd26cd6a9c5b49d2d9e6b03\"",
|
117
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
118
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
119
|
+
"status": "New", "bug_target_name": "rails (Juju Charms Collection)", "importance":
|
120
|
+
"Low", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
121
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123177",
|
122
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/rails", "bug_target_display_name":
|
123
|
+
"rails (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123177/related_tasks",
|
124
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/rails/+bug/1123177",
|
125
|
+
"owner_link": "https://api.launchpad.net/1.0/~mark-mims", "date_created":
|
126
|
+
"2013-02-12T15:43:27.258125+00:00", "date_incomplete": null, "is_complete":
|
127
|
+
false}, {"date_closed": null, "date_assigned": "2014-05-09T19:09:05.361167+00:00",
|
128
|
+
"title": "Bug #1123181 in rails (Juju Charms Collection): \"move more logic
|
129
|
+
from install to config-changed hook\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1123181",
|
130
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"596920c717f36355054f9ba4b0d2848191ecd5dc-99c9c0f0299b78cd71327b522c6888de1058bf98\"",
|
131
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
132
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
133
|
+
"status": "New", "bug_target_name": "rails (Juju Charms Collection)", "importance":
|
134
|
+
"High", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
135
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123181",
|
136
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/rails", "bug_target_display_name":
|
137
|
+
"rails (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1123181/related_tasks",
|
138
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/rails/+bug/1123181",
|
139
|
+
"owner_link": "https://api.launchpad.net/1.0/~mark-mims", "date_created":
|
140
|
+
"2013-02-12T15:46:59.077902+00:00", "date_incomplete": null, "is_complete":
|
141
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1172765
|
142
|
+
in juju-gui: \"The GUI breaks at really small screen sizes\"", "bug_link":
|
143
|
+
"https://api.launchpad.net/1.0/bugs/1172765", "bug_watch_link": null, "milestone_link":
|
144
|
+
null, "http_etag": "\"40fa54fc3d3667238f4cd5141cfaa32fc4abace6-59670d937b2a52dd7991845d349ffb7bbf549387\"",
|
145
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
146
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
147
|
+
"status": "Triaged", "bug_target_name": "juju-gui", "importance": "Wishlist",
|
148
|
+
"assignee_link": null, "date_triaged": "2013-04-25T16:21:35.942424+00:00",
|
149
|
+
"self_link": "https://api.launchpad.net/1.0/juju-gui/+bug/1172765", "target_link":
|
150
|
+
"https://api.launchpad.net/1.0/juju-gui", "bug_target_display_name": "juju-gui",
|
151
|
+
"related_tasks_collection_link": "https://api.launchpad.net/1.0/juju-gui/+bug/1172765/related_tasks",
|
152
|
+
"date_confirmed": "2013-04-25T16:21:35.942424+00:00", "date_left_new": "2013-04-25T16:21:35.942424+00:00",
|
153
|
+
"web_link": "https://bugs.launchpad.net/juju-gui/+bug/1172765", "owner_link":
|
154
|
+
"https://api.launchpad.net/1.0/~lucapaulina", "date_created": "2013-04-25T15:43:38.608633+00:00",
|
155
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
156
|
+
null, "title": "Bug #1190274 in Charm Helpers: \"Add ability to set packages
|
157
|
+
to hold status\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1190274",
|
158
|
+
"bug_watch_link": null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
159
|
+
"http_etag": "\"2328c346f43fd764d039bd40f72836efbbb3cf82-4266707ae5e650e79a542e12b33672f358d2dd14\"",
|
160
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
161
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
162
|
+
"status": "Confirmed", "bug_target_name": "charm-helpers", "importance": "Wishlist",
|
163
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1190274",
|
164
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
165
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1190274/related_tasks",
|
166
|
+
"date_confirmed": "2013-08-22T16:02:25.252701+00:00", "date_left_new": "2013-08-22T16:02:25.252701+00:00",
|
167
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1190274", "owner_link":
|
168
|
+
"https://api.launchpad.net/1.0/~thedac", "date_created": "2013-06-12T15:37:07.618347+00:00",
|
169
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
170
|
+
null, "title": "Bug #1203241 in Charm Helpers: \"relation_get() on a non-set
|
171
|
+
relation setting does not return None\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1203241",
|
172
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"b645883252592e7254638ee332300bec844f8f59-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
173
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
174
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
175
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
176
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1203241",
|
177
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
178
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1203241/related_tasks",
|
179
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1203241",
|
180
|
+
"owner_link": "https://api.launchpad.net/1.0/~gandelman-a", "date_created":
|
181
|
+
"2013-07-20T04:45:05.619235+00:00", "date_incomplete": null, "is_complete":
|
182
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1209026
|
183
|
+
in Juju Charms Collection: \"Charm needed: MapR hadoop distribution\"", "bug_link":
|
184
|
+
"https://api.launchpad.net/1.0/bugs/1209026", "bug_watch_link": null, "milestone_link":
|
185
|
+
null, "http_etag": "\"84c36d2eceb09a365f492a4afb840fa19e188c77-563fbacecea1fe7f751edc02332307dbdfe8a4b9\"",
|
186
|
+
"date_left_closed": "2014-02-11T22:43:42.549025+00:00", "date_fix_committed":
|
187
|
+
"2014-03-05T05:39:40.251094+00:00", "date_fix_released": "2014-03-10T19:24:47.013691+00:00",
|
188
|
+
"date_in_progress": "2014-02-11T22:38:14.751685+00:00", "resource_type_link":
|
189
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "Incomplete", "bug_target_name":
|
190
|
+
"charms", "importance": "Undecided", "assignee_link": null, "date_triaged":
|
191
|
+
"2014-02-11T22:38:14.751685+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1209026",
|
192
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
193
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1209026/related_tasks",
|
194
|
+
"date_confirmed": "2014-02-11T22:38:14.751685+00:00", "date_left_new": "2013-09-13T15:38:15.139965+00:00",
|
195
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1209026", "owner_link":
|
196
|
+
"https://api.launchpad.net/1.0/~dbtucker", "date_created": "2013-08-06T23:29:26.541587+00:00",
|
197
|
+
"date_incomplete": "2014-03-10T19:24:47.013691+00:00", "is_complete": false},
|
198
|
+
{"date_closed": null, "date_assigned": "2013-08-09T12:36:23.898527+00:00",
|
199
|
+
"title": "Bug #1210504 in Charm Helpers: \"Race condition: rbd device not
|
200
|
+
yet available when mkfs is called\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1210504",
|
201
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"34627b72323ff5619e7f18d9fe35e30ddeead95f-cf6386d401ee899906b118233b84418869d8a89f\"",
|
202
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
203
|
+
null, "date_in_progress": "2013-08-09T12:36:27.013841+00:00", "resource_type_link":
|
204
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
|
205
|
+
"charm-helpers", "importance": "Undecided", "assignee_link": "https://api.launchpad.net/1.0/~ahasenack",
|
206
|
+
"date_triaged": "2013-08-09T12:36:27.013841+00:00", "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1210504",
|
207
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
208
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1210504/related_tasks",
|
209
|
+
"date_confirmed": "2013-08-09T12:36:27.013841+00:00", "date_left_new": "2013-08-09T12:36:27.013841+00:00",
|
210
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1210504", "owner_link":
|
211
|
+
"https://api.launchpad.net/1.0/~ahasenack", "date_created": "2013-08-09T12:36:16.661357+00:00",
|
212
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
213
|
+
null, "title": "Bug #1213175 in Charm Helpers: \"Add option to extract file
|
214
|
+
to specified directory\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1213175",
|
215
|
+
"bug_watch_link": null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
216
|
+
"http_etag": "\"3b6ad150b03f167de1cea4f261f89ec57ced401f-ddaae9a58115681f2b1b3de061f9008eb58e54e0\"",
|
217
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
218
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
219
|
+
"status": "Confirmed", "bug_target_name": "charm-helpers", "importance": "High",
|
220
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1213175",
|
221
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
222
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1213175/related_tasks",
|
223
|
+
"date_confirmed": "2013-08-22T16:03:46.383762+00:00", "date_left_new": "2013-08-22T16:03:46.383762+00:00",
|
224
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1213175", "owner_link":
|
225
|
+
"https://api.launchpad.net/1.0/~jacekn", "date_created": "2013-08-16T16:42:36.105762+00:00",
|
226
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
227
|
+
null, "title": "Bug #1215514 in Charm Helpers: \"lint errors in r72\"", "bug_link":
|
228
|
+
"https://api.launchpad.net/1.0/bugs/1215514", "bug_watch_link": null, "milestone_link":
|
229
|
+
"https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0", "http_etag":
|
230
|
+
"\"c5156970496793ed5c7036b3d93e8601f1c3604f-ea82a012844d2e36a964b7501366c862117a6a93\"",
|
231
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
232
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
233
|
+
"status": "Confirmed", "bug_target_name": "charm-helpers", "importance": "Low",
|
234
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1215514",
|
235
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
236
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1215514/related_tasks",
|
237
|
+
"date_confirmed": "2013-08-22T16:01:57.635212+00:00", "date_left_new": "2013-08-22T16:01:57.635212+00:00",
|
238
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1215514", "owner_link":
|
239
|
+
"https://api.launchpad.net/1.0/~mew", "date_created": "2013-08-22T16:01:50.341252+00:00",
|
240
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
241
|
+
"2013-08-27T19:31:41.688000+00:00", "title": "Bug #1217540 in Amulet: \"Every
|
242
|
+
interface defined by a charm should be documented with examples\"", "bug_link":
|
243
|
+
"https://api.launchpad.net/1.0/bugs/1217540", "bug_watch_link": null, "milestone_link":
|
244
|
+
null, "http_etag": "\"418812242d5a61554d57ffc3a98acaff191917d4-14644c09be5f66393f00a1aad54288c988db30a6\"",
|
245
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
246
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
247
|
+
"status": "Confirmed", "bug_target_name": "amulet", "importance": "Undecided",
|
248
|
+
"assignee_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_triaged":
|
249
|
+
null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1217540", "target_link":
|
250
|
+
"https://api.launchpad.net/1.0/amulet", "bug_target_display_name": "Amulet",
|
251
|
+
"related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1217540/related_tasks",
|
252
|
+
"date_confirmed": "2013-08-27T19:31:42.622509+00:00", "date_left_new": "2013-08-27T19:31:42.622509+00:00",
|
253
|
+
"web_link": "https://bugs.launchpad.net/amulet/+bug/1217540", "owner_link":
|
254
|
+
"https://api.launchpad.net/1.0/~kirkland", "date_created": "2013-08-27T19:30:30.522964+00:00",
|
255
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
256
|
+
null, "title": "Bug #1218413 in Charm Helpers: \"Make in-line docs suitable
|
257
|
+
for comprehensive pydoc output\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1218413",
|
258
|
+
"bug_watch_link": null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
259
|
+
"http_etag": "\"4c126b7204919194e84aa9107b452b8cee39cc9c-8bd56375e4741b71c3335dd99a30dc8b8487f676\"",
|
260
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
261
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
262
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "High",
|
263
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218413",
|
264
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
265
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218413/related_tasks",
|
266
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1218413",
|
267
|
+
"owner_link": "https://api.launchpad.net/1.0/~mew", "date_created": "2013-08-29T14:29:26.623495+00:00",
|
268
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
269
|
+
null, "title": "Bug #1218421 in Charm Helpers: \"Charmhelpers contributor
|
270
|
+
guidelines\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1218421", "bug_watch_link":
|
271
|
+
null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
272
|
+
"http_etag": "\"f472dddaf49ca5d609c1e67e333c4c3c1edbd755-6bdf09406263f37ffc4465996180fb21727b0e06\"",
|
273
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
274
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
275
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Medium",
|
276
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218421",
|
277
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
278
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218421/related_tasks",
|
279
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1218421",
|
280
|
+
"owner_link": "https://api.launchpad.net/1.0/~mew", "date_created": "2013-08-29T14:45:04.704450+00:00",
|
281
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
282
|
+
null, "title": "Bug #1218427 in Charm Helpers: \"python-charmhelpers and charmhelpers
|
283
|
+
packages\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1218427", "bug_watch_link":
|
284
|
+
null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
285
|
+
"http_etag": "\"a7b0d2d28e4e6b024b70cb7072a2a34bac686037-6bdf09406263f37ffc4465996180fb21727b0e06\"",
|
286
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
287
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
288
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Medium",
|
289
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218427",
|
290
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
291
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218427/related_tasks",
|
292
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1218427",
|
293
|
+
"owner_link": "https://api.launchpad.net/1.0/~mew", "date_created": "2013-08-29T14:49:13.540923+00:00",
|
294
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
295
|
+
null, "title": "Bug #1218438 in Charm Helpers: \"Cryptographic verification
|
296
|
+
for charmhelpers.fetch\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1218438",
|
297
|
+
"bug_watch_link": null, "milestone_link": "https://api.launchpad.net/1.0/charm-helpers/+milestone/1.0",
|
298
|
+
"http_etag": "\"e0ba2a230d840569dda7db9dcb75290e948723a8-edcb596a36a6fea35fd01f9bfd660135b0022055\"",
|
299
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
300
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
301
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Low",
|
302
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218438",
|
303
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
304
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1218438/related_tasks",
|
305
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1218438",
|
306
|
+
"owner_link": "https://api.launchpad.net/1.0/~mew", "date_created": "2013-08-29T14:57:11.038087+00:00",
|
307
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
308
|
+
null, "title": "Bug #933642 in Charm Helpers: \"charm-helper should have a
|
309
|
+
single unifying command for using it in a declarative way\"", "bug_link":
|
310
|
+
"https://api.launchpad.net/1.0/bugs/933642", "bug_watch_link": null, "milestone_link":
|
311
|
+
null, "http_etag": "\"b12700a68223009de2ff7fd45d3c01236d8b8e56-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
312
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
313
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
314
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
315
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/933642",
|
316
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
317
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/933642/related_tasks",
|
318
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/933642",
|
319
|
+
"owner_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_created":
|
320
|
+
"2013-09-25T14:01:23.059984+00:00", "date_incomplete": null, "is_complete":
|
321
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1232886
|
322
|
+
in jenkins-slave (Juju Charms Collection): \"Missing release configuration
|
323
|
+
option on jenkins-slave charm\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1232886",
|
324
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"034bfce80e3e6c3930aac70598cc2fc2ee042e1b-24d8bfac8db681e7464f2b840459eaa7414b4025\"",
|
325
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
326
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
327
|
+
"status": "New", "bug_target_name": "jenkins-slave (Juju Charms Collection)",
|
328
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
329
|
+
"https://api.launchpad.net/1.0/charms/+source/jenkins-slave/+bug/1232886",
|
330
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/jenkins-slave",
|
331
|
+
"bug_target_display_name": "jenkins-slave (Juju Charms Collection)", "related_tasks_collection_link":
|
332
|
+
"https://api.launchpad.net/1.0/charms/+source/jenkins-slave/+bug/1232886/related_tasks",
|
333
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/jenkins-slave/+bug/1232886",
|
334
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
335
|
+
"2013-09-29T20:09:21.813079+00:00", "date_incomplete": null, "is_complete":
|
336
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1232922
|
337
|
+
in newrelic-php (Juju Charms Collection): \"Newrelic-PHP charm fails after
|
338
|
+
start hook\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1232922", "bug_watch_link":
|
339
|
+
null, "milestone_link": null, "http_etag": "\"07d0525afcccfe40af945c32ed5d92b8c34892a1-c43976c7408d785a8e7133084835d18753a02ebc\"",
|
340
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
341
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
342
|
+
"status": "New", "bug_target_name": "newrelic-php (Juju Charms Collection)",
|
343
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
344
|
+
"https://api.launchpad.net/1.0/charms/+source/newrelic-php/+bug/1232922",
|
345
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/newrelic-php",
|
346
|
+
"bug_target_display_name": "newrelic-php (Juju Charms Collection)", "related_tasks_collection_link":
|
347
|
+
"https://api.launchpad.net/1.0/charms/+source/newrelic-php/+bug/1232922/related_tasks",
|
348
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/newrelic-php/+bug/1232922",
|
349
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
350
|
+
"2013-09-29T21:59:44.141683+00:00", "date_incomplete": null, "is_complete":
|
351
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1232927
|
352
|
+
in memcached (Juju Charms Collection): \"Memcached install hook does not add
|
353
|
+
php5 memcached extension\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1232927",
|
354
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"3fe699d369c6d391af4da17f6a8ed26f925e05e9-7930db61ca38abe672f5ef1656948745daae4378\"",
|
355
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
356
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
357
|
+
"status": "New", "bug_target_name": "memcached (Juju Charms Collection)",
|
358
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
359
|
+
"https://api.launchpad.net/1.0/charms/+source/memcached/+bug/1232927", "target_link":
|
360
|
+
"https://api.launchpad.net/1.0/charms/+source/memcached", "bug_target_display_name":
|
361
|
+
"memcached (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/memcached/+bug/1232927/related_tasks",
|
362
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/memcached/+bug/1232927",
|
363
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
364
|
+
"2013-09-29T22:19:51.203779+00:00", "date_incomplete": null, "is_complete":
|
365
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1235754
|
366
|
+
in indicator-application (Ubuntu): \"quassel-* entry missing from indicator
|
367
|
+
plugin (envelope), and tray icon doesn''t work.\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1235754",
|
368
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"d00bcdc7104def7aee1ac08c3b680c1d370aed1f-305f41af91ef89d73cca9cf776291144893c2dbf\"",
|
369
|
+
"date_left_closed": "2013-10-05T23:23:41.152574+00:00", "date_fix_committed":
|
370
|
+
null, "date_fix_released": null, "date_in_progress": null, "resource_type_link":
|
371
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "Confirmed", "bug_target_name":
|
372
|
+
"indicator-application (Ubuntu)", "importance": "Undecided", "assignee_link":
|
373
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/ubuntu/+source/indicator-application/+bug/1235754",
|
374
|
+
"target_link": "https://api.launchpad.net/1.0/ubuntu/+source/indicator-application",
|
375
|
+
"bug_target_display_name": "indicator-application (Ubuntu)", "related_tasks_collection_link":
|
376
|
+
"https://api.launchpad.net/1.0/ubuntu/+source/indicator-application/+bug/1235754/related_tasks",
|
377
|
+
"date_confirmed": "2014-01-31T15:30:53.498530+00:00", "date_left_new": "2013-10-05T23:12:00.661581+00:00",
|
378
|
+
"web_link": "https://bugs.launchpad.net/ubuntu/+source/indicator-application/+bug/1235754",
|
379
|
+
"owner_link": "https://api.launchpad.net/1.0/~robtongue", "date_created":
|
380
|
+
"2013-10-05T19:33:34.590935+00:00", "date_incomplete": null, "is_complete":
|
381
|
+
false}, {"date_closed": null, "date_assigned": "2013-10-07T01:07:03.429699+00:00",
|
382
|
+
"title": "Bug #1236112 in Juju Charms Collection: \"new charm: sensu-server\"",
|
383
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1236112", "bug_watch_link":
|
384
|
+
null, "milestone_link": null, "http_etag": "\"f145c106813efe11a1887600d3d32316321541c0-a5cc2332724389b3e977e8fe9f047475273dbe22\"",
|
385
|
+
"date_left_closed": null, "date_fix_committed": "2013-11-01T21:46:32.507598+00:00",
|
386
|
+
"date_fix_released": "2013-11-01T21:46:32.507598+00:00", "date_in_progress":
|
387
|
+
"2013-11-01T21:46:32.507598+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
388
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Low",
|
389
|
+
"assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
390
|
+
"2013-11-01T21:46:32.507598+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1236112",
|
391
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
392
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1236112/related_tasks",
|
393
|
+
"date_confirmed": "2013-11-01T21:46:32.507598+00:00", "date_left_new": "2013-11-01T21:46:32.507598+00:00",
|
394
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1236112", "owner_link":
|
395
|
+
"https://api.launchpad.net/1.0/~paulcz", "date_created": "2013-10-07T01:07:02.854384+00:00",
|
396
|
+
"date_incomplete": "2013-11-01T21:46:32.507598+00:00", "is_complete": false},
|
397
|
+
{"date_closed": null, "date_assigned": "2014-05-09T19:11:42.098731+00:00",
|
398
|
+
"title": "Bug #1242669 in rails (Juju Charms Collection): \"README instructions
|
399
|
+
for running rake tasks lead to error\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1242669",
|
400
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"0cbd6540ceaaf474e635d67ab1f2f6df1db305a8-ba9cdeadccfb1bd0bc1e3ec97d79cd702da0e1ac\"",
|
401
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
402
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
403
|
+
"status": "New", "bug_target_name": "rails (Juju Charms Collection)", "importance":
|
404
|
+
"Medium", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
405
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1242669",
|
406
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/rails", "bug_target_display_name":
|
407
|
+
"rails (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1242669/related_tasks",
|
408
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/rails/+bug/1242669",
|
409
|
+
"owner_link": "https://api.launchpad.net/1.0/~taytay", "date_created": "2013-10-21T12:29:44.077164+00:00",
|
410
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
411
|
+
"2014-05-09T19:56:36.543602+00:00", "title": "Bug #1242670 in rails (Juju
|
412
|
+
Charms Collection): \"README specifies the wrong application name\"", "bug_link":
|
413
|
+
"https://api.launchpad.net/1.0/bugs/1242670", "bug_watch_link": null, "milestone_link":
|
414
|
+
null, "http_etag": "\"803fce0284131bfce376b026f68d4a9d555ec148-ba9cdeadccfb1bd0bc1e3ec97d79cd702da0e1ac\"",
|
415
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
416
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
417
|
+
"status": "New", "bug_target_name": "rails (Juju Charms Collection)", "importance":
|
418
|
+
"Medium", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
419
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1242670",
|
420
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/rails", "bug_target_display_name":
|
421
|
+
"rails (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/rails/+bug/1242670/related_tasks",
|
422
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/rails/+bug/1242670",
|
423
|
+
"owner_link": "https://api.launchpad.net/1.0/~taytay", "date_created": "2013-10-21T12:33:41.082125+00:00",
|
424
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
425
|
+
null, "title": "Bug #1243467 in Charm Helpers: \"helpers is not compatible
|
426
|
+
with python 3\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1243467",
|
427
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"64e39ce2ae991ab52ba0d2f5375677137cdf5ed2-dd4cbbecf42a0aaea0cfdaaa854fac79cf170333\"",
|
428
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
429
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
430
|
+
"status": "Triaged", "bug_target_name": "charm-helpers", "importance": "High",
|
431
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1243467",
|
432
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
433
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1243467/related_tasks",
|
434
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1243467",
|
435
|
+
"owner_link": "https://api.launchpad.net/1.0/~sinzui", "date_created": "2013-10-23T00:12:04.497543+00:00",
|
436
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
437
|
+
"2014-01-23T19:27:09.165788+00:00", "title": "Bug #1243964 in Amulet: \"Disable
|
438
|
+
sentry per relation/add\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1243964",
|
439
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"ce9773dd0d39aa037c983c937dd62849b3919f04-ee2751f0b4f2a755a788bd0eaf4b7e17235c2a17\"",
|
440
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
441
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
442
|
+
"status": "Triaged", "bug_target_name": "amulet", "importance": "Wishlist",
|
443
|
+
"assignee_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_triaged":
|
444
|
+
null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1243964", "target_link":
|
445
|
+
"https://api.launchpad.net/1.0/amulet", "bug_target_display_name": "Amulet",
|
446
|
+
"related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1243964/related_tasks",
|
447
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/amulet/+bug/1243964",
|
448
|
+
"owner_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_created":
|
449
|
+
"2013-10-23T22:34:12.293252+00:00", "date_incomplete": null, "is_complete":
|
450
|
+
false}, {"date_closed": null, "date_assigned": "2013-10-25T21:54:11.653885+00:00",
|
451
|
+
"title": "Bug #1244809 in Charm Helpers: \"Light weight key value store\"",
|
452
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1244809", "bug_watch_link":
|
453
|
+
null, "milestone_link": null, "http_etag": "\"100cf3a059ae3b993ecf6d26e2a9063ff792ae91-dd62ae5780d15cca7d9af684d6b0c03bbfaf981c\"",
|
454
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
455
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
456
|
+
"status": "Confirmed", "bug_target_name": "charm-helpers", "importance": "Medium",
|
457
|
+
"assignee_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_triaged":
|
458
|
+
null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1244809",
|
459
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
460
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1244809/related_tasks",
|
461
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1244809",
|
462
|
+
"owner_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_created":
|
463
|
+
"2013-10-25T21:54:11.231636+00:00", "date_incomplete": null, "is_complete":
|
464
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1253865
|
465
|
+
in Charm Helpers: \"import error in the ansible plugin\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1253865",
|
466
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"ca738406204c046e8b8a62af209235ea9e194b98-9a85ff24e8756716760906d78a5a8bb3860e3c81\"",
|
467
|
+
"date_left_closed": null, "date_fix_committed": "2013-11-26T20:17:06.753479+00:00",
|
468
|
+
"date_fix_released": null, "date_in_progress": "2013-11-26T20:17:06.753479+00:00",
|
469
|
+
"resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
|
470
|
+
"Fix Committed", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
471
|
+
"assignee_link": null, "date_triaged": "2013-11-26T20:17:06.753479+00:00",
|
472
|
+
"self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1253865", "target_link":
|
473
|
+
"https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
474
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1253865/related_tasks",
|
475
|
+
"date_confirmed": "2013-11-26T20:17:06.753479+00:00", "date_left_new": "2013-11-26T20:17:06.753479+00:00",
|
476
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1253865", "owner_link":
|
477
|
+
"https://api.launchpad.net/1.0/~patrick-hetu", "date_created": "2013-11-22T02:29:14.753763+00:00",
|
478
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
479
|
+
null, "title": "Bug #1255933 in Charm Helpers: \"log crashes when passed non-string\"",
|
480
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1255933", "bug_watch_link":
|
481
|
+
null, "milestone_link": null, "http_etag": "\"f032d9d9fef163b44765ed8ace4b32e9bc23ebca-95b015f1a771f94f10f4856e50be9a99708aae3b\"",
|
482
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
483
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
484
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Wishlist",
|
485
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1255933",
|
486
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
487
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1255933/related_tasks",
|
488
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1255933",
|
489
|
+
"owner_link": "https://api.launchpad.net/1.0/~stub", "date_created": "2013-11-28T11:30:43.901868+00:00",
|
490
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
491
|
+
null, "title": "Bug #1260088 in mongodb (Juju Charms Collection): \"Stale
|
492
|
+
config flags on MongoDB Charm for MMS Monitoring\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1260088",
|
493
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"90450eda87099b4fed222afb8c6102cab4d5eab3-9b4055671ef6fe7cb79fdfaf5eee58957eb28a26\"",
|
494
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
495
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
496
|
+
"status": "New", "bug_target_name": "mongodb (Juju Charms Collection)", "importance":
|
497
|
+
"Undecided", "assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+source/mongodb/+bug/1260088",
|
498
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/mongodb", "bug_target_display_name":
|
499
|
+
"mongodb (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/mongodb/+bug/1260088/related_tasks",
|
500
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/mongodb/+bug/1260088",
|
501
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
502
|
+
"2013-12-11T22:06:07.608451+00:00", "date_incomplete": null, "is_complete":
|
503
|
+
false}, {"date_closed": null, "date_assigned": "2013-12-18T15:24:32.850490+00:00",
|
504
|
+
"title": "Bug #1260100 in Juju Charms Collection: \"Create a simple subordinate
|
505
|
+
swap charm\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1260100", "bug_watch_link":
|
506
|
+
null, "milestone_link": null, "http_etag": "\"915b2cf4489919b7da82c61313e49fbbc5d22831-b6e555e223af1c4a848e900eb39bea6b8a31ddbf\"",
|
507
|
+
"date_left_closed": null, "date_fix_committed": "2014-01-16T13:08:13.971962+00:00",
|
508
|
+
"date_fix_released": "2014-01-16T13:08:13.971962+00:00", "date_in_progress":
|
509
|
+
"2014-01-16T13:08:13.971962+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
510
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
511
|
+
"assignee_link": "https://api.launchpad.net/1.0/~davidpbritton", "date_triaged":
|
512
|
+
"2014-01-16T13:08:13.971962+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1260100",
|
513
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
514
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1260100/related_tasks",
|
515
|
+
"date_confirmed": "2014-01-16T13:08:13.971962+00:00", "date_left_new": "2014-01-14T02:22:22.202291+00:00",
|
516
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1260100", "owner_link":
|
517
|
+
"https://api.launchpad.net/1.0/~davidpbritton", "date_created": "2013-12-11T22:22:13.987168+00:00",
|
518
|
+
"date_incomplete": "2014-01-16T13:08:13.971962+00:00", "is_complete": false},
|
519
|
+
{"date_closed": null, "date_assigned": "2014-01-16T14:26:57.842712+00:00",
|
520
|
+
"title": "Bug #1264200 in Juju Charms Collection: \"New Charm: (Errbit)\"",
|
521
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1264200", "bug_watch_link":
|
522
|
+
null, "milestone_link": null, "http_etag": "\"d68177a10373bbe4592a9b6070fc581641b0a4dc-4b24778a674b881b48b98edc1b014e2cb6f3c462\"",
|
523
|
+
"date_left_closed": null, "date_fix_committed": "2014-01-16T14:49:03.966717+00:00",
|
524
|
+
"date_fix_released": "2014-01-16T14:49:03.966717+00:00", "date_in_progress":
|
525
|
+
"2014-01-16T14:49:03.966717+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
526
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
527
|
+
"assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
528
|
+
"2014-01-16T14:49:03.966717+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1264200",
|
529
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
530
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1264200/related_tasks",
|
531
|
+
"date_confirmed": "2014-01-16T14:49:03.966717+00:00", "date_left_new": "2014-01-16T14:49:03.966717+00:00",
|
532
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1264200", "owner_link":
|
533
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2013-12-26T02:31:55.993233+00:00",
|
534
|
+
"date_incomplete": "2014-01-16T14:49:03.966717+00:00", "is_complete": false},
|
535
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1266145 in Juju
|
536
|
+
Charms Collection: \"Charm Needed: PredictionIO\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1266145",
|
537
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"99f7dd0b3abe764a04d6597bf2ed54a3ddc66b5d-6305e0f20acd08d68a1b70f2f52e460384200fd5\"",
|
538
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
539
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
540
|
+
"status": "New", "bug_target_name": "charms", "importance": "Undecided", "assignee_link":
|
541
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+bug/1266145",
|
542
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
543
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1266145/related_tasks",
|
544
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+bug/1266145",
|
545
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
546
|
+
"2014-01-05T02:38:11.347807+00:00", "date_incomplete": null, "is_complete":
|
547
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1269718
|
548
|
+
in Charm Helpers: \"fetch.add_source silently ignores unknown source\"", "bug_link":
|
549
|
+
"https://api.launchpad.net/1.0/bugs/1269718", "bug_watch_link": null, "milestone_link":
|
550
|
+
null, "http_etag": "\"841f64408a891bd2d3f7003e877508991205930b-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
551
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
552
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
553
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
554
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269718",
|
555
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
556
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269718/related_tasks",
|
557
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1269718",
|
558
|
+
"owner_link": "https://api.launchpad.net/1.0/~stub", "date_created": "2014-01-16T09:05:21.918690+00:00",
|
559
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
560
|
+
null, "title": "Bug #1269780 in Charm Helpers: \"fetch.configure_sources()
|
561
|
+
breaks with 0 extra sources\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1269780",
|
562
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"cdc6679752a595cc076ce9c8e4dfddf13575b78c-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
563
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
564
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
565
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
566
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269780",
|
567
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
568
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269780/related_tasks",
|
569
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1269780",
|
570
|
+
"owner_link": "https://api.launchpad.net/1.0/~stub", "date_created": "2014-01-16T12:11:45.400804+00:00",
|
571
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
572
|
+
null, "title": "Bug #1269784 in Charm Helpers: \"fetch.configure_sources()
|
573
|
+
does not remove old sources\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1269784",
|
574
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"d9d4a887ced06b526b87ad662c7d84b0d747ac4f-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
575
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
576
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
577
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
578
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269784",
|
579
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
580
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1269784/related_tasks",
|
581
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1269784",
|
582
|
+
"owner_link": "https://api.launchpad.net/1.0/~stub", "date_created": "2014-01-16T12:20:05.918539+00:00",
|
583
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
584
|
+
null, "title": "Bug #1269914 in Amulet: \"Upgrade Charm on juju-deployer run\"",
|
585
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1269914", "bug_watch_link":
|
586
|
+
null, "milestone_link": null, "http_etag": "\"cc8922c98eab6f5000f11a71282368d5f9a4837a-7223209d2a01f5635c2a3e2cbe531607c2188669\"",
|
587
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
588
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
589
|
+
"status": "Confirmed", "bug_target_name": "amulet", "importance": "High",
|
590
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1269914",
|
591
|
+
"target_link": "https://api.launchpad.net/1.0/amulet", "bug_target_display_name":
|
592
|
+
"Amulet", "related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1269914/related_tasks",
|
593
|
+
"date_confirmed": "2014-01-16T19:37:20.549530+00:00", "date_left_new": "2014-01-16T19:37:20.549530+00:00",
|
594
|
+
"web_link": "https://bugs.launchpad.net/amulet/+bug/1269914", "owner_link":
|
595
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-01-16T19:35:24.236154+00:00",
|
596
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
597
|
+
"2014-01-17T15:25:16.843979+00:00", "title": "Bug #1270186 in Juju Charm Tools:
|
598
|
+
\"proof fails if there''s not type key in config.yaml\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1270186",
|
599
|
+
"bug_watch_link": null, "milestone_link": "https://api.launchpad.net/1.0/charm-tools/+milestone/1.2.11",
|
600
|
+
"http_etag": "\"aea41c5c8e437232c65230edb02f26b74e234375-3182dc17b3e6dff4b238da7f541be6261590330f\"",
|
601
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
602
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
603
|
+
"status": "Triaged", "bug_target_name": "charm-tools", "importance": "High",
|
604
|
+
"assignee_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_triaged":
|
605
|
+
"2014-01-17T15:25:11.014877+00:00", "self_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1270186",
|
606
|
+
"target_link": "https://api.launchpad.net/1.0/charm-tools", "bug_target_display_name":
|
607
|
+
"Juju Charm Tools", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1270186/related_tasks",
|
608
|
+
"date_confirmed": "2014-01-17T15:25:11.014877+00:00", "date_left_new": "2014-01-17T15:25:11.014877+00:00",
|
609
|
+
"web_link": "https://bugs.launchpad.net/charm-tools/+bug/1270186", "owner_link":
|
610
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-01-17T15:24:51.444865+00:00",
|
611
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
612
|
+
null, "title": "Bug #1270968 in mediawiki (Juju Charms Collection): \"Race
|
613
|
+
condition in config-changed hook\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1270968",
|
614
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"c8e449ec0b031e97b8e8a5b2810ec1ad30070098-86b909e2eef92816557e991603c040f0cd8c8dc1\"",
|
615
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
616
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
617
|
+
"status": "New", "bug_target_name": "mediawiki (Juju Charms Collection)",
|
618
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
619
|
+
"https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1270968", "target_link":
|
620
|
+
"https://api.launchpad.net/1.0/charms/+source/mediawiki", "bug_target_display_name":
|
621
|
+
"mediawiki (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1270968/related_tasks",
|
622
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/mediawiki/+bug/1270968",
|
623
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
624
|
+
"2014-01-20T22:24:01.320105+00:00", "date_incomplete": null, "is_complete":
|
625
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1271148
|
626
|
+
in Charm Helpers: \"add-source invokes non-existant command to add a key,
|
627
|
+
fails\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1271148", "bug_watch_link":
|
628
|
+
null, "milestone_link": null, "http_etag": "\"8ecf02d4786c9e9e6f4b940a51ceb58922a66d24-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
629
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
630
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
631
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
632
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1271148",
|
633
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
634
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1271148/related_tasks",
|
635
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1271148",
|
636
|
+
"owner_link": "https://api.launchpad.net/1.0/~stub", "date_created": "2014-01-21T12:10:17.212262+00:00",
|
637
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
638
|
+
"2014-01-27T09:26:20.926174+00:00", "title": "Bug #1272083 in Juju Charms
|
639
|
+
Collection: \"HPCC Charm initial check-in for review\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1272083",
|
640
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"2eefe26fbfb2c016736775e5138a7b394723e711-91f821fd58ae2e5f0cc71b425cbc1b171158a5de\"",
|
641
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-25T10:56:22.643365+00:00",
|
642
|
+
"date_fix_released": "2014-03-25T10:56:22.643365+00:00", "date_in_progress":
|
643
|
+
"2014-03-25T10:56:22.643365+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
644
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
645
|
+
"assignee_link": "https://api.launchpad.net/1.0/~xwang2713", "date_triaged":
|
646
|
+
"2014-03-25T10:56:22.643365+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1272083",
|
647
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
648
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1272083/related_tasks",
|
649
|
+
"date_confirmed": "2014-03-25T10:56:22.643365+00:00", "date_left_new": "2014-01-28T19:35:55.009601+00:00",
|
650
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1272083", "owner_link":
|
651
|
+
"https://api.launchpad.net/1.0/~xwang2713", "date_created": "2014-01-23T21:36:30.286122+00:00",
|
652
|
+
"date_incomplete": "2014-03-25T10:56:22.643365+00:00", "is_complete": false},
|
653
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1272161 in hadoop
|
654
|
+
(Juju Charms Collection): \"install hook fails on LXC containers without FQDN\"",
|
655
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1272161", "bug_watch_link":
|
656
|
+
null, "milestone_link": null, "http_etag": "\"ff2e84c2601805cdddfafea7f3614007c1e48aa8-12a35b9e584a7a1f0d03fee0932ee093f356b011\"",
|
657
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
658
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
659
|
+
"status": "New", "bug_target_name": "hadoop (Juju Charms Collection)", "importance":
|
660
|
+
"Undecided", "assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+source/hadoop/+bug/1272161",
|
661
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/hadoop", "bug_target_display_name":
|
662
|
+
"hadoop (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/hadoop/+bug/1272161/related_tasks",
|
663
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/hadoop/+bug/1272161",
|
664
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
665
|
+
"2014-01-24T04:08:34.596339+00:00", "date_incomplete": null, "is_complete":
|
666
|
+
false}, {"date_closed": null, "date_assigned": "2014-03-17T21:09:45.886173+00:00",
|
667
|
+
"title": "Bug #1272520 in jenkins (Juju Charms Collection): \"Unable to relate
|
668
|
+
to jenkins-slave: hook failed: \"master-relation-changed\"\"", "bug_link":
|
669
|
+
"https://api.launchpad.net/1.0/bugs/1272520", "bug_watch_link": null, "milestone_link":
|
670
|
+
null, "http_etag": "\"b13a515cfb145d2f00f6e19b665544fb6101c283-f6d0fb3c8b5addf46aadfc3e91b74a2cce411146\"",
|
671
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
672
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
673
|
+
"status": "Confirmed", "bug_target_name": "jenkins (Juju Charms Collection)",
|
674
|
+
"importance": "High", "assignee_link": "https://api.launchpad.net/1.0/~lazypower",
|
675
|
+
"date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+source/jenkins/+bug/1272520",
|
676
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/jenkins", "bug_target_display_name":
|
677
|
+
"jenkins (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/jenkins/+bug/1272520/related_tasks",
|
678
|
+
"date_confirmed": "2014-04-09T15:52:00.290280+00:00", "date_left_new": "2014-04-09T15:52:00.290280+00:00",
|
679
|
+
"web_link": "https://bugs.launchpad.net/charms/+source/jenkins/+bug/1272520",
|
680
|
+
"owner_link": "https://api.launchpad.net/1.0/~a.rosales", "date_created":
|
681
|
+
"2014-01-24T21:01:34.212067+00:00", "date_incomplete": null, "is_complete":
|
682
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1272521
|
683
|
+
in charmworldlib: \"Need better error handling when providing an invalid charm
|
684
|
+
name\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1272521", "bug_watch_link":
|
685
|
+
null, "milestone_link": "https://api.launchpad.net/1.0/charmworldlib/+milestone/0.4.1",
|
686
|
+
"http_etag": "\"f94405fd9ea33ac45b53506d08ba4e245002ae71-e84ef83d6f1e5b8a0c3d9466150143d456a15608\"",
|
687
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
688
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
689
|
+
"status": "Confirmed", "bug_target_name": "charmworldlib", "importance": "Medium",
|
690
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charmworldlib/+bug/1272521",
|
691
|
+
"target_link": "https://api.launchpad.net/1.0/charmworldlib", "bug_target_display_name":
|
692
|
+
"charmworldlib", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charmworldlib/+bug/1272521/related_tasks",
|
693
|
+
"date_confirmed": "2014-05-16T11:40:01.783976+00:00", "date_left_new": "2014-05-16T11:40:01.783976+00:00",
|
694
|
+
"web_link": "https://bugs.launchpad.net/charmworldlib/+bug/1272521", "owner_link":
|
695
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-01-24T21:02:13.854499+00:00",
|
696
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
697
|
+
"2014-05-15T18:54:13.308313+00:00", "title": "Bug #1274966 in Juju Charm Tools:
|
698
|
+
\"test runner broken when test_config.yaml present\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1274966",
|
699
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"120029d2b4c1fbf054df28740949562880cd9d11-a30e26491cc1bfa5f69c8a32e1b6f87f46bfdde8\"",
|
700
|
+
"date_left_closed": null, "date_fix_committed": "2014-05-15T22:02:25.289726+00:00",
|
701
|
+
"date_fix_released": null, "date_in_progress": "2014-05-15T18:54:21.484226+00:00",
|
702
|
+
"resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
|
703
|
+
"Fix Committed", "bug_target_name": "charm-tools", "importance": "Critical",
|
704
|
+
"assignee_link": "https://api.launchpad.net/1.0/~tvansteenburgh", "date_triaged":
|
705
|
+
"2014-05-15T18:54:21.484226+00:00", "self_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1274966",
|
706
|
+
"target_link": "https://api.launchpad.net/1.0/charm-tools", "bug_target_display_name":
|
707
|
+
"Juju Charm Tools", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1274966/related_tasks",
|
708
|
+
"date_confirmed": "2014-05-15T18:54:21.484226+00:00", "date_left_new": "2014-01-31T15:26:19.723315+00:00",
|
709
|
+
"web_link": "https://bugs.launchpad.net/charm-tools/+bug/1274966", "owner_link":
|
710
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-01-31T15:02:29.592556+00:00",
|
711
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
712
|
+
null, "title": "Bug #1276588 in Charm Helpers: \"charmhelpers.contrib.network.ip
|
713
|
+
installs system packages when loaded\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1276588",
|
714
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"a281bbd3594c498bbc9cfb46690a39c8c9fdd92c-59c8a0d30111c7d0f41c6cd8e4cefea88f52231e\"",
|
715
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
716
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
717
|
+
"status": "New", "bug_target_name": "charm-helpers", "importance": "Undecided",
|
718
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1276588",
|
719
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
720
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1276588/related_tasks",
|
721
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1276588",
|
722
|
+
"owner_link": "https://api.launchpad.net/1.0/~michael.nelson", "date_created":
|
723
|
+
"2014-02-05T13:44:41.549136+00:00", "date_incomplete": null, "is_complete":
|
724
|
+
false}, {"date_closed": null, "date_assigned": "2014-02-10T12:43:35.901988+00:00",
|
725
|
+
"title": "Bug #1278369 in Juju Charms Collection: \"Charm Needed: metis\"",
|
726
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1278369", "bug_watch_link":
|
727
|
+
null, "milestone_link": null, "http_etag": "\"6f1e47204cc9661a3f611ad39edc53ea71684626-9b8f94ea5726d113131f4103b01100fc090e4e90\"",
|
728
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-14T19:06:10.658380+00:00",
|
729
|
+
"date_fix_released": "2014-03-14T19:57:13.302417+00:00", "date_in_progress":
|
730
|
+
"2014-03-14T19:06:10.658380+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
731
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
732
|
+
"assignee_link": "https://api.launchpad.net/1.0/~truthfromlies", "date_triaged":
|
733
|
+
"2014-03-14T19:06:10.658380+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1278369",
|
734
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
735
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1278369/related_tasks",
|
736
|
+
"date_confirmed": "2014-03-14T19:06:10.658380+00:00", "date_left_new": "2014-02-18T13:33:40.709265+00:00",
|
737
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1278369", "owner_link":
|
738
|
+
"https://api.launchpad.net/1.0/~truthfromlies", "date_created": "2014-02-10T09:49:16.599648+00:00",
|
739
|
+
"date_incomplete": "2014-03-14T19:57:13.302417+00:00", "is_complete": false},
|
740
|
+
{"date_closed": null, "date_assigned": "2014-02-12T17:54:18.471177+00:00",
|
741
|
+
"title": "Bug #1279447 in Juju Charms Collection: \"Charm Needed: DataStax
|
742
|
+
Opscenter\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1279447", "bug_watch_link":
|
743
|
+
null, "milestone_link": null, "http_etag": "\"445719231ae4cfb21fa6e35beed7fc80b426a157-a5cc2332724389b3e977e8fe9f047475273dbe22\"",
|
744
|
+
"date_left_closed": null, "date_fix_committed": "2014-02-27T16:20:20.466879+00:00",
|
745
|
+
"date_fix_released": "2014-02-27T16:20:20.466879+00:00", "date_in_progress":
|
746
|
+
"2014-02-27T16:20:11.699574+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
747
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Low",
|
748
|
+
"assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
749
|
+
"2014-02-27T16:20:11.699574+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1279447",
|
750
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
751
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1279447/related_tasks",
|
752
|
+
"date_confirmed": "2014-02-27T16:20:11.699574+00:00", "date_left_new": "2014-02-12T17:54:33.121074+00:00",
|
753
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1279447", "owner_link":
|
754
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-02-12T17:53:37.826647+00:00",
|
755
|
+
"date_incomplete": "2014-02-27T16:20:20.466879+00:00", "is_complete": false},
|
756
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1279924 in cassandra
|
757
|
+
(Juju Charms Collection): \"Needs Maintainer\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1279924",
|
758
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"00c906df95c1d2993a19a36ec0602b4d0c7eff69-242a307560665d4431401e2130f191f879f5d190\"",
|
759
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
760
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
761
|
+
"status": "New", "bug_target_name": "cassandra (Juju Charms Collection)",
|
762
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
763
|
+
"https://api.launchpad.net/1.0/charms/+source/cassandra/+bug/1279924", "target_link":
|
764
|
+
"https://api.launchpad.net/1.0/charms/+source/cassandra", "bug_target_display_name":
|
765
|
+
"cassandra (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/cassandra/+bug/1279924/related_tasks",
|
766
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/cassandra/+bug/1279924",
|
767
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
768
|
+
"2014-02-13T18:47:12.625868+00:00", "date_incomplete": null, "is_complete":
|
769
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1279930
|
770
|
+
in cassandra (Juju Charms Collection): \"Cluster relationship fails with no
|
771
|
+
relation id specified\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1279930",
|
772
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"5650c7035ed0a6af731f6c9c123b2ba963653ee9-242a307560665d4431401e2130f191f879f5d190\"",
|
773
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
774
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
775
|
+
"status": "New", "bug_target_name": "cassandra (Juju Charms Collection)",
|
776
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
777
|
+
"https://api.launchpad.net/1.0/charms/+source/cassandra/+bug/1279930", "target_link":
|
778
|
+
"https://api.launchpad.net/1.0/charms/+source/cassandra", "bug_target_display_name":
|
779
|
+
"cassandra (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/cassandra/+bug/1279930/related_tasks",
|
780
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/cassandra/+bug/1279930",
|
781
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
782
|
+
"2014-02-13T19:05:34.890915+00:00", "date_incomplete": null, "is_complete":
|
783
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1284309
|
784
|
+
in Juju Charm Tools: \"The rsync fails in error when the -o option is used\"",
|
785
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1284309", "bug_watch_link":
|
786
|
+
null, "milestone_link": null, "http_etag": "\"ec622e99e3c3b3c6fc647a8a75b3bc8f44a06c2b-a0041e14ab9d068e074243182a521cb5eb9940af\"",
|
787
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
788
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
789
|
+
"status": "New", "bug_target_name": "charm-tools", "importance": "Undecided",
|
790
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1284309",
|
791
|
+
"target_link": "https://api.launchpad.net/1.0/charm-tools", "bug_target_display_name":
|
792
|
+
"Juju Charm Tools", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1284309/related_tasks",
|
793
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-tools/+bug/1284309",
|
794
|
+
"owner_link": "https://api.launchpad.net/1.0/~mbruzek", "date_created": "2014-02-24T20:45:52.522899+00:00",
|
795
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
796
|
+
"2014-02-25T09:46:18.018315+00:00", "title": "Bug #1284552 in Charm Helpers:
|
797
|
+
\"ceph context config race condition\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1284552",
|
798
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"e8f1daffc192c0095e130e01c90444a960352aff-bb1b12d1114388c21cd5d8cb65d5bc1badfaa5dc\"",
|
799
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
800
|
+
null, "date_in_progress": "2014-02-25T09:46:15.910829+00:00", "resource_type_link":
|
801
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
|
802
|
+
"charm-helpers", "importance": "Undecided", "assignee_link": "https://api.launchpad.net/1.0/~hopem",
|
803
|
+
"date_triaged": "2014-02-25T09:46:15.910829+00:00", "self_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1284552",
|
804
|
+
"target_link": "https://api.launchpad.net/1.0/charm-helpers", "bug_target_display_name":
|
805
|
+
"Charm Helpers", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-helpers/+bug/1284552/related_tasks",
|
806
|
+
"date_confirmed": "2014-02-25T09:46:15.910829+00:00", "date_left_new": "2014-02-25T09:46:15.910829+00:00",
|
807
|
+
"web_link": "https://bugs.launchpad.net/charm-helpers/+bug/1284552", "owner_link":
|
808
|
+
"https://api.launchpad.net/1.0/~hopem", "date_created": "2014-02-25T09:46:05.339259+00:00",
|
809
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
810
|
+
null, "title": "Bug #1287871 in Juju Charms Collection: \"Bundle submission:
|
811
|
+
Hadoop\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1287871", "bug_watch_link":
|
812
|
+
null, "milestone_link": null, "http_etag": "\"c22e724f8d9c1cc0f7f16b8797f0e190541ac080-6305e0f20acd08d68a1b70f2f52e460384200fd5\"",
|
813
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
814
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
815
|
+
"status": "New", "bug_target_name": "charms", "importance": "Undecided", "assignee_link":
|
816
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+bug/1287871",
|
817
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
818
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1287871/related_tasks",
|
819
|
+
"date_confirmed": null, "date_left_new": "2014-03-04T19:48:50.375810+00:00",
|
820
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1287871", "owner_link":
|
821
|
+
"https://api.launchpad.net/1.0/~jorge", "date_created": "2014-03-04T19:45:23.041079+00:00",
|
822
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
823
|
+
null, "title": "Bug #1289291 in Juju Charms Collection: \"New Charm proposal:
|
824
|
+
GNU Cobol sample\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1289291",
|
825
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"d04e687cc378c878910505a6b83c3803f62d2d27-563fbacecea1fe7f751edc02332307dbdfe8a4b9\"",
|
826
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-24T20:09:04.938679+00:00",
|
827
|
+
"date_fix_released": "2014-03-24T20:09:04.938679+00:00", "date_in_progress":
|
828
|
+
"2014-03-24T20:09:04.938679+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
829
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
830
|
+
"assignee_link": null, "date_triaged": "2014-03-24T20:09:04.938679+00:00",
|
831
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+bug/1289291", "target_link":
|
832
|
+
"https://api.launchpad.net/1.0/charms", "bug_target_display_name": "Juju Charms
|
833
|
+
Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1289291/related_tasks",
|
834
|
+
"date_confirmed": "2014-03-24T20:09:04.938679+00:00", "date_left_new": "2014-03-24T20:09:04.938679+00:00",
|
835
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1289291", "owner_link":
|
836
|
+
"https://api.launchpad.net/1.0/~bwtiffin", "date_created": "2014-03-07T11:36:42.872999+00:00",
|
837
|
+
"date_incomplete": "2014-03-24T20:09:04.938679+00:00", "is_complete": false},
|
838
|
+
{"date_closed": null, "date_assigned": "2014-03-15T04:54:35.014519+00:00",
|
839
|
+
"title": "Bug #1290608 in nagios (Juju Charms Collection): \"Charm deploys
|
840
|
+
old copy of Nagios\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1290608",
|
841
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"51b7b1106301c2a6dbb91e272287434c4fbeb28f-2f50bd2be44a3e573445e678bbfcf6f9e609df82\"",
|
842
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
843
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
844
|
+
"status": "New", "bug_target_name": "nagios (Juju Charms Collection)", "importance":
|
845
|
+
"Medium", "assignee_link": "https://api.launchpad.net/1.0/~lazypower", "date_triaged":
|
846
|
+
null, "self_link": "https://api.launchpad.net/1.0/charms/+source/nagios/+bug/1290608",
|
847
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/nagios", "bug_target_display_name":
|
848
|
+
"nagios (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/nagios/+bug/1290608/related_tasks",
|
849
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/nagios/+bug/1290608",
|
850
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
851
|
+
"2014-03-10T23:48:11.939382+00:00", "date_incomplete": null, "is_complete":
|
852
|
+
false}, {"date_closed": null, "date_assigned": "2014-04-24T23:13:45.481552+00:00",
|
853
|
+
"title": "Bug #1290636 in Juju Charms Collection: \"New drupal charm submission.\"",
|
854
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1290636", "bug_watch_link":
|
855
|
+
null, "milestone_link": null, "http_etag": "\"734c9306941a3ddafb0c564bb5cc61d4062707e2-449f058d3890f1ecd7ccbd7eccabd0a6f6085a46\"",
|
856
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-27T01:55:13.554374+00:00",
|
857
|
+
"date_fix_released": "2014-04-24T23:43:08.638050+00:00", "date_in_progress":
|
858
|
+
"2014-03-27T01:55:13.554374+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
859
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
860
|
+
"assignee_link": "https://api.launchpad.net/1.0/~dweaver", "date_triaged":
|
861
|
+
"2014-03-27T01:55:13.554374+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1290636",
|
862
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
863
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1290636/related_tasks",
|
864
|
+
"date_confirmed": "2014-03-27T01:55:13.554374+00:00", "date_left_new": "2014-03-24T20:38:38.236220+00:00",
|
865
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1290636", "owner_link":
|
866
|
+
"https://api.launchpad.net/1.0/~dweaver", "date_created": "2014-03-11T01:51:07.627907+00:00",
|
867
|
+
"date_incomplete": "2014-04-24T23:43:08.638050+00:00", "is_complete": false},
|
868
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1292597 in Juju
|
869
|
+
Charms Collection: \"Bundle submission: Wildfly \"", "bug_link": "https://api.launchpad.net/1.0/bugs/1292597",
|
870
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"126cb9db63aa2932de594ba386966e7971aaa66e-6305e0f20acd08d68a1b70f2f52e460384200fd5\"",
|
871
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
872
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
873
|
+
"status": "New", "bug_target_name": "charms", "importance": "Undecided", "assignee_link":
|
874
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+bug/1292597",
|
875
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
876
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1292597/related_tasks",
|
877
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+bug/1292597",
|
878
|
+
"owner_link": "https://api.launchpad.net/1.0/~jorge", "date_created": "2014-03-14T16:23:44.160149+00:00",
|
879
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
880
|
+
"2014-03-14T18:04:47.049880+00:00", "title": "Bug #1292651 in mediawiki (Juju
|
881
|
+
Charms Collection): \"Charm test fails consistently\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1292651",
|
882
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"fbc629b8c050ab5ef3525e5564b29aa15a70905b-7dae2b8e5cf51329baf01f38fe211edcd19643b9\"",
|
883
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
884
|
+
null, "date_in_progress": "2014-03-19T21:29:12.705786+00:00", "resource_type_link":
|
885
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
|
886
|
+
"mediawiki (Juju Charms Collection)", "importance": "High", "assignee_link":
|
887
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_triaged": "2014-03-14T18:04:46.392769+00:00",
|
888
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1292651",
|
889
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki", "bug_target_display_name":
|
890
|
+
"mediawiki (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1292651/related_tasks",
|
891
|
+
"date_confirmed": "2014-03-14T18:04:46.392769+00:00", "date_left_new": "2014-03-14T18:04:46.392769+00:00",
|
892
|
+
"web_link": "https://bugs.launchpad.net/charms/+source/mediawiki/+bug/1292651",
|
893
|
+
"owner_link": "https://api.launchpad.net/1.0/~marcoceppi", "date_created":
|
894
|
+
"2014-03-14T18:04:46.392769+00:00", "date_incomplete": null, "is_complete":
|
895
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1292658
|
896
|
+
in Juju Charms Collection: \"OpenERP bundle\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1292658",
|
897
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"ce81f4d59d4f0455e8eac67046c90bc658115529-563fbacecea1fe7f751edc02332307dbdfe8a4b9\"",
|
898
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-28T15:08:29.005660+00:00",
|
899
|
+
"date_fix_released": "2014-03-28T15:08:29.005660+00:00", "date_in_progress":
|
900
|
+
"2014-03-28T15:08:29.005660+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
901
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
902
|
+
"assignee_link": null, "date_triaged": "2014-03-28T15:08:29.005660+00:00",
|
903
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+bug/1292658", "target_link":
|
904
|
+
"https://api.launchpad.net/1.0/charms", "bug_target_display_name": "Juju Charms
|
905
|
+
Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1292658/related_tasks",
|
906
|
+
"date_confirmed": "2014-03-28T15:08:29.005660+00:00", "date_left_new": "2014-03-28T15:08:29.005660+00:00",
|
907
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1292658", "owner_link":
|
908
|
+
"https://api.launchpad.net/1.0/~mistotebe", "date_created": "2014-03-14T18:18:09.446816+00:00",
|
909
|
+
"date_incomplete": "2014-03-28T15:08:29.005660+00:00", "is_complete": false},
|
910
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1293635 in Juju
|
911
|
+
Charms Collection: \"please review and publish the importio charm\"", "bug_link":
|
912
|
+
"https://api.launchpad.net/1.0/bugs/1293635", "bug_watch_link": null, "milestone_link":
|
913
|
+
null, "http_etag": "\"a9fc6fa8f7edc779e02d2526f2afde7989e6527d-563fbacecea1fe7f751edc02332307dbdfe8a4b9\"",
|
914
|
+
"date_left_closed": null, "date_fix_committed": "2014-03-25T14:59:10.920201+00:00",
|
915
|
+
"date_fix_released": "2014-03-25T14:59:10.920201+00:00", "date_in_progress":
|
916
|
+
"2014-03-25T14:59:10.920201+00:00", "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
917
|
+
"status": "Incomplete", "bug_target_name": "charms", "importance": "Undecided",
|
918
|
+
"assignee_link": null, "date_triaged": "2014-03-25T14:59:10.920201+00:00",
|
919
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+bug/1293635", "target_link":
|
920
|
+
"https://api.launchpad.net/1.0/charms", "bug_target_display_name": "Juju Charms
|
921
|
+
Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1293635/related_tasks",
|
922
|
+
"date_confirmed": "2014-03-25T14:59:10.920201+00:00", "date_left_new": "2014-03-25T14:59:10.920201+00:00",
|
923
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1293635", "owner_link":
|
924
|
+
"https://api.launchpad.net/1.0/~ian-clark", "date_created": "2014-03-17T15:38:35.746724+00:00",
|
925
|
+
"date_incomplete": "2014-03-25T14:59:10.920201+00:00", "is_complete": false},
|
926
|
+
{"date_closed": null, "date_assigned": null, "title": "Bug #1293786 in Amulet:
|
927
|
+
\"Support a write_file() method in Amulet\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1293786",
|
928
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"c909b503d02bfccd0f1a93896c5da86a2fc1938e-aed5420565f42b57b4dd62fac640a51c882a9a3c\"",
|
929
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
930
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
931
|
+
"status": "New", "bug_target_name": "amulet", "importance": "Undecided", "assignee_link":
|
932
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1293786",
|
933
|
+
"target_link": "https://api.launchpad.net/1.0/amulet", "bug_target_display_name":
|
934
|
+
"Amulet", "related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1293786/related_tasks",
|
935
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/amulet/+bug/1293786",
|
936
|
+
"owner_link": "https://api.launchpad.net/1.0/~mbruzek", "date_created": "2014-03-17T20:34:20.401762+00:00",
|
937
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
938
|
+
null, "title": "Bug #1293831 in Amulet: \"Missing private address property
|
939
|
+
from unit.info\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1293831",
|
940
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"894d08f203e46ee4e6a8d44fa734c2e152542426-57ad4841d0b29c8a28c4bee61d0050852d01c1ad\"",
|
941
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
942
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
943
|
+
"status": "New", "bug_target_name": "amulet", "importance": "Wishlist", "assignee_link":
|
944
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1293831",
|
945
|
+
"target_link": "https://api.launchpad.net/1.0/amulet", "bug_target_display_name":
|
946
|
+
"Amulet", "related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1293831/related_tasks",
|
947
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/amulet/+bug/1293831",
|
948
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
949
|
+
"2014-03-17T22:51:41.804221+00:00", "date_incomplete": null, "is_complete":
|
950
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1294334
|
951
|
+
in mysql (Juju Charms Collection): \"mysql charm blows up on out of memory
|
952
|
+
error\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1294334", "bug_watch_link":
|
953
|
+
null, "milestone_link": null, "http_etag": "\"171622b2fb166f562cc801cb8087cc636c4b3658-ce73ab60daf78cd4c4438168c9748ed95b1a37c2\"",
|
954
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
955
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
956
|
+
"status": "Confirmed", "bug_target_name": "mysql (Juju Charms Collection)",
|
957
|
+
"importance": "Undecided", "assignee_link": null, "date_triaged": null, "self_link":
|
958
|
+
"https://api.launchpad.net/1.0/charms/+source/mysql/+bug/1294334", "target_link":
|
959
|
+
"https://api.launchpad.net/1.0/charms/+source/mysql", "bug_target_display_name":
|
960
|
+
"mysql (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/mysql/+bug/1294334/related_tasks",
|
961
|
+
"date_confirmed": "2014-03-18T20:15:54.337236+00:00", "date_left_new": "2014-03-18T20:15:54.337236+00:00",
|
962
|
+
"web_link": "https://bugs.launchpad.net/charms/+source/mysql/+bug/1294334",
|
963
|
+
"owner_link": "https://api.launchpad.net/1.0/~bwawok", "date_created": "2014-03-18T20:11:47.949860+00:00",
|
964
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
965
|
+
null, "title": "Bug #1294690 in Amulet: \"Amulet should provide a way to detect
|
966
|
+
the Juju environment.\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1294690",
|
967
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"2b8027b93f433bd512d1b93147204630b888bd17-64df6d9783dee3e07b5290eb95cf8b312ab61312\"",
|
968
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
969
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
970
|
+
"status": "Confirmed", "bug_target_name": "amulet", "importance": "Medium",
|
971
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1294690",
|
972
|
+
"target_link": "https://api.launchpad.net/1.0/amulet", "bug_target_display_name":
|
973
|
+
"Amulet", "related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1294690/related_tasks",
|
974
|
+
"date_confirmed": "2014-03-19T19:26:29.504141+00:00", "date_left_new": "2014-03-19T19:26:29.504141+00:00",
|
975
|
+
"web_link": "https://bugs.launchpad.net/amulet/+bug/1294690", "owner_link":
|
976
|
+
"https://api.launchpad.net/1.0/~mbruzek", "date_created": "2014-03-19T14:46:44.086927+00:00",
|
977
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
978
|
+
null, "title": "Bug #1294977 in Juju Charms Collection: \"Progress on Cisco
|
979
|
+
N1KV vxlan-gateway charm first submission (cwchang)\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1294977",
|
980
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"798acfd88eee8afe657bf46d4c17cd764c7588eb-663a78ae583142580ea2c36fecfe827338176367\"",
|
981
|
+
"date_left_closed": null, "date_fix_committed": "2014-05-12T16:20:42.659323+00:00",
|
982
|
+
"date_fix_released": null, "date_in_progress": "2014-05-12T16:20:42.659323+00:00",
|
983
|
+
"resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
|
984
|
+
"Fix Committed", "bug_target_name": "charms", "importance": "Undecided", "assignee_link":
|
985
|
+
null, "date_triaged": "2014-05-12T16:20:42.659323+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1294977",
|
986
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
987
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1294977/related_tasks",
|
988
|
+
"date_confirmed": "2014-05-12T16:20:42.659323+00:00", "date_left_new": "2014-04-08T00:30:21.062175+00:00",
|
989
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1294977", "owner_link":
|
990
|
+
"https://api.launchpad.net/1.0/~cwchang", "date_created": "2014-03-20T06:34:29.564906+00:00",
|
991
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
992
|
+
null, "title": "Bug #1295476 in Amulet: \"Sentry port should be configurable\"",
|
993
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1295476", "bug_watch_link":
|
994
|
+
null, "milestone_link": null, "http_etag": "\"f62039030cc496c24e9aa5f7ef7c93ecc6913fc3-64df6d9783dee3e07b5290eb95cf8b312ab61312\"",
|
995
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
996
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
997
|
+
"status": "Confirmed", "bug_target_name": "amulet", "importance": "Medium",
|
998
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/amulet/+bug/1295476",
|
999
|
+
"target_link": "https://api.launchpad.net/1.0/amulet", "bug_target_display_name":
|
1000
|
+
"Amulet", "related_tasks_collection_link": "https://api.launchpad.net/1.0/amulet/+bug/1295476/related_tasks",
|
1001
|
+
"date_confirmed": "2014-03-21T02:52:32.019906+00:00", "date_left_new": "2014-03-21T02:52:32.019906+00:00",
|
1002
|
+
"web_link": "https://bugs.launchpad.net/amulet/+bug/1295476", "owner_link":
|
1003
|
+
"https://api.launchpad.net/1.0/~marcoceppi", "date_created": "2014-03-21T02:52:32.019906+00:00",
|
1004
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1005
|
+
"2014-03-23T23:25:49.200622+00:00", "title": "Bug #1296455 in Juju Charms
|
1006
|
+
Collection: \"Charm Needed: Gitlab-CI\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1296455",
|
1007
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"9d30a8c0d443414e795cc48c07a7efa7e3a3d823-ee25b999d754af934c13750fb016edd46d982ee3\"",
|
1008
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1009
|
+
null, "date_in_progress": "2014-03-23T23:29:19.382324+00:00", "resource_type_link":
|
1010
|
+
"https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
|
1011
|
+
"charms", "importance": "Wishlist", "assignee_link": "https://api.launchpad.net/1.0/~lazypower",
|
1012
|
+
"date_triaged": "2014-03-23T23:29:19.382324+00:00", "self_link": "https://api.launchpad.net/1.0/charms/+bug/1296455",
|
1013
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
1014
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1296455/related_tasks",
|
1015
|
+
"date_confirmed": "2014-03-23T23:29:19.382324+00:00", "date_left_new": "2014-03-23T23:29:19.382324+00:00",
|
1016
|
+
"web_link": "https://bugs.launchpad.net/charms/+bug/1296455", "owner_link":
|
1017
|
+
"https://api.launchpad.net/1.0/~lazypower", "date_created": "2014-03-23T23:25:48.419429+00:00",
|
1018
|
+
"date_incomplete": null, "is_complete": false}, {"date_closed": null, "date_assigned":
|
1019
|
+
null, "title": "Bug #1296892 in Juju Charm Tools: \"Template Generator creates
|
1020
|
+
Readme.ex instead of Readme.md\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1296892",
|
1021
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"1558c6473da88c55e820322ab2c7c31d978a19cf-a0041e14ab9d068e074243182a521cb5eb9940af\"",
|
1022
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1023
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1024
|
+
"status": "New", "bug_target_name": "charm-tools", "importance": "Undecided",
|
1025
|
+
"assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1296892",
|
1026
|
+
"target_link": "https://api.launchpad.net/1.0/charm-tools", "bug_target_display_name":
|
1027
|
+
"Juju Charm Tools", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charm-tools/+bug/1296892/related_tasks",
|
1028
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charm-tools/+bug/1296892",
|
1029
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
1030
|
+
"2014-03-24T18:48:34.236266+00:00", "date_incomplete": null, "is_complete":
|
1031
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1298674
|
1032
|
+
in mediawiki (Juju Charms Collection): \"Mediawiki defaults to PPA use\"",
|
1033
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1298674", "bug_watch_link":
|
1034
|
+
null, "milestone_link": null, "http_etag": "\"e3c2b3dffe23554c5a01b49d8b69ff70c21fa7ad-fea0ce1f9807ff5e01e371dac8c7812c58e25b02\"",
|
1035
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1036
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1037
|
+
"status": "Triaged", "bug_target_name": "mediawiki (Juju Charms Collection)",
|
1038
|
+
"importance": "Medium", "assignee_link": null, "date_triaged": "2014-03-28T00:54:08.540794+00:00",
|
1039
|
+
"self_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1298674",
|
1040
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki", "bug_target_display_name":
|
1041
|
+
"mediawiki (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/mediawiki/+bug/1298674/related_tasks",
|
1042
|
+
"date_confirmed": "2014-03-28T00:54:08.540794+00:00", "date_left_new": "2014-03-28T00:54:08.540794+00:00",
|
1043
|
+
"web_link": "https://bugs.launchpad.net/charms/+source/mediawiki/+bug/1298674",
|
1044
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
1045
|
+
"2014-03-27T22:55:03.006504+00:00", "date_incomplete": null, "is_complete":
|
1046
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1299112
|
1047
|
+
in Juju Charms Collection: \"Ceph fails to generate monitor keyring with havana
|
1048
|
+
source\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1299112", "bug_watch_link":
|
1049
|
+
null, "milestone_link": null, "http_etag": "\"4dd5bdd9da4d68cc224c626f904563bcea88de04-6305e0f20acd08d68a1b70f2f52e460384200fd5\"",
|
1050
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1051
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1052
|
+
"status": "New", "bug_target_name": "charms", "importance": "Undecided", "assignee_link":
|
1053
|
+
null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+bug/1299112",
|
1054
|
+
"target_link": "https://api.launchpad.net/1.0/charms", "bug_target_display_name":
|
1055
|
+
"Juju Charms Collection", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+bug/1299112/related_tasks",
|
1056
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+bug/1299112",
|
1057
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
1058
|
+
"2014-03-28T17:05:24.604699+00:00", "date_incomplete": null, "is_complete":
|
1059
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1299152
|
1060
|
+
in kusabax (Juju Charms Collection): \"Deploys with default password populated\"",
|
1061
|
+
"bug_link": "https://api.launchpad.net/1.0/bugs/1299152", "bug_watch_link":
|
1062
|
+
null, "milestone_link": null, "http_etag": "\"27b5d229ef6e0d2354788858d55dd4745f771112-f63fe288d6cd9f2ff804ac6a4d9266e55d5f63b9\"",
|
1063
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1064
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1065
|
+
"status": "New", "bug_target_name": "kusabax (Juju Charms Collection)", "importance":
|
1066
|
+
"Undecided", "assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+source/kusabax/+bug/1299152",
|
1067
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/kusabax", "bug_target_display_name":
|
1068
|
+
"kusabax (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/kusabax/+bug/1299152/related_tasks",
|
1069
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/kusabax/+bug/1299152",
|
1070
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
1071
|
+
"2014-03-28T18:25:44.406021+00:00", "date_incomplete": null, "is_complete":
|
1072
|
+
false}, {"date_closed": null, "date_assigned": null, "title": "Bug #1299154
|
1073
|
+
in kusabax (Juju Charms Collection): \"Does not provide a proper Default Document
|
1074
|
+
directive to Apache\"", "bug_link": "https://api.launchpad.net/1.0/bugs/1299154",
|
1075
|
+
"bug_watch_link": null, "milestone_link": null, "http_etag": "\"51f199dcec55ffa6d3493450e61ea5c5f33c678a-f63fe288d6cd9f2ff804ac6a4d9266e55d5f63b9\"",
|
1076
|
+
"date_left_closed": null, "date_fix_committed": null, "date_fix_released":
|
1077
|
+
null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
|
1078
|
+
"status": "New", "bug_target_name": "kusabax (Juju Charms Collection)", "importance":
|
1079
|
+
"Undecided", "assignee_link": null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/charms/+source/kusabax/+bug/1299154",
|
1080
|
+
"target_link": "https://api.launchpad.net/1.0/charms/+source/kusabax", "bug_target_display_name":
|
1081
|
+
"kusabax (Juju Charms Collection)", "related_tasks_collection_link": "https://api.launchpad.net/1.0/charms/+source/kusabax/+bug/1299154/related_tasks",
|
1082
|
+
"date_confirmed": null, "date_left_new": null, "web_link": "https://bugs.launchpad.net/charms/+source/kusabax/+bug/1299154",
|
1083
|
+
"owner_link": "https://api.launchpad.net/1.0/~lazypower", "date_created":
|
1084
|
+
"2014-03-28T18:26:52.767685+00:00", "date_incomplete": null, "is_complete":
|
1085
|
+
false}]}'
|
1086
|
+
http_version:
|
1087
|
+
recorded_at: Sun, 18 May 2014 23:09:06 GMT
|
1088
|
+
recorded_with: VCR 2.9.0
|