[Wikidata-bugs] [Maniphest] [Updated] T164173: Cache invalidations coming from the JobQueue are causing lag on several wikis

2017-07-28 Thread Krinkle
Krinkle removed a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T164173EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, KrinkleCc: PokestarFan, Agabi10, gerritbot, Krinkle, aaron, MZMcBride, daniel, Ladsgroup, hoo, Marostegui, Aklapper, jcrespo, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Vali.matei, Minhnv-2809, Zppix, Izno, Luke081515, Wikidata-bugs, aude, faidon, Mbch331, Jay8g, Krenair, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170039: Pages display Lua error in mw.wikibase.entity.lua

2017-07-28 Thread Anomie
Anomie added a comment.

In T170039#3482933, @Ladsgroup wrote:
I think the first type of error is the source of the other two.


I doubt errors in any of these places causes the errors in the other places. But the underlying bug in all three of those is T166348.TASK DETAILhttps://phabricator.wikimedia.org/T170039EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: Mr.Ibrahem, Ladsgroup, eranroz, IKhitron, Kipod, zhuyifei1999, PokestarFan, hoo, Anomie, gerritbot, thiemowmde, Salgo60, AnotherLadsgroup, RolandUnger, Larske, Arbnos, daniel, putnik, Framawiki, Zebulon84, Thibaut120094, TerraCodes, Jay8g, Liuxinyu970226, aude, Vachovec1, Zdzislaw, ValterVB, Agabi10, Ankry, Jarekt, Lydia_Pintscher, matej_suchanek, JohnBlackburne, Aklapper, Johnuniq, Cosine02, GoranSMilovanovic, QZanden, JJMC89, SundanceRaphael, Johan, Izno, Luke081515, Cwek, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Arlolra, TheDJ, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170039: Pages display Lua error in mw.wikibase.entity.lua

2017-07-28 Thread Mr.Ibrahem
Mr.Ibrahem added a comment.
Using Special:Search for mw.wikibase.getEntityObject shows 26,913 pages in arwiki
arwikiTASK DETAILhttps://phabricator.wikimedia.org/T170039EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mr.IbrahemCc: Mr.Ibrahem, Ladsgroup, eranroz, IKhitron, Kipod, zhuyifei1999, PokestarFan, hoo, Anomie, gerritbot, thiemowmde, Salgo60, AnotherLadsgroup, RolandUnger, Larske, Arbnos, daniel, putnik, Framawiki, Zebulon84, Thibaut120094, TerraCodes, Jay8g, Liuxinyu970226, aude, Vachovec1, Zdzislaw, ValterVB, Agabi10, Ankry, Jarekt, Lydia_Pintscher, matej_suchanek, JohnBlackburne, Aklapper, Johnuniq, Cosine02, GoranSMilovanovic, QZanden, JJMC89, SundanceRaphael, Johan, Izno, Luke081515, Cwek, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Arlolra, TheDJ, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T170039: Pages display Lua error in mw.wikibase.entity.lua

2017-07-28 Thread Ladsgroup
Ladsgroup added a comment.
This is what I've got from digging lostash. Three types of error happen: 1- Saving a page fails because Lua engine returns false one example, you find tons of it 2- It gets propagated to ChangeProp an example 3- And refresh links job an example. I think the first type of error is the source of the other two.

I put the whole backtrace of the first type for debugging:

t exception.file	/srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaSandbox/Engine.php:318
t exception.message	Scribunto_LuaSandboxInterpreter::callFunction: LuaSandboxFunction::call returned false
t exception.trace	#0 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(178): Scribunto_LuaSandboxInterpreter->callFunction(LuaSandboxFunction, array)
#1 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaCommon/SiteLibrary.php(91): Scribunto_LuaEngine->registerInterface(string, array, array)
#2 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(512): Scribunto_LuaSiteLibrary->register()
#3 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(149): Scribunto_LuaEngine->instantiatePHPLibrary(string, string, boolean)
#4 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/engines/LuaSandbox/Engine.php(37): Scribunto_LuaEngine->load()
#5 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Scribunto/common/Hooks.php(125): Scribunto_LuaSandboxEngine->getResourceUsage(integer)
#6 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(3408): ScribuntoHooks::invokeHook(Parser, PPTemplateFrame_Hash, array)
#7 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(3133): Parser->callParserFunction(PPTemplateFrame_Hash, string, array)
#8 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Preprocessor_Hash.php(1071): Parser->braceSubstitution(array, PPTemplateFrame_Hash)
#9 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Preprocessor_Hash.php(1504): PPFrame_Hash->expand(PPNode_Hash_Tree, integer)
#10 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(3284): PPTemplateFrame_Hash->cachedExpand(string, PPNode_Hash_Tree)
#11 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Preprocessor_Hash.php(1071): Parser->braceSubstitution(array, PPFrame_Hash)
#12 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(2948): PPFrame_Hash->expand(PPNode_Hash_Tree, integer)
#13 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(1304): Parser->replaceVariables(string)
#14 /srv/mediawiki/php-1.30.0-wmf.11/includes/parser/Parser.php(451): Parser->internalParse(string)
#15 /srv/mediawiki/php-1.30.0-wmf.11/includes/content/WikitextContent.php(329): Parser->parse(string, Title, ParserOptions, boolean, boolean, NULL)
#16 /srv/mediawiki/php-1.30.0-wmf.11/includes/content/AbstractContent.php(497): WikitextContent->fillParserOutput(Title, NULL, ParserOptions, boolean, ParserOutput)
#17 /srv/mediawiki/php-1.30.0-wmf.11/includes/page/WikiPage.php(2078): AbstractContent->getParserOutput(Title, NULL, ParserOptions)
#18 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiStashEdit.php(200): WikiPage->prepareContentForEdit(WikitextContent, NULL, User, string, boolean)
#19 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiStashEdit.php(148): ApiStashEdit::parseAndStash(WikiPage, WikitextContent, User, string)
#20 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(1583): ApiStashEdit->execute()
#21 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(546): ApiMain->executeAction()
#22 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(517): ApiMain->executeActionWithErrorHandling()
#23 /srv/mediawiki/php-1.30.0-wmf.11/api.php(94): ApiMain->execute()
#24 /srv/mediawiki/w/api.php(3): include(string)
#25 {main}

