Changed NewBranch.bjsNewBranch.valaRooTicket.valaTicket.bjsTicket.vala
[gitlive] / GitLogParser.js
index 75d3267..8c13ff4 100644 (file)
@@ -197,8 +197,9 @@ GitLogParser = {
         // for who thoug...
         'Mailfort' : [ /web.FlexySpam/ ],
         '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( '     ' + h   + Math.floor(res[h][p].items[k]/60000) +'m ' + k );
+                    print( '     ' +   Math.floor(res[h][p].items[k]/60000) +'m ' + k );
                          
                 }
             } else {