[Wikidata-bugs] [Maniphest] T262856: Investigate indexes of wb_changes

2020-09-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-09-23T05:58:51Z] 
 dbctl commit (dc=all): 'Slowly repool db2084 after index 
removal T262856 ', diff saved to 
https://phabricator.wikimedia.org/P12742 and previous config saved to 
/var/cache/conftool/dbconfig/20200923-055850-marostegui.json

TASK DETAIL
  https://phabricator.wikimedia.org/T262856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Marostegui, Stashbot
Cc: Kormat, Marostegui, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Ladsgroup, 
LSobanski, Akuckartz, Iflorez, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Minhnv-2809, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262856: Investigate indexes of wb_changes

2020-09-22 Thread Marostegui
Marostegui added a comment.


  db2084 got those keys dropped:
  
root@db2084.codfw.wmnet[wikidatawiki]> show create table wb_changes;

++-+
| Table  | Create Table 








   |

++-+
| wb_changes | CREATE TABLE `wb_changes` (
  `change_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `change_type` varbinary(25) NOT NULL,
  `change_time` varbinary(14) NOT NULL,
  `change_object_id` varbinary(14) NOT NULL,
  `change_revision_id` int(10) unsigned NOT NULL,
  `change_user_id` int(10) unsigned NOT NULL,
  `change_info` mediumblob NOT NULL,
  PRIMARY KEY (`change_id`),
  KEY `wb_changes_change_type` (`change_type`),
  KEY `wb_changes_change_time` (`change_time`),
  KEY `wb_changes_change_object_id` (`change_object_id`),
  KEY `wb_changes_change_user_id` (`change_user_id`),
  KEY `wb_changes_change_revision_id` (`change_revision_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1274872346 DEFAULT CHARSET=binary 
ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=8 |

++-+
1 row in set (0.032 sec)

root@db2084.codfw.wmnet[wikidatawiki]> alter table wb_changes drop key 
wb_changes_change_type, drop key wb_changes_change_object_id, drop key 
wb_changes_change_user_id, drop key wb_changes_change_revision_id;
Query OK, 0 rows affected (0.101 sec)
Records: 0  Duplicates: 0  Warnings: 0

root@db2084.codfw.wmnet[wikidatawiki]> show create table wb_changes;

++---+
| 

[Wikidata-bugs] [Maniphest] T262856: Investigate indexes of wb_changes

2020-09-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-09-23T05:55:31Z] 
 dbctl commit (dc=all): 'Depool db2084 T262856 
', diff saved to 
https://phabricator.wikimedia.org/P12741 and previous config saved to 
/var/cache/conftool/dbconfig/20200923-055531-marostegui.json

TASK DETAIL
  https://phabricator.wikimedia.org/T262856

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Marostegui, Stashbot
Cc: Kormat, Marostegui, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Ladsgroup, 
LSobanski, Akuckartz, Iflorez, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Minhnv-2809, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-09-22 Thread ArielGlenn
ArielGlenn closed this task as "Resolved".
ArielGlenn claimed this task.
ArielGlenn added a comment.


  Re-enabled, checked daily runs, they look good, so I'm resolving this. 
Thanks, everybody!

TASK DETAIL
  https://phabricator.wikimedia.org/T260232

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
Alter-paule, jannee_e, Beast1978, Un1tY, Akuckartz, eprodromou, Hook696, 
Adidsone1, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Phukettaxigroup, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Ramsey-WMF, Darkminds3113, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, EBjune, merbst, 
LawExplorer, Vali.matei, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258060: localEntitySourceName is a misleading setting in some cases

2020-09-22 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.11; 
2020-09-29); removed MW-1.36-notes (1.36.0-wmf.8; 2020-09-08).

TASK DETAIL
  https://phabricator.wikimedia.org/T258060

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ReleaseTaggerBot
Cc: WMDE-leszek, Rosalie_WMDE, ItamarWMDE, Lucas_Werkmeister_WMDE, Michael, 
Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258060: localEntitySourceName is a misleading setting in some cases

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 627879 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove localEntitySourceName client 
setting
  
  https://gerrit.wikimedia.org/r/627879

TASK DETAIL
  https://phabricator.wikimedia.org/T258060

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: WMDE-leszek, Rosalie_WMDE, ItamarWMDE, Lucas_Werkmeister_WMDE, Michael, 
Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assign a fresh entity ID

2020-09-22 Thread hoo
hoo renamed this task from "Trying to create entities via wbeditentity when 
blocked should not assigned a fresh entity ID" to "Trying to create entities 
via wbeditentity when blocked should not assign a fresh entity ID".
hoo claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hoo
Cc: Lucas_Werkmeister_WMDE, M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, 
Stryn, jeremyb, Merl, Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, 
StudiesWorld, Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260789: Error: Call to a member function addModules() on null (from ScoreFormatter.php)

2020-09-22 Thread Krinkle
Krinkle reassigned this task from Krinkle to Lucas_Werkmeister_WMDE.

