extras/crash_test.conf
changeset 116 39449f7dab99
parent 111 f827f3c50dcf
child 120 1a0fa98037fa
equal deleted inserted replaced
115:a092dd98e34d 116:39449f7dab99
    50   ],
    50   ],
    51   WebInterface => {
    51   WebInterface => {
    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 => {
       
    56       MyRedmine => {
       
    57         type => 'Redmine',
       
    58         match => qr/\d{1,8}/,
       
    59         url_pattern => 'http://redmine.example.org/issues/<%= $bug_key =%>',
       
    60       },
       
    61     },
    55     ExtraColumns => {
    62     ExtraColumns => {
    56       Index => [
    63       Index => [
    57         { id => 'os'        , db_column => "crash_user.os", name => 'Operating System' },
    64         { id => 'os'        , db_column => "crash_user.os", name => 'Operating System' },
    58         { id => 'cpu_count' , db_column => "crash_user.cpu_count", name => "CPU count" },
    65         { id => 'cpu_count' , db_column => "crash_user.cpu_count", name => "CPU count" },
    59         { id => 'program'   , db_column => "main_module", name => 'Program' },
    66         { id => 'program'   , db_column => "main_module", name => 'Program' },