[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread ItamarWMDE
ItamarWMDE closed this task as "Resolved".
ItamarWMDE moved this task from Up for review to Done on the Wikibase Service 
Migration board.

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

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

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

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


[Wikidata-bugs] [Maniphest] T277572: Move WikibaseClient DataAccessLanguageFallbackChain to service container

2021-03-17 Thread ItamarWMDE
ItamarWMDE closed this task as "Resolved".

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

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

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


[Wikidata-bugs] [Maniphest] T277060: Move the Query Builder repository to Gerrit

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T277060: Move the Query Builder repository to Gerrit

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673183 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [integration/config@master] Introduce query-builder job so it can use npm 
6.14.* instead
  
  https://gerrit.wikimedia.org/r/673183

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

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

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


[Wikidata-bugs] [Maniphest] T199896: API: Support editing statements on senses via wbeditentity

2021-03-17 Thread Mahir256
Mahir256 added a comment.


  I would like to assemble a JSON string with which to generate a lexeme using 
a single wbeditentity call.
  
  JSON strings of the following form did work prior to this change (with no 
statements on forms or senses):
  
{"lexicalCategory": "Q34698", "language": "Q9610", "type": "lexeme",
 "lemmas": {"bn": {"value": "\u09a6\u09cd\u09b0\u09c1\u09a4", "language": 
"bn"}},
 "forms": [{"representations": {"bn": {"value": 
"\u09a6\u09cd\u09b0\u09c1\u09a4", "language": "bn"}}, "grammaticalFeatures": 
["Q3482678"], "add": ""}],
 "senses": [{"glosses": {"bn": {"value": "\u09aa\u09cd\u09b0\u09a5\u09ae 
\u0985\u09b0\u09cd\u09a5", "language": "bn"}}, "add": ""}]}
  
  After the deployment of wmf.35 to Wikidata I tried to add statements (with 
qualifiers, if that matters) to a similar JSON string:
  
{"lexicalCategory": "Q34698", "language": "Q33173", "type": "lexeme",
 "lemmas": {"ctg": {"value": "\u0985\u0993\u09a1\u09cd\u09af\u09be", 
"language": "ctg"}},
 "forms": [{"representations": {"ctg": {"value": 
"\u0985\u0993\u09a1\u09cd\u09af\u09be", "language": "ctg"}}, 
"grammaticalFeatures": ["Q3482678"], "add": ""}],
 "senses": [{"glosses": {"bn": {"value": "\u098f\u09a4 \u09ac\u09a1\u09bc", 
"language": "bn"}}, "add": "",
"claims": [{"type": "statement", "mainsnak": {"snaktype": "value", 
"property": "P1343", "datatype": "wikibase-item", "datavalue": {"value": 
{"entity-type": "item", "numeric-id": 25586900, "id": "Q25586900"}, "type": 
"wikibase-entityid"}}, "rank": "normal",
  "qualifiers": [{"snaktype": "value", "property": "P304", "datatype": 
"string", "datavalue": {"value": "1", "type": "string"}}]}, "qualifiers-order": 
["P304"]}]}]}
  
  but am being greeted with "Statement GUID can not be parsed". After some 
tinkering around to try to make something happen, a lexeme did get created as 
L447292 (albeit without the sense); trying to add just the sense to that lexeme 
using wbeditentity is greeting me with the same message.
  
  It is clearly possible to assemble entire items in a single go (that's at 
least what QuickStatements is able to do); here's hoping this will soon be 
entirely possible with lexemes.

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

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

To: Jakob_WMDE, Mahir256
Cc: Mahir256, amy_rc, Lea_Lacroix_WMDE, Scott_WUaS, robertvazan, Tpt, 
Lydia_Pintscher, WMDE-leszek, Addshore, Lucas_Werkmeister_WMDE, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Bodhisattwa, Jonas, abian, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277722: TypeError: this._languageCodes is undefined at getLanguageNameMap

2021-03-17 Thread thcipriani
thcipriani added a comment.


  > This is presumably a wikidata.org only bug so I don't think this needs to 
block the current train but does block the next train given this is a new error 
with comparatively large logspam potential.
  
  Done.

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

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

To: thcipriani
Cc: thcipriani, Aklapper, Jdlrobson, maantietaja, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Addshore, Mbch331, Jay8g, AMooney
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277722: TypeError: this._languageCodes is undefined at getLanguageNameMap

2021-03-17 Thread thcipriani
thcipriani added a parent task: T274940: 1.36.0-wmf.36 deployment blockers.
Restricted Application added a project: wdwb-tech-focus.

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

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

To: thcipriani
Cc: thcipriani, Aklapper, Jdlrobson, maantietaja, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Addshore, Mbch331, Jay8g, AMooney
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277722: TypeError: this._languageCodes is undefined at getLanguageNameMap

2021-03-17 Thread Jdlrobson
Jdlrobson added a project: Wikidata-Campsite.
Restricted Application added a project: Wikidata.

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

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

To: Jdlrobson
Cc: thcipriani, Aklapper, Jdlrobson, maantietaja, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g, AMooney
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T275251: Rest Search API is not wikidata aware (only accepts queries beginning with Q)

2021-03-17 Thread LGoto
LGoto moved this task from Needs Analysis to Blocked on Others on the 
Readers-Web-Backlog (Kanbanana-FY-2020-21) board.
LGoto added a comment.


  Web team would like to discuss the status of this with the associated teams.

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

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

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

To: LGoto
Cc: LGoto, Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, 
Jdlrobson, Selby, caldera, maantietaja, Akuckartz, Demian, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, pmiazga, LawExplorer, Winter, JJMC89, Iniquity, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Volker_E, Niedzielski, 
Izno, abian, Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T275251: Rest Search API is not wikidata aware (only accepts queries beginning with Q)

2021-03-17 Thread LGoto
LGoto added a project: Readers-Web-Backlog (Kanbanana-FY-2020-21).

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

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

To: LGoto
Cc: Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, 
Jdlrobson, Selby, caldera, maantietaja, Akuckartz, Demian, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, pmiazga, LawExplorer, Winter, JJMC89, Iniquity, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Volker_E, Niedzielski, 
Izno, abian, Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673042 had a related patch set uploaded (by Itamar Givon; owner: 
Itamar Givon):
  [mediawiki/extensions/Wikibase@master] Create Factory classes for 
PrefetchingTermLookup and SingleEntitySourceServices
  
  https://gerrit.wikimedia.org/r/673042

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

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

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


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2021-03-17 Thread Multichill
Multichill reopened this task as "Open".
Multichill added a comment.


  In T258776#6921752 , 
@CBogen wrote:
  
  > I'm going to close this as a duplicate of T277665 
 as that is what we see as the 
practical solution to this problem. Please re-open if you don't think that will 
solve your use case.
  
  This is clearly not a duplicate because this task is about the Wikidata RDF 
and T277665  is about Commons RDF.

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

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

To: Multichill
Cc: CBogen, Fuzheado, Jane023, Multichill, Lydia_Pintscher, Spinster, 
FRomeo_WMF, GFontenelle_WMF, dcausse, Jarekt, Librarian_lena, 
Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, MPhamWMF, maantietaja, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, abian, 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] T226097: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-03-17 Thread Addshore
Addshore moved this task from Legacy Backlog to backlog on the wdwb-tech-focus 
board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

To: Addshore
Cc: Addshore, Aklapper, Matthias_Geisler_WMDE, maantietaja, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, 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] T226097: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-03-17 Thread Addshore
Addshore added a comment.


  I can confirm this still happens
  
Using 1 worker with 2048MB memory limit
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
 DONE  Compiled successfully in 14468ms10:11:45 AM

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

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

To: Addshore
Cc: Addshore, Aklapper, Matthias_Geisler_WMDE, maantietaja, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, 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] T226097: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-03-17 Thread Addshore
Addshore triaged this task as "Low" priority.

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

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

To: Addshore
Cc: Addshore, Aklapper, Matthias_Geisler_WMDE, maantietaja, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, 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] T277541: TypeError: item is null at _initMenu/

2021-03-17 Thread Addshore
Addshore moved this task from Legacy Backlog to backlog on the wdwb-tech-focus 
board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

To: Addshore
Cc: Aklapper, Jdlrobson, Mengs21, maantietaja, EgbeRef, Vaibhav0199, Akuckartz, 
Tinzawoo533, darthmon_wmde, Onmir, DannyS712, Nandana, Mh-3110, Amorymeltzer, 
Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, enigmaeth, rohitt, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Dixtosa, Verdy_p, abian, 
Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Jdforrester-WMF, Addshore, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258628: Fatal error: Call to getFullURL() on null (in Wikibase repo EntityDataRequestHandler.php)

2021-03-17 Thread Addshore
Addshore moved this task from Legacy Backlog to backlog on the wdwb-tech-focus 
board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

To: Addshore
Cc: Umherirrender, Jakob_WMDE, Addshore, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
mdaniels5757, jeena, Aklapper, maantietaja, Akuckartz, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, Ricordisamoa, 
Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T211800: Resolve ambiguity of entity ID prefixes used on Commons.

2021-03-17 Thread Addshore
Addshore closed this task as "Invalid".
Addshore added a comment.


  The bulk of the work on this topic was already complete.
  The status quo is that entities currently exist once within the Wikimedia 
landscape, and thus "entity ID prefixes" are not used.
  This topic, though not related to commons, will come up again in another form 
when we tackled federated properties pt2

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

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

To: Addshore
Cc: Jheald, matthiasmullie, Smalyshev, Lydia_Pintscher, Addshore, MarkTraceur, 
WMDE-leszek, Cparle, Jdforrester-WMF, Abit, EBjune, Ramsey-WMF, Aklapper, 
daniel, GFontenelle_WMF, maantietaja, FRomeo_WMF, Muchiri124, CBogen, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, lucamauri, Lahi, Gq86, 
E1presidente, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, 
Acer, LawExplorer, Salgo60, Silverfish, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Susannaanas, Ixocactus, Wong128hk, abian, Jane023, 
Wikidata-bugs, Base, aude, El_Grafo, Dinoguy1000, Ricordisamoa, Wesalius, 
Raymond, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T214075: Enable federated access to entities and properties from Wikidata to Commons

2021-03-17 Thread Addshore
Addshore closed subtask T211800: Resolve ambiguity of entity ID prefixes used 
on Commons. as "Invalid".
Restricted Application added a project: Structured-Data-Backlog.

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

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

To: Jdforrester-WMF, Addshore
Cc: Yann, Stashbot, gerritbot, Aklapper, Jdforrester-WMF, maantietaja, CBogen, 
Akuckartz, Edtadros, Nandana, Lahi, PDrouin-WMF, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, V4switch, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wong128hk, Abit, abian, Wikidata-bugs, matthiasmullie, aude, 
Fabrice_Florin, Matanya, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T212144: Allow access to MediaInfo from wikitext on Commons

2021-03-17 Thread Addshore
Addshore closed subtask T211800: Resolve ambiguity of entity ID prefixes used 
on Commons. as "Invalid".

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

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

To: Addshore
Cc: Jheald, Ramsey-WMF, Cparle, Jdforrester-WMF, Aklapper, maantietaja, CBogen, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T205268: Many services in GenericServices are not actually that generic.

2021-03-17 Thread Addshore
Addshore closed this task as "Invalid".
Addshore added a comment.


  T276545: Remove GenericServices 

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

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

To: Addshore
Cc: ItamarWMDE, WMDE-leszek, Addshore, Aklapper, maantietaja, Akuckartz, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, abian, 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] T260431: Move `getLanguageFallbackChainFactory` from `GenericServices`

