[Wikidata-bugs] [Maniphest] [Updated] T231799: LuaWikibaseEntityLibraryTest: CI failing en masse

2019-10-18 Thread Krinkle
Krinkle added a project: Wikimedia-production-error (Shared Build Failure).
Krinkle added a comment.


  As I understand it, the problematic core commit has been reverted and 
Wikibase is unblocked. The commit in question 
(https://gerrit.wikimedia.org/r/533729), while nice, does not appear to be 
urgently needed and is not relied upon. So this seems closable as far as I know.
  
  If and when that core change is reconsidered by CPT, this use case will need 
to be taken into account.

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

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

To: Krinkle
Cc: alaa_wmde, WMDE-leszek, Simetrical, daniel, Lucas_Werkmeister_WMDE, 
Liuxinyu970226, Aklapper, Ladsgroup, Pablo-WMDE, Hook696, Daryl-TTMG, 
RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, darthmon_wmde, Meekrab2012, 
joker88john, DannyS712, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, 
Xinbenlv, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, SundanceRaphael, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, 
Dinoguy1000, jayvdb, MrStradivarius, Lydia_Pintscher, Anomie, Jdforrester-WMF, 
Jackmcbarn, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Usage tracking is also going to be interesting. Currently, it’s strictly 
entity-based, as far as I can see (as opposed to page-based), both on the repo 
(`wb_changes_subscription`) and on the client (`wbc_entity_usage`). Does this 
mean that a Wiktionary page for one lexeme may end up with dozens, if not 
hundreds  of 
`wbc_entity_usage` rows, one per form (and aspect)? Or should we say that 
entity usage stops at subentities, and any usage of a lexeme implies usage of 
all of its forms? Or do we somehow group usages together, similar as for other 
aspects, and turn form usages into one “all forms of this lexeme” usage once 
they exceed a certain threshold?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T235906: Cannot access replica databases

2019-10-18 Thread JHedden
JHedden claimed this task.
JHedden closed this task as "Resolved".
JHedden added a comment.


  @dom_walden I verified that your account is now working again, please let us 
know if you're still unable to connect to the replica databases.
  
  We added a new server to the pool and there were some accounts that didn't 
get processed fully T235697 .

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

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

To: JHedden
Cc: JHedden, Krenair, Betacommand, Harej, Aklapper, #cloud-services, 
#toolforge, dom_walden, Zylc, 1978Gage2001, aborrero, Chicocvenancio, Tbscho, 
Freddy2001, JJMC89, srodlund, Luke081515, Jitrixis, Gryllida, jayvdb, scfc, 
coren
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The patches linked above add support for code of the following sort:
  
mw.wikibase.lexeme.getLanguage( 'L1' )
mw.wikibase.getEntity( 'L2' ):getLexicalCategory()
  
  Missing features:
  
  - Lua modules for Senses and Forms, likewise wired up with 
`mw.wikibase.getEntity()`
  - `getSenses()` and `getForms()` functions/methods in the Lexeme modules, 
returning “instances” of the corresponding modules
  
  Also, lots of cleanup and testing is probably still needed.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235906: Cannot access replica databases

2019-10-18 Thread Krenair
Krenair added a comment.


  From what I can tell reading the task description it was done correctly - _p 
used for the database name.
  As for users vs. tools, my user can do this just fine last time I checked. 
Maybe newer users can't and we're just grandfathered in?

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

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

To: Krenair
Cc: Krenair, Betacommand, Harej, Aklapper, #cloud-services, #toolforge, 
dom_walden, Zylc, 1978Gage2001, aborrero, Chicocvenancio, Tbscho, Freddy2001, 
JJMC89, srodlund, Luke081515, Jitrixis, Gryllida, jayvdb, scfc, coren
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T235906: Cannot access replica databases

2019-10-18 Thread dbarratt
dbarratt added a project: Toolforge.

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

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

To: dbarratt
Cc: Betacommand, Harej, Aklapper, #cloud-services, #toolforge, dom_walden, 
Zylc, 1978Gage2001, aborrero, Chicocvenancio, Tbscho, Freddy2001, JJMC89, 
srodlund, Luke081515, Jitrixis, Gryllida, jayvdb, scfc, coren, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T233212: Merge wikibase.api.RepoApi and wikibase.api.getLocationAgnosticMwApi

2019-10-18 Thread eranroz
eranroz added a comment.


  Thanks Amir for the explanation. I understand the reason for refactoring the 
Wikibase modules, and this is good direction in general.
  
  I just ask for a stable way to access wikibase so it won't break every few 
weeks, and hooks aren't solution for wikibase clients. I opened a separate task 
T235913   to avoid off topic 
discussion here.

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

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

To: Ladsgroup, eranroz
Cc: eranroz, Rosalie_WMDE, Aklapper, Ladsgroup, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] [Created] T235913: Define JS API to use Wikibase client