HTHTASK DETAILhttps://phabricator.wikimedia.org/T170039EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Ladsgroup, eranroz, IKhitron, Kipod, zhuyifei1999, PokestarFan, hoo, Anomie, gerritbot, thiemowmde, Salgo60, AnotherLadsgroup, RolandUnger, Larske, Arbnos, daniel, putnik, Framawiki, Zebulon84, Thibaut120094, TerraCodes, Jay8g, Liuxinyu970226, aude, Vachovec1, Zdzislaw, ValterVB, Agabi10, Ankry, Jarekt, Lydia_Pintscher, matej_suchanek, JohnBlackburne, Aklapper, Johnuniq, Cosine02, GoranSMilovanovic, QZanden, JJMC89, SundanceRaphael, Johan, Izno, Luke081515, Cwek, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Arlolra, TheDJ, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171461: Populate term_full_entity_id on test.wikidata.org

2017-07-28 Thread daniel
daniel added a comment.
@Ladsgroup yey, but I think there's a middle way that is much faster than a complete rebuild, and  more robust than a mega-query. I imagine an algorithm like this:

Declare an empty list of row-ids to delete.
Iterate over all entities. For each entity:
  Load all terms into an array.
  In that array, find all duplicates
and add their row-ids to the deletion list.
  When the deletion list hits some limit:
delete the rows that are in the deletion list
call commitAndWaitForReplication. 
reset the deletion list

This can be stopped and continues at any time, does batched insert and wait, and only runs small, trivial select queries.TASK DETAILhttps://phabricator.wikimedia.org/T171461EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, danielCc: Marostegui, PokestarFan, hoo, Aklapper, Ladsgroup, aude, daniel, GoranSMilovanovic, QZanden, Minhnv-2809, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T172015: wikibase-addUsagesForPage doesn't batch properly

