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

2017-10-09 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/383119 )

Change subject: New throttle rule
..


New throttle rule

'from'   => '2017-10-09T10:00 +0:00',
'to' => '2017-10-09T17:00 +0:00',
'IP' => '193.147.222.102',
'dbname' => [ 'cawiki', 'commonswiki' ],
'value'  => 180

Bug: T177737
Change-Id: If758ef0af83ac8e61622504b46252f9856be766e
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 62c29b0..06cfbe1 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,4 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[] = [
+'from'   => '2017-10-09T10:00 +0:00',
+'to' => '2017-10-09T17:00 +0:00',
+'IP' => '193.147.222.102',
+'dbname' => [ 'cawiki', 'commonswiki' ],
+'value'  => 180
+];
+
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If758ef0af83ac8e61622504b46252f9856be766e
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 
Gerrit-Reviewer: Urbanecm 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

___
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-10-09 Thread Zoranzoki21 (Code Review)
Zoranzoki21 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383119 )

Change subject: New throttle rule
..

New throttle rule

'from'   => '2017-10-09T10:00 +0:00',
'to' => '2017-10-09T17:00 +0:00',
'IP' => '193.147.222.102',
'dbname' => [ 'cawiki', 'commonswiki' ],
'value'  => 180

Bug: T177737
Change-Id: If758ef0af83ac8e61622504b46252f9856be766e
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 62c29b0..8322176 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,4 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[] = [
+'from'   => '2017-10-09T10:00 +0:00',
+'to' => '2017-10-09T17:00 +0:00',
+'IP' => '193.147.222.102',
+'dbname' => [ 'cawiki', 'commonswiki' ],
+'value'  => xx
+];
+
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If758ef0af83ac8e61622504b46252f9856be766e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 

___
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-10-04 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/382116 )

Change subject: New throttle rule
..


New throttle rule

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

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4d3e40f..7d37497 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -53,4 +53,11 @@
'dbname' => [ 'enwiki', 'commonswiki' ],
'value'  => 100, // 100 expected participants (not specified)
 ];
+$wmgThrottlingExceptions[] = [ // T177370
+   'from' => '2017-10-04T15:00 +2:00',
+   'to' => '2017-10-04T17:00 +2:00',
+   'range' => [ '195.113.180.192/26', '2001:718:9::/48' ],
+   'dbname' => [ 'cswiki' ],
+   'value' => 20, // 16 expected
+];
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I85be592e213c2f231f5bbc380cbd2ad9d62f6a74
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: Zoranzoki21 
Gerrit-Reviewer: jenkins-bot <>

___
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-10-03 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382116 )

Change subject: New throttle rule
..

New throttle rule

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4d3e40f..c56aebc 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -53,4 +53,11 @@
'dbname' => [ 'enwiki', 'commonswiki' ],
'value'  => 100, // 100 expected participants (not specified)
 ];
+$wmgThrottlingExceptions[] = [ // T177370
+   'from' => '2017-10-04T15:00 +2:00',
+   'to' => '2017-10-04T17:00 +2:00',
+   'range' => '195.113.180.192/26',
+   'dbname' => [ 'cswiki' ],
+   'value' => 20, // 16 expected
+];
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85be592e213c2f231f5bbc380cbd2ad9d62f6a74
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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-09-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/376181 )

Change subject: New throttle rule
..


New throttle rule

Bug: T175113
Change-Id: I0d8cca08304eb3b32c8f716c52f8d0e79d74dbb6
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Reedy: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0e6724c..6b531b1 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,6 +28,14 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[] = [ // T175113
+   'from' => '2017-09-05T0:00 +2:00',
+   'to' => '2017-09-30T0:00 +2:00',
+   'IP' => '93.91.145.154',
+   'dbname' => [ 'cswiki', 'cswikiversity' ],
+   'value' => 70, // 50 expected
+];
+
 $wmgThrottlingExceptions[] = [
'from' => '2017-09-29T12:00 UTC',
'to' => '2017-09-30T02:00 UTC',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0d8cca08304eb3b32c8f716c52f8d0e79d74dbb6
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Reedy 
Gerrit-Reviewer: jenkins-bot <>

___
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-09-06 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/376181 )

Change subject: New throttle rule
..

New throttle rule