2021-03-17 Thread Addshore
Addshore closed this task as "Invalid".
Addshore added a comment.


  T276545: Remove GenericServices 

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

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

To: WMDE-leszek, Addshore
Cc: Lucas_Werkmeister_WMDE, Aklapper, Addshore, WMDE-leszek, ItamarWMDE, 
maantietaja, Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, 
abian, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T205268: Many services in GenericServices are not actually that generic.

2021-03-17 Thread Addshore
Addshore closed subtask T260431: Move `getLanguageFallbackChainFactory` from 
`GenericServices` as "Invalid".

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

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

To: Addshore
Cc: ItamarWMDE, WMDE-leszek, Addshore, Aklapper, maantietaja, Akuckartz, 
darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, abian, 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] T277691: Argument 1 passed to DataValues\Geo\Values\LatLongValue::__construct() must be of the type float, string given

2021-03-17 Thread Addshore
Addshore moved this task from Blocked to backlog on the wdwb-tech-focus board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

To: Addshore
Cc: Addshore, WMDE-leszek, Aklapper, brennen, MPhamWMF, maantietaja, CBogen, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
EBjune, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, MaxSem, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277691: Argument 1 passed to DataValues\Geo\Values\LatLongValue::__construct() must be of the type float, string given

2021-03-17 Thread brennen
brennen added a project: User-brennen.
Restricted Application added a project: wdwb-tech-focus.

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

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