2017-07-28 Thread Ladsgroup
Ladsgroup created this task.Ladsgroup added projects: Wikidata, MediaWiki-extensions-WikibaseClient, Wikidata-Sprint, Wikimedia-log-errors, DBA.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONI found lots of errors like this in logstash:

	{"@timestamp":"2017-07-28T18:44:15.00+00:00","@version":1,"host":"mw1300","message":"wikibase-addUsagesForPage Wikidata:Database_reports/Complex_constraint_violations/P649 pageId=26771074 usages=array(6069) requestId=863520b6cd1c34bc69340d25 (uuid=bd663414a68d45999e25258957afa0ce,timestamp=1501267444,QueuePartition=rdb1-6380) t=329 error=Wikimedia\\Rdbms\\DBQueryError: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading? \nQuery: (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'P649'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q19558910'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q20856087'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'P1435'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q737517'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q1026700'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q4885127'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM `wbc_entity_usage`WHERE eu_entity_id = 'Q14705267'  LIMIT 1  ) UNION ALL (SELECT  eu_entity_id  FROM 


What seems to happen here is that wikibase-addUsagesForPage doesn't properly batch updates and do them all in one batch which obviously causes disruptions when entity usage is too big.

I might be very wrong, will investigate this tomorrow.TASK DETAILhttps://phabricator.wikimedia.org/T172015EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Aklapper, Ladsgroup, PokestarFan, GoranSMilovanovic, QZanden, Marostegui, Minhnv-2809, Izno, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T172007: $itemId must be either ItemId or string

2017-07-28 Thread Ladsgroup
Ladsgroup created this task.Ladsgroup added projects: Wikibase-Quality-Constraints, Wikidata, Wikidata-Sprint, Wikimedia-log-errors.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONFound this in logstash:

#0 [internal function]: WikibaseQuality\ConstraintReport\ConstraintParameterRenderer->formatItemId(Wikibase\DataModel\Entity\PropertyId, string)
#1 [internal function]: __SystemLib\array_map(array, array, array)
#2 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintParameterRenderer.php(324): array_map(array, array, array)
#3 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/Checker/UniqueValueChecker.php(75): WikibaseQuality\ConstraintReport\ConstraintParameterRenderer->formatItemIdList(array, string)
#4 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/DelegatingConstraintChecker.php(318): WikibaseQuality\ConstraintReport\ConstraintCheck\Checker\UniqueValueChecker->checkConstraint(Wikibase\DataModel\Statement\Statement, WikibaseQuality\ConstraintReport\Constraint, Wikibase\DataModel\Entity\Property)
#5 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/DelegatingConstraintChecker.php(297): WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker->getCheckResultFor(Wikibase\DataModel\Statement\Statement, WikibaseQuality\ConstraintReport\Constraint, Wikibase\DataModel\Entity\Property)
#6 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/DelegatingConstraintChecker.php(252): WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker->checkConstraintsForStatementOnEntity(array, Wikibase\DataModel\Entity\Property, Wikibase\DataModel\Statement\Statement)
#7 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/DelegatingConstraintChecker.php(218): WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker->checkStatement(Wikibase\DataModel\Entity\Property, Wikibase\DataModel\Statement\Statement, NULL)
#8 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/includes/ConstraintCheck/DelegatingConstraintChecker.php(123): WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker->checkEveryStatement(Wikibase\DataModel\Entity\Property, NULL)
#9 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/api/CheckConstraints.php(231): WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker->checkAgainstConstraintsOnEntityId(Wikibase\DataModel\Entity\PropertyId, NULL)
#10 /srv/mediawiki/php-1.30.0-wmf.11/extensions/Wikidata/extensions/Constraints/api/CheckConstraints.php(219): WikibaseQuality\ConstraintReport\Api\CheckConstraints->checkItems(array, NULL)
#11 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(1583): WikibaseQuality\ConstraintReport\Api\CheckConstraints->execute()
#12 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(546): ApiMain->executeAction()
#13 /srv/mediawiki/php-1.30.0-wmf.11/includes/api/ApiMain.php(517): ApiMain->executeActionWithErrorHandling()
#14 /srv/mediawiki/php-1.30.0-wmf.11/api.php(94): ApiMain->execute()
#15 /srv/mediawiki/w/api.php(3): include(string)
#16 {main}

Logs says it happens by calling this url and it still happens: https://www.wikidata.org/w/api.php?action="">:

{
"error": {
"code": "internal_api_error_InvalidArgumentException",
"info": "[WXuitwpAMD4AALRy-XgAAADV] Exception caught: $itemId must be either ItemId or string"
},
"servedby": "mw1227"
}TASK DETAILhttps://phabricator.wikimedia.org/T172007EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Aklapper, PokestarFan, Lucas_Werkmeister_WMDE, Ladsgroup, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T159787: Add Wikidata to new RC Filters UI

2017-07-28 Thread jmatazzoni
jmatazzoni closed subtask T162630:  'Wikidata edits' filter with 'Contribution quality prediction' or  'User intent prediction' returns results  but the filter selection displayed as a conflict as "Resolved".Herald added a subscriber: PokestarFan.
TASK DETAILhttps://phabricator.wikimedia.org/T159787EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mattflaschen-WMF, jmatazzoniCc: PokestarFan, jmatazzoni, Etonkovidova, Liuxinyu970226, Catrope, gerritbot, Aklapper, Mattflaschen-WMF, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Iniquity, Izno, SBisson, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T171986: Diff summary doesn't work for foreign entities

2017-07-28 Thread Ladsgroup
Ladsgroup created this task.Ladsgroup added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONFrom:
http://items-repo.wmflabs.org/index.php?title=Item:Q2&action="">
F8886190: image.pngTASK DETAILhttps://phabricator.wikimedia.org/T171986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Jakob_WMDE, WMDE-leszek, Aklapper, daniel, Ladsgroup, PokestarFan, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171934: WQS: INCLUDE not highlighted

2017-07-28 Thread Smalyshev
Smalyshev added a comment.
This is probably INCLUDE is a Blazegraph extension, not standard SPARQL, which means standard SPARQL highlighters do not recognize it.TASK DETAILhttps://phabricator.wikimedia.org/T171934EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Jonas, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, 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] [Triaged] T171934: WQS: INCLUDE not highlighted

2017-07-28 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.Smalyshev added a subscriber: Jonas.
TASK DETAILhttps://phabricator.wikimedia.org/T171934EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Jonas, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Changed Subscribers] T171935: WQS displays some queries with lots of red dots

2017-07-28 Thread Smalyshev
Smalyshev added subscribers: Jonas, Smalyshev.Smalyshev added a comment.
Could you please give an example of a query, and maybe a screenshot?TASK DETAILhttps://phabricator.wikimedia.org/T171935EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Jonas, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, FloNight, Xmlizer, Izno, 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] [Commented On] T160868: Create Wikipedia Kabiye

2017-07-28 Thread Dcljr
Dcljr added a comment.
Asked on-wiki at Discussion:Talɩ ɖeu (Talk:Main Page). Very little activity on the wiki, so may not get any eyeballs. We'll see…TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DcljrCc: Urbanecm, PokestarFan, aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread Emijrp
Emijrp added a comment.
I think that the current dispatchlag growing is due to ResearchBot academic paper item creation. I say that because some days ago my bot was editing at 60 ed/min and ResearchBot was doing a similar rate. I stopped my bot for a few hours and the dispatchlag kept growing. So I concluded that it wasn't my fault. It is strange because ResearchBot creations aren't linked to any Wikipedia, but I am inclined to think that it is the current cause for lag raising.TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EmijrpCc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
especially when the bot updates the description in twenty separate edits.

Is it true that this makes a big difference? Aren’t changes batched together?TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171461: Populate term_full_entity_id on test.wikidata.org

2017-07-28 Thread Ladsgroup
Ladsgroup added a comment.

In T171461#3470167, @daniel wrote:
But then, we still have to get rid of duplicates somehow. A specialized script is probably the best approach for that.


The thing is that finding and fixing the duplicates is a very resource/time-consuming task. The select query to find them took 21 hours and this clean up needs to be done eventually, so IMO this is a good opportunity to get it done and over, even with cost of running a script for twenty days.TASK DETAILhttps://phabricator.wikimedia.org/T171461EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, LadsgroupCc: Marostegui, PokestarFan, hoo, Aklapper, Ladsgroup, aude, daniel, GoranSMilovanovic, QZanden, Minhnv-2809, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171950: Run bot to clean up issues caused by T171928

2017-07-28 Thread Esc3300
Esc3300 added a comment.
Looks like new "subscriptions" during the down time through arbitrary access don't appear on Wikidata:

Sample: edit at 07:02. Currently:  https://en.wikivoyage.org/w/index.php?title=Aver%C3%B8y&action=""> shows Q685779 , but https://www.wikidata.org/w/index.php?title=Q685779&action=""> doesn't list enwikivoyage.TASK DETAILhttps://phabricator.wikimedia.org/T171950EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, hoo, Aklapper, PokestarFan, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T167436: [Task] Use Wikibase CodeSniffer standard in all Wikibase code repositories

2017-07-28 Thread Ladsgroup
Ladsgroup updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...** [ ] interfaces https://github.com/DataValues/Interfaces/pull/35
** [x] _javascript_ https://github.com/wmde/DataValuesJavascript/pull/108...TASK DETAILhttps://phabricator.wikimedia.org/T167436EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, LadsgroupCc: PokestarFan, gerritbot, Ladsgroup, Aklapper, TerraCodes, aude, hoo, Aleksey_WMDE, Lydia_Pintscher, thiemowmde, Lordiis, GoranSMilovanovic, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Abbe98, MuhammadShuaib, Izno, Wikidata-bugs, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171935: WQS displays some queries with lots of red dots

2017-07-28 Thread Esc3300
Esc3300 added a comment.
+ strings starting with a single quoteTASK DETAILhttps://phabricator.wikimedia.org/T171935EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Commented On] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread Esc3300
Esc3300 added a comment.

In T171263#3481214, @Emijrp wrote:
And what is causing this? Bot page creation or bot edits?


From Daniel's explanation and the documentation he provided, it seems that the more pages are linked to an item, the larger the impact  ..

If page creations are only for another wiki, the impact on the enwiki job queue should be zero.

Cosmetic edits to much linked items for categories can have a huge impact, especially when the bot updates the description in twenty separate edits.

Edits to country items might be expensive as well.

If an edit has no site links at all, the impact may be negligible.

Ah .. and "linked" in this context may be through arbitrary access.

Do my conclusions make sense ?TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171929: allow Special:Nearby/

2017-07-28 Thread matej_suchanek
matej_suchanek added a comment.
Why not general Allow Special:Nearby/? (Good idea anyway.)TASK DETAILhttps://phabricator.wikimedia.org/T171929EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread matej_suchanek
matej_suchanek removed a project: MediaWiki-extensions-WikibaseClient.matej_suchanek updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONIn Wikidata, jobs are overflowed.



  # ~~In Special:DispatchStats, enwiki is behind by **3 days**!~~
  # In [# ~~In [[ https://grafana.wikimedia.org/dashboard/db/job-queue-health?refresh=1m&orgId=1 | grafana]], there are 1.3 million queued jobs.~~

As Wikidata grows, job rates start increasing rapidly every day.

I think the solution is to dedicate more and more to Wikidata as the number of jobs start to increase.

TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread Emijrp
Emijrp added a comment.

In T171263#3480923, @Lucas_Werkmeister_WMDE wrote:
Stalest wiki now more than one day behind again. Median is fine, but as the stalest wiki is enwiki, that’s not a great consolation.


And what is causing this? Bot page creation or bot edits?TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EmijrpCc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope"

2017-07-28 Thread Addshore
Addshore added a comment.
Looks like jenkins is giving the patch a +2 nowTASK DETAILhttps://phabricator.wikimedia.org/T171370EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, demon, thcipriani, daniel, aaron, greg, TerraCodes, Jay8g, Liuxinyu970226, jcrespo, gerritbot, Aklapper, Krinkle, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread gerritbot
gerritbot added a comment.
Change 354522 merged by jenkins-bot:
[integration/config@master] Add composer-install & use in composer-test-mwextension

https://gerrit.wikimedia.org/r/354522TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, gerritbotCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread hashar
hashar closed this task as "Resolved".hashar assigned this task to aude.hashar added a comment.
I have deployed @aude patch and the jobs now run in the Wikidata dir:  composer install && composer test && git clean.

https://gerrit.wikimedia.org/r/#/c/368312/ got a +2 :)TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, hasharCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171950: Run bot to clean up issues caused by T171928

2017-07-28 Thread Esc3300
Esc3300 added a comment.
I was wondering about this, but the first entry in the log at T171928#3480528 when it resumed comes from  the below 39 minutes earlier. Maybe picks up correctly from where it stopped. So the benefit form the incident may be that we know that this part works!

Other deletions/page moves (T143486) may still need the bot.

06:28 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Cuchillo balístico alemán (No enciclopédico)
06:27 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Isabela Pérez Duque (No enciclopédico)
06:26 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Manuel alejandro prado jatar (No enciclopédico)
06:26 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Fundación Universitaria Bellas Artes Medellín (Redirección a página inexistente)
06:26 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Fundación Universitaria Bellas Artes (Medellín) (Recreación de material borrado)
06:25 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Foods for Tomorrow (Recreación de material borrado)
06:24 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página 99minutos.com (Recreación de material borrado)
06:24 28 jul 2017 Tarawa1943 (discusión · contribuciones) borró la página Red Internacional de Evaluadores S.C (Recreación de material borrado)
05:28 28 jul 2017 Antur (discusión · contribuciones) borró la página Discusión:Ritual Spirit (Página de discusión huérfana)
04:58 28 jul 2017 Lin linao (discusión · contribuciones) borró la página Difuntos / Almas (No enciclopédico)

https://es.wikipedia.org/w/index.php?title=Especial:Registro&offset=&limit=500&type=delete&user=&page=&tagfilter=&subtype=TASK DETAILhttps://phabricator.wikimedia.org/T171950EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, hoo, Aklapper, PokestarFan, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread hashar
hashar added a comment.
Both jobs have been made to cd to the extension and run in there:


cd extensions/Foo
composer validate
composer update
composer test
git clean -xqdf


That is an optimization to run composer test in the same job that runs the PHPUnit job.  But indeed that does not work when there is a composer.lock file.

@aude patch https://gerrit.wikimedia.org/r/#/c/354522/ would solve it, I am not sure of the side effect but that looks fine.TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T171953: ORES and Enhanced Recent Changes: Backgound color stucks after patrolling

2017-07-28 Thread Raymond
Raymond created this task.Raymond added projects: MediaWiki-extensions-ORES, MediaWiki-Recent-changes, Wikidata.Herald added subscribers: PokestarFan, Aklapper.Herald added a project: Scoring-platform-team-Backlog.
TASK DESCRIPTIONUsing Enhanced Recent Changes on Wikidata.

Background color of RC lines marked by ORES as harmful is orange.
F8883146: ores 1.png

After patrolling all changes of above screenshot:


Background color of the item with a single changed is white
Background color of the item with 3 changes stucks in orange


F8883164: ores 2.png

Reload does not help.TASK DETAILhttps://phabricator.wikimedia.org/T171953EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RaymondCc: Aklapper, PokestarFan, Raymond, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Alchimista, Ladsgroup, Mbch331, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread hashar
hashar updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONWikidata build is failing on jJenkins:

https://integration. Example change made to Wikidata wmf branch: https://gerrit.wikimedia.org/ci/job/mwext-testextension-hhvm-jessie/5390/consoler/#/c/368312/

theThe test job used has been changed to run composer update and composer test, which may be desirable for some extensions but not thisTASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T171950: Run bot to clean up issues caused by T171928

2017-07-28 Thread Bugreporter
Bugreporter created this task.Bugreporter added a project: Wikidata.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONWikidata was readonly from 5:48 to 7:04 on 2017-07-28. Per T171928#3480528, there're many deletions and moves made in this period. They should be cleaned up. Unfortunely Hoo Bot is not running since 2016-10-12.

Before T143486: [feature request]  remove sitelinks / update sitelinks  on Wikidata when pages are deleted/moved on client wikis (all users) getting fixed, we probably need to run it periodically.TASK DETAILhttps://phabricator.wikimedia.org/T171950EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: BugreporterCc: Aklapper, PokestarFan, Bugreporter, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160868: Create Wikipedia Kabiye

2017-07-28 Thread Urbanecm
Urbanecm added a comment.Herald added a subscriber: PokestarFan.
Is anything else to do here?TASK DETAILhttps://phabricator.wikimedia.org/T160868EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: UrbanecmCc: Urbanecm, PokestarFan, aude, Dcljr, QZanden, hoo, Meno25, Raymond, Nemo_bis, Dzahn, Stashbot, revi, Liuxinyu970226, Esc3300, Paladox, Rschen7754, tomasz, TerraCodes, Dereckson, gerritbot, Aklapper, MF-Warburg, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, DatGuy, Devwaker, JEumerus, Tulsi_Bhagat, Izno, Luke081515, biplabanand, Wikidata-bugs, Snowolf, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T113606: [Task] dispatchChanges should dispatch to local wiki if client functionality is enabled on the repo

2017-07-28 Thread gerritbot
gerritbot added a comment.
Change 367325 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] If the repo is a client, it should dispatch changes to itself.

