equal
deleted
inserted
replaced
52 ScmLinks => { |
52 ScmLinks => { |
53 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
53 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
54 }, |
54 }, |
55 BugTrackerLinks => { |
55 BugTrackerLinks => { |
56 MyRedmine => { |
56 MyRedmine => { |
57 type => 'Redmine', |
57 Type => 'Redmine', |
58 match => qr/\d{1,8}/, |
58 API => { URL => 'https://redmine.example.org/' }, |
59 url_pattern => 'http://redmine.example.org/issues/<%= $bug_key =%>', |
59 url_pattern => 'http://redmine.example.org/issues/<%= $bug_key =%>', |
|
60 }, |
|
61 MyBugzilla => { |
|
62 Type => 'Bugzilla', |
|
63 API => { URL => 'https://bugzilla.example.org/' }, |
|
64 url_pattern => 'https://bugzilla.example.org/show_bug.cgi?id=<%= $bug_key =%>', |
60 }, |
65 }, |
61 }, |
66 }, |
62 ExtraColumns => { |
67 ExtraColumns => { |
63 Index => [ |
68 Index => [ |
64 { id => 'os' , db_column => "crash_user.os", name => 'Operating System' }, |
69 { id => 'os' , db_column => "crash_user.os", name => 'Operating System' }, |