Roundup Tracker - Issues

Issue 506815

classification
meta/parent bug
Type: rfe Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : anthonybaxter, richard, rouilj, stefan
Priority: normal :

Created on 2002-01-22 06:06 by richard, last changed 2003-03-26 11:02 by richard.

Messages
msg2985 Author: [hidden] (richard) Date: 2002-01-22 06:06
We need some sort of meta-bug 'This bug depends on'
capability. The main use of this is for tracking
purposes; e.g we can make a "make zope go faster"
tracking bug, and list related bugs as dependencies on it.

This is a facility that bugzilla has and uses to good
effect. Stories about its usefulness or annoyances
would be appreciated.
msg2986 Author: [hidden] (stefan) Date: 2002-08-27 00:50
Logged In: YES 
user_id=764

What are the supposed semantics of such a feature that can't
be covered by a simple multilink attribute 'dependencies',
and some detectors ?


msg2987 Author: [hidden] (richard) Date: 2002-08-27 01:02
Logged In: YES 
user_id=6405

You are correct, and I've got this down as an example in the TODO. 
There's display issues (for example, displaying the dependency tree) 
which can't be handled with the current Roundup code, but should be 
possible with the new templating. 
 
msg2988 Author: [hidden] (anthonybaxter) Date: 2003-03-06 11:55
Logged In: YES 
user_id=29957

One of the major things that I can't see an easy way to do
right now is to give a simple view of the dependencies that
are still open/shut. Bugzilla shows these by marking ones that
are not open with strike - /strike pairs. 
msg2989 Author: [hidden] (rouilj) Date: 2003-03-08 20:06
Logged In: YES 
user_id=707416

In my sysadmin tracker, I have groups, depends on and see also 
fields.

When these are viewed in index view, they present as 


    [issue#][tag] [title]

The tag shows the current status of 
the issue N for new, O for open etc. The drawback is that it only immediate 

dependencies, but it is serviceable.
msg2990 Author: [hidden] (rouilj) Date: 2003-03-09 10:50
Logged In: YES 
user_id=707416

Well, I just finished getting the last few bugs removed
from grouping 
and wrote the detector for the depends on
functionality.

I have 
had 12 node tree built to do the testing.

The only major problem 
was trying to keep the tree layouts
straight in my head. Then again it is 
5:37 AM here and
I have been working on this since yesterday 
AM.

The display is really the crux of this ticket. At this point 
I
think we have a proof of concept of detectors that
work.
msg2991 Author: [hidden] (rouilj) Date: 2003-03-12 04:29
Logged In: YES 
user_id=707416

You can use the following detector with any issue multilink.
Just change the dependson field references.

Hmm, I may not be able to upload. I'll submit
this and see if I can add a file on refresh.
msg2992 Author: [hidden] (anonymous) Date: 2003-03-12 16:30
Logged In: NO 

You can use the following detector with any issue multilink.
Just change the dependson field references.

Hmm, I may not be able to upload. I'll submit
this and see if I can add a file on refresh.
msg2993 Author: [hidden] (richard) Date: 2003-03-26 11:02
Logged In: YES 
user_id=6405

This is easy enough to implement, and will be present in a 
number of third-party trackers that are starting to emerge. 
 
History
Date User Action Args
2002-01-22 06:06:10richardcreate