https://gerrit.wikimedia.org/r/367325TASK DETAILhttps://phabricator.wikimedia.org/T113606EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, PokestarFan, Aklapper, daniel, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread aude
aude added a comment.
@hashar yes, composer install when there is composer.lock would probably work and be the right thing to do.

If we want to have a check for composer.lock in the builder script, ok, but I think composer install does that itself and then works as composer update if there is no composer.lockTASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T171934: WQS: INCLUDE not highlighted

2017-07-28 Thread Esc3300
Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONJust a minor thing.

INCLUDE and %variables are in black, WITH is in color.
TASK DETAILhttps://phabricator.wikimedia.org/T171934EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Updated] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread daniel
daniel added a project: Wikidata-Sprint.
TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: WMDE-leszek, hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171935: WQS displays some queries with lots of red dots

2017-07-28 Thread Esc3300
Esc3300 added a comment.
Seems to be caused by unrecognized INCLUDEs: T171934TASK DETAILhttps://phabricator.wikimedia.org/T171935EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Updated] T171932: If results are being displayed of longer queries, WQS keeps scrolling up

2017-07-28 Thread Esc3300
Esc3300 added a comment.
Maybe it's due to the red dots, see T171935TASK DETAILhttps://phabricator.wikimedia.org/T171932EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Smalyshev, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, 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] [Commented On] T171263: Wikidata Dispatcher and Job Queue is overflowed

