Opened 19 years ago
Closed 15 years ago
#93 closed defect (fixed)
Chart data does not restrict itself to the specified revisions in config
Reported by: | Walter Bell <wwb2@…> | Owned by: | hodgestar |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Trac plugin | Version: | 0.5 |
Keywords: | Cc: | ||
Operating System: |
Description
It's not totally clear it's a bug, but it seemed odd-- if you set a range for a configuration, the charts ignore it; they chart all available data. With hundreds of successful builds, there's way too much data to deal with.
Attachments (2)
Change History (7)
Changed 19 years ago by Walter Bell <wwb2@…>
comment:1 Changed 19 years ago by cmlenz
- Milestone set to 0.6
The problem here is that we can't really expect the revisions to be serial integers… they are for Subversion, but not necessarily for other version control systems.
Still need to fix this, of course.
comment:2 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
Right, and see also #250 that also suggests dropping non-successful reports from the range charted.
comment:3 Changed 15 years ago by hodgestar
- Owner changed from cmlenz to hodgestar
- Status changed from new to assigned
comment:4 Changed 15 years ago by hodgestar
- Milestone changed from 0.6.1 to 0.6
comment:5 Changed 15 years ago by wbell
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [834]
Patch against 0.5 which fixes #93