Closed
Bug 438748
Opened 17 years ago
Closed 16 years ago
web page names not viewable in tp series graphs (new front end)
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
VERIFIED
FIXED
0.6
People
(Reporter: anodelman, Assigned: lorchard)
References
()
Details
Attachments
(2 files)
348 bytes,
patch
|
rdoherty
:
review+
|
Details | Diff | Splinter Review |
227.34 KB,
image/png
|
Details |
The name of each page loaded during tp is stored in the database (this goes for other tp-style tests like tdhtml, tsvg, tgfx, etc), but it isn't being displayed anywhere. We only get an interval/value when hovering over a section of the graph. In the old front end this was displayable and I think that it should find its way onto the page somewhere.
Updated•17 years ago
|
Assignee: nobody → lorchard
Target Milestone: --- → 0.4
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Comment 1•16 years ago
|
||
Alice, do you know where this data was stored in the database? If it's already there this could be a quick(ish) change.
Reporter | ||
Comment 2•16 years ago
|
||
The web page names are in dataset_extra_data. They are keyed on dataset_id. Each web page name is associated with an interval/time value much like the information in dataset_values.
Updated•16 years ago
|
Target Milestone: 0.4 → 0.5
Updated•16 years ago
|
Target Milestone: 0.5 → 0.6
Assignee | ||
Comment 3•16 years ago
|
||
Okay, after pawing through the code and tracing various things around, the attached patch seems embarrassingly simple. So, I'm assuming there's something wrong with it.
But, it does seem to cause the page names to appear on rollover in discrete graphs.
Attachment #340623 -
Flags: review?(rdoherty)
Comment 4•16 years ago
|
||
Comment on attachment 340623 [details] [diff] [review]
turning on the raw flag in data set, which causes extra data to appear
Awesome! We'll have to see how you can top this :)
Attachment #340623 -
Flags: review?(rdoherty) → review+
Assignee | ||
Comment 5•16 years ago
|
||
checked in as changeset 128:0c70f2022551
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•