GitLogParser.js
[gitlive] / GitLogParser.js
index 1ad6125..3090d42 100644 (file)
@@ -182,20 +182,27 @@ GitLogParser = {
     },
     
     regexes : {
-        'HPA' : [ /web.hpasite/, /Roo Application Builder - Site/ ],
+        'HPA' : [ /web.hpasite/, /Roo Application Builder - Site/, /HP Intranet/ ],
         'MediaOut' : [ /app\.WorkerBee/, /web\.MediaOut/, /workerbee/,
-                        /media-outreach/ , /Press Release Image Portal/, /Media Outreach Feed/ , /PressRelease/, 
-                        /Auto Searching/  // These are the excel files they send over..
+                        /media-outreach/ , /Press Release Image Portal/, /Media Outreach Feed/ , /PressRelease/,
+                        /Media Clipping Portal/,
+                        /Auto Searching/ , // These are the excel files they send over..
+                        /sitemap\.xml/,
+                        /Builder - Clipping/
                         ],
         'Habito' : [ /Interspire/ ],
         'Hebe' :[ /web.hhyc_membership_system/ ,/Builder - Hebe/, /Hebe Haven Membership Managment/],
         
-        'RIS' : [ /Project web.Ris/ , /RIS HK/ ],
+        'RIS' : [ /Project web.Ris/ , /RIS HK/ , /Hydra/],
         // for who thoug...
         'Mailfort' : [ /web.FlexySpam/ ],
         
         'COBA'  : [/Veridate Financial/, /web\.coba/, /COBA/ ],
         
+        'Unknown Project' : [ /PAC/ , /Guake/ , /WhatsApp/ ],
+        'Admin Work' : [ /roojs.com\/admin/, /RooJSolutions Management Portal/ ]
+            
+         
     },
     
     '/usr/bin/perl' : function(ret) {