2019-10-18 Thread eranroz
eranroz created this task.
eranroz added projects: Documentation, MediaWiki-extensions-WikibaseClient.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  I would like to have a formal definition for JS API to access Wikibase from 
client which will be documented somewhere 
(https://www.mediawiki.org/wiki/Extension:Wikibase_Client or subpage) and will 
be stable way to acess API.
  
  Below are some valid options, and it's totally fine if we don't want to 
commit to them to define a new dedicated module ("wikibase.api").
  
// Option 1 (was working few months ago)
mw.loader.using( [ 'wikibase.api.RepoApi', 
'wikibase.client.getMwApiForRepo' ] ).done(function() {
var wikidataApi = new 
wikibase.api.RepoApi(wikibase.client.getMwApiForRepo());
}
// Option 2 (works now)
mw.loader.using( [ 'wikibase.api.RepoApi', 'mw.config.values.wbRepo' ] 
).done(function(){
var repoConfig = mw.config.get( 'wbRepo' );
var repoApi = new wikibase.api.RepoApi( 
wikibase.api.getLocationAgnosticMwApi(repoConfig.url + repoConfig.scriptPath + 
'/api.php') );

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

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

To: eranroz
Cc: Aklapper, eranroz, Pavithraes, darthmon_wmde, DannyS712, Nandana, Cpaulf30, 
Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, 
LawExplorer, _jensen, rosalieper, srodlund, Wikidata-bugs, aude, Dinoguy1000, 
Mbch331, Jay8g, Quiddity
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 544206 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Add rudimentary 
mw.wikibase.lexeme.entity.lexeme Lua module
  
  https://gerrit.wikimedia.org/r/544206

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 544207 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Make 
mw.wikibase.lexeme.entity.lexeme inherit mw.wikibase.entity
  
  https://gerrit.wikimedia.org/r/544207

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 544234 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Add documentation for 
rudimentary Lua modules
  
  https://gerrit.wikimedia.org/r/544234

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 544208 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Specify Lua module to be used 
for Lexeme entities
  
  https://gerrit.wikimedia.org/r/544208

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, Cinemantique, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 544205 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/WikibaseLexeme@master] Add rudimentary 
mw.wikibase.lexeme Lua module
  
  https://gerrit.wikimedia.org/r/544205

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, Mringgaard, 
Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235906: Cannot access replica databases

2019-10-18 Thread Betacommand
Betacommand added a comment.


  Also I think you have to do it as a tool, not as yourself

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

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

To: Betacommand
Cc: Betacommand, Harej, Aklapper, #cloud-services, #toolforge, dom_walden
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235906: Cannot access replica databases

2019-10-18 Thread Harej
Harej added a comment.


  Technically the replicas are called enwiki_p, dewiki_p, etc. Try that and see 
if that fixes anything.

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

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

To: Harej
Cc: Harej, Aklapper, #cloud-services, #toolforge, dom_walden
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T235906: Cannot access replica databases

2019-10-18 Thread dom_walden
dom_walden created this task.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  After SSH'ing into `login.tools.wmflabs.org` as user `dwalden`, after doing:
  
  - `sql enwiki`, or
  - `mysql --defaults-file=$HOME/replica.my.cnf -h 
enwiki.analytics.db.svc.eqiad.wmflabs enwiki_p`
  
  I get the error:
  `ERROR 1045 (28000): Access denied for user 'u20968'@'x' (using password: 
YES)`
  
  I believe my `replica.my.cnf` is correct and symlinked as `my.cnf`.
  
  This has worked for me in the past.

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

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

To: dom_walden
Cc: Aklapper, #cloud-services, #toolforge, dom_walden
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T235901: Implement Lua access to Lexemes, Senses and Forms

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Lexicographical data, Wikidata, 
Wiktionary.

TASK DESCRIPTION
  Task to collect some preliminary work on T212843: [EPIC] Access to Wikidata's 
lexicographical data from Wiktionaries and other WMF sites 
. This initial implementation will 
likely not feature fine-grained usage tracking yet, and parser functions are 
out of scope for now.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, darthmon_wmde, DannyS712, Nandana, Mringgaard, 
Lahi, Gq86, Cinemantique, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, jberkel, Psychoslave, Wikidata-bugs, aude, GPHemsley, Shizhao, 
Nemo_bis, Darkdadaah, Mbch331, Ltrlg, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T233792: Merge dependencies into jquery.view.ViewFactory

2019-10-18 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Ladsgroup, Maintenance_bot
Cc: Rosalie_WMDE, Aklapper, Ladsgroup, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Hook696, Daryl-TTMG, 
RomaAmorRoma, 0010318400, E.S.A-Sheild, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T233792: Merge dependencies into jquery.view.ViewFactory

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 543865 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Drop 
jquery.wikibase.statementview.RankSelector.styles from styles added
  
  https://gerrit.wikimedia.org/r/543865

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

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

To: Ladsgroup, gerritbot
Cc: Rosalie_WMDE, Aklapper, Ladsgroup, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] [Closed] T233305: delayed kicking in of Bridge

2019-10-18 Thread Pablo-WMDE
Pablo-WMDE closed this task as "Resolved".
Pablo-WMDE moved this task from Peer Review to Done on the 
Wikidata-Bridge-Sprint-7 board.

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

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T233305: delayed kicking in of Bridge

2019-10-18 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  I suggest we close this now and take on T235765 
 and T235771 
.
  
  On completion of the latter we should take a look at the size of the init 
bundle and re-evaluate if further steps are needed. I also would not be 
surprised if T228857: Investigate common.js bundle content/size 
 gains us some knowledge worth 
applying to init as well.

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

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

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


[Wikidata-bugs] [Maniphest] [Edited] T235871: Remove RANK_TRUTH from Wikibase Lua

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Edited] T235871: Remove RANK_TRUTH from Wikibase Lua

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] [Created] T235871: Remove RANK_TRUTH from Wikibase Lua

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, 
MediaWiki-extensions-WikibaseClient, Wikibase-Lua.
Restricted Application added subscribers: Liuxinyu970226, Aklapper.