To: brennen
Cc: Aklapper, brennen, MPhamWMF, maantietaja, CBogen, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, Addshore, MaxSem, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277691: Argument 1 passed to DataValues\Geo\Values\LatLongValue::__construct() must be of the type float, string given

2021-03-17 Thread brennen
brennen created this task.
brennen added projects: Wikimedia-production-error, Wikidata-Campsite, GeoData.
Restricted Application added a subscriber: Aklapper.
Restricted Application added projects: Wikidata, Discovery-Search.

TASK DESCRIPTION
  Error
  -
  
  `MediaWiki version:`  **`1.36.0-wmf.34`**
  
  name=message
Argument 1 passed to DataValues\Geo\Values\LatLongValue::__construct() must 
be of the type float, string given, called in 
/srv/mediawiki/php-1.36.0-wmf.34/vendor/data-values/geo/src/Values/GlobeCoordinateValue.php
 on line 223
  
  
  
  Impact
  --
  
  Unknown.
  
  Presumably if a value can't be passed the user should receive feedback to 
that effect.
  
  Notes
  -
  
  6 of these in the last ~4 hours.

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

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

To: brennen
Cc: Aklapper, brennen, MPhamWMF, maantietaja, CBogen, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Jdforrester-WMF, MaxSem, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-17 Thread Addshore
Addshore closed this task as "Invalid".
Addshore added a comment.


  Run an empty blazegraph container.
  
docker run -d -p : --env WIKIBASE_SCHEME=https --env 
WIKIBASE_HOST=intentionally-empty.wiki.opencura.com --env WDQS_HOST=localhost 
--env WDQS_PORT= --name demo-wdqs wikibase/wdqs:0.3.40 /runBlazegraph.sh
  
  Wait for the service to come up, and make sure it is empty
  
curl 
"localhost:/bigdata/sparql?query=SELECT%20%2A%20WHERE%20%7B%3Fa%20%3Fb%20%3Fc%7D"
  
  You should see something like this
  










  
  Run the updater once pointing to some wikibase, and the query service we just 
made
  
docker exec demo-wdqs /runUpdate.sh
  
  You should see something like this, and you can kill / stop it after a few 
loops (Ctrl+C)
  
wait-for-it.sh: waiting 300 seconds for 
intentionally-empty.wiki.opencura.com:80
wait-for-it.sh: intentionally-empty.wiki.opencura.com:80 is available after 
0 seconds
wait-for-it.sh: waiting 300 seconds for localhost:
wait-for-it.sh: localhost: is available after 0 seconds
Updating via http://localhost:/bigdata/namespace/wdq/sparql
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
18:00:17.284 [main] INFO  org.wikidata.query.rdf.tool.Update - Starting 
Updater 0.3.40 (a115a80eec974454d140389e1f52aad0e54913f9)
18:00:18.959 [main] INFO  o.w.q.r.t.change.ChangeSourceContext - Checking 
where we left off
18:00:18.960 [main] INFO  o.w.query.rdf.tool.rdf.RdfRepository - Checking 
for left off time from the updater
18:00:19.267 [main] INFO  o.w.query.rdf.tool.rdf.RdfRepository - Checking 
for left off time from the dump
18:00:19.333 [main] INFO  o.w.q.r.t.change.ChangeSourceContext - Defaulting 
start time to 30 days ago: 2021-02-15T18:00:19.333Z
18:00:20.452 [main] INFO  o.w.q.r.t.change.RecentChangesPoller - Got no 
real changes
18:00:20.780 [main] INFO  org.wikidata.query.rdf.tool.Updater - Polled up 
to 2021-02-15T18:00:19.333Z at (0.0, 0.0, 0.0) updates per second and (0.0, 
0.0, 0.0) milliseconds per second
18:00:21.066 [main] INFO  o.w.q.r.t.change.RecentChangesPoller - Got no 
real changes
18:00:21.067 [main] INFO  org.wikidata.query.rdf.tool.Updater - Sleeping 
for 10 secs
18:00:31.661 [main] INFO  o.w.q.r.t.change.RecentChangesPoller - Got no 
real changes
18:00:31.662 [main] INFO  org.wikidata.query.rdf.tool.Updater - Sleeping 
for 10 secs
  
  Run the updater again.
  
docker exec demo-wdqs /runUpdate.sh
  
  This time you should see the error
  
wait-for-it.sh: waiting 300 seconds for 
intentionally-empty.wiki.opencura.com:80
wait-for-it.sh: intentionally-empty.wiki.opencura.com:80 is available after 
0 seconds
wait-for-it.sh: waiting 300 seconds for localhost:
wait-for-it.sh: localhost: is available after 0 seconds
Updating via http://localhost:/bigdata/namespace/wdq/sparql
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
18:00:55.545 [main] INFO  org.wikidata.query.rdf.tool.Update - Starting 
Updater 0.3.40 (a115a80eec974454d140389e1f52aad0e54913f9)
18:00:57.495 [main] INFO  o.w.q.r.t.change.ChangeSourceContext - Checking 
where we left off
18:00:57.496 [main] INFO  o.w.query.rdf.tool.rdf.RdfRepository - Checking 
for left off time from the updater
18:00:57.996 [main] INFO  o.w.query.rdf.tool.rdf.RdfRepository - Found left 
off time from the updater
18:00:58.000 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during 
initialization.
java.lang.IllegalStateException: RDF store reports the last update time is 
before the minimum safe poll time.  You will have to reload from scratch or you 
might have missing data.
at 
org.wikidata.query.rdf.tool.change.ChangeSourceContext.getStartTime(ChangeSourceContext.java:100)
at org.wikidata.query.rdf.tool.Update.initialize(Update.java:145)
at org.wikidata.query.rdf.tool.Update.main(Update.java:98)
Exception in thread "main" java.lang.IllegalStateException: RDF store 
reports the last update time is before the minimum safe poll time.  You will 
have to reload from scratch or you might have missing data.
at 
org.wikidata.query.rdf.tool.change.ChangeSourceContext.getStartTime(ChangeSourceContext.java:100)
at org.wikidata.query.rdf.tool.Update.initialize(Update.java:145)
at org.wikidata.query.rdf.tool.Update.main(Update.java:98)
  
  This is because the timestamp recording where updates are has been set, and 