TASK DETAIL
  https://phabricator.wikimedia.org/T260789

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Krinkle
Cc: Krinkle, Aklapper, Lucas_Werkmeister_WMDE, Michael, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Mahir256, 
QZanden, LawExplorer, Samuele2002, _jensen, rosalieper, Scott_WUaS, mb, Jonas, 
Wikidata-bugs, aude, Ebe123, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260789: Error: Call to a member function addModules() on null (from ScoreFormatter.php)

2020-09-22 Thread Krinkle
Krinkle closed this task as "Resolved".
Krinkle claimed this task.
Krinkle added a comment.


  Logstash query `exception.trace:"Score" AND exception.message:"Call to a 
member"` confirms no reports after August 22.

TASK DETAIL
  https://phabricator.wikimedia.org/T260789

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: Krinkle, Aklapper, Lucas_Werkmeister_WMDE, Michael, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Mahir256, 
QZanden, LawExplorer, Samuele2002, _jensen, rosalieper, Scott_WUaS, mb, Jonas, 
Wikidata-bugs, aude, Ebe123, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260789: Error: Call to a member function addModules() on null (from ScoreFormatter.php)

2020-09-22 Thread Krinkle
Krinkle renamed this task from "Call to a member function addModules() on null" 
to "Error: Call to a member function addModules() on null (from 
ScoreFormatter.php)".
Krinkle updated the task description.
Krinkle edited Stack Trace.

TASK DETAIL
  https://phabricator.wikimedia.org/T260789

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: Aklapper, Lucas_Werkmeister_WMDE, Michael, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Samuele2002, _jensen, rosalieper, Scott_WUaS, mb, Jonas, 
Wikidata-bugs, aude, Ebe123, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256875: The streaming updater should support page deletions

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 629234 had a related patch set uploaded (by Mstyles; owner: Mstyles):
  [wikidata/query/rdf@master] remove entities from blazegraph
  
  https://gerrit.wikimedia.org/r/629234

TASK DETAIL
  https://phabricator.wikimedia.org/T256875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mstyles, gerritbot
Cc: Aklapper, dcausse, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263298: Not getting an edit conflict on two conflicting structured data edits on Commons (since MediaWiki 1.36/wmf.9?)

2020-09-22 Thread holger.knust
holger.knust removed a project: Platform Engineering.
holger.knust added a comment.


  Untagging Platform team for now unless there is something for us to work on.

TASK DETAIL
  https://phabricator.wikimedia.org/T263298

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: holger.knust
Cc: holger.knust, Ramsey-WMF, Addshore, DannyS712, Aklapper, Multichill, 
Akuckartz, darthmon_wmde, WDoranWMF, Nandana, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Sethakill, dg711, 
_jensen, rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, jayvdb, 
Anomie, Mbch331, Rxy, Legoktm, EvanProdromou, Agabi10, Pchelolo
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T176875: Allow access to wdqs.svc.eqiad.wmnet on port 8888

2020-09-22 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  Looks like everything is done, please re-open if I've missed something.

TASK DETAIL
  https://phabricator.wikimedia.org/T176875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Gehel
Cc: Mathew.onipe, Ladsgroup, WMDE-leszek, ayounsi, akosiaris, Ottomata, elukey, 
Smalyshev, Gehel, Addshore, Aklapper, lmata, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, ET4Eva, 
Legado_Shulgin, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Davinaclare77, Qtn1293, Cpaulf30, Techguru.pc, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Th3d3v1ls, 
Hfbn0, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, FloNight, Xmlizer, 
Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
faidon, Mbch331, Rxy, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261840: Jetty startup logs in /var/log/wdqs

2020-09-22 Thread Gehel
Gehel lowered the priority of this task from "Medium" to "Low".

TASK DETAIL
  https://phabricator.wikimedia.org/T261840

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Gehel
Cc: Aklapper, Zbyszko, CBogen, Akuckartz, darthmon_wmde, Nandana, Namenlos314, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T176875: Allow access to wdqs.svc.eqiad.wmnet on port 8888

2020-09-22 Thread Gehel
Gehel lowered the priority of this task from "Medium" to "Low".

TASK DETAIL
  https://phabricator.wikimedia.org/T176875

WORKBOARD
  https://phabricator.wikimedia.org/project/board/891/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Gehel
Cc: Mathew.onipe, Ladsgroup, WMDE-leszek, ayounsi, akosiaris, Ottomata, elukey, 
Smalyshev, Gehel, Addshore, Aklapper, lmata, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, ET4Eva, 
Legado_Shulgin, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Davinaclare77, Qtn1293, Cpaulf30, Techguru.pc, Lahi, Gq86, Af420, 
Darkminds3113, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Th3d3v1ls, 
Hfbn0, QZanden, EBjune, merbst, LawExplorer, Avner, Lewizho99, Zppix, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, FloNight, Xmlizer, 
Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
faidon, Mbch331, Rxy, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T259617: Article description editing API

2020-09-22 Thread Aklapper
Aklapper merged a task: T262308: Local Description API.
Aklapper added a subscriber: Naike.