TASK DESCRIPTION
  A long time ago, the Wikibase data model apparently knew a fourth rank: 
“truth”. This was deprecated and removed somewhere between 2014 and 2015, but 
still survives in the `mw.wikibase.entity` module as one of the available 
`claimRanks`. We should probably get rid of it there.
  
  Unfortunately, though, it’s used in several modules (many of them 
copy+pasted, it seems):
  
lucaswerkmeister-wmde@mwmaint1002:~$ mwgrep --module RANK_TRUTH
brwikisourceModule:Central-fr-ws
brwikisourceModule:Centralizer
dewikisourceModule:Central-s-de
elwiki  Module:Carte interactive
eswikisourceModule:Central-s-es
frwiki  Module:Carte interactive
frwiki  Module:Central
frwiki  Module:Central-s-fr
frwiki  Module:Centralizer
frwiki  Module:ControlArgs
frwiki  Module:Tests
frwikisourceModule:Tests
frwikisourceModule:Tpt
frwikiversity   Module:Centralizer
huwiki  Module:Central-w-hu
mediawikiwiki   Module:Central
mediawikiwiki   Module:Central-mw-en
test2wiki   Module:ControlArgs
viwiki  Module:Centralizer

(total: 19, shown: 19)
  
  Some of those might be okay if `mw.wikibase.entity.claimRanks.RANK_TRUTH` 
turns into `nil`, but I haven’t checked all of them.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T235870: ImportConstraintEntities.php should use $wgHTTPProxy when defined

2019-10-18 Thread Seb35
Seb35 added a project: Wikibase-Quality-Constraints.
Restricted Application added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T221632: Storage capacity upgrade for WDQS

2019-10-18 Thread Gehel
Gehel edited projects, added Discovery-Search; removed Discovery-Search 
(Current work).

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

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

To: Gehel
Cc: wiki_willy, mark, RobH, faidon, Smalyshev, Aklapper, Gehel, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T141602: [Objective Q2] Provide a Proof of Concept SPARQL endpoint in support of SDoC project (stretch)

