[MediaWiki-commits] [Gerrit] labs/private[master]: Add Chicocvenancio's key for Cloud Services

2018-01-19 Thread Chico Venancio (Code Review)
Chico Venancio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405376 )

Change subject: Add Chicocvenancio's key for Cloud Services
..

Add Chicocvenancio's key for Cloud Services

Adds my key to the root-authorized-keys.erb file

Bug: T185273
Change-Id: I01e0bcd7fa7333891f310704d34b2d58ff641afd
---
M modules/passwords/templates/root-authorized-keys.erb
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/private 
refs/changes/76/405376/1

diff --git a/modules/passwords/templates/root-authorized-keys.erb 
b/modules/passwords/templates/root-authorized-keys.erb
index 0a71469..571bf5e 100644
--- a/modules/passwords/templates/root-authorized-keys.erb
+++ b/modules/passwords/templates/root-authorized-keys.erb
@@ -36,4 +36,5 @@
 ssh-ed25519 
C3NzaC1lZDI1NTE5IJGEc35gnlkmFVNRpZPFpUD6BE0ztk81TiqKcJaaTWwG 
rcocci...@wikimedia.org
 # arturo
 ssh-rsa 
B3NzaC1yc2EDAQABAAABAQChjy08nJ0UH6KNRHLcYMUhTTSrpc+prSBG06vIsL5B/hW7IOjkX7lsRVrI0qsQQAARpR0VgY9UfOOW3ntfMEtLRJeAAlH3yLP6Y5F6yS+nQlSK3ng7qa6bPHKTbw19T08zpD+KCugbk13lWFifQRa+Auu4TA9PJ/wzy+490jSoj1xGUWkJTePsmYQzDLpN/ZafokEGO49fVpyZ+ZjvC9OF1QO0xndjAawku2siGTGIYYfXnfCFQdyPhAmC9a0PUlgDUG8a8MuDJw0lJCIvY/GqG6doAwijR+1wh4plWJ//x+bMY5DYhN145WTnuJpxA8GoowTrqpGocIjIJ3V7j6j/
 aborr...@wikimedia.org
+ssh-rsa 
B3NzaC1yc2EDAQABAAABAQC7a3YDGerP3yyxrKyXOrx7h5kbMnfkhdmfONKzEVEdLCC9Ru008nMQ+R683nluwIjWgsRcvIjWiFU6EdIs3vi/B6aZxmcZhbpE/7pLomseTweEO/3Hh0brlro7KpBCnAiLOwCEKQbUr3N4CXbaR3ACU1AWUV52566Ehc2EvXdivXsaSjrJkPVeptvd1+LikUIzY0Eb7adv0D6OtHztc5xD4rZiW20/4F8OstzNSnuWEb69jDCfAPUKsa6KuXYMIyM2NLZbWP3qsjAn16u1qW9kQ4801An07azv8gqS5CQAvjhZohRjVxNie4rrgslbrs3s2qkJf58S764WdZHm2Ko1
 fvenan...@wikimedia.org
 <%= @flat_extra_keys %>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01e0bcd7fa7333891f310704d34b2d58ff641afd
Gerrit-PatchSet: 1
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Chico Venancio 

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


[MediaWiki-commits] [Gerrit] mediawiki...Newsletter[master]: [bugfix] Newsletter: notifications as Notices, not ALerts

2017-11-13 Thread Chico Venancio (Code Review)
Chico Venancio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391088 )

Change subject: [bugfix] Newsletter: notifications as Notices, not ALerts
..

[bugfix] Newsletter: notifications as Notices, not ALerts

Change notification types from alerts to notices

Bug: T180392
Change-Id: I976557f90902fa34ff651663b013b71fc9704355
---
M Newsletter.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Newsletter 
refs/changes/88/391088/1

diff --git a/Newsletter.hooks.php b/Newsletter.hooks.php
index e875b1f..de9205c 100644
--- a/Newsletter.hooks.php
+++ b/Newsletter.hooks.php
@@ -20,7 +20,7 @@
 
$notifications['newsletter-announce'] = [
'category' => 'newsletter',
-   'section' => 'alert',
+   'section' => 'message',
'primary-link' => [
'message' => 
'newsletter-notification-link-text-new-issue',
'destination' => 'new-issue'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I976557f90902fa34ff651663b013b71fc9704355
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Newsletter
Gerrit-Branch: master
Gerrit-Owner: Chico Venancio 

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


[MediaWiki-commits] [Gerrit] pywikibot/core[master]: [bugfix] keeping categories from non-english sites

2017-11-11 Thread Chico Venancio (Code Review)
Chico Venancio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390777 )

Change subject: [bugfix] keeping categories from non-english sites
..

[bugfix] keeping categories from non-english sites

Adds the site for the text on the call to textlib.getCategoryLinks
to keep categories already in the page when using CategoryAddBot

Bug: T180289
Change-Id: I361a17a82931b09a7a8659d02b9a5eea21802c46
---
M scripts/category.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/77/390777/1

diff --git a/scripts/category.py b/scripts/category.py
index c244114..c104667 100755
--- a/scripts/category.py
+++ b/scripts/category.py
@@ -362,7 +362,7 @@
 return
 # store old text, so we don't have reload it every time
 old_text = text
-cats = textlib.getCategoryLinks(text)
+cats = textlib.getCategoryLinks(text, current_page.site)
 pywikibot.output(u"Current categories:")
 for cat in cats:
 pywikibot.output(u"* %s" % cat.title())

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I361a17a82931b09a7a8659d02b9a5eea21802c46
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Chico Venancio 

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: New throttle rule

2017-05-31 Thread Chico Venancio (Code Review)
Chico Venancio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/356503 )

Change subject: New throttle rule
..

New throttle rule

Rule for event in a school in Fortaleza for 2017-06-01

Bug: T166619
Change-Id: Ib48723d88451ddb412ac19e260ed463be99b8228
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/03/356503/1

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 59d9d12..d56e306 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -62,6 +62,13 @@
'value' => 40 // 30 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T166619
+   'from' => '2017-06-01T17:00 UTC',
+   'to' => '2017-06-01T21:00 UTC',
+   'IP' => '189.90.160.22',
+   'dbname' => [ 'ptwiki', 'wikidatawiki', 'commonswiki' ],
+   'value' => 20 // 10 expected
+];
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib48723d88451ddb412ac19e260ed463be99b8228
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chico Venancio 

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