Bug: T175113
Change-Id: I0d8cca08304eb3b32c8f716c52f8d0e79d74dbb6
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0e6724c..ec3f6d6 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,6 +28,14 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[] = [ // T175113
+   'from' => '2017-09-05T0:00 +2:00',
+   'to' => '2017-09-30T0:00 +2:00',
+   'IP' => '93.91.145.154',
+   'dbname' => [ 'cswiki', 'cswikiversity' ], 
+   'value' => 70, // 50 expected
+];
+
 $wmgThrottlingExceptions[] = [
'from' => '2017-09-29T12:00 UTC',
'to' => '2017-09-30T02:00 UTC',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d8cca08304eb3b32c8f716c52f8d0e79d74dbb6
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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-07-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/365663 )

Change subject: New throttle rule
..


New throttle rule

Bug: T170844
Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 43 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 97504ae..c9a67de 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,49 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T157504
-   'from' => '2017-01-09T00:00:00 UTC',
-   'to' =>   '2017-06-31T23:59:59 UTC',
-   'IP' => [
-   '79.58.14.240',
-   '46.226.205.23',
-   ],
-   'dbname' => [ 'itwikiversity' ],
-   'value' => 200,
-];
-
-$wmgThrottlingExceptions[] = [ // T167201
-   'from'=> '2017-06-16T15:00 UTC',
-   'to' => '2017-06-16T22:00 UTC',
-   'IP' => [
-   '200.72.166.226',
-   '200.91.12.98',
-   ],
-   'dbname' => [ 'eswiki', 'enwiki', 'wikidatawiki', 'commonswiki' ],
-   'value' => 120 // 100 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167517
-   'from'=> '2017-06-13T07:30 UTC',
-   'to' => '2017-06-13T10:30 UTC',
-   'IP' => [
-   '130.209.6.43',
-   '130.209.6.40',
-   '130.209.6.41',
-   ],
-   'dbname' => [ 'enwiki', 'gawiki', 'cywiki', 'gdwiki', 'wikidatawiki', 
'commonswiki' ],
-   'value' => 40 // 30 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167011
-   'from' => '2017-06-14T08:00 UTC',
-   'to' => '2017-06-14T13:00 UTC',
-   'IP' => [
-   '212.132.132.0/24',
-   '195.188.243.0/24',
-   ],
-   'dbname' => [ 'enwiki', 'wikidatawiki', 'commonswiki' ],
-   'value' => 30 // 20 expected
+$wmgThrottlingExceptions[] = [ // T170844
+   'from' => '2017-07-20T12:00 +5:30',
+   'to' => '2017-07-20T16:00 +5:30',
+   'IP' => [ '1.186.42.68', '111.93.151.106' ],
+   'dbname' => [ 'enwiki', 'commonswiki' ],
+   'value' => 60 // 50 expected
 ];
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

___
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-07-17 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365663 )

Change subject: New throttle rule
..

New throttle rule

Bug: T170844
Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 43 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 97504ae..c9a67de 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,49 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T157504
-   'from' => '2017-01-09T00:00:00 UTC',
-   'to' =>   '2017-06-31T23:59:59 UTC',
-   'IP' => [
-   '79.58.14.240',
-   '46.226.205.23',
-   ],
-   'dbname' => [ 'itwikiversity' ],
-   'value' => 200,
-];
-
-$wmgThrottlingExceptions[] = [ // T167201
-   'from'=> '2017-06-16T15:00 UTC',
-   'to' => '2017-06-16T22:00 UTC',
-   'IP' => [
-   '200.72.166.226',
-   '200.91.12.98',
-   ],
-   'dbname' => [ 'eswiki', 'enwiki', 'wikidatawiki', 'commonswiki' ],
-   'value' => 120 // 100 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167517
-   'from'=> '2017-06-13T07:30 UTC',
-   'to' => '2017-06-13T10:30 UTC',
-   'IP' => [
-   '130.209.6.43',
-   '130.209.6.40',
-   '130.209.6.41',
-   ],
-   'dbname' => [ 'enwiki', 'gawiki', 'cywiki', 'gdwiki', 'wikidatawiki', 
'commonswiki' ],
-   'value' => 40 // 30 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167011
-   'from' => '2017-06-14T08:00 UTC',
-   'to' => '2017-06-14T13:00 UTC',
-   'IP' => [
-   '212.132.132.0/24',
-   '195.188.243.0/24',
-   ],
-   'dbname' => [ 'enwiki', 'wikidatawiki', 'commonswiki' ],
-   'value' => 30 // 20 expected
+$wmgThrottlingExceptions[] = [ // T170844
+   'from' => '2017-07-20T12:00 +5:30',
+   'to' => '2017-07-20T16:00 +5:30',
+   'IP' => [ '1.186.42.68', '111.93.151.106' ],
+   'dbname' => [ 'enwiki', 'commonswiki' ],
+   'value' => 60 // 50 expected
 ];
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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 jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
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(-)

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



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: merged
Gerrit-Change-Id: Ib48723d88451ddb412ac19e260ed463be99b8228
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chico Venancio 
Gerrit-Reviewer: Dereckson 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: jenkins-bot <>

___
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


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

2017-04-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/350004 )

