Closed
Bug 617802
Opened 14 years ago
Closed 13 years ago
see also should support appspot bug urls
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: timeless, Assigned: selsky)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 5 obsolete files)
2.40 KB,
patch
|
timello
:
review+
|
Details | Diff | Splinter Review |
bug 590961 comment 16 is a reference to an upstream issue tracker:
http://breakpad.appspot.com/241001/show
please enable see also to support it
Updated•14 years ago
|
Assignee: nobody → create-and-change
Component: Bugzilla: Other b.m.o Issues → Creating/Changing Bugs
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Version: other → 3.6.3
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: create-and-change → selsky
Status: NEW → ASSIGNED
Attachment #513281 -
Flags: review?(timello)
Comment 2•14 years ago
|
||
This looks like a code review tool, actually, not a bug-tracker. We should still be able to link to it, though.
Comment 3•14 years ago
|
||
Comment on attachment 513281 [details] [diff] [review]
Add support for appspot.com bugs
The web application is BreakPad and not Appspot. So it should be BreakPad instead of Appspot. Appspot is a platform for development and hosting provide by Google. If we want to allow all urls from appspot.com we need change it to something more generic.
Attachment #513281 -
Flags: review?(timello) → review-
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #513281 -
Attachment is obsolete: true
Attachment #513821 -
Flags: review?(timello)
Comment 5•14 years ago
|
||
Ah, I don't think that this is what we want. Breakpad is not a bug tracker, it's a library for sending crash reports. Are we looking at a bug tracker just for the Breakpad library? I wouldn't accept that.
http://codereview.appspot.com/1955042/show is another instance of the pattern. so this isn't limited to breakpad.
http://gwt-code-reviews.appspot.com/160801/show is another instance
http://page-speed-codereview.appspot.com/77001/show is another
this is clearly a set pattern, not just once instance.
Assignee | ||
Comment 7•14 years ago
|
||
These are all instances of Rietveld (http://code.google.com/p/rietveld/), correct?
Comment 8•14 years ago
|
||
Comment on attachment 513821 [details] [diff] [review]
Add support for breakpad.appspot.com bugs v2
So, we don't want Breakpad... we need to figure out what the best name for it... by the comment #6 the it would be Appspot then.
Attachment #513821 -
Flags: review?(timello) → review-
Assignee | ||
Comment 9•14 years ago
|
||
All of the above URLs are for Rietveld instances installed on appspot.com. The attached patch detects these. Rietveld can be installed on a non-appspot.com server if you can meet all of the Django pre-requisites yourself. Do we want to support that as well?
Do we want to support non-Rietveld URLs on appspot.com?
Attachment #513821 -
Attachment is obsolete: true
Attachment #518396 -
Flags: review?(timello)
Comment 10•14 years ago
|
||
I think it's a "review request" or a "code review" in Rietveld, not an "issue", no?
Assignee | ||
Comment 11•14 years ago
|
||
Comment 12•14 years ago
|
||
Works for me. :-) You're also going to want to be sure that you convert all input URLs to one canonical form (preferably the shortest form).
Assignee | ||
Comment 13•14 years ago
|
||
Convert URLs to shortest form.
Attachment #518396 -
Attachment is obsolete: true
Attachment #518660 -
Flags: review?(timello)
Attachment #518396 -
Flags: review?(timello)
Comment 14•13 years ago
|
||
Comment on attachment 518660 [details] [diff] [review]
Add support for Rietveld installations on appspot.com v3
Review of attachment 518660 [details] [diff] [review]:
-----------------------------------------------------------------
When trying to add a new see also entry:
Can't modify non-lvalue subroutine call at Bugzilla/BugUrl/Rietveld.pm line 50.
This is because you are trying to assign a new value in:
$uri->path = '/' . $1;
Attachment #518660 -
Flags: review?(timello) → review-
Assignee | ||
Comment 15•13 years ago
|
||
Patch updated as per comments.
Attachment #518660 -
Attachment is obsolete: true
Attachment #552847 -
Flags: review?(timello)
Updated•13 years ago
|
Depends on: bz-seealso
Comment 16•13 years ago
|
||
Comment on attachment 552847 [details] [diff] [review]
Add support for Rietveld installations on appspot.com v4
Patch applies cleanly! The given example in the comment just doesn't work because we are restricting it to appspot.com, but that can be fixed in the checkin.
Thanks Matt!
Attachment #552847 -
Flags: review?(timello) → review+
Updated•13 years ago
|
Flags: approval?
Updated•13 years ago
|
Target Milestone: --- → Bugzilla 5.0
Comment 17•13 years ago
|
||
Comment on attachment 552847 [details] [diff] [review]
Add support for Rietveld installations on appspot.com v4
>=== added file 'Bugzilla/BugUrl/Rietveld.pm'
>+# The contents of this file are subject to the Mozilla Public
>+# License Version 1.1 (the "License");
You must now use MPL 2.0 for each new file. See bug 680131 comment 22 for the exact license header to use with the Bugzilla project.
Also, this patch doesn't apply cleanly due to the commit of bug 661533.
Comment 18•13 years ago
|
||
Canceling request for approval as the patch must be updated.
Flags: approval?
Keywords: relnote
Assignee | ||
Comment 19•13 years ago
|
||
Updated as requested.
Attachment #552847 -
Attachment is obsolete: true
Attachment #586376 -
Flags: review?(timello)
Comment 20•13 years ago
|
||
Comment on attachment 586376 [details] [diff] [review]
Add support for Rietveld installations on appspot.com v5
Nit: we are not using the first line in the header anymore, but that can be fixed in the checkin.
Thanks Matt!
Attachment #586376 -
Flags: review?(timello) → review+
Updated•13 years ago
|
Flags: approval?
Updated•13 years ago
|
Flags: approval? → approval+
Comment 21•13 years ago
|
||
Committing to: bzr+ssh://timello%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/BugUrl.pm
added Bugzilla/BugUrl/Rietveld.pm
modified template/en/default/global/user-error.html.tmpl
Committed revision 8097.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•