Linkify storyboard stories in gerrit
Change-Id: Ie60400ce13e7b517c629e5da4c5cbaa8835325a7
This commit is contained in:
parent
d531f3d453
commit
0981203e47
@ -4,5 +4,6 @@ sed -re '
|
||||
s`(I[0-9a-f]{8,40})`<a href="https://review.openstack.org/\#q,\1,n,z">\0</a>`g
|
||||
s`\b([0-9a-fA-F]{8,40})\b`<a href="./?id=\1">\0</a>`g
|
||||
s`(\b[Bb]ug\b|\b[Ll][Pp]\b)[ \t#:]*([0-9]+)`<a href="https://code.launchpad.net/bugs/\2">\0</a>`g
|
||||
s`(\b[Ss]tory\b)[ \t#:]*([0-9]+)`<a href="https://storyboard.openstack.org/#!/story/\2">\0</a>`g
|
||||
s`(\b[Bb]lue[Pp]rint\b|\b[Bb][Pp]\b)[ \t#:]*([A-Za-z0-9\.-]+)`<a href="https://blueprints.launchpad.net/openstack/?searchtext=\2">\0</a>`g
|
||||
'
|
||||
|
@ -144,6 +144,11 @@ class openstack_project::gerrit (
|
||||
match => '\\bbug:? #?(\\d+)',
|
||||
link => 'https://launchpad.net/bugs/$1',
|
||||
},
|
||||
{
|
||||
name => 'story',
|
||||
match => '\\bstory:? #?(\\d+)',
|
||||
link => 'https://storyboard.openstack.org/#!/story/$1',
|
||||
},
|
||||
{
|
||||
name => 'blueprint',
|
||||
match => '(\\b[Bb]lue[Pp]rint\\b|\\b[Bb][Pp]\\b)[ \\t#:]*([A-Za-z0-9\\-]+)',
|
||||
|
Loading…
Reference in New Issue
Block a user