Change subject: New throttle rule
..


New throttle rule

Bug: T163726
Change-Id: I7275de9499e6216b55a6e6399d12dcf2f8eeda9b
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 96e6ec2..b8b374b 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,6 +47,14 @@
'value' => 30 // 25 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T163726
+   'from' => '2017-04-24T21:00 UTC',
+   'to' => '2017-04-24T23:00 UTC',
+   'IP' => '200.137.128.130',
+   'dbname' => [ 'ptwiki', 'wikidatawiki', 'commonswiki' ],
+   'value' => 50 // at least 20 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7275de9499e6216b55a6e6399d12dcf2f8eeda9b
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Thcipriani 
Gerrit-Reviewer: jenkins-bot <>

___
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-04-24 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350004 )

Change subject: New throttle rule
..

New throttle rule

Bug: T163726
Change-Id: I7275de9499e6216b55a6e6399d12dcf2f8eeda9b
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 96e6ec2..b8b374b 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,6 +47,14 @@
'value' => 30 // 25 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T163726
+   'from' => '2017-04-24T21:00 UTC',
+   'to' => '2017-04-24T23:00 UTC',
+   'IP' => '200.137.128.130',
+   'dbname' => [ 'ptwiki', 'wikidatawiki', 'commonswiki' ],
+   'value' => 50 // at least 20 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7275de9499e6216b55a6e6399d12dcf2f8eeda9b
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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 for WMUK

2017-03-02 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/340765 )

Change subject: New throttle rule for WMUK
..

New throttle rule for WMUK

Bug: T159454
Change-Id: I83883016365feb647ff2ebd5839b74c668ecdb76
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 6 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 5ae2b66..0fa0674 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,14 +55,15 @@
'value' => 40 // 30 expected
 ];
 
-$wmgThrottlingExceptions[] = [ // T158767
-   'from' => '2017-02-22T20:00:00 UTC',
-   'to' =>   '2017-02-25T23:59:59 UTC',
-   'IP' =>   '213.26.151.190',
-   'dbname' => [ 'itwikiversity' ],
-   'value' => 200
+$wmgThrottlingExceptions[] = [ // T159454
+   'from' => '2017-03-05T13:30 +0:00',
+   'to' => '2017-03-05T17:30 +0:00',
+   'IP' => '86.53.246.93',
+   'dbname' => [ 'enwiki', 'commonswiki' ],
+   'value' => 50 // 40 expected
 ];
 
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I83883016365feb647ff2ebd5839b74c668ecdb76
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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-02-22 Thread EddieGP (Code Review)
EddieGP has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339224 )

Change subject: New throttle rule
..

New throttle rule

Wiki: itwikiversity
IP address: 213.26.151.190
Time: "now" (defined as 22 Feb 20:00 UTC) to 25 February 23:59:59 UTC
Attendees: unspecified, asked for limit of 200

Bug: T158767
Change-Id: I85846d05cbd4f86041791667219ad87853f258fd
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 32 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0754701..190511b 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,14 +28,6 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T156258
-   'from' => '2017-02-09T17:00 -5:00',
-   'to' => '2017-02-09T20:00 -5:00',
-   'range' => ["152.12.0.0/16", "152.13.0.0/16", "152.14.0.0/16", 
"152.15.0.0/16", "152.16.0.0/16", "152.17.0.0/16"],
-   'dbname' => [ 'enwiki', 'commonswiki' ],
-   'value' => 30, // max 20 expected
-];
-
 $wmgThrottlingExceptions[] = [ // T157504
'from' => '2017-01-09T00:00:00 UTC',
'to' =>   '2017-06-31T23:59:59 UTC',
@@ -45,30 +37,6 @@
],
'dbname' => [ 'itwikiversity' ],
'value' => 200,
-];
-
-$wmgThrottlingExceptions[] =[ // T158040
-   'from' => '2017-02-15T14:00 +1:00',
-   'to' => '2017-02-15T18:00 +1:00',
-   'range' => [ '195.113.180.192/26', '2001:718:9::/48' ],
-   'dbname' => [ 'cswiki' ],
-   'value' => 50 // 20-30 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T158171 - Royal College of Nursing
-   'from' => '2017-02-15T00:00 +0:00',
-   'to' => '2017-02-15T23:59 +0:00',
-   'IP' => '85.115.54.202',
-   'dbname' => [ 'enwiki', 'commonswiki' ],
-   'value' => 100, // expected unknown
-];
-
-$wmgThrottlingExceptions[] = [ //
-   'from' => '2017-02-20T0:00 +0:00',
-   'to' => '2017-02-20T23:59 +0:00',
-   'range' => '158.94.0.0/16',
-   'dbname' => [ 'enwiki', 'commonswiki' ],
-   'value' => 100 // unknown
 ];
 
 $wmgThrottlingExceptions[] = [ // T158312
@@ -87,6 +55,14 @@
'value' => 40 // 30 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T158767
+   'from' => '2017-02-22T20:00:00 UTC',
+   'to' =>   '2017-02-25T23:59:59 UTC',
+   'IP' =>   '213.26.151.190';
+   'dbname' => [ 'itwikiversity' ],
+   'value' => 200
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85846d05cbd4f86041791667219ad87853f258fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EddieGP 

___
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-02-22 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339172 )