2019-10-18 Thread Gehel
Gehel renamed this task from "[Story] Provide a SPARQL query service for 
structured data on Commons" to "[Objective Q2] Provide a Proof of Concept 
SPARQL endpoint in support of SDoC project (stretch)".

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

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

To: Gehel
Cc: Gehel, Nicolas_Raoul, Mmarx, Multichill, Nemo_bis, Husky, jleedev, 
Silverfish, Ainali, VIGNERON, JeanFred, Abbe98, ChristianFerrer, Jheald, 
Lucas_Werkmeister_WMDE, Salgo60, MB-one, Tpt, Addshore, Jarekt, Ramsey-WMF, 
Tgr, Bugreporter, Lydia_Pintscher, Aklapper, Steinsplitter, Poyekhali, 
Smalyshev, darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, 
E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, 
EBjune, Tramullas, Acer, merbst, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Cirdan, Jonas, Xmlizer, Susannaanas, Ixocactus, Wong128hk, 
Jane023, jkroll, Wikidata-bugs, Jdouglas, Base, matthiasmullie, aude, 
Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, Ricordisamoa, Wesalius, 
Fabrice_Florin, Raymond, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T141602: [Objective Q2] Provide a Proof of Concept SPARQL endpoint in support of SDoC project (stretch)

2019-10-18 Thread Gehel
Gehel added a project: Discovery-Search (Current work).

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

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

To: Gehel
Cc: Gehel, Nicolas_Raoul, Mmarx, Multichill, Nemo_bis, Husky, jleedev, 
Silverfish, Ainali, VIGNERON, JeanFred, Abbe98, ChristianFerrer, Jheald, 
Lucas_Werkmeister_WMDE, Salgo60, MB-one, Tpt, Addshore, Jarekt, Ramsey-WMF, 
Tgr, Bugreporter, Lydia_Pintscher, Aklapper, Steinsplitter, Poyekhali, 
Smalyshev, darthmon_wmde, DannyS712, Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, 
E1presidente, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, QZanden, 
EBjune, Tramullas, Acer, merbst, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Cirdan, Jonas, Xmlizer, Susannaanas, Ixocactus, Wong128hk, 
Jane023, jkroll, Wikidata-bugs, Jdouglas, Base, matthiasmullie, aude, 
Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, Ricordisamoa, Wesalius, 
Fabrice_Florin, Raymond, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T235851: Add slint rule to CI to check how JS files are required on 3rd party repositories

2019-10-18 Thread Rosalie_WMDE
Rosalie_WMDE created this task.
Rosalie_WMDE added projects: RL Module Terminators Trailblazing, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

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

To: Rosalie_WMDE
Cc: Aklapper, Rosalie_WMDE, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Commented On] T235840: Create button component(s)

2019-10-18 Thread Michael
Michael added a comment.


  (IMPORTANT) tl;dr: In my opinion, we need two button components, and we 
should start with both of them from the beginning.
  
  
  
  One or Two components?
  --
  
  We should have two components, one `ActionLink` component for (overloaded) 
links and one `ActionButton` component for pure (submit) buttons.
  
  Reasoning:
  --
  
  1: Different no-JS SSR Fallback
  ---
  
  If the js doesn't load, we want to provide the user a server-rendered version 
of many apps that still has basic usability. For buttons that usually handled 
by javascript this could mean one of two things:
  
  1. Provide a link to a form that does the thing that would otherwise be 
handled by the vue app. For this to work the "button" needs to be a HTML `` 
tag with the url as the `href` attribute
  2. Submit an HTML form to the server. For this to work the button needs to be 
a HTML `` tag with the `type` attribute to be `submit`.
  
  
  
  2: Separation of responsibilities
  -
  
  The current `EventEmittingButton` combines two responsibilities into one 
component. For a shared component library it makes sense to split it into two, 
one for each responsibility:
  
  1. the button is actually a link and only styled as button (e.g. the 
progressive button in the Termbox anon edit warning 
)
 or overloads a link with a vuejs app, e.g. the Termbox edit pens on an Item 
page. Both of these cases require a link target.
  2. the button is only rendered dynamically within the vuejs app and never 
needs fallback, e.g.  the save button in the data-bridge app. These buttons 
never need a link target and are always handled purely in js. I.e. This is just 
a pure button.
  
  
  
  API
  ---
  
  These two button components need to share their look and feel, but differ in 