TASK DETAIL
  https://phabricator.wikimedia.org/T259617

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: eprodromou, Aklapper
Cc: Naike, kaldari, Pchelolo, daniel, Aklapper, eprodromou, NavinRizwi, 
Akuckartz, apaskulin, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, Xinbenlv, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Rxy
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263509: The module 'wikibase.api.RepoApi' required by 'ext.cx.wikibase.link' must exist

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628993 **merged** by jenkins-bot:
  [mediawiki/extensions/ContentTranslation@REL1_31] Make the wikibase 
dependency conditional and soft
  
  https://gerrit.wikimedia.org/r/628993

TASK DETAIL
  https://phabricator.wikimedia.org/T263509

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Aklapper, Reedy, Alter-paule, Beast1978, Rileych, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, CCicalese_WMF, Bsandipan, 
GoranSMilovanovic, RazeSoldier, chapulina, QZanden, Alfa80, LawExplorer, 
Lewizho99, Maathavan, Dan.mulholland, _jensen, rosalieper, Nizil, Scott_WUaS, 
Ixocactus, MGChecker, Wikidata-bugs, aude, Amire80, Jsahleen, Nikerabbit, 
Arrbee, santhosh, KartikMistry, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261071: Malformed input error on text which is not malformed

2020-09-22 Thread toan
toan claimed this task.
toan added a subscriber: guergana.tzatchkova.

TASK DETAIL
  https://phabricator.wikimedia.org/T261071

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: guergana.tzatchkova, toan, WMDE-leszek, Pablo-WMDE, Addshore, Aklapper, 
Nikki, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261071: Malformed input error on text which is not malformed

2020-09-22 Thread toan
toan added a comment.


  After discussion with @guergana.tzatchkova we decided I will inherit this 
task as she is moving on to a hike starting tomorrow.

TASK DETAIL
  https://phabricator.wikimedia.org/T261071

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova, toan
Cc: toan, WMDE-leszek, Pablo-WMDE, Addshore, Aklapper, Nikki, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, 
Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T253169: Clean up PSR12.Properties.ConstantVisibility.NotFound phpcs exclusion in WMF Prod

2020-09-22 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.11; 
2020-09-29); removed MW-1.36-notes (1.36.0-wmf.10; 2020-09-22).

TASK DETAIL
  https://phabricator.wikimedia.org/T253169

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ReleaseTaggerBot
Cc: DannyS712, Aklapper, Reedy, XeroS_SkalibuR, Wilmanbeno, Alter-paule, 
NavinRizwi, Beast1978, CBogen, Un1tY, Akuckartz, apaskulin, Hook696, Adidsone1, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, jijiki, 
ElanHR, Tumz24, kostajh, Gaboe420, Phukettaxigroup, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Xinbenlv, Vacio, Ramsey-WMF, Tommy_Kronkvist, 
Bsandipan, Andrawaag, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Jayprakash12345, Chicocvenancio, Mahir256, QZanden, EBjune, 
YULdigitalpreservation, LawExplorer, spatton, Salgo60, Lewizho99, Maathavan, 
_jensen, Jseddon, Urbanecm, rosalieper, Agabi10, Mkdw, Taiwania_Justo, 
gabriel-wmde, Scott_WUaS, DStrine, Izno, notconfusing, MisterSynergy, abian, 
Wikidata-bugs, Base, aude, AndyRussG, Pcoombe, Dinoguy1000, jayvdb, 
Ricordisamoa, Lydia_Pintscher, Nikerabbit, Alchimista, He7d3r, Jdforrester-WMF, 
MaxSem, Mbch331, Rxy, Jay8g, Ltrlg, Krenair, jeremyb, Tgr
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.11; 2020-09-29).

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread Pablo-WMDE
Pablo-WMDE closed this task as "Resolved".
Pablo-WMDE added a comment.


  
https://travis-ci.org/github/wikimedia/mediawiki-extensions-Wikibase/builds/729361628
 is all green.
  
  Thank you!

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Pablo-WMDE
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T253169: Clean up PSR12.Properties.ConstantVisibility.NotFound phpcs exclusion in WMF Prod

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 629014 **merged** by jenkins-bot:
  [mediawiki/extensions/MobileFrontend@master] Add visibility modifier to more 
constants (3)
  
  https://gerrit.wikimedia.org/r/629014

