[Wikidata-bugs] [Maniphest] T243701: Wikidata maxlag repeatedly over 5s since Jan 20, 2020 (primarily caused by the query service)

2020-07-20 Thread Ladsgroup
Ladsgroup added a comment.


  I, in my volunteer capacity and out of frustration, requested bot flag of two 
bots that each edited 50K in the past 12 hours (= 2 per second) to be revoked. 
That would fix the issue here. Out of interest of anyone who wants to 
participate: 
https://www.wikidata.org/wiki/Wikidata:Administrators%27_noticeboard#Request_to_revoke_bot_flags_of_Edoderoobot_and_LargeDatasetBot

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

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

To: Ladsgroup
Cc: tfmorris, Multichill, Majavah, PeterBowman, matej_suchanek, Masti, THE_IT, 
Jony, Lydia_Pintscher, Vojtech.dostal, William_Avery, valhallasw, SilentSpike, 
Bugreporter, Demian, Legoktm, Aschroet, ArielGlenn, Ladsgroup, 
Alicia_Fagerving_WMSE, JeanFred, Pasleim, Gehel, Lea_Lacroix_WMDE, 
ArthurPSmith, Albertvillanovadelmoral, Xqt, Lucas_Werkmeister_WMDE, Addshore, 
jcrespo, Dvorapa, Aklapper, Strainu, lmata, CBogen, Akuckartz, darthmon_wmde, 
ET4Eva, Legado_Shulgin, Nandana, Namenlos314, Davinaclare77, Qtn1293, 
Techguru.pc, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, Th3d3v1ls, Hfbn0, 
QZanden, EBjune, merbst, LawExplorer, Vali.matei, Avner, Zppix, _jensen, 
rosalieper, Scott_WUaS, Jonas, FloNight, Xmlizer, Volker_E, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dinoguy1000, 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] T258442: Correctly configure WIKIBASE_HOST etc. in order to have the WDQS work with the correct URIs

2020-07-20 Thread Johentsch
Johentsch updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T258442: Correctly configure WIKIBASE_HOST etc. in order to have the WDQS work with the correct URIs

2020-07-20 Thread Johentsch
Johentsch added a comment.


  By the way, after creating the snak `P1 instance of Q1 class` for the item 
`Q2 person`, the turtle file `Q2.ttl` actually looks as it should:
  
@prefix rdf:  .
@prefix xsd:  .
@prefix rdfs:  .
@prefix owl:  .
@prefix wikibase:  .
@prefix skos:  .
@prefix schema:  .
@prefix cc:  .
@prefix geo:  .
@prefix prov:  .
@prefix v:  .
@prefix wd:  .
@prefix data:  .
@prefix s:  .
@prefix ref:  .
@prefix wdt:  .
@prefix wdtn:  .
@prefix p:  .
@prefix ps:  .
@prefix psv:  .
@prefix psn:  .
@prefix pq:  .
@prefix pqv:  .
@prefix pqn:  .
@prefix pr:  .
@prefix prv:  .
@prefix prn:  .
@prefix wdno:  .

data:Q2 a schema:Dataset ;
schema:about wd:Q2 ;
cc:license  ;
schema:softwareVersion "1.0.0" ;
schema:version "5"^^xsd:integer ;
schema:dateModified "2020-07-20T20:18:17Z"^^xsd:dateTime ;
wikibase:statements "1"^^xsd:integer ;
wikibase:identifiers "0"^^xsd:integer ;
wikibase:sitelinks "0"^^xsd:integer .

wd:Q2 a wikibase:Item ;
rdfs:label "Person"@en ;
skos:prefLabel "Person"@en ;
schema:name "Person"@en ;
wdt:P1 wd:Q1 ;
p:P1 s:Q2-63483472-49a6-a906-c236-adf05e5d7d61 .

s:Q2-63483472-49a6-a906-c236-adf05e5d7d61 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1 wd:Q1 .

wd:Q1 a wikibase:Item ;
rdfs:label "Class"@en ;
skos:prefLabel "Class"@en ;
schema:name "Class"@en .

wd:P1 a wikibase:Property,
wikibase:Property ;
wikibase:propertyType  ;
wikibase:directClaim wdt:P1 ;
wikibase:claim p:P1 ;
wikibase:statementProperty ps:P1 ;
wikibase:statementValue psv:P1 ;
wikibase:qualifier pq:P1 ;
wikibase:qualifierValue pqv:P1 ;
wikibase:reference pr:P1 ;
wikibase:referenceValue prv:P1 ;
wikibase:novalue wdno:P1 .

p:P1 a owl:ObjectProperty .

psv:P1 a owl:ObjectProperty .

pqv:P1 a owl:ObjectProperty .

prv:P1 a owl:ObjectProperty .

wdt:P1 a owl:ObjectProperty .

ps:P1 a owl:ObjectProperty .

pq:P1 a owl:ObjectProperty .

pr:P1 a owl:ObjectProperty .

wdno:P1 a owl:Class ;
owl:complementOf _:genid1 .

_:genid1 a owl:Restriction ;
owl:onProperty wdt:P1 ;
owl:someValuesFrom owl:Thing .

wd:P1 rdfs:label "instance of"@en ;
skos:prefLabel "instance of"@en ;
schema:name "instance of"@en .

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

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

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


[Wikidata-bugs] [Maniphest] T252443: Create dashboard to show growth of structured data on Commons over time

2020-07-20 Thread nettrom_WMF
nettrom_WMF added subscribers: Ramsey-WMF, Abit.
nettrom_WMF added a comment.


  @CBogen, @Ramsey-WMF and @Abit : head's up that this task isn't likely to go 
anywhere during the current quarter given that MediaSearch and 
Computer-Aided-Tagging are priorities. Keeping it in the "Upcoming Quarter" 
column on the PA board for now, to be revisited in Q2.

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

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

To: nettrom_WMF
Cc: Abit, Ramsey-WMF, CBogen, Akuckartz, darthmon_wmde, Nandana, JKSTNK, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
Poyekhali, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, Susannaanas, 
Ixocactus, Wong128hk, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, 
El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T230314: Show constraint violations on SDC statements

2020-07-20 Thread Ramsey-WMF
Ramsey-WMF closed this task as "Resolved".
Ramsey-WMF claimed this task.
Ramsey-WMF added a comment.


  Constraints work now and the three main icons are properly displayed (without 
weird spacing issues) as of last week.

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

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

To: Ramsey-WMF
Cc: Ramsey-WMF, Jarekt, Lucas_Werkmeister_WMDE, Multichill, Jheald, Aklapper, 
Bugreporter, CBogen, Akuckartz, darthmon_wmde, Nandana, JKSTNK, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T258442: Correctly configure WIKIBASE_HOST etc. in order to have the WDQS work with the correct URIs

