Closed
Bug 289258
Opened 20 years ago
Closed 8 years ago
Support querying by revision tags in place of dates
Categories
(Webtools Graveyard :: Bonsai, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: eagle.lu, Assigned: tara)
References
Details
Comment 1•20 years ago
|
||
What are you actually looking for? The query page already has a place to enter a branch to search on, so you must be looking for something else, but it's not clear from your summary.
What I want is query all checkin patches between two tags. I.e. all checkin patches between MOZILLA_1_6a_RELEASE and MOZILLA_1_6b_RELEASE
Comment 3•20 years ago
|
||
oooh, now that would be intriguing. There's nothing restricting that a tag will be at the same date on any two files, and we'd more or less need to look a the rest of the checkins by date to get them easily... Does bonsai even store tag information in the database? The only way I can think of to efficiently query this is if we had a table that kept the tag information (with file, tag, and date) for each file. We could then join the "from" and "to" tag fields on that table to get a date to compare against. This would also limit results to files that actually contained both of those tags, too.
Updated•20 years ago
|
Summary: RFE: Needs to support query by tags → Support querying by revision tags in place of dates
iirc tag changes aren't sent to bonsai, so even if bonsai did try to keep track of this information, it'd fail periodically :(. that said, this is something i'd probably use.
Updated•18 years ago
|
QA Contact: timeless → bonsai
Comment 5•8 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•