2017-07-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Stalest wiki now more than one day behind again. Median is fine, but as the stalest wiki is enwiki, that’s not a great consolation.TASK DETAILhttps://phabricator.wikimedia.org/T171263EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, gerritbot, Addshore, matej_suchanek, MisterSynergy, Liuxinyu970226, daniel, Esc3300, XXN, Ladsgroup, Lydia_Pintscher, hoo, Bugreporter, Sjoerddebruin, Magnus, Emijrp, Mr.Ibrahem, Wikidata, Aklapper, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Volker_E, Izno, Wikidata-bugs, aude, GWicke, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T107722: [Task] Make client ChangeHandler scale by batching updates

2017-07-28 Thread hoo
hoo added a comment.

In T107722#3478049, @daniel wrote:
@Ladsgroup The patch does not fully resolve this ticket, let's keep it open.

We should improve the ticket, though. It's not really clear what it's asking for. @hoo, can you write a bit more about what you had in mind? Currently, it's unclear what exactly needs to be done for this to be resolved.


I've appended the task description to add what I was thinking about here. I hope that's it's clear enough now.TASK DETAILhttps://phabricator.wikimedia.org/T107722EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Ladsgroup, gerritbot, PokestarFan, Bugreporter, Liuxinyu970226, StudiesWorld, aaron, BBlack, RP88, Lydia_Pintscher, aude, daniel, Aklapper, hoo, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T107722: [Task] Make client ChangeHandler scale by batching updates