2020-07-20 Thread Johentsch
Johentsch created this task.
Johentsch added projects: Wikibase-Containers, Wikidata-Query-Service, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Dear community,
  
  We are running each of the Docker-containers 
 as a separate "pod" on a Kubernetes 
cluster.  The initial setup worked just as the local one produced via 
`docker-compose`, which means with respect to the WikiDataQueryService (WDQS) 
and its frontend:
  
  - all URIs are shown as `` or accordingly
  - typing `wd:` and activating the search via Ctrl+Space works but the query 
does not match anything because `wd:` is the original Wikidata-prefix
  
  The goal of the endeavor is to reach the following:
  
  - all URIs are entered into Blazegraph with our platform's URL, e.g. 
`https://muwi.epfl.ch/entity/Q1`;
  - the prefix `wd:` should designate `https://muwi.epfl.ch/entity/`;
  - nevertheless, the search functionality needs to work;
  - as in the original WDQS, URIs beginning with the base URL should be 
displayed with the respective prefixes
  
  Regardless of having read all setup tutorials I could find, it is not clear 
to me how this can be achieved. I've tried plenty of different configurations 
but got nowhere near the desired result. Here is the configuration that looks 
most promising to me.
  
  Since `wikibase-svc`--which is the name of the Wikibase service--is the part 
in the URIs that we want to replace, it seems clear that this has to be 
replaced. The potential EnvVars where such a change might apply are (shown with 
the current configuration):
  
  - **wdqs**:
- WIKIBASE_HOST:wikibase-svc
  - **wdqs-updater**:
- WIKIBASE_HOST:muwi.epfl.ch
  - **wdqs-frontend**:
- WIKIBASE_HOST:wikibase-svc
  - **quickstatements**
- WIKIBASE_SCHEME_AND_HOST:muwi.epfl.ch
- WB_PUBLIC_SCHEME_HOST_AND_PORT:muwi.epfl.ch
  
  I should add that wikibase-svc is the service name by which containers can 
access the Wikibase. The services don't know via which URL they are being 
accessed from outside. One problem seems to lie in the fact that our URLs are 
automatically prefixed with https: and that somewhere. When I enter the first 
item, the log of wdqs-updater shows
  
19:22:57.484 [main] INFO  o.w.q.r.t.change.RecentChangesPoller - Got 1 
changes, from Q1@2@20200720192253|2 to Q1@2@20200720192253|2
19:22:57.789 [update 0] WARN  org.wikidata.query.rdf.tool.Updater - 
Contained error syncing.  Giving up on Q1
org.wikidata.query.rdf.tool.rdf.Munger$BadSubjectException: Unrecognized 
subjects:  [https://muwi.epfl.ch/entity/Q1].  Expected only sitelinks and 
subjects starting with http://muwi.epfl.ch/wiki/Special:EntityData/ and 
[http://muwi.epfl.ch/entity/]
at 
org.wikidata.query.rdf.tool.rdf.Munger$MungeOperation.finishCommon(Munger.java:941)
at 
org.wikidata.query.rdf.tool.rdf.Munger$MungeOperation.munge(Munger.java:493)
at org.wikidata.query.rdf.tool.rdf.Munger.munge(Munger.java:148)
at 
org.wikidata.query.rdf.tool.rdf.Munger.mungeWithValues(Munger.java:182)
at 
org.wikidata.query.rdf.tool.Updater.handleChange(Updater.java:421)
at 
org.wikidata.query.rdf.tool.Updater.lambda$fetchDataFromWikibaseAndMunge$7(Updater.java:305)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
  
  Then entering the first property, the log seems to show the same problem:
  
19:34:12.614 [main] INFO  o.w.q.r.t.change.RecentChangesPoller - Got 1 
changes, from P1@3@20200720193412|3 to P1@3@20200720193412|3
19:34:12.804 [update 1] INFO  o.wikidata.query.rdf.tool.rdf.Munger - 
Unrecognized subjects: [https://muwi.epfl.ch/entity/P1, 
https://muwi.epfl.ch/prop/statement/P1, https://muwi.epfl.ch/prop/reference/P1, 
https://muwi.epfl.ch/prop/qualifier/value/P1, https://muwi.epfl.ch/prop/P1, 
https://muwi.epfl.ch/prop/statement/value/P1, 
https://muwi.epfl.ch/prop/qualifier/P1, https://muwi.epfl.ch/prop/novalue/P1, 
https://muwi.epfl.ch/prop/reference/value/P1, 
https://muwi.epfl.ch/prop/direct/P1] while processing 
http://muwi.epfl.ch/entity/P1.  Expected only sitelinks and subjects starting 
with http://muwi.epfl.ch/wiki/Special:EntityData/ and 
[http://muwi.epfl.ch/entity/]
19:34:12.808 [update 1] INFO  o.wikidata.query.rdf.tool.rdf.Munger - 
Unrecognized statement: s:https://muwi.epfl.ch/entity/P1 
p:http://www.w3.org/1999/02/22-rdf-syntax-ns#type 
o:http://wikiba.se/ontology#Property
19:34:12.809 [update 1] INFO  o.wikidata.query.rdf.tool.rdf.Munger - 
Unrecognized statement: s:https://muwi.epfl.ch/entity/P1 
p:http://www.w3.org/1999/02/22-rdf-syntax-ns#type 

[Wikidata-bugs] [Maniphest] T258354: create new rate-limited bot group for Wikidata

2020-07-20 Thread Mike_Peel
Mike_Peel added a comment.


  What would happen if a bot reached a rate limit? Would its edits just be 
delayed, the same as what happens currently when maxlag is reached, or would 
the edits be dropped/result in an error message? Hopefully it would be the 
former.

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

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

To: Mike_Peel
Cc: Mike_Peel, Mohammed_Sadat_WMDE, Dipsacus_fullonum, Bugreporter, 
MisterSynergy, Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Akuckartz, 
darthmon_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] T253552: Detailed Reports from game DB

2020-07-20 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Lydia_Pintscher
  
  From what we now have on https://wd-ref-island.toolforge.org/stats.php 
(thanks @ItamarWMDE):
  
  - three .csv files are delivered here (see below):
  - `datatype_ratio.csv` - per datatype statistics (aggregated),
  - `property_ratio.csv`  - per property statistics (aggregated), and finally
  - `item_property_value_ratio.csv` - statistics for each `Item` x `Property` x 
`Extracted Value` combination.
  
  Columns:
  
  - `accepted` - number of users who have accepted the suggested value;
  - `rejected` - number of users who have rejected the suggested value;
  - `ratio` - the ratio of `accepted` to `rejected`;
  - `percent_accepted` - % of users who have accepted the suggested value;
  - `total_decisions` - total number of users who have assessed the suggested 
value (i.e. num.accepted + num.rejected observations);
  - `is_accepted` (only in `item_property_value_ratio.csv`): see 
T253552#6227594 , we decide 
to accept the suggested value, for a given property and a given item, if (1) 
there were at least 5 `total_decisions` made, and (2) `percent_accepted` is >= 
95%.
  
  Notes:
  
  - only complete observations were analyzed (e.g. if a datatype was not 
parsed, the observation was discounted; it happens only once in these datasets);
  - still no data on any external identifiers;
  - all datasets are sorted in a decreasing order of the number of 
`total_decisions` made;
  - 1162 item x property x extracted value combinations were observed in 
`item_property_value_ratio.csv`;
  - only 26 of these combinations have received >= 5 decisions;
  - only 5 of these combinations satisfy both criteria (1, 2) to be accepted.
  
  Files:
  
  F31942426: item_property_value_ratio.csv 

  
  F31942425: property_ratio.csv 
  
  F31942424: datatype_ratio.csv 

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

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

To: GoranSMilovanovic
Cc: Ladsgroup, darthmon_wmde, ItamarWMDE, Tarrow, Aklapper, Lydia_Pintscher, 
Ferdinand0101, Akuckartz, 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] T256391: Evaluate Puppeteer in EntitySchema

2020-07-20 Thread gerritbot
gerritbot added a comment.


  Change 614861 had a related patch set uploaded (by AlQaholic007; owner: 
AlQaholic007):
  [mediawiki/extensions/EntitySchema@master] WIP Puppeteer: 
SetEntitySchemaLabelDescriptionAliasesPage:Page is possible to edit schema 
identifying info
  
  https://gerrit.wikimedia.org/r/614861

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

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

To: Soham, gerritbot
Cc: Aklapper, zeljkofilipin, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T215305: "Depicts and other statements on a bicycle": Qualifiers, and search by depicts statements, and other statements

2020-07-20 Thread Ramsey-WMF
Ramsey-WMF closed subtask T216538: Get rid of the now unneeded code for nested 
checkboxes as Invalid.

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

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

To: Ramsey-WMF
Cc: Yann, Abit, Aklapper, Jdforrester-WMF, NavinRizwi, CBogen, Akuckartz, 
darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, 
E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T216538: Get rid of the now unneeded code for nested checkboxes

2020-07-20 Thread Ramsey-WMF
Ramsey-WMF closed this task as "Invalid".
Ramsey-WMF added a comment.


  None of this applies for the new search

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

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

To: Ramsey-WMF
Cc: Ramsey-WMF, Jdforrester-WMF, Aklapper, Abit, matthiasmullie, NavinRizwi, 
CBogen, Akuckartz, darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, 
PDrouin-WMF, Gq86, E1presidente, Cparle, Anooprao, SandraF_WMF, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, 
aude, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, 
Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T155425: Add monolingual language code phn (Phoenician)

2020-07-20 Thread Mbch331
Mbch331 added a comment.


  In T155425#6320407 , 
@Amire80 wrote:
  
  > Oh come on, can't we just add both phn-phnx and phn-latn?
  >
  > I'm not sure about the technical considerations, but both seem useful. It's 
a long dead language, and in the modern world both the original script and the 
transliteration is useful to users.
  
  I'm fine with that. If that is the solution for getting the language added, 
I'll make a patch to add both.

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

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

To: AyushBasral, Mbch331
Cc: Amire80, Ladsgroup, AyushBasral, Xumium, VladimirAlexiev, gerritbot, 
Esc3300, PKM, Mbch331, Lydia_Pintscher, jhsoby, GerardM, Aklapper, Bugreporter, 
Akuckartz, Soda, Chaytanya, darthmon_wmde, wiki-helenatxu, Dinadineke, 
DannyS712, Nandana, Kieubinhtb, Tks4Fish, Mh-3110, tabish.shaikh91, 
Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, D3r1ck01, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T215305: "Depicts and other statements on a bicycle": Qualifiers, and search by depicts statements, and other statements

2020-07-20 Thread Ramsey-WMF
Ramsey-WMF closed subtask T212790: OOUI workarounds required for search 
prototype as Invalid.

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

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

To: Ramsey-WMF
Cc: Yann, Abit, Aklapper, Jdforrester-WMF, NavinRizwi, CBogen, Akuckartz, 
darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, 
E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, Jane023, Wikidata-bugs, Base, 
matthiasmullie, aude, Dinoguy1000, Ricordisamoa, Wesalius, Lydia_Pintscher, 
Fabrice_Florin, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256391: Evaluate Puppeteer in EntitySchema

2020-07-20 Thread Soham
Soham updated the task description.

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

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

To: Soham
Cc: Aklapper, zeljkofilipin, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T155425: Add monolingual language code phn (Phoenician)

2020-07-20 Thread Amire80
Amire80 added a comment.


  Oh come on, can't we just add both phn-phnx and phn-latn?
  
  I'm not sure about the technical considerations, but both seem useful. It's a 
long dead language, and in the modern world both the original script and the 
transliteration is useful to users.

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

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

To: AyushBasral, Amire80
Cc: Amire80, Ladsgroup, AyushBasral, Xumium, VladimirAlexiev, gerritbot, 
Esc3300, PKM, Mbch331, Lydia_Pintscher, jhsoby, GerardM, Aklapper, Bugreporter, 
Akuckartz, Soda, Chaytanya, darthmon_wmde, wiki-helenatxu, Dinadineke, 
DannyS712, Nandana, Kieubinhtb, Tks4Fish, Mh-3110, tabish.shaikh91, 
Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, D3r1ck01, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T254968: Add monolingual language code lij-MC

2020-07-20 Thread Mbch331
Mbch331 added subscribers: Amire80, jhsoby, Mbch331.
Mbch331 added a comment.


  @Amire80  @jhsoby What's the opinion of LangCom?  And if it can be added 
which code should be used?

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

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

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


[Wikidata-bugs] [Maniphest] T258067: Game: Bug while accepting references

2020-07-20 Thread ItamarWMDE
ItamarWMDE added a comment.


  I was only able to reproduce again today, here is the API response:
  
{
"error": "generic_action failed: 
{\"action\":\"wbsetreference\",\"statement\":\"Q885643$600DC43A-9031-49A7-B141-2829E78AAC4F\",\"tags\":\"reference-game\",\"snaks\":\"{\\\"P6467\\\":[{\\\"snaktype\\\":\\\"value\\\",\\\"property\\\":\\\"P6467\\\",\\\"datavalue\\\":{\\\"type\\\":\\\"string\\\",\\\"value\\\":\\\"977db39d-5d11-4f51-82bb-181108200c36\\\"}}],\\\"P248\\\":[{\\\"snaktype\\\":\\\"value\\\",\\\"property\\\":\\\"P248\\\",\\\"datavalue\\\":{\\\"value\\\":{\\\"entity-type\\\":\\\"item\\\",\\\"numeric-id\\\":1630304,\\\"id\\\":\\\"Q1630304\\\"},\\\"type\\\":\\\"wikibase-entityid\\\"}}],\\\"P813\\\":[{\\\"snaktype\\\":\\\"value\\\",\\\"property\\\":\\\"P813\\\",\\\"datavalue\\\":{\\\"value\\\":{\\\"time\\\":\\\"+0002020-05-13T00:00:00Z\\\",\\\"timezone\\\":0,\\\"before\\\":0,\\\"after\\\":0,\\\"precision\\\":11,\\\"calendarmodel\\\":\\\"http://www.wikidata.org/entity/Q1985727\\\"},\\\"type\\\":\\\"time\\\"}}]}\",\"summary\":\"The
 Distributed Game (73): Reference hunt! #distributed-game\"}/",
"data": [],
"error2": "The statement has already a reference with hash 
fdef35c8a2acebc8a1bb19209974afadc3f67e4d",
"jle": 0,
"res":
{
"error":
{
"code": "modification-failed",
"info": "The statement has already a reference with hash 
fdef35c8a2acebc8a1bb19209974afadc3f67e4d",
"messages":
[
{
"name": "wikibase-api-modification-failed",
"parameters":
[
"The statement has already a reference with hash 
fdef35c8a2acebc8a1bb19209974afadc3f67e4d"
],
"html":
{
"*": "The statement has already a reference with 
hash fdef35c8a2acebc8a1bb19209974afadc3f67e4d"
}
}
],
"*": "See https://www.wikidata.org/w/api.php for API usage. 
Subscribe to the mediawiki-api-announce mailing list at 
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce; for 
notice of API deprecations and breaking changes."
},
"servedby": "mw1342"
},
"result": ""
}

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

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

To: ItamarWMDE
Cc: Ferdinand0101, Addshore, Lea_Lacroix_WMDE, Aklapper, ItamarWMDE, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, 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] T144272: new monolingual language code requests for Wikidata (tracking)

2020-07-20 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T241424: Add monolingual language code gil as 
Resolved.

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

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

To: Lydia_Pintscher
Cc: satdeep_gill, Lea_Lacroix_WMDE, C933103, Nikerabbit, Mbch331, 
Lydia_Pintscher, Zoranzoki21, Nikki, Amire80, jhsoby, Liuxinyu970226, GerardM, 
Aklapper, Esc3300, Akuckartz, darthmon_wmde, Nickleh, Nandana, lucamauri, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T144272: new monolingual language code requests for Wikidata (tracking)

2020-07-20 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T258331: Add monolingual language code mic as 
Resolved.

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

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

To: Lydia_Pintscher
Cc: satdeep_gill, Lea_Lacroix_WMDE, C933103, Nikerabbit, Mbch331, 
Lydia_Pintscher, Zoranzoki21, Nikki, Amire80, jhsoby, Liuxinyu970226, GerardM, 
Aklapper, Esc3300, Akuckartz, darthmon_wmde, Nickleh, Nandana, lucamauri, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T241424: Add monolingual language code gil

2020-07-20 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher added a comment.


  \o/

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

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

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


[Wikidata-bugs] [Maniphest] T258331: Add monolingual language code mic

2020-07-20 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher added a comment.


  \o/

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

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

To: Mbch331, Lydia_Pintscher
Cc: Lydia_Pintscher, Mbch331, jhsoby, Amire80, VIGNERON, Aklapper, Fralambert, 
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
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258374: Create Icinga alert for Test Wikidata dispatchlag

2020-07-20 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Campsite.

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

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

To: darthmon_wmde
Cc: Aklapper, Tarrow, 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] T255045: Upgrade WebdriverIO in the Wikibase repository

2020-07-20 Thread zeljkofilipin
zeljkofilipin updated the task description.

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

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

To: zeljkofilipin
Cc: WMDE-leszek, Addshore, zeljkofilipin, Lucas_Werkmeister_WMDE, Aklapper, 
Vidhi-Mody, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, 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] T257260: entitysources: Clean up any remainders of the legacy back/compat config in the mediawiki-config repository

2020-07-20 Thread Addshore
Addshore removed Addshore as the assignee of this task.
Addshore removed a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

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


[Wikidata-bugs] [Maniphest] T257262: entitysources: Clean up any remainders of the legacy back/compat config in Wikibase and extensions

2020-07-20 Thread Addshore
Addshore removed Addshore as the assignee of this task.
Addshore removed a project: Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

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


[Wikidata-bugs] [Maniphest] T257449: Remove WB_NO_CONFIGURE_EXAMPLE_REPO constant / hack

2020-07-20 Thread Tarrow
Tarrow added a comment.


  @Samantha_Alipio_WMDE said in the daily today that she's happy for us to go 
with the suggestion from @Lucas_Werkmeister_WMDE

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

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

To: Tarrow
Cc: Ladsgroup, Samantha_Alipio_WMDE, Tarrow, Aklapper, Lucas_Werkmeister_WMDE, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T257439: Determine possible packages to extract

2020-07-20 Thread Tarrow
Tarrow reassigned this task from Tarrow to Ladsgroup.
Restricted Application added a project: User-Ladsgroup.

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

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

To: Ladsgroup, Tarrow
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Hazizibinmahdi, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T258333: Add French namespace translations to the Wikibase repository

2020-07-20 Thread matej_suchanek
matej_suchanek added a project: good first task.

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

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

To: matej_suchanek
Cc: Eihel, Pamputt, Akuckartz, Soda, Chaytanya, Kaleem-Bhatti, darthmon_wmde, 
wiki-helenatxu, DannyS712, Nandana, Kieubinhtb, Tks4Fish, Mringgaard, Mh-3110, 
Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, JakeTheDeveloper, 
QZanden, LawExplorer, _jensen, rosalieper, D3r1ck01, Scott_WUaS, Srdjan_m, 
Jonas, MuhammadShuaib, LNDDYL, Psychoslave, Tmalhotra, SimmeD, Wikidata-bugs, 
aude, Gryllida, Shizhao, Lydia_Pintscher, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T254563: mwext-node10-rundoc-docker: Cannot find module '@storybook/addon-knobs'

2020-07-20 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  I forgot that I ever created this ticket and addressed the warning in 
https://gerrit.wikimedia.org/r/612614, only rediscovered the ticket now
  
  As written on the patch,
  
  - addon registration could should also be consolidated to one way of doing it.
  - depending on some feedback by the orginal authors the mention of knobs 
should be removed entirely or the planned knobs implemented
  
  I'm leaving the ticket open because the patch was a mere band aid but without 
really understanding what the plan was with those addons.

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

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

To: Pablo-WMDE
Cc: Aklapper, Pablo-WMDE, Akuckartz, Sarai-WMDE, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T258374: Create Icinga alert for Test Wikidata dispatchlag

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

To: Tarrow
Cc: Aklapper, Tarrow, 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] T255305: Consider if CachingEntityRevisionLookup is needed any more

2020-07-20 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Campsite.

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

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

To: darthmon_wmde
Cc: Addshore, Aklapper, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _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] T258060: localEntitySourceName is a misleading setting in some cases

2020-07-20 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Campsite.

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

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

To: darthmon_wmde
Cc: Aklapper, Addshore, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
Pablo-WMDE, 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] T256058: Extract PHP package/library X as a "subtree" from the Wikibase monorepo

2020-07-20 Thread Tarrow
Tarrow closed subtask T257439: Determine possible packages to extract as 
Resolved.

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

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

To: Tarrow
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, ItamarWMDE, Tarrow, WMDE-leszek, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T257439: Determine possible packages to extract

2020-07-20 Thread Tarrow
Tarrow moved this task from Peer Review to Done on the Wikibase Extension 
Decoupling and Registration (Sprint 3) board.
Tarrow closed this task as "Resolved".
Tarrow claimed this task.
Tarrow added a comment.


  Seems like a good candidate to me then. Maybe we keep the cache in mind as 
either a second example or if we hit a snag with this.

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

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

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

To: Tarrow
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T256058: Extract PHP package/library for "changes" as a "subtree" from the Wikibase monorepo

2020-07-20 Thread Tarrow
Tarrow renamed this task from "Extract PHP package/library X as a "subtree" 
from the Wikibase monorepo" to "Extract PHP package/library for "changes" as a 
"subtree" from the Wikibase monorepo".
Tarrow updated the task description.

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

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

To: Tarrow
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, ItamarWMDE, Tarrow, WMDE-leszek, 
Aklapper, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T258184: Call to undefined method Wikibase\Client\Hooks\OtherProjectsSidebarGenerator::buildProjectLinkSidebarFromItemId()

2020-07-20 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Campsite.

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

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

To: Lucas_Werkmeister_WMDE, darthmon_wmde
Cc: Lydia_Pintscher, Ladsgroup, Tpt, Addshore, Aklapper, 
Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, cmadeo, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, jayvdb, Ricordisamoa, 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] T257564: Migrate HtmlPageLinkRendererEndHookHandler to json

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 3) board.

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

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

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

To: Ladsgroup, Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Lucas_Werkmeister_WMDE, Aklapper, Tarrow, Ladsgroup, 
Alter-paule, Hazizibinmahdi, 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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257433: Convert Repo to use Extension Registration

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257445: Migrate Repo hooks to extension 
JSON file as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T257445: Migrate Repo hooks to extension JSON file

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Verification to Done on the 
Wikibase Extension Decoupling and Registration (Sprint 3) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Tarrow, Aklapper, Lucas_Werkmeister_WMDE, Hazizibinmahdi, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T257445: Migrate Repo hooks to extension JSON file

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257564: Migrate 
HtmlPageLinkRendererEndHookHandler to json as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Tarrow, Aklapper, Lucas_Werkmeister_WMDE, Hazizibinmahdi, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T155425: Add monolingual language code phn (Phoenician)

2020-07-20 Thread Mbch331
Mbch331 added a subscriber: Amire80.
Mbch331 added a comment.


  @Amire80 @jhsoby Can you give a final decision on behalf of LangCom?

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

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

To: AyushBasral, Mbch331
Cc: Amire80, Ladsgroup, AyushBasral, Xumium, VladimirAlexiev, gerritbot, 
Esc3300, PKM, Mbch331, Lydia_Pintscher, jhsoby, GerardM, Aklapper, Bugreporter, 
Akuckartz, Soda, Chaytanya, darthmon_wmde, wiki-helenatxu, Dinadineke, 
DannyS712, Nandana, Kieubinhtb, Tks4Fish, Mh-3110, tabish.shaikh91, 
Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, Soteriaspace, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, D3r1ck01, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256391: Evaluate Puppeteer in EntitySchema

2020-07-20 Thread gerritbot
gerritbot added a comment.


  Change 614884 had a related patch set uploaded (by AlQaholic007; owner: 
AlQaholic007):
  [mediawiki/extensions/EntitySchema@master] WIP Puppeteer: 
SetEntitySchemaLabelDescriptionAliasesPage:Page is possible to edit Schema in 
another language
  
  https://gerrit.wikimedia.org/r/614884

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

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

To: Soham, gerritbot
Cc: Aklapper, zeljkofilipin, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T256391: Evaluate Puppeteer in EntitySchema

2020-07-20 Thread zeljkofilipin
zeljkofilipin updated the task description.

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

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

To: Soham, zeljkofilipin
Cc: Aklapper, zeljkofilipin, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T258374: Create Icinga alert for Test Wikidata dispatchlag

2020-07-20 Thread darthmon_wmde
darthmon_wmde moved this task from Prioritized Tech to 
Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board.
darthmon_wmde edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

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

To: darthmon_wmde
Cc: Aklapper, Tarrow, 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] T258184: Call to undefined method Wikibase\Client\Hooks\OtherProjectsSidebarGenerator::buildProjectLinkSidebarFromItemId()

2020-07-20 Thread darthmon_wmde
darthmon_wmde moved this task from Prioritized Tech to 
Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board.
darthmon_wmde edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

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

To: Lucas_Werkmeister_WMDE, darthmon_wmde
Cc: Lydia_Pintscher, Ladsgroup, Tpt, Addshore, Aklapper, 
Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, jayvdb, Ricordisamoa, 
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] T246232: Bad Wikidata query format in DatabaseTermInLangIdsResolver::selectTermsViaJoin

2020-07-20 Thread darthmon_wmde
darthmon_wmde moved this task from Prioritized Tech to 
Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board.
darthmon_wmde edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

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

To: darthmon_wmde
Cc: Addshore, Aklapper, Marostegui, Ladsgroup, jcrespo, 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] T244001: Investigate reminding people to update `npm audit`

2020-07-20 Thread darthmon_wmde
darthmon_wmde edited projects, added Wikidata-Campsite; removed 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

To: darthmon_wmde
Cc: Tonina_Zhelyazkova_WMDE, Pablo-WMDE, Ladsgroup, Addshore, WMDE-leszek, 
Aklapper, Tarrow, Alter-paule, Beast1978, Un1tY, Akuckartz, Sarai-WMDE, 
Hook696, darthmon_wmde, Kent7301, 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, Iflorez, alaa_wmde
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258354: create new rate-limited bot group for Wikidata

2020-07-20 Thread MisterSynergy
MisterSynergy added a comment.


  Regarding the proposed solution:
  
  - "flooders" should be treated the same as bots
  - I would like to see a way to limit all other unlimited users' edit rates as 
well (sysops, apparently global rollbackers, ...). When I use my sysop account 
with QuickStatements and run a single batch, it can easily go up to 400 or 500 
edits per minute and there is no possibility for me to slow down. Not fair for 
all users without such elevated rights.
  
  It needs a thorough assessment which functionality categorically needs to be 
unlimited (mass message, nuke?, ...). Potential users of these functionality 
should be able to temporarily add no-ratelimit to their accounts *for the 
purpose of using these functions only*, and should remove it thereafter.

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

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

To: MisterSynergy
Cc: Mohammed_Sadat_WMDE, Dipsacus_fullonum, Bugreporter, MisterSynergy, 
Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Akuckartz, darthmon_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] T166427: Measure maturity/quality of Wikidata items in a way it can be queried

2020-07-20 Thread dcausse
dcausse added a comment.


  As we try to split the graph as much as we can I think the proper approach to 
this would be store this data into a dedicated graph exposed through its own 
sparql endpoint and connected to wdqs through sparql federation. In general I 
would advise against using the wikibase RDF dumps to expose such information 
but rather create a separate dataset.

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

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

To: dcausse
Cc: dcausse, Ls1g, Lydia_Pintscher, gerritbot, Esc3300, PokestarFan, Smalyshev, 
Halfak, Aklapper, Multichill, lmata, Hazizibinmahdi, CBogen, Akuckartz, 
darthmon_wmde, ET4Eva, Nandana, Namenlos314, Lahi, Gq86, Xinbenlv, Vacio, 
Darkminds3113, bkowshik, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Fz-29, 
QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, Mkdw, 
Scott_WUaS, Jonas, FloNight, Xmlizer, notconfusing, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Alchimista, He7d3r, Mbch331, Rxy
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257262: entitysources: Clean up any remainders of the legacy back/compat config in Wikibase and extensions

2020-07-20 Thread Addshore
Addshore added projects: Wikidata-Campsite, wikidata-tech-focus.

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

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

To: Addshore
Cc: Aklapper, Addshore, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
Pablo-WMDE, 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] T257260: entitysources: Clean up any remainders of the legacy back/compat config in the mediawiki-config repository

2020-07-20 Thread Addshore
Addshore added projects: Wikidata-Campsite, wikidata-tech-focus.

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

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

To: Addshore
Cc: Aklapper, Addshore, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
Pablo-WMDE, 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] T241975: entitysources: Remove old MultiRepository & PerRepository Service containers and config

2020-07-20 Thread Addshore
Addshore edited projects, added Wikidata-Campsite, wikidata-tech-focus; removed 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

To: Addshore
Cc: Ladsgroup, WMDE-leszek, Addshore, Aklapper, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, 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, 
Iflorez, alaa_wmde
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258397: Push packages to packagist

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  This tasks requires us to:
  
  - determine when and how often we should push to packagist
  - and then write the automation (CI? github action? or something) to make 
that happen

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

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

To: Tarrow
Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T258385: Remove repo only parts from EntityChange

2020-07-20 Thread Tarrow
Tarrow renamed this task from "Remove setRevisionInfo from EntityChange" to 
"Remove repo only parts from EntityChange".
Tarrow updated the task description.

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

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

To: Tarrow
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T245135: Too many values for wikibase:geoLatitude and wikibase:geoLongitude in WDQS

2020-07-20 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  This has been fixed by the latest WDQS data reload (T252068 
).

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

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

To: Gehel
Cc: Gehel, Lucas_Werkmeister_WMDE, Aklapper, Dipsacus_fullonum, CBogen, 
Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 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] T258395: Make git play nice

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Figure out how to make separate subtree include both test and includes files 
in the history if possible.
  
  Also move both of those directories in future to one. We suggested that name 
could be "Lib/packages/Changes" because "Lib/libraries" seemed confusing and 
silly.

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

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

To: Tarrow
Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T258385: Remove setRevisionInfo from EntityChange

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.

TASK DESCRIPTION
  In order to factor out EntityChange as a standalone library we should remove 
calls it makes to Repo.
  
  The only changes are made in the setRevsionInfo method.
  
  Some random ideas for what to do:
  
  - Create a new class inheriting from EntityChange in Repo to add the 
setRevisionInfo method only in Repo
  - Try to remove all setter methods and instead move the logic to the Factory
  - maybe we can extract the “setter” part and leave that in Lib, but move the 
rest of EntityChange and ClientChange to the separate package? (from 
https://phabricator.wikimedia.org/T257439#6315632)

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

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

To: Tarrow
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T258354: create new rate-limited bot group for Wikidata

2020-07-20 Thread MisterSynergy
MisterSynergy added a comment.


  In T258354#6317978 , 
@Bugreporter wrote:
  
  > Before this we should:
  >
  > - Find all bots that edits more than 90/minute
  > - Communiate to them
  
  I am already monitoring user edit rates occasionally with a custom Python 
script 
 
that reads the Wikimedia RC stream, and I have contacted several bot operators 
regarding their edit rates when I saw excessively high values. I wasn't 
particularly successful, I have to admit.
  
  Unfortunately the situation with maxlag>5 for considerable fractions of a day 
due to the WDQS bottleneck has brought us to a situation where there is sort of 
a competition for as many editing resources as possible among bot operators. As 
long as there is neither a policy enforcing a limit nor a hard technical limit, 
the greediest operator will simply win this competition. There are already 
quite some bot operators who challenge the Wikidata bot policy by editing up to 
maxlag=6 or even 7, as they probably think that nobody will notice.
  
  We also have to remember that exact throttling to a targeted edit rate is not 
simple at all. Some tools such as QuickStatements do not allow to control the 
edit rate at all and they just hammer as many edits as possible to the servers, 
particularly for users that are not rate limited; quite some bot operators 
simply use a framework such as Pywikibot and might not be overly proficient 
when it comes to throttling (although pywikibot in particular does not create 
that many issues I think); and finally, it is quite difficult to monitor the 
own edit rate at all, and to realize that one causes issues.
  
  I'm afraid I have to say that I do not see a chance for a fair distribution 
of our limited edit resources among users and bot operators as long as we do 
not have a hard technical edit rate limit.

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

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

To: MisterSynergy
Cc: Mohammed_Sadat_WMDE, Dipsacus_fullonum, Bugreporter, MisterSynergy, 
Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, Akuckartz, darthmon_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] T258390: Move CentralIdLookupFactory to MW core

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Consider asking @Legoktm for review since Matt Flaschen isn't at the WMF any 
more.
  
  Also note: T163277  and subtask 
T170996 

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

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

To: Tarrow
Cc: Aklapper, Tarrow, Legoktm, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T240831: Sometimes Q77104211 shows up in sparql query as having a wrong value for P2397, however item is deleted since December 3rd 2019

2020-07-20 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  This should be fixed by latest data reload (T252068 
). Feelf ree to reopen if that's not 
the case.

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

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

To: Gehel
Cc: Gehel, Aklapper, Mbch331, 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
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255657: Strange result in Wikidata query (full URLs given instead of identifiers)

2020-07-20 Thread dcausse
dcausse removed dcausse as the assignee of this task.

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

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

To: dcausse
Cc: dcausse, Nikki, Lucas_Werkmeister_WMDE, Aklapper, Epidosis, CBogen, 
Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, 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] T257449: Remove WB_NO_CONFIGURE_EXAMPLE_REPO constant / hack

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Backlog to Doing on the Wikibase 
Extension Decoupling and Registration (Sprint 3) board.
Lucas_Werkmeister_WMDE added a comment.


  Alright, then I’ll draft a brief announcement.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Samantha_Alipio_WMDE, Tarrow, Aklapper, Lucas_Werkmeister_WMDE, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T247300: Investigate what it takes to add a __EXPECTED_UNCONNECTED_PAGE__ magic word to exclude pages from Special:UnconnectedPages

2020-07-20 Thread darthmon_wmde
darthmon_wmde edited projects, added Wikidata-Campsite; removed 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

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


[Wikidata-bugs] [Maniphest] T258393: Change instances of MWException to be a plain Exception

2020-07-20 Thread Tarrow
Tarrow created this task.
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We don't want to depend on MW so we should throw a built-in exception.
  
  We checked and we don't need to implement some kind of "isLoggable()". the 
MWExceptionHandler already seems to do the right thing.

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

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

To: Tarrow
Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T258391: Lemma not shown when linking senses unless the sense has a definition in the current language

2020-07-20 Thread Nikki
Nikki created this task.
Nikki added a project: Wikidata Lexicographical data.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  When linking to a sense, the lemma is not shown unless there is a sense 
defined for the current language (or one of the fallback languages for the 
current language). Since the lemma is independent of the senses, I would expect 
it to always be shown.
  
  I created an example on test.wikidata.org: 
https://test.wikidata.org/w/index.php?oldid=530138
  
  When viewing it in German 
, all the lemmas 
are shown because there is a sense defined in English or German for all of them.
  
  When viewing it in English 
 or French 
, the lemma is 
not shown for the two which don't have an English definition, only the sense ID.
  
  Some ideas for what it could display:
  
  - Just the lemma without a definition, e.g. "yet another lexeme"
  - The lemma with the sense ID in brackets after it, e.g. "yet another lexeme 
(L1338-S1)"
  - The lemma with text saying there's no sense definition in the current 
language, e.g. "yet another lexeme (//English definition missing//)"

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

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

To: Nikki
Cc: Nikki, Akuckartz, darthmon_wmde, Nandana, Mringgaard, 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] T258396: Set up CI to run `git subtree push`

2020-07-20 Thread Tarrow
Tarrow added projects: Wikibase Extension Decoupling and Registration (Sprint 
3), Wikidata.

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

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

To: Tarrow
Cc: Aklapper, Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T133719: Content translation sometimes fails to add a sitelink for new articles

2020-07-20 Thread alanajjar
alanajjar added a comment.


  Hello, is there any updates around this task? before few days new complains 
raised about it on arwiki 
.
 Also using this quarry  we found 535 
pages translated via Content translation tool and linked with empty WD item (by 
bot or users) instead of item of the source article.

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

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

To: alanajjar
Cc: alanajjar, daniel, santhosh, hoo, KartikMistry, Ladsgroup, Lydia_Pintscher, 
Amire80, Jane023, Wittylama, Aklapper, Multichill, Rileych, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, 
Alfa80, LawExplorer, _jensen, rosalieper, Nizil, Scott_WUaS, Ixocactus, 
Wikidata-bugs, aude, Jsahleen, Nikerabbit, Arrbee, 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-07-20 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.
Lydia_Pintscher added a comment.


  This is a rather important service for Wikidata so it'd be <3 if we could 
figure this out.

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

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

To: Lydia_Pintscher
Cc: 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] T258385: Remove repo only parts from EntityChange

2020-07-20 Thread Tarrow
Tarrow claimed this task.
Tarrow moved this task from Backlog to Doing on the Wikibase Extension 
Decoupling and Registration (Sprint 3) board.

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

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

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

To: Tarrow
Cc: Aklapper, WMDE-leszek, ItamarWMDE, Ladsgroup, Lucas_Werkmeister_WMDE, 
Tarrow, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 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] T257795: GenerateEntityDiffPatchOperationUnitTest fails randomly

2020-07-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: 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] T257795: GenerateEntityDiffPatchOperationUnitTest fails randomly

2020-07-20 Thread gerritbot
gerritbot added a comment.


  Change 614791 had a related patch set uploaded (by Mstyles; owner: Mstyles):
  [wikidata/query/rdf@master] fix randomly failing test
  
  https://gerrit.wikimedia.org/r/614791

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

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

To: gerritbot
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
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258390: Move CentralIdLookupFactory to MW core

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Tarrow, Legoktm, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T257449: Remove WB_NO_CONFIGURE_EXAMPLE_REPO constant / hack

2020-07-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Ladsgroup, Samantha_Alipio_WMDE, Tarrow, Aklapper, Lucas_Werkmeister_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, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T257449: Remove WB_NO_CONFIGURE_EXAMPLE_REPO constant / hack

2020-07-20 Thread gerritbot
gerritbot added a comment.


  Change 614795 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Don’t configure example repo in client 
example config
  
  https://gerrit.wikimedia.org/r/614795

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Ladsgroup, Samantha_Alipio_WMDE, Tarrow, Aklapper, Lucas_Werkmeister_WMDE, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, 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-07-20 Thread Pintoch
Pintoch added a comment.


  Thanks a lot @Lydia_Pintscher !
  
  I have also used this opportunity to optimize the service and deploy it with 
ASGI, which Toolforge does not support as far as I know. Perhaps this is an 
indication that this should rather be a Cloud VPS project, where we would be 
more in control of the deployment. But this would still live behind an HTTPS 
proxy. At the moment my priority is to make sure there is one reliable instance 
out there, where I can fix any issue directly.

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

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

To: Pintoch
Cc: 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] T258395: Make git play nice

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Backlog to Doing on the Wikibase 
Extension Decoupling and Registration (Sprint 3) board.
Lucas_Werkmeister_WMDE added a comment.


  I’ve been playing with `git subtree` and found something that works. 
Basically, it’s a bunch of `git subtree split`s (or `push`es), wired together 
using `git replace` – two `git replace`s are necessary to connect the history 
past the changes → Changes directory rename 
, and 
one `git replace` connects the those old histories to the new history where in 
Wikibase.git the library is now under `lib/packages/changes/`. `git replace` 
refs are not pushed or pulled by default, but can be transferred explicitly, so 
we would add something to the README advising users to run `git fetch origin 
'refs/replace/*:refs/replace/*'` if they want nice Git history (compare 
ceylon.formatter instructions 
).
  
  1. anywhere: `git init /tmp/changes` (git subtree push does not initialize 
the target repo if it doesn’t exist yet, but only tells you this //after// it 
went through all the git history work (which takes a few minutes), which is 
irritating)
  2. in Wikibase: `git subtree push -P lib/includes/Changes/ /tmp/changes/ main`
  3. in Wikibase: `mkdir lib/includes/changes/` (otherwise, `git subtree push 
-P lib/includes/changes/` will refuse to work)
  4. in Wikibase: `git subtree push -P lib/includes/changes/ /tmp/changes/ 
lcase`
  5. in changes: `GIT_EDITOR='sed -i "/^tree/ a parent $(git rev-parse lcase)"' 
git replace --edit de3d9cd700` – de3d9cd700 is the root commit of the initially 
extracted history, where `lib/includes/changes/` became 
`lib/includes/Changes/`; “edit” it to add the last commit of the second 
extracted history, for `lib/includes/changes/`, as its parent
  6. in Wikibase: `git subtree push -P lib/tests/phpunit/Changes/ /tmp/changes 
tests`
  7. in Wikibase: `mkdir lib/tests/phpunit/changes/`
  8. in Wikibase: `git subtree push -P lib/tests/phpunit/changes/ /tmp/changes 
tests-lcase`
  9. in changes: `GIT_EDITOR='sed -i "/^tree/ a parent $(git rev-parse 
tests-lcase)"' git replace --edit 2fdc9baef4`
  10. in changes: `git checkout -b merged "$(git commit-tree "$(printf '04 
tree %s\t%s\n' "$(git rev-parse main^{tree})" src "$(git rev-parse 
tests^{tree})" tests | git mktree)" -p main -p tests -m 'Merge src and tests 
histories')"` – create a new tree which mounts the `main and `tests` branches 
as `src/` and `tests/` directories; create a new commit from that tree; check 
that commit out as a new branch
  11. in Wikibase: `mkdir -p lib/packages/changes/ && git mv 
lib/includes/Changes/ lib/packages/changes/src/ && git mv 
lib/tests/phpunit/Changes/ lib/packages/changes/tests/ && git commit -m 'Move 
Changes files'`
  12. in Wikibase: `git subtree push -P lib/packages/changes/ /tmp/changes/ 
moved`
  13. in changes: `git replace moved merged`
  
  And now, any further commits made that affect `lib/packages/changes/` (I 
tested with an “Add README”) can be pushed using `git subtree push -P 
lib/packages/changes/ /tmp/changes/ moved`, and the history will do the right 
thing.
  
  That said, this isn’t a very nice history – because `src/` and `tests/` were 
exported separately, there are two copies of most commits, one touching `src/` 
and the other touching `tests/`. I’ll see if I can find a solution for that – 
maybe it can be done using `git filter-branch` instead of `git subtree split`, 
“filtering” the working tree by removing all directories except the few that we 
want to keep. (Doing this via the real `git filter-branch` promises to be 
extremely slow, because it would actually check out the full working tree each 
time and then shell out to `/bin/rm` to remove it again, but I remember hearing 
about a utility that should be able to do it faster.)

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, 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] T258395: Make git play nice

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Yes, git filter-repo  worked 
//very// nicely (and finished in less than four seconds, extremely impressive):
  
  1. in /tmp: `git clone wmge:Wikibase.git` – clone a fresh Wikibase whose 
history we can mess with; your clone syntax may vary, I configured 

 wmge: as Wikimedia gerrit extensions
  2. in /tmp/Wikibase: `git-filter-repo --path lib/includes/changes/ --path 
lib/includes/Changes/ --path lib/tests/phpunit/changes/ --path 
lib/tests/phpunit/Changes/ --path-rename lib/includes/changes:src --path-rename 
lib/includes/Changes:src --path-rename lib/tests/phpunit/changes:tests 
--path-rename lib/tests/phpunit/Changes:tests` – rewrite the history to keep 
only the changes directories, and rename them into their new locations
  3. steps 11 and 12 from the other list (but pushing to /tmp/Wikibase instead 
of /tmp/changes)
  4. in /tmp/Wikibase: `git replace moved master`
  
  And now, like before, any further changes commits can be pushed with `git 
subtree push`, and the history will do the right thing, thanks to the `git 
replace`. (At some point, you’ll want to get rid of the current `master` branch 
and rename `moved` to `master`, because `moved` is where the history continues.)
  
  (Also, `git filter-repo` preserves all the other branches – wmf/, REL_, and 
some random stuff we should probably throw away even in Wikibase? – which we 
probably want to delete.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Tarrow, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, 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] T257449: Remove WB_NO_CONFIGURE_EXAMPLE_REPO constant / hack

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Doing to Peer Review on the 
Wikibase Extension Decoupling and Registration (Sprint 3) board.
Lucas_Werkmeister_WMDE added a comment.


  Announcement sent 
 
(not so brief after all, I guess).

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ladsgroup, Samantha_Alipio_WMDE, Tarrow, Aklapper, Lucas_Werkmeister_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, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258395: Make git play nice

2020-07-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  As for the directory name within Wikibase, maybe it should be closer to the 
packagist package name? I assume that will be something like 
`wikibase/changes`, so maybe the directory would be 
`lib/packages/wikibase/changes`? (I imagine we might also extract some packages 
into the wmde namespace instead of wikibase, so we probably don’t want to 
remove the “wikibase” path component.) Or possibly just 
`packages/wikibase/changes`, without `lib`.

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

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

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