Change subject: New throttle rule
..


New throttle rule

Wikis: es.wikipedia.org; en.wikipedia.org
IP address: 200.72.159.4
Timeframe: March 11 2017 13:00 UTC to March 11 2017 21:00
Wikipage of the event: 
https://es.wikipedia.org/wiki/Wikipedia:Encuentros/Editat%C3%B3n_del_D%C3%ADa_de_la_Mujer_2017_(Chile)
Attendees: 30 (limit raised to 40)

Bug: T158762
Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 3113d81..0754701 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -79,6 +79,14 @@
'value' => 50 // 40 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T158762
+   'from' => '2017-03-11T13:00 +0:00',
+   'to' => '2017-03-11T21:00 +0:00',
+   'IP' => '200.72.159.4',
+   'dbname' => [ 'eswiki', 'enwiki' ],
+   'value' => 40 // 30 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

___
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-02-22 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339172 )

Change subject: New throttle rule
..

New throttle rule

Bug: T158762
Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 3113d81..0754701 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -79,6 +79,14 @@
'value' => 50 // 40 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T158762
+   'from' => '2017-03-11T13:00 +0:00',
+   'to' => '2017-03-11T21:00 +0:00',
+   'IP' => '200.72.159.4',
+   'dbname' => [ 'eswiki', 'enwiki' ],
+   'value' => 40 // 30 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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-02-15 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337839 )

Change subject: New throttle rule
..

New throttle rule

Bug: T158171
Change-Id: I05f1c5b4d43e6513e3e4e2947807e7667ab694a1
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4c37cbc..8b7b989 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,14 @@
'value' => 50 // 20-30 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T158171
+   'from' => '2017-02-15T00:00 +0:00',
+   'to' => '2017-02-15T23:59 +0:00',   
+   'IP' => '85.115.54.202'
+   'dbname' => [ 'enwiki' ],
+   'value' => 100 // expected unknown
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05f1c5b4d43e6513e3e4e2947807e7667ab694a1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

___
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-02-14 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337554 )

Change subject: New throttle rule
..


New throttle rule

Bug: T158040
Change-Id: Iae5705fd4e3df2726e482269150839d2dfa1fc24
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 74d778c..4c37cbc 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,6 +47,14 @@
'value' => 200,
 ];
 
+$wmgThrottlingExceptions[] =[ // T158040
+   'from' => '2017-02-15T14:00 +1:00',
+   'to' => '2017-02-15T18:00 +1:00',
+   'range' => [ '195.113.180.192/26', '2001:718:9::/48' ],
+   'dbname' => [ 'cswiki' ],
+   'value' => 50 // 20-30 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae5705fd4e3df2726e482269150839d2dfa1fc24
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: jenkins-bot <>

___
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-02-14 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337554 )

Change subject: New throttle rule
..

New throttle rule

Bug: T158040
Change-Id: Iae5705fd4e3df2726e482269150839d2dfa1fc24
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 74d778c..60d9ac3 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,6 +47,14 @@
'value' => 200,
 ];
 
+$wmgThrottlingExceptions[] =[ // T158040
+   'from' => '2017-02-15T14:00 +1:00',
+   'to' => '2017-02-15T18:00 +1:00',
+   'range' => [ '195.113.180.192/26', '2001:718:9::/48' ],
+   'dbname' => [ 'cswiki' ],
+   'value' => 200 // unknown
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae5705fd4e3df2726e482269150839d2dfa1fc24
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

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