is no longer "safe".
  
  This can be seen as a triple, and is by default 30 days ago.
  
curl 
"localhost:/bigdata/sparql?query=SELECT%20%2A%20WHERE%20%7B%3Fa%20%3Fb%20%3Fc%7D"
  
  
  







[Wikidata-bugs] [Maniphest] T254334: WikibaseClient wblistentityusage API module throws RuntimeException when used as generator

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Dipsacus_fullonum, Lucas_Werkmeister_WMDE, Aklapper, maantietaja, 
Akuckartz, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, Addshore, Mbch331, 
Jay8g, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277572: Move WikibaseClient DataAccessLanguageFallbackChain to service container

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T273447: Implement ADR-0016 for Secondary CI in Wikibase (Use Github Actions)

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.36; 
2021-03-23); removed MW-1.36-notes (1.36.0-wmf.35; 2021-03-16).

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

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

To: noarave, ReleaseTaggerBot
Cc: Tonina_Zhelyazkova_WMDE, Addshore, Aklapper, maantietaja, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 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] T277572: Move WikibaseClient DataAccessLanguageFallbackChain to service container

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.36; 2021-03-23).

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.36; 2021-03-23).

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

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

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


[Wikidata-bugs] [Maniphest] T277572: Move WikibaseClient DataAccessLanguageFallbackChain to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673008 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] client: remove 
WikibaseClient::getDataAccessLanguageFallbackChain()
  
  https://gerrit.wikimedia.org/r/673008

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

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

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


[Wikidata-bugs] [Maniphest] T277662: latest all rdf dump: bad IRI scheme

2021-03-17 Thread hoo
hoo added a comment.


  In T277662#6922286 , 
@Addshore wrote:
  
  > @hoo I think I saw another ticket realting to something odd going on in 
dump recently?
  > Is this also related?
  
  I'm not sure yet… I'm currently trying to see what exactly is wrong here 
(extracting the relevant parts on stat1007), but yes, this could also be a 
shard concatenation problem.

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

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

