Closed
Bug 1088399
Opened 10 years ago
Closed 10 years ago
Add pull request support for GitHub for the 'See Also' field
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: yury, Assigned: selsky)
References
Details
Attachments
(1 file)
(deleted),
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #704999 +++
Please add support for adding github pull requests in the 'See Also' field. Those take URL in the form:
https://github.com/<user>/<project>/pull/<n>
where <user> & <project> would be \S+?, and <n> would be \d+.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: create-and-change → selsky
Status: NEW → ASSIGNED
Attachment #8510847 -
Flags: review?(gerv)
Comment 2•10 years ago
|
||
Comment on attachment 8510847 [details] [diff] [review]
Add support for github pull URLs
Review of attachment 8510847 [details] [diff] [review]:
-----------------------------------------------------------------
r=gerv.
Gerv
Attachment #8510847 -
Flags: review?(gerv) → review+
Updated•10 years ago
|
Flags: approval?
even though it's technically a new feature, it's a minor change so let's include this in bugzilla 5.0.
Flags: approval?
Flags: approval5.0+
Flags: approval+
Target Milestone: --- → Bugzilla 5.0
Comment 4•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
bd9062b..855faaa 5.0 -> 5.0
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
d2685d0..1d68680 master -> master
Thanks for the patch, Matt :-)
Gerv
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•