2017-07-28 Thread hoo
hoo renamed this task from "[Task] Make client change handling scale by batching updates" to "[Task] Make client ChangeHandler scale by batching updates".hoo updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...This causes problem were the jobs time out, run to large queries and try to purge to many pages at once.

This mostly concerns `ChangeHandler::handleChange` which does `getAffectedUsagesByPage` and then tries to handle all of these at once. In order to address this {T146838} needs to be resolved and afterwards `ChangeHandler::handleChange` needs to make use of that functionality and only do part of the updates at once.

Note: Fixing this //might// increase the amount of updates applied to a certain wiki by a huge amount, which could in turn negatively affect other parts of the infrastructure.TASK DETAILhttps://phabricator.wikimedia.org/T107722EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Ladsgroup, gerritbot, PokestarFan, Bugreporter, Liuxinyu970226, StudiesWorld, aaron, BBlack, RP88, Lydia_Pintscher, aude, daniel, Aklapper, hoo, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread hashar
hashar added a comment.
For MediaWiki, we have dismissed using composer install in favor of composer update but I dont quite remember the details.  That was done by https://gerrit.wikimedia.org/r/#/c/189543/ which point to discussion that happened on https://gerrit.wikimedia.org/r/#/c/189148/

There is a macro:

- builder:
name: composer-update
builders:
 - shell: |
set -u
cd "{dir}"
[[ -f "composer.json" ]] || exit 0
composer update --ansi --no-progress --prefer-dist --profile -v

Maybe we can make it to use composer install whenever there is a composer.lock file and that would be sufficient?

Side note: there are mediawiki-extensions-hhvm-jessie and mwext-testextension-hhvm-jessie which use slightly different set of extensions. We probably only need one.TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: hashar, PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169326: Type constraints still report false violations

2017-07-28 Thread Esc3300
Esc3300 added a comment.
So one could try "fix" it by re-ordering the P 279 statements.  ;)

Ideally, most values used for P 31 would have several P 279 statements.TASK DETAILhttps://phabricator.wikimedia.org/T169326EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: PokestarFan, Esc3300, Lydia_Pintscher, Agabi10, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T169326: Type constraints still report false violations

2017-07-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Ooh. I think I finally realized what’s happening. Let’s take The Private Life of Genghis Khan, a short story that gets constraint violations because it’s supposedly not a book.


The TypeCheckerHelper takes The Private Life of Genghis Khan’s P​31 statement – short story – and checks if it is a subclass of work.
Since the limit for type checks in PHP has not yet been reached, TypeCheckerHelper takes the first P​279 statement – prose – and checks if that is a subclass of work.
TypeCheckerHelper descends into prose’s type hierarchy. Eventually, at some unknown superclass (say, literary genre), it reaches the limit for type checks.
Since the limit has been reached and a SparqlHelper is configured, TypeCheckerHelper falls back to SPARQL. It asks if literary genre is a subclass of work.
SPARQL tells us (correctly) that literary genre isn’t a subclass of work.
TypeCheckerHelper walks back the stack of subclass checks, returning false on each level. At no level is the SparqlHelper consulted again, because we don’t want to spam WDQS.
Eventually, TypeCheckerHelper has fallen back to short story. It checks the next P​279 statement: literary work.
Since the limit for type checks has already been exceeded, the check returns false immediately (and since the limit was already exceeded earlier, not in this call, the SPARQL fallback doesn’t happen either).
In the end, TypeCheckerHelper returns false for the overall check.


