GitLogParser.js
[gitlive] / GitLogParser.js
index c50d959..3090d42 100644 (file)
@@ -182,14 +182,27 @@ GitLogParser = {
     },
     
     regexes : {
-        'HPA' : [ /web.hpasite/, /Roo Application Builder - Site/ ],
-        'MediaOut' : [ /app\.WorkerBee/, /web.MediaOut/,
-                        /media-outreach/ , /Press Release Image Portal/, /Media Outreach Feed/ , /PressRelease/],
+        '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/,
+                        /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/]
+        'Hebe' :[ /web.hhyc_membership_system/ ,/Builder - Hebe/, /Hebe Haven Membership Managment/],
         
+        '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) {