some of their behavior. Thus, the API regarding the design should be completely 
shared, whereas the API controlling behavior can only be partly shared.
  
  specific behavior API for `ActionLink` component
  
  
  - `href`, required, if there is no sensible `href` for this button, use an 
`ActionButton`
  - `callback`, optional. If it is not there, the component acts as a pure 
link. If it is provided, then the default action of opening the link is 
suppressed and the callback executed instead.
  
  
  
  specific behavior API for `ActionButton` component
  --
  
  - `type`, optional, can be `submit`, `reset` or `button`, `button` is the 
default
  - `callback`, optional if `type` is `submit` or `reset`, otherwise required.
  
  shared behavior API between `ActionLink` and `ActionButton` components
  --
  
  - `disabled`, optional, default is false
  
  shared presentational API between `ActionLink` and `ActionButton` components
  
  
  - `purpose`, optional, can be `normal`, `progressive` or `destructive`, 
default is `normal`
  - `progressive`, optional, binary, default is `false`, can only be true if 
`purpose` is not `normal`
  - `frameless`,  optional, binary, default is `false`, whether to show a 
border or not
  - `icon`, optional, name of an icon that is added to the button. The 
available icons and their names should be the same as for OOUI 

  - `icononly`, optional, binary, default is `false`, doesn't show the button 
label, needs the icon option to be set
  
  Conclusions
  ---
  
  Hopefully, this approach will provide use with a more SOLID, future ready 
implementation that scales to upcoming projects without becoming a convoluted 
mess or breaking existing implementations every other week when another piece 
of functionality is added. Distinguishing between these two button types should 
ideally be obvious by design.
  
  We might not want to implement all the functionality outlined above right 
from the start, especially as the component library is for now only intended 
for internal use. However, we should ensure that we implement this component in 
a way that is strictly forward compatible. That means that adding more API 
functionality doesn't represent a breaking change for the existing usage of the 
button.
  
  Also, in the future we may want to extend this concept/API to include the 
`indicator` 

 visual and the ToggleButton 

 use case and OOU

[Wikidata-bugs] [Maniphest] [Commented On] T233790: Untangle datamodel dependency tree

2019-10-18 Thread Ladsgroup
Ladsgroup added a comment.


  In T233790#5586170 , 
@Mvolz wrote:
  
  > We were already not using a global module, i.e. loading it using mw.loading 
elsewhere in the code, so it should not have affected the tree whatsoever.
  
  I think there's a misunderstanding here, by global, we tend to avoid using 
`wikibase.datamodel.*` variables which happens regardless of the way you load 
the module (as dependency declared or lazy loaded using `mw.loader`)
  
  Can you explain the problem better to me? We just squeezed all modules to one 
module called `wikibase.datamodel` and you load it whatever they way you want 
but use it with `require` (more info 
)

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

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

To: Jakob_WMDE, Ladsgroup
Cc: Mvolz, Ladsgroup, Aklapper, Jakob_WMDE, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Created] T235840: Create button component(s)

2019-10-18 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Trailblazing-Exploration, User-Michael, 
Wikidata.

TASK DESCRIPTION
  A common need in apps is to have a button to let the user do things. Both 
Termbox and (copied from the first) Data Bridge have a dedicated button 
component 
,
 more or less in the look of OOUI. Tainted references is very likely going to 
need a button as well.
  
  NOTE: While the current API and scope of these components is suitable for an 
internal component in a single project as they currently are, this doesn't 
necessarily scale to the needs of a component in a shared component library and 
should be reevaluated.

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Commented On] T233790: Untangle datamodel dependency tree

2019-10-18 Thread Mvolz
Mvolz added a comment.


  I've put in a revert of one of these changes here: 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Citoid/+/544167/
  
  We were already not using a global module, i.e. loading it using mw.loading 
elsewhere in the code, so it should not have affected the tree whatsoever.
  
  However, the way the code is written is that of course when 
wikibase.datamodel loaded using mw.loading, it is then available from that 
namespace, which this change did avoid; is that a problem? If so it can be 
fixed.

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

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

To: Jakob_WMDE, Mvolz
Cc: Mvolz, Ladsgroup, Aklapper, Jakob_WMDE, darthmon_wmde, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Created] T235836: Extract StringDataValue component

2019-10-18 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Trailblazing-Exploration, Wikidata.

TASK DESCRIPTION
  This component is an example of a high-level component that uses an already 