TASK DETAIL
  https://phabricator.wikimedia.org/T253169

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: DannyS712, Aklapper, Reedy, XeroS_SkalibuR, Wilmanbeno, Alter-paule, 
NavinRizwi, Beast1978, CBogen, Un1tY, Akuckartz, apaskulin, Hook696, Adidsone1, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, jijiki, 
ElanHR, Tumz24, kostajh, Gaboe420, Phukettaxigroup, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Xinbenlv, Vacio, Ramsey-WMF, Tommy_Kronkvist, 
Bsandipan, Andrawaag, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Jayprakash12345, Chicocvenancio, Mahir256, QZanden, EBjune, 
YULdigitalpreservation, LawExplorer, spatton, Salgo60, Lewizho99, Maathavan, 
_jensen, Jseddon, Urbanecm, rosalieper, Agabi10, Mkdw, Taiwania_Justo, 
gabriel-wmde, Scott_WUaS, DStrine, Izno, notconfusing, MisterSynergy, abian, 
Wikidata-bugs, Base, aude, AndyRussG, Pcoombe, Dinoguy1000, jayvdb, 
Ricordisamoa, Lydia_Pintscher, Nikerabbit, Alchimista, He7d3r, Jdforrester-WMF, 
MaxSem, Mbch331, Rxy, Jay8g, Ltrlg, Krenair, jeremyb, Tgr
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263568: First simple query - showing the result list

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As an editor I want a list of all Items with a specific Property/value pair 
to find duplicates. I want to see the result of the query I built.
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN a visual representation of a SPARQL query
  AND its SPARQL representation
  WHEN clicking the play button
  THEN my query is executed
  AND I see the result
  
  **Acceptance criteria:**
  
  [ ] Result list is shown inside the query builder

TASK DETAIL
  https://phabricator.wikimedia.org/T263568

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263567: First simple query - executing the query

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As an editor I want a list of all Items with a specific Property/value pair 
to find duplicates. I want to execute the query I built.
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN a visual representation of a SPARQL query
  AND its SPARQL representation
  WHEN clicking the play button
  THEN my query is executed
  
  **Acceptance criteria:**
  
  [ ] On-click the SPARQL query is sent to Blazegraph
  
  **Notes:**
  
  - Should the user be sent to query.wikidata.org for actually looking at the 
result for now?

TASK DETAIL
  https://phabricator.wikimedia.org/T263567

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263565: First simple query - input of string values only with dynamic Property

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As an editor I want a list of all Items with a specific Property/value pair 
to find duplicates.
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN the query builder in empty state
  THEN I can specify the Property and value of the Property/value pair I am 
interested in
  
  **Acceptance criteria:**
  
  [ ] It is possible to visually enter the Property and value
  [ ] The selector for the Property offers suggestions based on my input text.
  
  **Notes:**
  
  - Does not include generating the SPARQL code or executing the query yet.
  - Needed component: entity lookup

TASK DETAIL
  https://phabricator.wikimedia.org/T263565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263566: First simple query - generating the SPARQL

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Based on the visual query the user provided we want to generate the SPARQL 
representation.
  
  **Acceptance criteria:**
  
  [ ] We generate a correct SPARQL representation for a simple query.
  
  **Notes:**
  
  - Does not include executing the query yet.

TASK DETAIL
  https://phabricator.wikimedia.org/T263566

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263564: First simple query - input of string values only with hard-coded Property

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As an editor I want a list of all Items with a specific Property/value pair 
to find duplicates. In particular I want to find Items with duplicate postal 
codes.
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN the query builder in empty state
  THEN I can specify the value for the pre-determined Property (postal code)
  
  **Acceptance criteria:**
  
  [ ] It is possible to visually enter the value
  [ ] The Property is hard-coded to postal code
  [ ] The query builder has a very basic page skeleton with its name in the 
heading.
  
  **Notes:**
  
  - Does not include generating the SPARQL code or executing the query yet.
  - Needed component: string value input

TASK DETAIL
  https://phabricator.wikimedia.org/T263564

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 629075 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Fix EntityDataRequestHandlerTest for 
non-English wikis
  
  https://gerrit.wikimedia.org/r/629075

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T205094: Investigate and restructure SQL directory, and use new MediaWiki abstract schema change features

2020-09-22 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.11; 
2020-09-29); removed MW-1.36-notes (1.36.0-wmf.10; 2020-09-22).

TASK DETAIL
  https://phabricator.wikimedia.org/T205094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, ReleaseTaggerBot
Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, Izno, Michael, Ladsgroup, daniel, 
Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T205094: Investigate and restructure SQL directory, and use new MediaWiki abstract schema change features

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628469 **merged** by jenkins-bot:
  [mediawiki/core@master] Improve TinyIntType
  
  https://gerrit.wikimedia.org/r/628469

TASK DETAIL
  https://phabricator.wikimedia.org/T205094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, Izno, Michael, Ladsgroup, daniel, 
Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263553: Investigate i18n solutions for Vue + non-mediawiki applications using TranslateWiki

2020-09-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Links:
  
  - https://github.com/santhoshtr/vue-banana-i18n
  - https://github.com/wikimedia/mediawiki/blob/master/resources/src/vue/i18n.js

TASK DETAIL
  https://phabricator.wikimedia.org/T263553

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4990/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263552: Set up CI

2020-09-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  This can be done using github actions. Check the wikit repo for inspiration.

TASK DETAIL
  https://phabricator.wikimedia.org/T263552

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4990/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263550: Set up vue boilerplate

2020-09-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Run vue-cli and click through the options, decide (with the whole team) on 
the language (TS vs JS), use of class components vs vue object notation, test 
runner, and eslint config.

TASK DETAIL
  https://phabricator.wikimedia.org/T263550

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4990/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261841: Tag WDQS query log with the source of the query (UI vs direct access)

2020-09-22 Thread CBogen
CBogen added subscribers: JAllemandou, CBogen.
CBogen added a comment.


  Hi @JAllemandou - any thoughts on Zbyszko's question above?

TASK DETAIL
  https://phabricator.wikimedia.org/T261841

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Zbyszko, CBogen
Cc: CBogen, JAllemandou, Aklapper, Gehel, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assigned a fresh entity ID

2020-09-22 Thread Bugreporter
Bugreporter added a comment.


  Not only for blocked, but also for label/description conflict, AbuseFilter 
and rate limit.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Lucas_Werkmeister_WMDE, M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, 
Stryn, jeremyb, Merl, Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, 
StudiesWorld, Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263542: Dockerize the development environment

2020-09-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  We want reproducible builds, i.e. identical results for commands such as `npm 
i` and `npm run build` across development machines. Running node/npm inside a 
docker container has proven to be a solid solution to this. The code and docs 
for this can likely be copied from existing code bases like termbox, tainted 
references, wikit, or the "old" component library.

TASK DETAIL
  https://phabricator.wikimedia.org/T263542

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4990/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261331: Metrics: Get the quality score changes per month for at least 2019 and 2020 in a sankey diagram based on the new model

2020-09-22 Thread Ladsgroup
Ladsgroup added a comment.


  So the script is finished and I could build these:
  
  The file names have the the time span of when to when. It's start of Q to Q 
and in one case, it's Jan 2019 to Jan 2020.
  F32359042: jan2019 to jan 2020.png 

  
  F32359041: jan2020 to apr 2020.png 

  
  F32359040: apr2020 to aug 2020.png 

  
  F32359039: apr2019 to july 2019.png 

  
  F32359038: oct2019 to jan 2020.png 


TASK DETAIL
  https://phabricator.wikimedia.org/T261331

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Ladsgroup, Aklapper, Lydia_Pintscher, guergana.tzatchkova, Akuckartz, 
darthmon_wmde, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263539: Set up a test system

2020-09-22 Thread Jakob_WMDE
Jakob_WMDE created this task.
Jakob_WMDE added a project: Wikidata Query Builder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In order to make product verification possible, we want to have a test system 
showing the latest state of our Query Builder.
  
  Acceptance criteria:
  
  [X] The query builder gets a tool on toolforge 
https://toolsadmin.wikimedia.org/tools/id/query-builder-test
  [ ] The query builder is accessible via 
https://query-builder-test.toolforge.org/
  [ ] The repository is pulled automatically, either periodically or on merge, 
and then rebuilt for the web server

TASK DETAIL
  https://phabricator.wikimedia.org/T263539

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4990/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262923: Investigate sensible DB load group splits for Wikidata / Wikibase

2020-09-22 Thread Ladsgroup
Ladsgroup removed Ladsgroup as the assignee of this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T262923

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Ladsgroup, Rosalie_WMDE, toan, Lucas_Werkmeister_WMDE, Aklapper, 
Hazizibinmahdi, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, jijiki, 
Klaas_Z4us_V, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T252595: Consider ways to invalidate FormatterCache when things go wrong

2020-09-22 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T252595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, 
jijiki, Klaas_Z4us_V, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263537: Switch the default value of the mobile "Expand all sections" option to true on mobile wikidata.org

2020-09-22 Thread WMDE-leszek
WMDE-leszek created this task.
WMDE-leszek added projects: Wikidata, Wikidata Mobile, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DESCRIPTION
  As a Wikidata Product Manager, as a first step towards improving the 
situation detailed in T239195 , I 
want to see if changing the value of `wgMFCollapseSectionsByDefault` 
configuration option influences the section collapsing behaviour on wikitext 
pages  on mobile Wikidata.org
  
  Related mediawiki config variable `wgMFCollapseSectionsByDefault`
  
  Acceptance criteria
  
  [ ] "Expand all sections" button in Special:MobileOptions should be turned ON 
by default as wgMFCollapseSectionsByDefault is false

TASK DETAIL
  https://phabricator.wikimedia.org/T263537

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, Addshore, Lydia_Pintscher, Lea_Lacroix_WMDE, WMDE-leszek, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263537: Switch the default value of the mobile "Expand all sections" option to true on mobile wikidata.org

2020-09-22 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T263537

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, Addshore, Lydia_Pintscher, Lea_Lacroix_WMDE, WMDE-leszek, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T198455: Unify WikibaseLexeme vue templates

2020-09-22 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T198455

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Tarrow, Jakob_WMDE, Pablo-WMDE, Akuckartz, Iflorez, darthmon_wmde, 
alaa_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assigned a fresh entity ID

2020-09-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Possibly related: T138227: Move ID assignment out of EntityStore 


TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, 
Stryn, jeremyb, Merl, Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, 
StudiesWorld, Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assigned a fresh entity ID

2020-09-22 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, Stryn, jeremyb, Merl, 
Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, StudiesWorld, 
Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assigned a fresh entity ID

2020-09-22 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, Stryn, jeremyb, Merl, 
Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, StudiesWorld, 
Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T195816: Add monolingual language code ja-Hira, ja-Kana, ja-Hrkt, ja-Hani, ojp, ojp-Hira, ojp-Hani

2020-09-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T195816

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, Maintenance_bot
Cc: Lydia_Pintscher, Thibaut120094, jhsoby, Takot, Rxy, Liuxinyu970226, 
GerardM, Esc3300, Amire80, Okkn, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255410: Termbox SSR connection terminated very often

2020-09-22 Thread WMDE-leszek
WMDE-leszek moved this task from Prioritized Tech to 
Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board.
WMDE-leszek edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T255410

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3402/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Sakretsu, akosiaris, JMeybohm, WMDE-leszek, Pablo-WMDE, Tarrow, Jakob_WMDE, 
Addshore, Aklapper, Michael, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255410: Termbox SSR connection terminated very often

2020-09-22 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T255410

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Sakretsu, akosiaris, JMeybohm, WMDE-leszek, Pablo-WMDE, Tarrow, Jakob_WMDE, 
Addshore, Aklapper, Michael, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255410: Termbox SSR connection terminated very often

2020-09-22 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T255410

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Sakretsu, akosiaris, JMeybohm, WMDE-leszek, Pablo-WMDE, Tarrow, Jakob_WMDE, 
Addshore, Aklapper, Michael, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T195816: Add monolingual language code ja-Hira, ja-Kana, ja-Hrkt, ja-Hani, ojp, ojp-Hira, ojp-Hani

2020-09-22 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.11; 
2020-09-29); removed MW-1.36-notes (1.36.0-wmf.10; 2020-09-22).

TASK DETAIL
  https://phabricator.wikimedia.org/T195816

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, ReleaseTaggerBot
Cc: Lydia_Pintscher, Thibaut120094, jhsoby, Takot, Rxy, Liuxinyu970226, 
GerardM, Esc3300, Amire80, Okkn, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T195816: Add monolingual language code ja-Hira, ja-Kana, ja-Hrkt, ja-Hani, ojp, ojp-Hira, ojp-Hani

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628473 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Add monolingual language code ja-Hira, 
ja-Kana, ja-Hrkt, ja-Hani, ojp, ojp-Hira, ojp-Hani
  
  https://gerrit.wikimedia.org/r/628473

TASK DETAIL
  https://phabricator.wikimedia.org/T195816

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mbch331, gerritbot
Cc: Lydia_Pintscher, Thibaut120094, jhsoby, Takot, Rxy, Liuxinyu970226, 
GerardM, Esc3300, Amire80, Okkn, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258060: localEntitySourceName is a misleading setting in some cases

2020-09-22 Thread WMDE-leszek
WMDE-leszek added a comment.


  In T258060#6466855 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > The new name is now used in production; moving back to To Do for the 
complete removal of the old name. Do we want to announce this to third parties, 
by the way?
  
  Per discussion with Product Managers: we see no need to make an announcement 
about this change.

TASK DETAIL
  https://phabricator.wikimedia.org/T258060

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: WMDE-leszek, Rosalie_WMDE, ItamarWMDE, Lucas_Werkmeister_WMDE, Michael, 
Aklapper, Addshore, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T192006: wdqs-frontend docker image should (BLUBBER) rebuild automatically when a new patch is pushed to master

2020-09-22 Thread Addshore
Addshore added a subscriber: WMDE-leszek.
Addshore added a comment.


  Although this is currently in the backlog in a prioritized position it may be 
best tackled as a trailblaze rather than on campsite as pointed out by 
@WMDE-leszek 
  Thus if the story time gets to this ticket perhaps this should be evaluated 
and potentially skipped for the next one in the backlog?

TASK DETAIL
  https://phabricator.wikimedia.org/T192006

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: WMDE-leszek, Jdforrester-WMF, Ladsgroup, LarsWirzenius, Lydia_Pintscher, 
Joe, gerritbot, akosiaris, thcipriani, Addshore, Aklapper, Alter-paule, 
Beast1978, DC_Slagel, Un1tY, Samantha_Alipio_WMDE, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, Jelabra, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Asahiko, despens, Wikidata-bugs, aude, dduvall, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Trying to create entities via wbeditentity when blocked should not assigned a fresh entity ID

2020-09-22 Thread Addshore
Addshore renamed this task from "Checking whether save is possible before 
assigning Qids" to "Trying to create entities via wbeditentity when blocked 
should not assigned a fresh entity ID".
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, Stryn, jeremyb, Merl, 
Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, StudiesWorld, 
Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262896: triples should be marked as "linked/unlinked shared statements"

2020-09-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T262896

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse, Maintenance_bot
Cc: dcausse, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, Namenlos314, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262929: Drop cron job to generate Wikidata location data for analytics purposes

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  I don't think we need an announcement. There is no new maps being generated 
for quite a while so anyone relying on it would have screamed by now already. 
So let's remove the empty folders. Let's keep the historical maps until the new 
tool can generate them.

TASK DETAIL
  https://phabricator.wikimedia.org/T262929

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Addshore, Aklapper, Michael, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T232620: Checking whether save is possible before assigning Qids

2020-09-22 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T232620

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: M2k_dewiki, Epidosis, Lea_Lacroix_WMDE, daniel, Stryn, jeremyb, Merl, 
Nemo_bis, Legoktm, jeblad, Wikidata-bugs, ChongDae, StudiesWorld, 
Lydia_Pintscher, Aklapper, Bugreporter, Akuckartz, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entities

2020-09-22 Thread Pintoch
Pintoch added a comment.


  @Samantha_Alipio_WMDE that sounds perfect!

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow, Pintoch
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To Do to Peer Review on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

WORKBOARD
  https://phabricator.wikimedia.org/project/board/3539/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 629075 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Fix EntityDataRequestHandlerTest for 
non-English wikis
  
  https://gerrit.wikimedia.org/r/629075

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entities

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE renamed this task from "Create separate key for local entity 
sources" to "Create separate key for local entities".

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow, Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow, Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > Possibly relevant, possibly not, the failed tests happen in environments 
where wiki language is not English.
  
  Oh yeah, there might be some confusion about whether the Special:EntityData 
name is localized or not. I //think// in non-test code we want it //not// to be 
localized, because both the query service updater and the JS UI will always use 
the English name – but it’s possible that the tests are localizing it.

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628878 had a related patch set uploaded (by Tonina Zhelyazkova; owner: 
Tarrow):
  [mediawiki/extensions/WikibaseManifest@master] Use local_entities not 
entity_sources
  
  https://gerrit.wikimedia.org/r/628878

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow, gerritbot
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE assigned this task to Tarrow.
Silvan_WMDE removed a project: Epic.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow, Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, NavinRizwi, 
DannyS712, Dinoguy1000
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE moved this task from Backlog to Sprint 2 on the Wikibase - 
Automated Configuration Detection (WikibaseManifest) board.
Silvan_WMDE edited projects, added Wikibase - Automated Configuration Detection 
(WikibaseManifest) (Sprint 2); removed Wikibase - Automated Configuration 
Detection (WikibaseManifest).

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

WORKBOARD
  https://phabricator.wikimedia.org/project/board/4930/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
NavinRizwi, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628878 had a related patch set uploaded (by Silvan Heintze; owner: 
Tarrow):
  [mediawiki/extensions/WikibaseManifest@master] Use local_entities not 
entity_sources
  
  https://gerrit.wikimedia.org/r/628878

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, NavinRizwi, 
Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, Alter-paule, 
NavinRizwi, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE added a parent task: T262919: Create OpenAPI specification for 
WikibaseManifest.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, NavinRizwi, 
Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262919: Create OpenAPI specification for WikibaseManifest

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE added a subtask: T263527: Create separate key for local entity 
sources.

TASK DETAIL
  https://phabricator.wikimedia.org/T262919

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tonina_Zhelyazkova_WMDE, Silvan_WMDE
Cc: Aklapper, Tarrow, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Samantha_Alipio_WMDE
Samantha_Alipio_WMDE added a comment.


  @Pintoch An update on this topic -- for the first version of 
WikibaseManifest, this ticket explains how we'll approach the topic of entity 
sources. Our goal will be to revisit how the Manifest communicates federation 
scenarios in version 2 after gathering more feedback from the tool builder 
community.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Samantha_Alipio_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, NavinRizwi, 
Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263527: Create separate key for local entity sources

2020-09-22 Thread Silvan_WMDE
Silvan_WMDE created this task.
Silvan_WMDE added projects: Wikibase - Automated Configuration Detection 
(WikibaseManifest), Wikidata, Epic.

TASK DESCRIPTION
  The structure of the entity sources objects should be changed for now: remove 
the nested `local` part and rename the whole thing to `local_entity_source`.
  
  This will allow us to not worry too much how to structure the "not local" 
part of the entity sources object, as described in T262807 
. We will leave that for the future, 
after we have gathered some feedback, and after we have federated properties in 
production.

TASK DETAIL
  https://phabricator.wikimedia.org/T263527

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE
Cc: Samantha_Alipio_WMDE, Aklapper, Pintoch, Silvan_WMDE, NavinRizwi, 
Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T262896: triples should be marked as "linked/unlinked shared statements"

2020-09-22 Thread gerritbot
gerritbot added a comment.


  Change 628798 **merged** by jenkins-bot:
  [wikidata/query/rdf@master] Add wikiGroup decls to the list of shared elements
  
  https://gerrit.wikimedia.org/r/628798

TASK DETAIL
  https://phabricator.wikimedia.org/T262896

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse, gerritbot
Cc: dcausse, Aklapper, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246004: Spike: Can/should Swift be used as Flink checkpoint backend?

2020-09-22 Thread Zbyszko
Zbyszko claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T246004

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Zbyszko
Cc: CBogen, #analytics, dcausse, Gehel, Zbyszko, Aklapper, JAllemandou, 
Smalyshev, Iamamz3, Ottomata, NavinRizwi, Akuckartz, darthmon_wmde, DannyS712, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Dinoguy1000, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T261841: Tag WDQS query log with the source of the query (UI vs direct access)

2020-09-22 Thread Zbyszko
Zbyszko added a comment.


  It turns out that request headers already provide referrer (where available) 
in http.request-headers map. Is it required to provide it elsewhere to fulfill 
the need of analysts?

TASK DETAIL
  https://phabricator.wikimedia.org/T261841

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Zbyszko
Cc: Aklapper, Gehel, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263110: Investigate the cause of: ChecksumError: offset=517789868032, nbytes=16, expected=-58390144, actual=535102966 while importing wikidata dumps

2020-09-22 Thread dcausse
dcausse claimed this task.
dcausse moved this task from Ready for Development to In Progress on the 
Discovery-Search (Current work) board.

TASK DETAIL
  https://phabricator.wikimedia.org/T263110

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1227/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: CBogen, dcausse, Aklapper, Akuckartz, darthmon_wmde, Nandana, Namenlos314, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246415: Investigate a different db load groups for wikidata / wikibase

2020-09-22 Thread Ladsgroup
Ladsgroup added a comment.


  Filed: T263520: Updating user edit count is pretty expensive in some wikis 


TASK DETAIL
  https://phabricator.wikimedia.org/T246415

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Marostegui, Ladsgroup, WMDE-leszek, Aklapper, Addshore, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, joker88john, CucyNoiD, Nandana, jijiki, Klaas_Z4us_V, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T263519: Wikibase EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision fails on Travis CI

2020-09-22 Thread WMDE-leszek
WMDE-leszek created this task.
WMDE-leszek added a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  `EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision` seems to 
fail consistently on Travis CI build.
  
  Example failed test output
  
There was 1 failure:

1) 
Wikibase\Repo\Tests\LinkedData\EntityDataRequestHandlerTest::testCacheHeaderIsSetWithRevision

Failed asserting that 'private, no-cache, s-maxage=0' contains "public".


/home/travis/build/wikimedia/phase3/extensions/Wikibase/repo/tests/phpunit/includes/LinkedData/EntityDataRequestHandlerTest.php:376

/home/travis/build/wikimedia/phase3/tests/phpunit/MediaWikiIntegrationTestCase.php:437
/home/travis/build/wikimedia/phase3/maintenance/doMaintenance.php:107
  
  This has started with 
https://travis-ci.org/github/wikimedia/mediawiki-extensions-Wikibase/builds/729185727
 triggered by merging 
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/621757
  
  Possibly relevant, possibly not, the failed tests happen in environments 
where wiki language is not English.

TASK DETAIL
  https://phabricator.wikimedia.org/T263519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Addshore, hoo, Lucas_Werkmeister_WMDE, Pablo-WMDE, WMDE-leszek, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257405: wdreconcile.toolforge.org acting as though HTTP 502 Gateway errors are cached

2020-09-22 Thread Pintoch
Pintoch added a comment.


  I realized today that I have uptime statistics for this service since I have 
been monitoring it for a few years (with downnotifier.com).
  
  | Year | Nb of outages | Uptime|
  | 2018 | 67| 99.79%|
  | 2019 | 324   | 99.09%|
  | 2020 | 241 so far| 98.02% so far |
  |
  
  These are obtained by polling the service every 10 minutes with the same 
query (and retrying every minute in case of failure).
  The large majority of the outages detected by this polling strategy are 502 
errors which last for a few minutes.
  
  In comparison, a simple deployment of the service on 
https://wikidata.reconci.link/ (with just Apache as a reverse proxy to the 
tool) achieves 99.99+% availability so far (the only outage registered so far 
is when the service was initially set up). So perhaps the complexity of the 
deployment in toolforge comes at a performance price? I would not be able to 
pin down where sadly…

TASK DETAIL
  https://phabricator.wikimedia.org/T257405

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Thadguidry, Lydia_Pintscher, Nemo_bis, Nintendofan885, bd808, Pintoch, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, skpuneethumar, Zylc, Bstorm, 
1978Gage2001, Lahi, Gq86, GoranSMilovanovic, DSquirrelGM, Chicocvenancio, 
QZanden, Tbscho, Freddy2001, LawExplorer, JJMC89, _jensen, rosalieper, 
Scott_WUaS, Luke081515, Wikidata-bugs, Jitrixis, aude, Gryllida, jayvdb, 
Nikerabbit, scfc, coren, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246415: Investigate a different db load groups for wikidata / wikibase

2020-09-22 Thread Ladsgroup
Ladsgroup added a comment.


  On average 60% of term store queries come from client wikis 
:
  F32358730: image.png 

TASK DETAIL
  https://phabricator.wikimedia.org/T246415

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Marostegui, Ladsgroup, WMDE-leszek, Aklapper, Addshore, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, joker88john, CucyNoiD, Nandana, jijiki, Klaas_Z4us_V, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs