Issue132

Title Enable blocker/dependency detector
Priority bug Status chatting
Superseder Nosy List ajaksu2, forsberg, loewis
Assigned To Topics

Created on 2007-08-23.17:14:11 by forsberg, last changed 2009-04-18.00:49:34 by ajaksu2.

Messages
msg1339 (view) Author: ajaksu2 Date: 2009-04-18.00:49:33
There's a patch to avoid closing a ticket if it has open dependencies in issue
256. Issues aren't removed from dependency lists on close.
msg987 (view) Author: loewis Date: 2008-02-23.20:06:57
Checking auto-addition to nosy list.
msg696 (view) Author: forsberg Date: 2007-08-23.17:14:10
Just after going into production, Georg Brandl tried to set an issue to
'Pending' - 'Wont fix'. This was not permitted by detectors/statusauditor.py.

I "solved" this by disabling all code except the code that sets the status of
new issues to 'open'. 

The detector also seems to do things like "remove issues from the list of
dependencies", which might not be something that we want. Blocking resolve of
issues that depend on issues that are not closed might be of interest, but
personally, I don't think the dependencies should be removed from the list.
Reading the code quickly, this seems to be what's supposed to happen.

We need to discuss what kind of rules should be enforced when it comes to
dependencies and status combinations.
History
Date User Action Args
2009-04-18 00:49:34ajaksu2setstatus: unread -> chatting
nosy: + ajaksu2
messages: + msg1339
2008-02-23 20:07:10loewissetstatus: chatting -> unread
2008-02-23 20:06:57loewissetstatus: unread -> chatting
nosy: + loewis
messages: + msg987
2007-08-23 17:14:11forsbergcreate