extracted low-level component: ResizableTextField (T235834 
). It is used when editing property 
of the String datatype 
.
  
  See the StringDataValue component 

  at data bridge

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Edited] T235835: Consider tool to showcase the components

2019-10-18 Thread Michael
Michael updated the task description.

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Commented On] T235788: Citoid should create or reuse items for sources

2019-10-18 Thread gerritbot
gerritbot added a comment.


  Change 525082 had a related patch set uploaded (by Mvolz; owner: Mvolz):
  [mediawiki/extensions/Citoid@master] Add support for items
  
  https://gerrit.wikimedia.org/r/525082

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

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

To: gerritbot
Cc: Aklapper, Bugreporter, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Shangkuanlc, 
mobrovac, Wikidata-bugs, aude, Mvolz, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T235788: Citoid should create or reuse items for sources

2019-10-18 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Aklapper, Bugreporter, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, 
E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, DannyS712, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Shangkuanlc, 
mobrovac, Wikidata-bugs, aude, Mvolz, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T235835: Consider tool to showcase the components

2019-10-18 Thread Michael
Michael added a comment.


  From my initial thoughts it seems to make sense to start with storybook in 
the same repository for now. That should represent the state of the components 
at the tip of the master branch and facilitate communication from developers to 
UX.
  
  In the future I see a need for something similar to the OOUI demo page 
.
  This could then be maintained in a separate repository which would have 
several benefits:
  
  - easier to edit by UX people
  - changing only the documentation doesn't touch the component repository + 
doesn't trigger component CI
  - easier to maintain versioned documentation (if desired)

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Created] T235835: Consider tool to showcase the components

2019-10-18 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Trailblazing-Exploration, Wikidata.

TASK DESCRIPTION
  A component library should have a way to showcase its components and provide 
documentation about their use. In the past we used Storybook 
 in the same repository as the components. For this 
new shared component library it makes sense to revisit this.
  
  Open questions:
  
  - Should we use Storybook  or Styleguidist 
? (comparison article 
)
  - Should this tool be part of this repository or be separate?
  
  UX should be part of the conversation and decision about this issue.

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Created] T235834: Create new ooui-ish vuejs component library repository and share first component

2019-10-18 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Trailblazing-Exploration, Wikidata.

TASK DESCRIPTION
  Create a new repository to share components between projects. Setup some CI 
that includes automatic unit testing and linting. Setup deployment to NPM. We 
should also include a first component to show that the setup works.
  
  `ResizingTextField` is a low-level component that is both used in Termbox 
for, for example, the Label input field and in data bridge for the string input 
field. It is suitable as a first component for the new repository as it is a 
very simple component with a stable API that can be expected to scale well.
  
  See ResizingTextField in Databridge 

 and TermTextField in Termbox 

  
  **Acceptance criteria**
  
  [ ] A new repository exists
  [ ] It has CI set up for automatic unit testing and linting
  [ ] It has the `ResizingTextField` as a first component and it passes tests 
and linting
  [ ] It has been deployed to NPM and the deployment process is documented

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

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

To: Michael
Cc: Aklapper, Michael, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T221632: Storage capacity upgrade for WDQS

2019-10-18 Thread Gehel
Gehel edited projects, added Discovery-Search (Current work); removed 
Discovery-Search.

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

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

To: Gehel
Cc: wiki_willy, mark, RobH, faidon, Smalyshev, Aklapper, Gehel, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T235824: Share vuejs components between projects

2019-10-18 Thread Michael
Michael created this task.
Michael added projects: Wikidata-Trailblazing-Exploration, User-Michael, 
Wikidata, Epic.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Several of our projects (#wikidata-termbox 
, #wikidata-bridge 
, #Wikidata 
 Tainted References) are using 
vuejs and some components inspired by OOUI. Some of these components seem to be 
generic enough to be shared between projects and to fulfill a common need of 
each of these projects.

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

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T235292: Add P4224 to wgWBQualityConstraintsPropertiesWithViolatingQualifiers

2019-10-18 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikibase-Quality-Constraints.

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

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

To: Lydia_Pintscher, Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, Bugreporter, darthmon_wmde, Dibya, 94rain, 
DannyS712, Nandana, Guilhermebm, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, DatGuy, 
Devwaker, Niklitov, _jensen, Urbanecm, rosalieper, Agabi10, JEumerus, 
Ananthsubray, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, 
Snowolf, aude, Dcljr, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs