GitLogParser.js
[gitlive] / GitLogParser.js
index 18fcf53..1141176 100644 (file)
@@ -182,25 +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/, 
+                        /media-outreach/ , /Press Release Image Portal/, /Media Outreach Feed/ , /PressRelease/,
+                        /Clipping Portal/,
                         /Auto Searching/ , // These are the excel files they send over..
-                        /sitemap\.xml/
+                        /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/, /hydrajobs/ ],
         // for who thoug...
         'Mailfort' : [ /web.FlexySpam/ ],
         
         'COBA'  : [/Veridate Financial/, /web\.coba/, /COBA/ ],
         
         'Unknown Project' : [ /PAC/ , /Guake/ , /WhatsApp/ ],
-        'Admin Work' : [ /roojs.com\/admin/ ]
+        'Admin Work' : [ /roojs.com\/admin/, /RooJSolutions Management Portal/ ]
             
-        ]
+         
     },
     
     '/usr/bin/perl' : function(ret) {