Activity log for bug #308374

Date Who What changed Old value New value Message
2008-12-15 23:59:27 Kees Cook bug added bug
2008-12-16 18:27:35 Ursula Junque launchpad: bugtargetdisplayname Launchpad itself Launchpad Bugs
2008-12-16 18:27:35 Ursula Junque launchpad: bugtargetname launchpad malone
2008-12-16 18:27:35 Ursula Junque launchpad: statusexplanation
2008-12-16 18:27:35 Ursula Junque launchpad: title Bug #308374 in Launchpad itself: "API: setting private fails (500 HTTP error)" Bug #308374 in Launchpad Bugs: "API: setting private fails (500 HTTP error)"
2008-12-16 18:33:51 Ursula Junque description *setup launchpadlib object* bug = launchpad.bugs[num] bug.private = False bug.lp_save() this fails: Traceback (most recent call last): File "./not-a-bug.py", line 33, in <module> bug.lp_save() File "/usr/lib/python2.5/site-packages/launchpadlib/resource.py", line 467, in lp_save self._root._browser.patch(URI(self.self_link), representation) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 263, in patch extra_headers=headers) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 211, in _request raise HTTPError(response, content) launchpadlib.errors.HTTPError: HTTP Error 500: Internal Server Error content is: ('private', <Bug at 0x974f1d0>) *setup launchpadlib object* bug = launchpad.bugs[num] bug.private = False bug.lp_save() this fails: Traceback (most recent call last): File "./not-a-bug.py", line 33, in <module> bug.lp_save() File "/usr/lib/python2.5/site-packages/launchpadlib/resource.py", line 467, in lp_save self._root._browser.patch(URI(self.self_link), representation) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 263, in patch extra_headers=headers) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 211, in _request raise HTTPError(response, content) launchpadlib.errors.HTTPError: HTTP Error 500: Internal Server Error content is: ('private', <Bug at 0x974f1d0>) OOPS: OOPS-1081EA142
2008-12-16 18:36:05 Eleanor Berger description *setup launchpadlib object* bug = launchpad.bugs[num] bug.private = False bug.lp_save() this fails: Traceback (most recent call last): File "./not-a-bug.py", line 33, in <module> bug.lp_save() File "/usr/lib/python2.5/site-packages/launchpadlib/resource.py", line 467, in lp_save self._root._browser.patch(URI(self.self_link), representation) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 263, in patch extra_headers=headers) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 211, in _request raise HTTPError(response, content) launchpadlib.errors.HTTPError: HTTP Error 500: Internal Server Error content is: ('private', <Bug at 0x974f1d0>) OOPS: OOPS-1081EA142 Expose IBug.setPrivate to that it's possible to set bug privacy using the API. -------------------------------------------------- was: *setup launchpadlib object* bug = launchpad.bugs[num] bug.private = False bug.lp_save() this fails: Traceback (most recent call last): File "./not-a-bug.py", line 33, in <module> bug.lp_save() File "/usr/lib/python2.5/site-packages/launchpadlib/resource.py", line 467, in lp_save self._root._browser.patch(URI(self.self_link), representation) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 263, in patch extra_headers=headers) File "/usr/lib/python2.5/site-packages/launchpadlib/_browser.py", line 211, in _request raise HTTPError(response, content) launchpadlib.errors.HTTPError: HTTP Error 500: Internal Server Error content is: ('private', <Bug at 0x974f1d0>) OOPS: OOPS-1081EA142
2008-12-16 18:36:05 Eleanor Berger title API: setting private fails (500 HTTP error) Make it possible to set bug privacy using the API
2008-12-16 18:36:30 Eleanor Berger malone: status New Triaged
2008-12-16 18:36:30 Eleanor Berger malone: importance Undecided High
2008-12-16 18:36:30 Eleanor Berger malone: milestone 2.2.1
2009-01-09 16:35:35 Eleanor Berger malone: status Triaged In Progress
2009-01-09 16:35:35 Eleanor Berger malone: assignee intellectronica
2009-01-12 14:01:22 Eleanor Berger malone: status In Progress Fix Committed
2009-01-29 10:23:38 Eleanor Berger malone: status Fix Committed Fix Released