The SPARQL fallback needs to happen at the outermost level, not at the first subtype check that exceeds the limit.TASK DETAILhttps://phabricator.wikimedia.org/T169326EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: PokestarFan, Esc3300, Lydia_Pintscher, Agabi10, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171928: Wikidata and dewiki databases locked

2017-07-28 Thread Peachey88
Peachey88 added a project: Wikimedia-Incident.
TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jcrespo, Peachey88Cc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, ArielGlenn, faidon, He7d3r, fgiunchedi, mmodell___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T171928: Wikidata and dewiki databases locked

2017-07-28 Thread jcrespo
jcrespo renamed this task from "Wikidata database locked" to "Wikidata and dewiki databases locked".
TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jcrespoCc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope"

2017-07-28 Thread Addshore
Addshore added a comment.
This is blocked by T165316 which is the issue we see in CI with the above patch.TASK DETAILhttps://phabricator.wikimedia.org/T171370EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, demon, thcipriani, daniel, aaron, greg, TerraCodes, Jay8g, Liuxinyu970226, jcrespo, gerritbot, Aklapper, Krinkle, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread Addshore
Addshore removed a subtask: T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope".
TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope"

2017-07-28 Thread Addshore
Addshore removed a parent task: T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job.
TASK DETAILhttps://phabricator.wikimedia.org/T171370EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: demon, thcipriani, daniel, aaron, greg, TerraCodes, Jay8g, Liuxinyu970226, jcrespo, gerritbot, Aklapper, Krinkle, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope"

2017-07-28 Thread Addshore
Addshore added a parent task: T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job.
TASK DETAILhttps://phabricator.wikimedia.org/T171370EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: demon, thcipriani, daniel, aaron, greg, TerraCodes, Jay8g, Liuxinyu970226, jcrespo, gerritbot, Aklapper, Krinkle, PokestarFan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, aude, Mbch331, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T165316: Wikidata build jenkins failure: Command "test" is not defined and don't run composer update in the job

2017-07-28 Thread Addshore
Addshore added a subtask: T171370: ERROR: "LBFactory::getEmptyTransactionTicket: WikiPageUpdater::injectRCRecords does not have outer scope".Herald added a subscriber: PokestarFan.
TASK DETAILhttps://phabricator.wikimedia.org/T165316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: PokestarFan, gerritbot, Paladox, aude, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Izno, Wikidata-bugs, Mbch331, hashar___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T171928: Wikidata database locked

2017-07-28 Thread jcrespo
jcrespo claimed this task.jcrespo added a comment.
Investigation is not over, here is what we have found out for now of the causes:

https://wikitech.wikimedia.org/wiki/Incident_documentation/20170728-s5_(WikiData_and_dewiki)_read-onlyTASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jcrespoCc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T171935: WQS displays some queries with lots of red dots

2017-07-28 Thread Esc3300
Esc3300 created this task.Esc3300 added a project: Wikidata-Query-Service.Herald added subscribers: PokestarFan, Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONNot quite sure when it happens.  Maybe someone else has the same problem.TASK DETAILhttps://phabricator.wikimedia.org/T171935EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Created] T171934: WQS: INCLUDE not highlighted

2017-07-28 Thread Esc3300
Esc3300 created this task.Esc3300 added a project: Wikidata-Query-Service.Herald added subscribers: PokestarFan, Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONJust a minor thing.TASK DETAILhttps://phabricator.wikimedia.org/T171934EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, 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] [Edited] T169326: Type constraints still report false violations

2017-07-28 Thread Esc3300
Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONThe “type” and “value type” constraints should no longer have any false violations, now that they fall back to SPARQL, but for some reason, books are still not recognized as subclasses of works, so you get constraint violations on “author” (P​50) or “notable work” (P​800) statements.




Another sample in  T171933 (closed as duplicate)TASK DETAILhttps://phabricator.wikimedia.org/T169326EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: PokestarFan, Esc3300, Lydia_Pintscher, Agabi10, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T169326: Type constraints still report false violations

2017-07-28 Thread Esc3300
Esc3300 added a comment.
Thanks for merging this with  T171933.

I think it would be better if the timeout would be displayed as such, not as a constraint violation.TASK DETAILhttps://phabricator.wikimedia.org/T169326EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: PokestarFan, Esc3300, Lydia_Pintscher, Agabi10, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T169326: Type constraints still report false violations

2017-07-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added subscribers: Esc3300, PokestarFan.Lucas_Werkmeister_WMDE merged a task: T171933: type constraint not working (instance of subclass of subclass .. ).
TASK DETAILhttps://phabricator.wikimedia.org/T169326EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: PokestarFan, Esc3300, Lydia_Pintscher, Agabi10, Lucas_Werkmeister_WMDE, Aklapper, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171933: type constraint not working (instance of subclass of subclass .. )

2017-07-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as a duplicate of T169326: Type constraints still report false violations.
TASK DETAILhttps://phabricator.wikimedia.org/T171933EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Aklapper, PokestarFan, Esc3300, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T171933: type constraint not working (instance of subclass of subclass .. )

2017-07-28 Thread Esc3300
Esc3300 added a subscriber: LucasWerkmeister.Esc3300 added a project: Wikibase-Quality-Constraints.Herald added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T171933EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: LucasWerkmeister, Aklapper, PokestarFan, Esc3300, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T171932: If results are being displayed of longer queries, WQS keeps scrolling up

