Closed
Bug 509863
Opened 15 years ago
Closed 15 years ago
[MODULE] should linkify crash IDs to crash stats
Categories
(Webtools Graveyard :: Mozbot, defect)
Webtools Graveyard
Mozbot
Tracking
(Not tracked)
RESOLVED
FIXED
2.8
People
(Reporter: cww, Assigned: cww)
References
Details
Attachments
(1 file)
We've been using this module a LOT on sumobot to help our contributors quickly linkify crash Ids to crash-stats. Time to share!
The algorithm is completely dumb and just linkifies anything that looks like it'd match.
Attachment #393940 -
Flags: review?(bugtrap)
Comment 1•15 years ago
|
||
I really like how this looks. I can't wait see it in the QA channel with firebot. Well done Cww, as usual.
Updated•15 years ago
|
Summary: Firebot should linkify to crash stats → [MODULE] should linkify crash IDs to crash stats
Comment 3•15 years ago
|
||
Added target milestone and other things from Bug 515780.
OS: Linux → All
Hardware: x86 → All
Target Milestone: --- → 2.8
Comment 4•15 years ago
|
||
Enabled in firebot for testing. :-) I'm slow.. heh
Comment 5•15 years ago
|
||
Comment on attachment 393940 [details]
Crashstats.bm
Hrm.. It would be nice if this module included some kind of help text. Otherwise, it seems good. :-)
Comment 6•15 years ago
|
||
Please change the negative lookbehind assertion so it matches both http and https URLs.
<timeless> https://crash-stats.mozilla.com/report/index/d38d7c4d-353f-425a-b8a9-c5fb22100226
<firebot> timeless: http://crash-stats.mozilla.com/report/index/d38d7c4d-353f-425a-b8a9-c5fb22100226
<timeless> thanks dumb bot
Updated•15 years ago
|
Attachment #393940 -
Flags: review?(bugtrap) → review+
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Please change the negative lookbehind assertion so it matches both http and
> https URLs.
>
> <timeless>
> https://crash-stats.mozilla.com/report/index/d38d7c4d-353f-425a-b8a9-c5fb22100226
> <firebot> timeless:
> http://crash-stats.mozilla.com/report/index/d38d7c4d-353f-425a-b8a9-c5fb22100226
> <timeless> thanks dumb bot
If this hasn't been fixed in this patch, I will quickly write a patch, once this is committed in the repository.
Comment 8•15 years ago
|
||
Checking in Crashstats.bm;
/cvsroot/mozilla/webtools/mozbot/BotModules/Crashstats.bm,v <-- Crashstats.bm
initial revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Keywords: checkin-needed
Comment 9•15 years ago
|
||
(In reply to comment #7)
> If this hasn't been fixed in this patch, I will quickly write a patch, once
> this is committed in the repository.
I have filed and submitted a patch for this in Bug 557012.
Depends on: 557012
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•