jenkins-bot has submitted this change and it was merged.

Change subject: Add 'gu' and 'vi' in dashboard
......................................................................


Add 'gu' and 'vi' in dashboard

Change-Id: I2d50bdb0ba52cd88cd543cdc24ef3545b9e3ec2e
---
M language/content_translation_beta.sql
M language/content_translation_beta_manual.sql
M reportgenerator/config/config.json
3 files changed, 15 insertions(+), 3 deletions(-)

Approvals:
  KartikMistry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/language/content_translation_beta.sql 
b/language/content_translation_beta.sql
index 14eb9c3..8113da0 100644
--- a/language/content_translation_beta.sql
+++ b/language/content_translation_beta.sql
@@ -19,7 +19,9 @@
        frwiki,
        mkwiki,
        shwiki,
-       slwiki
+       slwiki,
+       guwiki,
+       viwiki
        from
 ( select count(*) as cawiki from cawiki.user_properties where up_property = 
'cx' and up_value = 1 ) ca
 left join
@@ -62,4 +64,8 @@
 ( select count(*) as shwiki from shwiki.user_properties where up_property = 
'cx' and up_value = 1 ) sh on 1=1
 left join
 ( select count(*) as slwiki from slwiki.user_properties where up_property = 
'cx' and up_value = 1 ) sl on 1=1
+left join
+( select count(*) as guwiki from guwiki.user_properties where up_property = 
'cx' and up_value = 1 ) gu on 1=1
+left join
+( select count(*) as viwiki from viwiki.user_properties where up_property = 
'cx' and up_value = 1 ) vi on 1=1
 ;
diff --git a/language/content_translation_beta_manual.sql 
b/language/content_translation_beta_manual.sql
index daa5464..55e7b5c 100644
--- a/language/content_translation_beta_manual.sql
+++ b/language/content_translation_beta_manual.sql
@@ -19,7 +19,9 @@
        frwiki,
        mkwiki,
        shwiki,
-       slwiki
+       slwiki,
+       guwiki,
+       viwiki
        from
 ( select count(*) as cawiki from cawiki.user_properties where up_property = 
'cx' and up_value = 1 and up_user not in ( select up_user from 
cawiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) ca
 left join
@@ -62,4 +64,8 @@
 ( select count(*) as shwiki from shwiki.user_properties where up_property = 
'cx' and up_value = 1 and up_user not in ( select up_user from 
shwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) sh on 1=1
 left join
 ( select count(*) as slwiki from slwiki.user_properties where up_property = 
'cx' and up_value = 1 and up_user not in ( select up_user from 
slwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) sl on 1=1
+left join
+( select count(*) as guwiki from guwiki.user_properties where up_property = 
'cx' and up_value = 1 and up_user not in ( select up_user from 
guwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) gu on 1=1
+left join
+( select count(*) as viwiki from viwiki.user_properties where up_property = 
'cx' and up_value = 1 and up_user not in ( select up_user from 
viwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) vi on 1=1
 ;
diff --git a/reportgenerator/config/config.json 
b/reportgenerator/config/config.json
index f6427ae..939404f 100644
--- a/reportgenerator/config/config.json
+++ b/reportgenerator/config/config.json
@@ -1,3 +1,3 @@
 {
-       "languages": [ "ca", "da", "eo", "es", "id", "ky", "ms", "nn", "no", 
"pa", "pt", "sv", "min", "uz", "kn", "uk", "bg", "fr", "mk", "sh", "sl" ]
+       "languages": [ "ca", "da", "eo", "es", "id", "ky", "ms", "nn", "no", 
"pa", "pt", "sv", "min", "uz", "kn", "uk", "bg", "fr", "mk", "sh", "sl", "gu", 
"vi" ]
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/202002
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2d50bdb0ba52cd88cd543cdc24ef3545b9e3ec2e
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-language-data
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>
Gerrit-Reviewer: KartikMistry <kartik.mis...@gmail.com>
Gerrit-Reviewer: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to