To: hoo
Cc: Addshore, hoo, Andrawaag, jjkoehorst, Aklapper, maantietaja, jannee_e, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, abian, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T274821: Update data-values/* in mediawiki-vendor

2021-03-17 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE moved this task from Doing to Peer Review on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Tonina_Zhelyazkova_WMDE added a comment.


  https://github.com/wmde/Time/pull/156 - `data-values/time` needs an update 
before we can start with `mediawiki/vendors` -> moving to review

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

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Jdforrester-WMF, Aklapper, Reedy, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Eladio.15, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277565: Misleading markup placements when querying items located around the 180th meridian

2021-03-17 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Lea_Lacroix_WMDE, dcausse, Aklapper, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, abian, 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] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-17 Thread Addshore
Addshore added a comment.


  > java.lang.IllegalStateException: RDF store reports the last update time is 
before the minimum safe poll time.  You will have to reload from scratch or you 
might have missing data.
  
  This again suggests that your updater was not running for a period of time.
  
  In T186161#6915650 , 
@Addshore wrote:
  
  >> java.lang.IllegalStateException: RDF store reports the last update time is 
before the minimum safe poll time. You will have to reload from scratch or you 
might have missing data.
  >
  > Mentioned above, but you either need a reload or to reset the time if you 
haven't made any changes since the last update that need loading
  > T197658#4577721 
  
  I'm going to try and write a minimal example of this and the fix right now.

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

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

To: Addshore
Cc: RShigapov, danshick-wmde, Samantha_Alipio_WMDE, darthmon_wmde, WMDE-leszek, 
Superraptor123, Tinyttt, Louperivois, Jsamwrites, Considering.Different.Routes, 
DarTar, Addshore, Andrawaag, Aklapper, maantietaja, Akuckartz, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, abian, despens, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273447: Implement ADR-0016 for Secondary CI in Wikibase (Use Github Actions)

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 672780 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove travis_branch from install.sh
  
  https://gerrit.wikimedia.org/r/672780

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

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

To: noarave, gerritbot
Cc: Tonina_Zhelyazkova_WMDE, Addshore, Aklapper, maantietaja, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 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] T277565: Misleading markup placements when querying items located around the 180th meridian

2021-03-17 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE added a subscriber: Lydia_Pintscher.
Lea_Lacroix_WMDE added a comment.


  @Lydia_Pintscher can we have a look at this at some point?

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

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

To: Lea_Lacroix_WMDE
Cc: Lydia_Pintscher, Lea_Lacroix_WMDE, dcausse, Aklapper, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, abian, 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] T212282: Timeout in Special Page Constraints check for France (Q142)

2021-03-17 Thread Addshore
Addshore changed the task status from "Open" to "Stalled".
Addshore moved this task from Legacy Backlog to Blocked on the wdwb-tech-focus 
board.
Addshore added a comment.


  This is blocked on:
  T214362 : RFC: Store 
WikibaseQualityConstraint check data in persistent storage
  T201150 : Regularly run constraint 
checks for all items
  T204024 : Store 
WikibaseQualityConstraint check data in persistent storage instead of in the 
cache
  
  Once persistent storage and checks in jobs is fully done we should no longer 
see timesouts

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

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

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

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


[Wikidata-bugs] [Maniphest] T277662: latest all rdf dump: bad IRI scheme

2021-03-17 Thread Addshore
Addshore added subscribers: hoo, Addshore.
Addshore added a comment.


  @hoo I think I saw another ticket realting to something odd going on in dump 
recently?
  Is this also related?

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

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

To: Addshore
Cc: Addshore, hoo, Andrawaag, jjkoehorst, Aklapper, maantietaja, jannee_e, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, abian, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T129325: etags for wikidata API

2021-03-17 Thread Addshore
Addshore closed this task as "Declined".
Addshore added a comment.


  This is not something that we are going to consider with the existing Action 
API.
  However things like this have been considered in the design of the new REST 
API

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

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

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


[Wikidata-bugs] [Maniphest] T277362: Deprecation warning client-repo wikitext link

2021-03-17 Thread daniel
daniel added a comment.


  Thank you for your response,  @brennen!
  
  In T277362#6922054 , 
@brennen wrote:
  
  > 1. Deployers have no way to know in the moment that something is only a 
deprecation warning with no other consequences.  If a warning isn't material to 
production health, it should probably either be labeled in a way that makes 
that extremely clear, or be sent to some channel that isn't surfaced where 
deployers are looking for signs of production breakage.
  
  In my mind, deprecation warnings should never be material to production 
health. They exist in order to warn //before// things break. So perhaps they 
should be channeled elsewhere. But we would have to make sure that they are 
still noticed, and bugs still get filed. They should definitely not be ignored 
or allowed to pile up.
  
  > 2. If there's ever a conversation about whether something might become a 
train blocker, RelEng would greatly appreciate if we were looped into the 
discussion by having it surfaced on the blocker task. Please see 
Deployments/Risky change template 
. We can 
and will improve our documentation about this. (See T273802 
.)
  
  Duly noted. We had a couple of such risky patches a while ago, around 
ParserCache. We did not think of this patch here as risky, precisely because it 
only introduced warnings, and did not break behavior.
  
  > 3. It is undeniably true that we sometimes halt the train on things which 
are "only" logspam.  Partly this is because it's hard for us to tell the 
difference without developer input. Partly this is because halting the train is 
the only way we can get enough of them fixed to keep production logspam down to 
tolerable levels.
  
  I'm not complaining that it's broken, I'm thinking about ways to improve it. 
And there are certainly different kinds of "warnings" - e.g. a "notice" about 
accessing an undefined array key may have very serious implications, depending 
on how that value is being used. I'm trying to think of a better channel for 
things that should be fixed asap but are not a danger to the life site. Fixing 
deprecation warnings isn't nice to have, it should be high priority. But it's 
not UBN, and it should not block the train. Maybe a separate log channel would 
be the way to go.

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

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

To: Ladsgroup, daniel
Cc: thcipriani, dancy, Legoktm, RhinosF1, brennen, Lucas_Werkmeister_WMDE, 
Ladsgroup, Addshore, hoo, daniel, WMDE-leszek, toan, Aklapper, maantietaja, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T233520: page_props wikibase_item is sometimes not added to client pages when a sitelink is added on a repo

2021-03-17 Thread Addshore
Addshore moved this task from Research to backlog on the wdwb-tech-focus board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

To: Addshore
Cc: CCicalese_WMF, Kizule, Tacsipacsi, Bencemac, Urbanecm, RolandUnger, 
Ladsgroup, Lea_Lacroix_WMDE, LibrErli, tstarling, aaron, WMDE-leszek, Addshore, 
Lydia_Pintscher, Lucas_Werkmeister_WMDE, Jheald, Aklapper, Mike_Peel, 
maantietaja, Muchiri124, Hazizibinmahdi, CBogen, Akuckartz, WDoranWMF, 
holger.knust, EvanProdromou, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, Jonas, Ixocactus, Wong128hk, 
abian, Wikidata-bugs, aude, El_Grafo, Dinoguy1000, Steinsplitter, Mbch331, 
Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T276540: Remove CompactEntitySerializer from WikibaseServices

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T276543: Remove CompactBaseDataModelSerializerFactory from WikibaseServices

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T277619: Add lexeme language code `bas`

2021-03-17 Thread Mahir256
Mahir256 added a comment.


  In T277619#6922120 , 
@FrancisTyers wrote:
  
  > Does this answer your question?
  
  Indeed this does; thank you!

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

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

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


[Wikidata-bugs] [Maniphest] T179663: What happens if the Wikibase project specifies a version of a library outside of the range included in mediawiki-vendor?

2021-03-17 Thread Addshore
Addshore added a comment.


  This happened today as noted in T178137#6921107 


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

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

To: Addshore
Cc: gerritbot, bd808, Aklapper, Legoktm, greg, Lydia_Pintscher, thiemowmde, 
WMDE-leszek, Aleksey_WMDE, Jonas, hoo, aude, Agabi10, Lucas_Werkmeister_WMDE, 
Jdforrester-WMF, VColeman, Ricordisamoa, Addshore, maantietaja, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Pchelolo, abian, Wikidata-bugs, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277525: Remove the circular dependency between EntitySavingHelper/EntityLoadingHelper and Wikibase "Action API" classes

2021-03-17 Thread Addshore
Addshore moved this task from Incoming to backlog on the wdwb-tech-focus board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

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


[Wikidata-bugs] [Maniphest] T277528: WMDE's lib-version-check should publish new version to npm upon tagging it on git(hub)

2021-03-17 Thread Addshore
Addshore moved this task from Incoming to backlog on the wdwb-tech-focus board.
Addshore edited projects, added wdwb-tech-focus (backlog); removed 
wdwb-tech-focus.

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

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

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

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


[Wikidata-bugs] [Maniphest] T277670: Add scroll event to QuantityInput component

2021-03-17 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  https://github.com/wmde/wikit/pull/395

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

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

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


[Wikidata-bugs] [Maniphest] T276543: Remove CompactBaseDataModelSerializerFactory from WikibaseServices

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.36; 2021-03-23).

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

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

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


[Wikidata-bugs] [Maniphest] T276540: Remove CompactEntitySerializer from WikibaseServices

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.36; 2021-03-23).

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673017 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove GenericServices
  
  https://gerrit.wikimedia.org/r/673017

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

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

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


[Wikidata-bugs] [Maniphest] T277619: Add lexeme language code `bas`

2021-03-17 Thread FrancisTyers
FrancisTyers added a comment.


  @Mahir256 I'm working on a project for language learning 
 using data from Mozilla's Common Voice. I want to make 
sure all the languages covered by Common Voice are in Wikidata so that I can 
add words which are then linked to their images, which can then be 
downloaded/addressed to generate language learning exercises.
  
  I have not yet made any edits because the words I checked in the languages 
that are there already have pictures (excellent work!). I'm waiting for the new 
language codes to be added so that I can add words in those languages and link 
them to the pictures.
  
  Does this answer your question?

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

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

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


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673060 had a related patch set uploaded (by Itamar Givon; owner: 
Itamar Givon):
  [mediawiki/extensions/WikibaseLexeme@master] Update teardown code to reset 
the PrefetchingTermLook service
  
  https://gerrit.wikimedia.org/r/673060

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

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

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


[Wikidata-bugs] [Maniphest] T277362: Deprecation warning client-repo wikitext link

2021-03-17 Thread brennen
brennen added a comment.


  A handful of responses:
  
  1. Deployers have no way to know in the moment that something is only a 
deprecation warning with no other consequences.  If a warning isn't material to 
production health, it should probably either be labeled in a way that makes 
that extremely clear, or be sent to some channel that isn't surfaced where 
deployers are looking for signs of production breakage.
  
1a. What is obvious to MediaWiki developers is frequently not obvious to 
train deployers.  We aren't MediaWiki developers.
  
  2. If there's ever a conversation about whether something might become a 
train blocker, RelEng would greatly appreciate if we were looped into the 
discussion by having it surfaced on the blocker task. Please see 
Deployments/Risky change template 
. We can 
and will improve our documentation about this. (See T273802 
.)
  
  3. It is undeniably true that we sometimes halt the train on things which are 
"only" logspam.  Partly this is because it's hard for us to tell the difference 
without developer input. Partly this is because halting the train is the only 
way we can get enough of them fixed to keep production logspam down to 
tolerable levels.  If you think this is a broken system, you are probably 
right, but please remember that our incentives include maintaining a viable 
signal about production health week over week and month over month.  A process 
which is currently manual in the extreme, and centralized on our team.  We're 
working on changing that, but it's a hard problem.

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

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

To: Ladsgroup, brennen
Cc: thcipriani, dancy, Legoktm, RhinosF1, brennen, Lucas_Werkmeister_WMDE, 
Ladsgroup, Addshore, hoo, daniel, WMDE-leszek, toan, Aklapper, maantietaja, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T275251: Rest Search API is not wikidata aware (only accepts queries beginning with Q)

2021-03-17 Thread Jdlrobson
Jdlrobson added a comment.


  > @Jdlrobson could you provide a screenshot of the look and feel of the new 
results view (or somewhere to see it)
  
  @addshore you can test this out on https://wikidata.beta.wmflabs.org/
  F34166151: Screen Shot 2021-03-17 at 9.23.30 AM.png 


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

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

To: Jdlrobson
Cc: Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, 
Jdlrobson, Selby, caldera, maantietaja, Akuckartz, Demian, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, pmiazga, LawExplorer, JJMC89, Iniquity, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Volker_E, Niedzielski, Izno, abian, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T276540: Remove CompactEntitySerializer from WikibaseServices

2021-03-17 Thread ItamarWMDE
ItamarWMDE moved this task from Up for review to Done on the Wikibase Service 
Migration board.
ItamarWMDE closed this task as "Resolved".

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

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

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

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


[Wikidata-bugs] [Maniphest] T276543: Remove CompactBaseDataModelSerializerFactory from WikibaseServices

2021-03-17 Thread ItamarWMDE
ItamarWMDE closed this task as "Resolved".
ItamarWMDE moved this task from Up for review to Done on the Wikibase Service 
Migration board.

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

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

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

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


[Wikidata-bugs] [Maniphest] T276543: Remove CompactBaseDataModelSerializerFactory from WikibaseServices

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 672993 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove 
CompactBaseDataModelSerializerFactory from WikibaseServices
  
  https://gerrit.wikimedia.org/r/672993

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

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

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


[Wikidata-bugs] [Maniphest] T276540: Remove CompactEntitySerializer from WikibaseServices

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 672755 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Remove CompactEntitySerializer from 
WikibaseServices
  
  https://gerrit.wikimedia.org/r/672755

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

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

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


[Wikidata-bugs] [Maniphest] T277670: Add scroll event to QuantityInput component

2021-03-17 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] T277670: Add scroll event to QuantityInput component

2021-03-17 Thread guergana.tzatchkova
guergana.tzatchkova created this task.
guergana.tzatchkova added projects: Wikidata Query Builder, Wikidata, Wikidata 
Design System.

TASK DESCRIPTION
  The QuantityInput component in Wikit 

 is missing the `scroll` event handler.
  
  It should be basically the same as the one in the Lookup component 
.

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

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

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


[Wikidata-bugs] [Maniphest] T275251: Rest Search API is not wikidata aware (only accepts queries beginning with Q)

2021-03-17 Thread TJones
TJones renamed this task from "Rest Search API is not wikidata aware (only 
accepts queries beginning with Q" to "Rest Search API is not wikidata aware 
(only accepts queries beginning with Q)".

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

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

To: TJones
Cc: Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, 
Jdlrobson, Selby, caldera, maantietaja, Akuckartz, Demian, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, pmiazga, LawExplorer, JJMC89, Iniquity, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Volker_E, Niedzielski, Izno, abian, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272243: Add Wikidata Lexeme Forms to translatewiki.net

2021-03-17 Thread abi_
abi_ added a comment.


  Yes, I'll update the configuration to ignore this validation

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

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

To: abi_
Cc: abi_, Nikerabbit, Nikki, LucasWerkmeister, Amire80, ZealousBlaze, 
UOzurumba, Devnull, PallaviPatke, maantietaja, Manishsamota, Rileych, 
Nintendofan885, Akuckartz, 50019062, Sms2sms, Nandana, skpuneethumar, Zylc, 
1978Gage2001, Lahi, Operator873, Gq86, Bsandipan, GoranSMilovanovic, 
DSquirrelGM, Jayprakash12345, Chicocvenancio, JakeTheDeveloper, 
Devin-Henrickson, Mahir256, QZanden, Tbscho, LawExplorer, JJMC89, _jensen, 
rosalieper, Soum213, Bodhisattwa, Taiwania_Justo, shinjiman, Scott_WUaS, abian, 
Wikidata-bugs, Jitrixis, aude, Gryllida, jayvdb, Nemo_bis, Arrbee, santhosh, 
scfc, KartikMistry, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2021-03-17 Thread CBogen
CBogen closed this task as a duplicate of T277665: Determine an IRI to join 
commons mediainfo entities and wikidata properties referencing commons images.

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

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

To: CBogen
Cc: CBogen, Fuzheado, Jane023, Multichill, Lydia_Pintscher, Spinster, 
FRomeo_WMF, GFontenelle_WMF, dcausse, Jarekt, Librarian_lena, 
Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, MPhamWMF, maantietaja, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, abian, 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] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2021-03-17 Thread CBogen
CBogen added a comment.


  I'm going to close this as a duplicate of T277665 
 as that is what we see as the 
practical solution to this problem. Please re-open if you don't think that will 
solve your use case.

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

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

To: CBogen
Cc: CBogen, Fuzheado, Jane023, Multichill, Lydia_Pintscher, Spinster, 
FRomeo_WMF, GFontenelle_WMF, dcausse, Jarekt, Librarian_lena, 
Lucas_Werkmeister_WMDE, Jheald, Aklapper, Tpt, MPhamWMF, maantietaja, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, abian, 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] T258769: ImageGrid for WCQS

2021-03-17 Thread CBogen
CBogen closed this task as a duplicate of T277665: Determine an IRI to join 
commons mediainfo entities and wikidata properties referencing commons images.

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

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

To: CBogen
Cc: dcausse, Ainali, Nikki, Zbyszko, Librarian_lena, Lucas_Werkmeister_WMDE, 
Jheald, Husky, Rachmat04, Gehel, Aklapper, MPhamWMF, maantietaja, Muchiri124, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, 
abian, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, 
Dinoguy1000, Manybubbles, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258776: Add Structured Data on Commons M-ID to Wikidata dumps

2021-03-17 Thread dcausse
dcausse added a comment.


  Note: in an attempt to unblock the status quo I created T277665 
 with some practical solution (esp 
the first one suggested in T258769#6332430 
)

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

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

To: dcausse
Cc: Fuzheado, Jane023, Multichill, Lydia_Pintscher, Spinster, FRomeo_WMF, 
GFontenelle_WMF, dcausse, Jarekt, Librarian_lena, Lucas_Werkmeister_WMDE, 
Jheald, Aklapper, Tpt, MPhamWMF, maantietaja, CBogen, Nintendofan885, 
Akuckartz, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, abian, 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] T258769: ImageGrid for WCQS

2021-03-17 Thread dcausse
dcausse added a comment.


  Note: in an attempt to unblock the status quo I created T277665 
 with some practical solution (esp 
the first one suggested in T258769#6332430 
)

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

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

To: dcausse
Cc: dcausse, Ainali, Nikki, Zbyszko, Librarian_lena, Lucas_Werkmeister_WMDE, 
Jheald, Husky, Rachmat04, Gehel, Aklapper, MPhamWMF, maantietaja, Muchiri124, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Poyekhali, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, 
abian, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, 
Dinoguy1000, Manybubbles, Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277664: Move WikibaseRepo DataTypeValidatorFactory to service container

2021-03-17 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase Service Migration.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

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


[Wikidata-bugs] [Maniphest] T275999: track editor numbers split by namespace

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T275999: track editor numbers split by namespace

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 672823 had a related patch set uploaded (by Silvan Heintze; owner: 
Silvan Heintze):
  [analytics/wmde/scripts@production] Track editor numbers split by namespace
  
  https://gerrit.wikimedia.org/r/672823

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

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

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


[Wikidata-bugs] [Maniphest] T277662: latest all rdf dump: bad IRI scheme

2021-03-17 Thread Andrawaag
Andrawaag added a comment.


  In the ShEx CG, the following fix was suggested:
  
sed -i -E 's/(<.*)}(.*>)/\1\2/' 
sed -i -E 's/(<.*)\\n(.*>)/\1\2/' 
sed -i -E 's/(<.*)\|(.*>)/\1\2/' 

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

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

To: Andrawaag
Cc: Andrawaag, jjkoehorst, Aklapper, maantietaja, jannee_e, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, gnosygnu, abian, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277662: latest all rdf dump: bad IRI scheme

2021-03-17 Thread Andrawaag
Andrawaag added a parent task: T179681: Add HDT dump of Wikidata.

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

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

To: Andrawaag
Cc: jjkoehorst, Aklapper, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, abian, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T179681: Add HDT dump of Wikidata

2021-03-17 Thread Andrawaag
Andrawaag added a subtask: T277662: latest all rdf dump: bad IRI scheme.

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

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

To: Andrawaag
Cc: jjkoehorst, MPhamWMF, Daniel_Mietchen, hoo, Addshore, Smalyshev, Ladsgroup, 
Arkanosis, Tarrow, Lucas_Werkmeister_WMDE, Aklapper, maantietaja, Akuckartz, 
Dinadineke, DannyS712, Nandana, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, 
Soteriaspace, Jayprakash12345, JakeTheDeveloper, QZanden, merbst, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, abian, Wikidata-bugs, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T270710: Allow values other than ParserOutput to be stored in a ParserCache instance

2021-03-17 Thread WDoranWMF
WDoranWMF edited projects, added Platform Engineering; removed Platform Team 
Workboards (Green).
Restricted Application added a project: wdwb-tech-focus.

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

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

To: daniel, WDoranWMF
Cc: Lydia_Pintscher, Addshore, Pchelolo, SubrahamanyamVarma, Aklapper, daniel, 
maantietaja, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, WDoranWMF, 
Kent7301, holger.knust, EvanProdromou, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Agabi10, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331, Naike, 
eprodromou
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277662: latest all rdf dump: bad IRI scheme

2021-03-17 Thread Andrawaag
Andrawaag added projects: Wikidata, Dumps-Generation.
Restricted Application added a project: wdwb-tech-focus.

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

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

To: Andrawaag
Cc: jjkoehorst, Aklapper, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, abian, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T274821: Update data-values/* in mediawiki-vendor

2021-03-17 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE claimed this task.

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Jdforrester-WMF, Aklapper, Reedy, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Eladio.15, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T277392: Add lexeme language code quc

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T277619: Add lexeme language code `bas`

2021-03-17 Thread Mahir256
Mahir256 added a comment.


  While I am not opposed to this language code request, @FrancisTyers, I do 
wonder what plans you have for this lexeme language code and the others you 
have requested, given that as yet you have not made any edits in the realm of 
lexicographical data on Wikidata in *any* language (as part of a general 
absence from Wikidata to speak of) and have not noted anyone who is planning to 
work with them.

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

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

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


[Wikidata-bugs] [Maniphest] T277481: Move WikibaseClient EntitySourceOfLocalRepo to service container

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T277481: Move WikibaseClient EntitySourceOfLocalRepo to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673024 had a related patch set uploaded (by Rosalie Perside (WMDE); 
owner: Rosalie Perside (WMDE)):
  [mediawiki/extensions/Wikibase@master] client: Move EntitySourceOfLocalRepo 
to service container
  
  https://gerrit.wikimedia.org/r/673024

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

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

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


[Wikidata-bugs] [Maniphest] T272619: WikibaseLexeme special page browser tests do not run

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 668648 had a related patch set uploaded (by Noa wmde; owner: Noa wmde):
  [mediawiki/extensions/WikibaseLexeme@master] Lexeme CI test: include 
spec/special browser tests
  
  https://gerrit.wikimedia.org/r/668648

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

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

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


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673023 had a related patch set uploaded (by Itamar Givon; owner: 
Itamar Givon):
  [mediawiki/extensions/WikibaseLexemeCirrusSearch@master] Update 
getPrefetchingTermLookup calls to static method
  
  https://gerrit.wikimedia.org/r/673023

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

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

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


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673021 had a related patch set uploaded (by Itamar Givon; owner: 
Itamar Givon):
  [mediawiki/extensions/PropertySuggester@master] Update 
getPrefetchingTermLookup calls to static method
  
  https://gerrit.wikimedia.org/r/673021

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

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

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


[Wikidata-bugs] [Maniphest] T277392: Add lexeme language code quc

2021-03-17 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.36; 2021-03-23).

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

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

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


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T277314: Move WikibaseRepo PrefetchingTermLookup to service container

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673018 had a related patch set uploaded (by Itamar Givon; owner: 
Itamar Givon):
  [mediawiki/extensions/Wikibase@master] Move WikibaseRepo 
PrefetchingTermLookup to service container
  
  https://gerrit.wikimedia.org/r/673018

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673017 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Remove GenericServices
  
  https://gerrit.wikimedia.org/r/673017

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

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

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


[Wikidata-bugs] [Maniphest] T276545: Remove GenericServices

2021-03-17 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Waiting for other services to Doing 
on the Wikibase Service Migration board.

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

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

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

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


[Wikidata-bugs] [Maniphest] T275251: Rest Search API is not wikidata aware (only accepts queries beginning with Q

2021-03-17 Thread Addshore
Addshore added subscribers: MPhamWMF, Yair_rand.
Addshore added a comment.


  So right now the fact that the searchbox is only searching items is not good.
  This makes it hard to find lexeme,s project pages etc.
  So the current state is not ideal for us.
  
  We don't have any great ideas about ranking these different entity types 
together etc, and making sense of what users would end up seeing. (even along 
side regular pages).
  How do you find out if Tree the item should be ranked higher or lower than 
Tree the lexeme, or some other project page called Tree?
  If we figure out the answers to these questions then we could probably move 
toward making use of the new search UI for Wikidata / Wikibase and ditching the 
old thing..
  The search team might have some thoughts on this? CC: @MPhamWMF
  
  There is quite a big difference in behaviour currently between what is served 
up through Special:Search and the entity suggester box for Wikidata right now
  This can be seen in the screenshot below:
  
  F34165916: image.png 
  
  Related would also be:
  
  - T194968: Enable search in all wikidata namespaces combined 

  - T190454: Display entity & article namespace completion search together 

  - T48251: [Task] Make search suggestions work for pages outside the main 
namespace on Wikidata 
  
  A quote from that last ticket
  
  In T48251#1355685 , 
@Yair_rand wrote:
  
  > Mixing together mainspace items and pages from other namespaces could 
result in some confusion. For example, if a user is searching for 
"Template:Support", there would be two items with that label, along with the 
local template itself titled "Template:Support". If these are to be mixed, 
there needs to be some way to clearly indicate whether a page is a Wikidata 
item or not.
  
  @Jdlrobson could you provide a screenshot of the look and feel of the new 
results view (or somewhere to see it)

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

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

To: Addshore
Cc: Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, 
Jdlrobson, Selby, caldera, maantietaja, Akuckartz, Demian, darthmon_wmde, 
WDoranWMF, holger.knust, EvanProdromou, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, pmiazga, LawExplorer, JJMC89, Iniquity, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Volker_E, Niedzielski, Izno, abian, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T249829: Inform application about the user

2021-03-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Pablo-WMDE, maantietaja, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, Michael, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, 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] T249829: Inform application about the user

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 673012 had a related patch set uploaded (by Phuedx; owner: Phuedx):
  [mediawiki/core@master] DNM: Add throwing module for T249829 

  
  https://gerrit.wikimedia.org/r/673012

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Pablo-WMDE, maantietaja, Akuckartz, Michael, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T195725: Add Extension:Nuke on Wikibase bundle docker image

2021-03-17 Thread toan
toan added a comment.


  Adds nuke and a test -> 
https://github.com/wmde/wikibase-release-pipeline/pull/106

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

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

To: toan
Cc: toan, Tarrow, danshick-wmde, Aklapper, Stashbot, johl, RazShuty, Addshore, 
Daniel_Mietchen, maantietaja, Samantha_Alipio_WMDE, Akuckartz, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, abian, despens, 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] T277392: Add lexeme language code quc

2021-03-17 Thread gerritbot
gerritbot added a comment.


  Change 672519 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Add lexeme language code quc
  
  https://gerrit.wikimedia.org/r/672519

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

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

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


[Wikidata-bugs] [Maniphest] T270353: Wikibase client Scribunto tests fail due to ParserOptions-option handling change

2021-03-17 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


  1   2   >