Merge lp:~jml/launchpad/date-incomplete-591975 into lp:launchpad

Proposed by Jonathan Lange
Status: Merged
Approved by: Deryck Hodge
Approved revision: no longer in the source branch.
Merged at revision: 11052
Proposed branch: lp:~jml/launchpad/date-incomplete-591975
Merge into: lp:launchpad
Diff against target: 28 lines (+7/-0)
2 files modified
lib/lp/bugs/interfaces/bugtask.py (+6/-0)
lib/lp/bugs/stories/webservice/xx-bug.txt (+1/-0)
To merge this branch: bzr merge lp:~jml/launchpad/date-incomplete-591975
Reviewer Review Type Date Requested Status
Deryck Hodge (community) code Approve
Review via email: mp+28347@code.launchpad.net

Description of the change

This branch exposes IBugTask.date_incomplete over the API. There's not much else to say.

All told, eight minutes work, given an already primed Launchpad.

To post a comment you must log in.
Revision history for this message
Deryck Hodge (deryck) wrote :

Looks good. Thanks!

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/bugs/interfaces/bugtask.py'
2--- lib/lp/bugs/interfaces/bugtask.py 2010-06-07 19:48:29 +0000
3+++ lib/lp/bugs/interfaces/bugtask.py 2010-06-23 20:06:49 +0000
4@@ -469,6 +469,12 @@
5 "Confirmed."),
6 readonly=True,
7 required=False))
8+ date_incomplete = exported(
9+ Datetime(title=_("Date Incomplete"),
10+ description=_("The date on which this task was marked "
11+ "Incomplete."),
12+ readonly=True,
13+ required=False))
14 date_inprogress = exported(
15 Datetime(title=_("Date In Progress"),
16 description=_("The date on which this task was marked "
17
18=== modified file 'lib/lp/bugs/stories/webservice/xx-bug.txt'
19--- lib/lp/bugs/stories/webservice/xx-bug.txt 2010-06-10 18:55:22 +0000
20+++ lib/lp/bugs/stories/webservice/xx-bug.txt 2010-06-23 20:06:49 +0000
21@@ -327,6 +327,7 @@
22 date_fix_committed: None
23 date_fix_released: None
24 date_in_progress: None
25+ date_incomplete: None
26 date_left_closed: None
27 date_left_new: None
28 date_triaged: None