X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitLogParser.js;h=8c13ff40051b4ab5ab82552d0d07a58b56aaf8ad;hp=6b42d92d01a12303868c57da4b8c61c16218502b;hb=9e641e366549656621a3e4fc4950b62c4b395650;hpb=cf9d30009beca49eb4a0e1501f1a1e2a0306fa44 diff --git a/GitLogParser.js b/GitLogParser.js index 6b42d92d..8c13ff40 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -196,9 +196,10 @@ GitLogParser = { 'RIS' : [ /Project web.Ris/ , /RIS HK/ , /Hydra/, /hydrajobs/ ], // for who thoug... 'Mailfort' : [ /web.FlexySpam/ ], - 'Emily' : [ /greengarden/ ,/Inventory \| Warehouse/], + 'Emily' : [ /greengarden/ ,/Inventory \| Warehouse/, /Emily/ ], + 'GPUK' : [/gp-wordpress/, /Greenpeace UK/], - 'COBA' : [/Veridate/, /web\.coba/, /COBA/ ,/Pipeline - DS view/ ], + '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/ ] @@ -297,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 {