2017-07-28 Thread Esc3300
Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Maybe someone else has the same problem and can fill in the full details of browser/queries being used.


Workaround: delete the query to view the resultsTASK DETAILhttps://phabricator.wikimedia.org/T171932EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Smalyshev, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, 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] [Created] T171932: If results are being displayed of longer queries, WQS keeps scrolling up

2017-07-28 Thread Esc3300
Esc3300 created this task.Esc3300 added a project: Wikidata-Query-Service.Herald added subscribers: PokestarFan, Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONIt started happening this week.

Maybe someone else has the same problem and can fill in the full details of browser/queries being used.TASK DETAILhttps://phabricator.wikimedia.org/T171932EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Smalyshev, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, EBjune, merbst, Avner, debt, Gehel, Jonas, FloNight, Xmlizer, Izno, 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] [Created] T171930: allow display of coordinates in decimals

2017-07-28 Thread Esc3300
Esc3300 created this task.Esc3300 added a project: Wikidata.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONFor some uses, it would easier if the display of P625 could be switched to decimals.

A preference setting or gadget could be helpful.TASK DETAILhttps://phabricator.wikimedia.org/T171930EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T171929: allow Special:Nearby/

2017-07-28 Thread Esc3300
Esc3300 created this task.Esc3300 added projects: Wikidata, GeoData.Herald added subscribers: PokestarFan, Aklapper.
TASK DESCRIPTIONMaybe it's already possible, but it would be easier if one could just use the item with Special:Nearby

Sample: https://www.wikidata.org/wiki/Special:Nearby/Q685779  display items based on https://www.wikidata.org/wiki/Q685779#P625TASK DETAILhttps://phabricator.wikimedia.org/T171929EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, QZanden, Izno, Wikidata-bugs, aude, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T171928: Wikidata database locked

2017-07-28 Thread Esc3300
Esc3300 lowered the priority of this task from "Unbreak Now!" to "Needs Triage".Esc3300 updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTION...Please unlock!

-

Unlocked. Maybe a post-mortem is needed.
TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171928: Wikidata database locked

2017-07-28 Thread Esc3300
Esc3300 added a comment.
Yes, it's back! Thanks for your help.

(diff | hist) . . 99minutos.com (Q33542455)‎; 07:03 . . (-95)‎ . . ‎Tarawa1943 (talk | contribs)‎ (‎Page on [eswiki] deleted: 99minutos.com) [rollback]
(diff | hist) . . Sughada (Q19899419)‎; 07:03 . . (-88)‎ . . ‎SoWhy (talk | contribs)‎ (‎Page on [enwiki] deleted: Sughada) [rollback]
(diff | hist) . . russians in germany (Q33526978)‎; 07:03 . . (+1)‎ . . ‎ALDO CP (talk | contribs)‎ (‎Page moved from [frwiki:Russe d'Allemagne] to [frwiki:Russes d'Allemagne]) [rollback]
(diff | hist) . . RADIO YI (Q33549953)‎; 07:03 . . (-89)‎ . . ‎Tarawa1943 (talk | contribs)‎ (‎Page on [eswiki] deleted: RADIO YI) [rollback]
(diff | hist) . . Misiones Nazarenas Internacionales (Q16608007)‎; 07:03 . . (-116)‎ . . ‎Tarawa1943 (talk | contribs)‎ (‎Page on [eswiki] deleted: Misiones Nazarenas Internacionales) [rollback]
(diff | hist) . . Template:TOC right (Q5626794)‎; 05:48 . . (+1)‎ . . ‎Cycn (talk | contribs)‎ (‎Changed English label: Template:TOC right)

(diff | hist) . . Nathathupatti Gram Panchayat (Q23744541)‎; 05:48 . . (+87)‎ . . ‎Info-farmer (talk | contribs)‎ (‎Updated item: + en.label (Nathathupatti Gram Panchayat) [rollback]
(diff | hist) . . Undersökning af hittills bekanta tantalhaltiga fossiliers sammansåttning (Q33589754)‎; 05:48 . . (+428)‎ . . ‎Chris.urs-o (talk | contribs)‎ (‎Created claim: main subject (P921): mineralogy (Q83353))
(diff | hist) . . Ottawa Porchfest (Q33590321)‎; 05:47 . . (+365)‎ . . ‎Devon Fyson (talk | contribs)‎ (‎Created claim: official website (P856): http://ottawaporchfest.ca)
(diff | hist) . . Jun Maeda (Q1713232)‎; 05:47 . . (+425)‎ . . ‎Innotata (talk | contribs)‎ (‎Created claim: place of death (P20): Manchester (Q18125)) [rollback]TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171928: Wikidata database locked

2017-07-28 Thread Joe
Joe added a comment.
I just did two test edits, I can confirm it works.TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JoeCc: Joe, jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171928: Wikidata database locked

2017-07-28 Thread jcrespo
jcrespo added a comment.
Database crashed, it should be ok to edit now.TASK DETAILhttps://phabricator.wikimedia.org/T171928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jcrespoCc: jcrespo, greg, Mbch331, Smalyshev, MisterSynergy, TerraCodes, Jay8g, Liuxinyu970226, Lydia_Pintscher, Aklapper, Esc3300, PokestarFan, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, Zppix, Izno, Wikidata-bugs, aude, faidon, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs