X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitLogParser.js;h=8c13ff40051b4ab5ab82552d0d07a58b56aaf8ad;hp=d33d676a3e496c781572c09693f11814df960b73;hb=refs%2Fheads%2Fwip_alan_T5782_messing_around_with_libgit2glib;hpb=e23131ab94a61cbdeae4e289a31c12a09e2bfbf6 diff --git a/GitLogParser.js b/GitLogParser.js index d33d676a..8c13ff40 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -196,10 +196,12 @@ GitLogParser = { 'RIS' : [ /Project web.Ris/ , /RIS HK/ , /Hydra/, /hydrajobs/ ], // for who thoug... 'Mailfort' : [ /web.FlexySpam/ ], + 'Emily' : [ /greengarden/ ,/Inventory \| Warehouse/, /Emily/ ], + 'GPUK' : [/gp-wordpress/, /Greenpeace UK/], - 'COBA' : [/Veridate/, /web\.coba/, /COBA/ ], - 'Regulation Asia' : [/Regulation Asia/], - 'Unknown Project' : [ /PAC/ , /Guake/ , /WhatsApp/ ], + 'COBA' : [/Veridate/, /web\.coba/, /COBA/ ,/Pipeline - DS view/, /Coba/, /Pman.BAdmin/ , /SoapUI/ ], + 'Regulation Asia' : [/Regulation Asia/, /comocracy/], + 'Unknown Project' : [ /PAC/ , /Guake/ , /WhatsApp/ ,/Mozilla Thunderbird/], 'Admin Work' : [ /roojs.com\/admin/, /RooJSolutions Management Portal/ ] @@ -296,7 +298,7 @@ for (var h in res) { for (var k in res[h][p].items) { - print( ' ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); + print( ' ' + Math.floor(res[h][p].items[k]/60000) +'m ' + k ); } } else {