[Wikidata-bugs] [Maniphest] T139898: Tool to facilitate property creation process

2022-01-24 Thread Samwilson
Samwilson added a comment.


  2022 Wishlist proposal for this feature: 
https://meta.wikimedia.org/wiki/Community_Wishlist_Survey_2022/Wikidata/Property_proposal_helper_script

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

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

To: Samwilson
Cc: Samwilson, abian, Pintoch, ChristianKl, iecetcwcpggwqpgciazwvzpfjpwomjxn, 
Lydia_Pintscher, Josve05a, Edgars2007, Aklapper, Zppix, Bugreporter, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
dachary, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Ricordisamoa, Tacsipacsi, Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260735: Stop using is_resource()

2022-01-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: tstarling, brion, Reedy, alex-mashin, Ricordisamoa, ssastry, TheDJ, 
Aklapper, MaxSem, G1964j, 786, Zekwn, Suran38, Biggs657, the0001, Invadibot, 
Lalamarie69, Zabe, Selby, AndreCstr, maantietaja, XeroS_SkalibuR, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Mirahamira, Gaboe420, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Jontheil, Bsandipan, Markhalsey, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, freephile, Wikidata-bugs, aude, 
Nikerabbit, Jdforrester-WMF, Addshore, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260735: Stop using is_resource()

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756745 had a related patch set uploaded (by Tim Starling; author: Tim 
Starling):
  
  [mediawiki/core@master] Stop using is_resource() where possible
  
  https://gerrit.wikimedia.org/r/756745

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

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

To: gerritbot
Cc: tstarling, brion, Reedy, alex-mashin, Ricordisamoa, ssastry, TheDJ, 
Aklapper, MaxSem, G1964j, Zekwn, the0001, Invadibot, Zabe, Selby, AndreCstr, 
maantietaja, XeroS_SkalibuR, Akuckartz, DannyS712, Nandana, Mirahamira, 
lucamauri, Lahi, Gq86, Jontheil, Markhalsey, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
freephile, Wikidata-bugs, aude, Nikerabbit, Jdforrester-WMF, Addshore, Mbch331, 
Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260735: Stop using is_resource()

2022-01-24 Thread tstarling
tstarling added a comment.


  For debug output, is_resource() is often appropriate, e.g.
  
if ( is_resource( $item ) ) {
return '[Resource ' . get_resource_type( $item ) . ']';
}
  
  Also, for input handling where the input may be either a scalar or a stream, 
there is currently no alternative to is_resource(), e.g.
  
if ( is_resource( $req['body'] ) ) {
curl_setopt( $ch, CURLOPT_INFILE, $req['body'] 
);
  
  So that is also a correct usage of is_resource(). My core patch will ignore 
such usages.

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

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

To: tstarling
Cc: tstarling, brion, Reedy, alex-mashin, Ricordisamoa, ssastry, TheDJ, 
Aklapper, MaxSem, G1964j, Zekwn, the0001, Invadibot, Zabe, Selby, AndreCstr, 
maantietaja, XeroS_SkalibuR, Akuckartz, DannyS712, Nandana, Mirahamira, 
lucamauri, Lahi, Gq86, Jontheil, Markhalsey, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
freephile, Wikidata-bugs, aude, Nikerabbit, Jdforrester-WMF, Addshore, Mbch331, 
Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299663: Remove different modes from LanguageFallbackChainFactory

2022-01-24 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.19; 2022-01-24).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE assigned this task to hashar.
Lucas_Werkmeister_WMDE added a comment.


  It’s working again. Thanks!

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

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

To: hashar, Lucas_Werkmeister_WMDE
Cc: hashar, dancy, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299663: Remove different modes from LanguageFallbackChainFactory

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 755730 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Remove custom mode from 
LanguageFallbackLabelDescriptionLookupFactory
  
  https://gerrit.wikimedia.org/r/755730

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295676: Redirect to previous URL after auth redirect in WCQS

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756724 **merged** by Ryan Kemper:
  
  [operations/puppet@production] rdf query service: Include host header with 
proxy_pass
  
  https://gerrit.wikimedia.org/r/756724

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, Lalamarie69, 
MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T90112: Investigate Apache Jena for WDQ

2022-01-24 Thread Justin0x2004
Justin0x2004 added a comment.


  It looks like Apache Jena didn't get a score in that sheet. Does that mean it 
was not evaluated?

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

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

To: Justin0x2004
Cc: Justin0x2004, So9q, Lydia_Pintscher, Aklapper, Manybubbles, Invadibot, 
MPhamWMF, maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295676: Redirect to previous URL after auth redirect in WCQS

2022-01-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, Lalamarie69, 
MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295676: Redirect to previous URL after auth redirect in WCQS

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756724 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [operations/puppet@production] rdf query service: Include host header with 
proxy_pass
  
  https://gerrit.wikimedia.org/r/756724

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

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

To: EBernhardson, gerritbot
Cc: Aklapper, Zbyszko, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-01-24T22:54:13Z]  
T280001  Removed downtime on `wcqs*`

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

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

To: RKemper, Stashbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-01-24T22:48:19Z]  
T280001  Moved `wcqs` service state 
into `production` by merging 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/756713; running puppet on 
authdns/alert hosts

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

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

To: RKemper, Stashbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756713 **merged** by Bking:
  
  [operations/puppet@production] wcqs: move service into production status
  
  https://gerrit.wikimedia.org/r/756713

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

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

To: RKemper, gerritbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756713 had a related patch set uploaded (by Bking; author: Bking):
  
  [operations/puppet@production] wcqs: move service into production status
  
  https://gerrit.wikimedia.org/r/756713

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

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

To: RKemper, gerritbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T254631: Schema.org metadata is in the rather than the

2022-01-24 Thread Krinkle
Krinkle added a project: Performance-Team (Radar).
Krinkle added a comment.


  As I understand it, the JSON-LD scripg block was added in 2020 as part 
T209306 . Testing with Google's own 
tools (example 
)
 shows that this appears to be working correctly.
  
  For performance reasons I would advise against moving this to the `` 
unless we can quantify and validate with concrete evidence that this is a 
problem. And even then I would propose we first reach out to releant standards 
bodies to see if it can be loosened to follow best practices such that we 
prioritise human experience over that of automated indexing.

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

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

To: Krinkle
Cc: Krinkle, Demian, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Volker_E, 
Niedzielski, Aklapper, dbarratt, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Naike, Alter-paule, Beast1978, Un1tY, 
Akuckartz, eprodromou, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Chicocvenancio, QZanden, LawExplorer, Vali.matei, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-01-24T22:32:24Z]  
T280001  T282117 
 Merged 
https://gerrit.wikimedia.org/r/c/operations/dns/+/755806 and ran `sudo -i 
authdns update` on `authdns1001.wikimedia.org`

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

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

To: RKemper, Stashbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282117: WCQS needs to be exposed through a wikimedia.org domain

2022-01-24 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-01-24T22:32:24Z]  
T280001  T282117 
 Merged 
https://gerrit.wikimedia.org/r/c/operations/dns/+/755806 and ran `sudo -i 
authdns update` on `authdns1001.wikimedia.org`

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

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

To: EBernhardson, Stashbot
Cc: RKemper, So9q, Aklapper, Gehel, CBogen, ttaylor, Zbyszko, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282117: WCQS needs to be exposed through a wikimedia.org domain

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 755806 **merged** by Bking:
  
  [operations/dns@master] wcqs: add discovery record
  
  https://gerrit.wikimedia.org/r/755806

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

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

To: EBernhardson, gerritbot
Cc: RKemper, So9q, Aklapper, Gehel, CBogen, ttaylor, Zbyszko, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 755806 **merged** by Bking:
  
  [operations/dns@master] wcqs: add discovery record
  
  https://gerrit.wikimedia.org/r/755806

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

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

To: RKemper, gerritbot
Cc: EBernhardson, Aklapper, Zbyszko, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T288262: Estimate how many Wikidata items have low/no ORES score

2022-01-24 Thread So9q
So9q added a comment.


  In T288262#7636689 , 
@AKhatun_WMF wrote:
  
  > The analysis is done here (for Q-ids): Wikidata_Item_ORES_Score_Analysis 

  
  I really appreciate your work. Thanks!

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

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

To: AKhatun_WMF, So9q
Cc: So9q, Lydia_Pintscher, JAllemandou, dcausse, ACraze, Aklapper, AKhatun_WMF, 
Addshore, Manuel, MPhamWMF, Gethan, Simonmaignan, Invadibot, maantietaja, 
calbon, lmata, Anerka, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Xinbenlv, Vacio, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Fz-29, QZanden, 
EBjune, merbst, LawExplorer, elukey, _jensen, rosalieper, Mkdw, Scott_WUaS, 
Jonas, Xmlizer, notconfusing, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Alchimista, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299974: Add test cases for WikidataPageBanner extension for the table-of-contents replacement code

2022-01-24 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Jdlrobson, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299974: Add test cases for WikidataPageBanner extension for the table-of-contents replacement code

2022-01-24 Thread Jdlrobson
Jdlrobson created this task.
Jdlrobson added a project: Wikidata-Page-Banner.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Follow up to 
https://wikitech.wikimedia.org/wiki/Incident_documentation/2021-11-05_TOC_language_converter#Actionables

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

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

To: Jdlrobson
Cc: Aklapper, Jdlrobson, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299222: Properly configure logback for W[CD]QS streaming updater

2022-01-24 Thread EBernhardson
EBernhardson claimed this task.

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

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

To: EBernhardson
Cc: Gehel, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T288262: Estimate how many Wikidata items have low/no ORES score

2022-01-24 Thread So9q
So9q added a comment.


  In T288262#7629267 , 
@Lydia_Pintscher wrote:
  
  > Yeah I think the underlying question we came to with this was if it would 
make sense to consider kicking out the low-quality Items from the Query Service 
for the disaster planning. The more I think about the less I think we should, 
because the query service is such an important piece of infrastructure for the 
workflows to get exactly these low-quality Items improved.
  
  +1

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

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

To: AKhatun_WMF, So9q
Cc: So9q, Lydia_Pintscher, JAllemandou, dcausse, ACraze, Aklapper, AKhatun_WMF, 
Addshore, Manuel, MPhamWMF, Gethan, Simonmaignan, Invadibot, maantietaja, 
calbon, lmata, Anerka, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Xinbenlv, Vacio, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Fz-29, QZanden, 
EBjune, merbst, LawExplorer, elukey, _jensen, rosalieper, Mkdw, Scott_WUaS, 
Jonas, Xmlizer, notconfusing, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Alchimista, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Manuel
Manuel added a comment.


  @Lucas_Werkmeister_WMDE: Thank you for adding the pseudo-code! It really 
helps to understand what is actually going on. I have given this some more 
thought, in the hopes to make it more robust and intuitive.
  
  I would suggest the following priorities:
  
  1. Babel language level
  2. Babel itself
  3. explicit fallbacks
  4. less specific locales
  5. more specific locales
  6. implicit fallback locales
  
  Some pseudo-code to clarify (codes are only added if new):
  
- for each Babel language level:
 - for each locale on this language level:
   - add the locale itself
 - for each locale on this language level:
   - add the locale’s **explicit fallbacks** 
 - for all locales in the list so far:
   - add all less specific locales
 - for all locales in the list so far:
   - add all more specific locales
- add **implicit fallback locales** (mul > en)
  
  I hope this will give us the best results based on the information that we 
have. I shared a document with you that illustrates the different outcomes. 
Also: This might still work if we included the locales that are requested by 
the browser at some point in the future.

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

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

To: Lucas_Werkmeister_WMDE, Manuel
Cc: Manuel, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Neuronton, Scott_WUaS, Nikki, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Manuel
Manuel updated the task description.

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

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

To: Lucas_Werkmeister_WMDE, Manuel
Cc: Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Nikki, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297347: Draw sample of Wikidata revisions for ORES training data

2022-01-24 Thread hoo
hoo added a comment.


  I wrote a one-off Python script for this which I ran on stat1007: It used a 
SQL query to get 10k random revisions from the last year (that were on 
non-redirect items). The "classifying" is a little hacky here, but probably 
good enough (also this is impossible to get fully right).
  Script:
  F34929305: T297347.py 
  Results:
  F34929306: T297347.csv 

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

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

To: hoo
Cc: Ladsgroup, Lucas_Werkmeister_WMDE, Michael, Manuel, Aklapper, 
Lydia_Pintscher, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299958: Search suggestion is obscuring the autocomplete fields

2022-01-24 Thread Ainali
Ainali created this task.
Ainali added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **List of steps to reproduce** (step by step, including full links if 
applicable):
  
  - Search in  the main search box on Wikidata.
  
  **What happens?**:
  
  - Sometimes a second suggestion field shows up (with the help text "Search 
for pages containing") on top of the regular dropdown, obscuring the top 
autocomplete result in the dropdown list.
  - This can be observed in this video sequence 
https://youtu.be/hjfSLbFlIbc?t=873
  
  **What should have happened instead?**:
  
  - Just the dropdown of autocomplete suggestions should be shown (and most of 
the time it is).
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc.**:
  
  - It has happened both in Chrome and Firefox.

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

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

To: Ainali
Cc: Aklapper, Ainali, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299752: Allow federation with the Wikipedia citations endpoint in WDQS

2022-01-24 Thread MPhamWMF
MPhamWMF added a comment.


  Thanks, if there is a patch available for this federation, the WMF Search 
team can review it for merging, contingent on doublechecking licensing concerns 
and making sure that opencura is ok and ready for us to federate with them.

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

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

To: MPhamWMF
Cc: MPhamWMF, Fnielsen, EgonWillighagen, Salgo60, Harej, So9q, Aklapper, 
Invadibot, maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: hashar, dancy, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, 786, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297995: Remove authentication from Wikimedia Commons Query Services (WCQS)

2022-01-24 Thread MPhamWMF
MPhamWMF triaged this task as "High" priority.

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

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

To: MPhamWMF
Cc: MPhamWMF, Jane023, Sannita, Bugreporter, GFontenelle_WMF, Susannaanas, 
Gehel, AxelPettersson_WMSE, Abbe98, Izno, Pharos, Krinkle, Nikki, Ainali, 
Chicocvenancio, LWyatt, Legoktm, Husky, LucasWerkmeister, Fuzheado, Aklapper, 
Multichill, Invadibot, maantietaja, Y.ssk, Muchiri124, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 4nn1l2, 
Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297995: Remove authentication from Wikimedia Commons Query Services (WCQS)

2022-01-24 Thread MPhamWMF
MPhamWMF added a comment.


  As mentioned in the WCQS beta 2 announcement 
,
 authentication (or the lack of it) on WCQS is an issue that requires further 
discussion and planning after the beta 2 release. I'll mark this as high 
priority as a feature request.

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

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

To: MPhamWMF
Cc: MPhamWMF, Jane023, Sannita, Bugreporter, GFontenelle_WMF, Susannaanas, 
Gehel, AxelPettersson_WMSE, Abbe98, Izno, Pharos, Krinkle, Nikki, Ainali, 
Chicocvenancio, LWyatt, Legoktm, Husky, LucasWerkmeister, Fuzheado, Aklapper, 
Multichill, Invadibot, maantietaja, Y.ssk, Muchiri124, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 4nn1l2, 
Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, Dinoguy1000, Manybubbles, 
Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756633 **abandoned** by Lucas Werkmeister (WMDE):
  
  [mediawiki/extensions/Wikibase@master] DNM: Empty change to test CI
  
  Reason:
  
  
  
  https://gerrit.wikimedia.org/r/756633

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

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

To: gerritbot
Cc: hashar, dancy, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297995: Remove authentication from Wikimedia Commons Query Services (WCQS)

2022-01-24 Thread MPhamWMF
MPhamWMF updated the task description.

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

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

To: MPhamWMF
Cc: Jane023, Sannita, Bugreporter, GFontenelle_WMF, Susannaanas, Gehel, 
AxelPettersson_WMSE, Abbe98, Izno, Pharos, Krinkle, Nikki, Ainali, 
Chicocvenancio, LWyatt, Legoktm, Husky, LucasWerkmeister, Fuzheado, Aklapper, 
Multichill, Invadibot, MPhamWMF, maantietaja, Y.ssk, Muchiri124, CBogen, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
4nn1l2, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, El_Grafo, Dinoguy1000, 
Manybubbles, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-01-24 Thread ArielGlenn
ArielGlenn added a comment.


  Thanks. I was pretty careful with my testing for the last fix, making sure 
that in production the patch redirected to a vslow/dump server. But I may have 
overlooked something. :-(

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

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

To: ArielGlenn
Cc: LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, daniel, hoo, 
ArielGlenn, jcrespo, Zppix, Invadibot, maantietaja, jannee_e, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-01-24 Thread Marostegui
Marostegui added a comment.


  Next time I will try a different approach to capture them, which I think it 
will give us the exact queries

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

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

To: Marostegui
Cc: LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, daniel, hoo, 
ArielGlenn, jcrespo, Zppix, Invadibot, maantietaja, jannee_e, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-01-24 Thread Marostegui
Marostegui added a comment.


  I tried but I wasn't able to capture any :(

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

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

To: Marostegui
Cc: LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, daniel, hoo, 
ArielGlenn, jcrespo, Zppix, Invadibot, maantietaja, jannee_e, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-01-24 Thread ArielGlenn
ArielGlenn added a comment.


  I hate to ask but can we capture any queries?

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

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

To: ArielGlenn
Cc: LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, daniel, hoo, 
ArielGlenn, jcrespo, Zppix, Invadibot, maantietaja, jannee_e, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread hashar
hashar added a comment.


  I am not quite sure what happened with the npm cache so I have nuked the 
cache for both jobs.
  
  npm reported them as being corrupted, I thought about T295351 
 but that one is caused when some 
files have zero bytes. I did check on the castor instance, and there were no 
empty files :\

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

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

To: hashar
Cc: hashar, dancy, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T238878: Data about how many file pages on Commons contain at least one structured data element

2022-01-24 Thread nettrom_WMF
nettrom_WMF closed this task as "Resolved".
nettrom_WMF claimed this task.
nettrom_WMF added a comment.


  It's my understanding that this has been automated in T239565 
 in such a way that this is now 
calculated automatically and published on 
https://analytics.wikimedia.org/published/datasets/periodic/reports/metrics/structured-data/,
 and so I'm closing this as resolved.

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

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

To: nettrom_WMF
Cc: Milimetric, Cparle, nettrom_WMF, Ladsgroup, daniel, Mayakp.wiki, gsingers, 
matthiasmullie, Addshore, kzimmerman, mpopov, Ramsey-WMF, Abit, Nuria, EChetty, 
ldelench_wmf, Invadibot, GFontenelle_WMF, maantietaja, FRomeo_WMF, CBogen, 
Nintendofan885, Akuckartz, 4748kitoko, Nandana, JKSTNK, Akovalyov, Lahi, Gq86, 
E1presidente, Anoop, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, 
LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, 
JAllemandou, Jane023, terrrydactyl, Wikidata-bugs, Base, aude, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Raymond, Steinsplitter, Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-releng) [2022-01-24T17:28:48Z]  Nuke 
castor caches on integration-castor03 : sudo rm -fR 
/srv/jenkins-workspace/caches/castor-mw-ext-and-skins/master/{quibble-vendor-mysql-php72-selenium-docker,wmf-quibble-selenium-php72-docker}
  # T299933 

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

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

To: Stashbot
Cc: dancy, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T149410: For consistency MediaInfo serialization should use "claims" as key, rather than "statements"

2022-01-24 Thread CBogen
CBogen closed subtask T230315: [XL] Create a way to see and add references to 
structured data on Commons (MediaInfo) statements  as Resolved.
Restricted Application added a project: Structured-Data-Backlog.

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

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

To: CBogen
Cc: Jopparn, Fuzheado, Alicia_Fagerving_WMSE, Cparle, John_Cummings, 
valerio.bozzolan, Esc3300, Jdforrester-WMF, Bene, Lucas_Werkmeister_WMDE, 
Ramsey-WMF, Keegan, Multichill, Magnus, Addshore, matthiasmullie, Aklapper, 
Ladsgroup, aude, Lydia_Pintscher, daniel, hoo, toberto, Invadibot, maantietaja, 
FRomeo_WMF, CBogen, Nintendofan885, Akuckartz, Nandana, JKSTNK, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, Ricordisamoa, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T230315: [XL] Create a way to see and add references to structured data on Commons (MediaInfo) statements

2022-01-24 Thread CBogen
CBogen closed this task as "Resolved".

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

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

To: matthiasmullie, CBogen
Cc: Jony, Etonkovidova, MichellevL_WMNL, BeatEstermann, Lydia_Pintscher, 
Addshore, mwilliams, ChristianFerrer, Susannaanas, Cparle, CBogen, 
Alicia_Fagerving_WMSE, FRomeo_WMF, Fuzheado, GFontenelle_WMF, John_Cummings, 
Dominicbm, Husky, Spinster, JeanFred, Multichill, Jarekt, valerio.bozzolan, 
Aklapper, Bugreporter, 786, Suran38, Biggs657, toberto, Invadibot, Surya742, 
Lalamarie69, maantietaja, Juan90264, Zblace, Mohammed_Sadat_WMDE, Jimfhahn, 
Alter-paule, Dr.uesenfieber, Beast1978, Un1tY, Nintendofan885, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, JKSTNK, Gaboe420, 
Giuliamocci, Cpaulf30, Seddon, Lahi, Gq86, Af420, SandraF_WMF, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, Mu301, _jensen, 
rosalieper, Bodhisattwa, Neuronton, Scott_WUaS, Izno, Jopparn, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756633 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] DNM: Empty change to test CI
  
  https://gerrit.wikimedia.org/r/756633

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

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

To: gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Failed builds:
  
  gate-and-submit:
  
  - 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98098/console
  - 
https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/132066/console
  - 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98120/console
  - 
https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/132081/console
  
  test:
  
  - 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98128/console
  - 
https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/132094/console
  - 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98125/console
  - 
https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/132088/console
  - 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98126/console
  - 
https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/132092/console

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299933: Wikibase CI builds failing with npm errors: corrupted tarball data, ENOENT in cacache

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, ci-test-error (WMF-deployed 
Build Failure).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Several Wikibase builds, both test and gate-and-submit, have failed with 
strange npm errors. Example build: 
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/98120/console
  
  counterexample
npm WARN tarball tarball data for 
v8-compile-cache@https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz
 
(sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==)
 seems to be corrupted. Trying again.
npm WARN tarball tarball data for 
resolve@https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz 
(sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==)
 seems to be corrupted. Trying again.
npm WARN tarball tarball data for 
picomatch@https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz 
(sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==)
 seems to be corrupted. Trying again.
npm WARN tarball tarball data for 
node-fetch@https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz 
(sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==)
 seems to be corrupted. Trying again.
npm WARN tarball tarball data for 
normalize-url@https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz
 
(sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==)
 seems to be corrupted. Trying again.
…
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path 
/cache/npm/_cacache/content-v2/sha512/e4/39/08c5e03b5c4441a8cc09ab468764e74c69d071e1ee9e0e8151bb24f9551f3627461c8360f033a19f03f11002127eb68453692d6521d4900aa82b9a13e797
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, lstat 
'/cache/npm/_cacache/content-v2/sha512/e4/39/08c5e03b5c4441a8cc09ab468764e74c69d071e1ee9e0e8151bb24f9551f3627461c8360f033a19f03f11002127eb68453692d6521d4900aa82b9a13e797'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
  
  npm Status  doesn’t show any errors at the moment.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299059: Write an Airflow job converting commons structured data dump to Hive

2022-01-24 Thread Gehel
Gehel edited projects, added Discovery-Search; removed Discovery-Search 
(Current work).

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

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

To: Snwachukwu, Gehel
Cc: Cparle, nettrom_WMF, Miriam, Nuria, cchen, AKhatun_WMF, JAllemandou, 
ntsako, EChetty, toberto, ldelench_wmf, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, Base, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299222: Properly configure logback for W[CD]QS streaming updater

2022-01-24 Thread Gehel
Gehel updated the task description.
Gehel removed the point value for this task.

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

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

To: Gehel
Cc: Gehel, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299222: Properly configure logback for W[CD]QS streaming updater

2022-01-24 Thread MPhamWMF
MPhamWMF set the point value for this task to "3".

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

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

To: MPhamWMF
Cc: Gehel, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299062: Save stats from wcqs-beta

2022-01-24 Thread Gehel
Gehel updated the task description.

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

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

To: Gehel
Cc: Aklapper, Gehel, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299062: Save stats from wcqs-beta

2022-01-24 Thread MPhamWMF
MPhamWMF set the point value for this task to "1".

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

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

To: MPhamWMF
Cc: Aklapper, Gehel, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290688: Drop support for legacy search in modern Vector

2022-01-24 Thread Jdlrobson
Jdlrobson edited projects, added Readers-Web-Backlog (Kanbanana-FY-2021-22); 
removed Readers-Web-Backlog (Needs Prioritization (Tech)).

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

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

To: Jdlrobson
Cc: karapayneWMDE, Addshore, Dereckson, Aklapper, Moebeus, R4356th, Jdlrobson, 
Yodas_henchman, Nishu02, 786, Romain, Suran38, Biggs657, Patafisik_WMF, bwang, 
cjming, Invadibot, STei-WMF, Lalamarie69, Zabe, Selby, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Demian, Hook696, CptViraj, AKA_MBG, 
Kent7301, Dibya, joker88john, 94rain, DannyS712, CucyNoiD, Nandana, Tks4Fish, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Jayprakash12345, QZanden, Kizule, LawExplorer, Winter, 
Lewizho99, JJMC89, Maathavan, Devwaker, Iniquity, Niklitov, _jensen, Urbanecm, 
rosalieper, Agabi10, 4nn1l2, Neuronton, JEumerus, Scott_WUaS, Ananthsubray, 
Superzerocool, Volker_E, Stanglavine, Tulsi_Bhagat, Wong128hk, Luke081515, 
SimmeD, Wikidata-bugs, Snowolf, Base, aude, Dcljr, Matanya, Mbch331, Jay8g, 
Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299525: Use language fallbacks in WDQS label service

2022-01-24 Thread MPhamWMF
MPhamWMF triaged this task as "Medium" priority.

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

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

To: MPhamWMF
Cc: Aklapper, Zabe, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295704: Extract vuex implementation for consistency and testability

2022-01-24 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  https://github.com/wmde/wikidata-mismatch-finder/pull/287

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

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

To: guergana.tzatchkova
Cc: Aklapper, ItamarWMDE, karapayneWMDE, Invadibot, maantietaja, 
Mattia_Capozzi_WMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate Apache Jena

2022-01-24 Thread MPhamWMF
MPhamWMF triaged this task as "Medium" priority.

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

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

To: MPhamWMF
Cc: Osmasuominen, dcausse, Smalyshev, Aklapper, Lucas_Werkmeister_WMDE, Gehel, 
Andrawaag, Addshore, Susannaanas, Akuckartz, TomT0m, Jecummings4, Krabina, 
So9q, Salgo60, WMDE-leszek, GreenReaper, Ostrzyciel, Samantha_Alipio_WMDE, 
Tagishsimon, Lydia_Pintscher, DanBri, Jneubert, Ivanhercaz, TheKtk, Jerven, 
Justin0x2004, Afandian, Sj, TallTed, Tpt, Thadguidry, danshick-wmde, Hjfocs, 
Mohammed_Sadat_WMDE, MarioGom, karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, 
Izno, RShigapov, Hannah_Bast, Kjauslin, toan, Michael, DD063520, 
AndreasKuczera, Versant.2612, namedgraph, Iamamz3, YULdigitalpreservation, 
BenAtOlive, nguyenm9, Fnielsen, accounting_data_logger, JohannesKalmbach, 
Dr.uesenfieber, Bovlb, AndySeaborne, BeautifulBold, Suran38, Invadibot, 
MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, NavinRizwi, CBogen, Isaacandy, 
Demian, Olson.jared.m, Nandana, Namenlos314, Lahi, Gq86, Bryandamon, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, PhotographerTom, suriyaa, 
Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299290: Unexpected behavior in federated queries with LinguaLibre in WDQS

2022-01-24 Thread MPhamWMF
MPhamWMF moved this task from Incoming to Current work on the 
Wikidata-Query-Service board.
MPhamWMF added a project: Discovery-Search (Current work).

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

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

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

To: MPhamWMF
Cc: dcausse, Rdrg109, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Eihel, Nandana, Namenlos314, Poslovitch, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Pamputt, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, Base, 
aude, Tobias1984, Manybubbles, Mbch331, Ltrlg
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T284211: Uncaught TypeError: $(...).siteselector(...).getId is not a function

2022-01-24 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
Lydia_Pintscher added a subscriber: Manuel.
Lydia_Pintscher added a comment.


  @Manuel for you i think

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

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

To: Lydia_Pintscher
Cc: Manuel, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Nikerabbit, Aklapper, 
MarcoAurelio, Invadibot, maantietaja, Akuckartz, DannyS712, Nandana, Jony, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Thibaut120094, Wikidata-bugs, aude, 
Amire80, Darkdadaah, Arrbee, santhosh, KartikMistry, Mbch331, Ltrlg
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Nikki, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756620 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Add explicit and implicit fallbacks to 
chain separately
  
  https://gerrit.wikimedia.org/r/756620

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297225: [Current Events] filter out some expected/unneeded Items

2022-01-24 Thread Manuel
Manuel added a comment.


  Hi @GoranSMilovanovic, is there a way for the Community to access the data 
this table is based on (e.g. download/API)? Parts of the Community would be 
very interested!

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

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

To: GoranSMilovanovic, Manuel
Cc: GoranSMilovanovic, Manuel, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260568: [EPIC] Productionize WCQS

2022-01-24 Thread Gehel
Gehel closed subtask T296466: Add MCR filtering to Streaming Updater for WCQS 
as Resolved.

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

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

To: Gehel
Cc: GFontenelle_WMF, So9q, Fuzheado, Zache, ttaylor, CBogen, Gehel, Aklapper, 
BeautifulBold, Suran38, Invadibot, MPhamWMF, maantietaja, Peteosx1x, 
NavinRizwi, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Dinoguy1000, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296466: Add MCR filtering to Streaming Updater for WCQS

2022-01-24 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: Zbyszko, Gehel
Cc: Aklapper, Zbyszko, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T288262: Estimate how many Wikidata items have low/no ORES score

2022-01-24 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: AKhatun_WMF, Gehel
Cc: Lydia_Pintscher, JAllemandou, dcausse, ACraze, Aklapper, AKhatun_WMF, 
Addshore, Manuel, MPhamWMF, Gethan, Simonmaignan, Invadibot, maantietaja, 
calbon, lmata, Anerka, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Xinbenlv, Vacio, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Fz-29, QZanden, 
EBjune, merbst, LawExplorer, elukey, _jensen, rosalieper, Mkdw, Scott_WUaS, 
Jonas, Xmlizer, notconfusing, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Alchimista, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282790: [EPIC] Get estimates for dropping data from Wikidata in case of Blazegraph catastrophic failure

2022-01-24 Thread Gehel
Gehel closed subtask T288262: Estimate how many Wikidata items have low/no ORES 
score as Resolved.

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

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

To: AKhatun_WMF, Gehel
Cc: RShigapov, So9q, Manuel, Esc3300, Addshore, AKhatun_WMF, MPhamWMF, 
Aklapper, BeautifulBold, Suran38, Invadibot, maantietaja, Peteosx1x, 
NavinRizwi, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Dinoguy1000, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299921: Estimate benefits of splitting and federating Wikidata subgraphs

2022-01-24 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: AKhatun_WMF, Maintenance_bot
Cc: MPhamWMF, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE added a project: Wikidata-Campsite (Team A Hearth ).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260568: [EPIC] Productionize WCQS

2022-01-24 Thread Gehel
Gehel closed subtask T262265: Provide real-time updates for WCQS as 
Resolved.

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

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

To: Gehel
Cc: GFontenelle_WMF, So9q, Fuzheado, Zache, ttaylor, CBogen, Gehel, Aklapper, 
BeautifulBold, Suran38, Invadibot, MPhamWMF, maantietaja, Peteosx1x, 
NavinRizwi, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Dinoguy1000, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T262265: Provide real-time updates for WCQS

2022-01-24 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: EBernhardson, Gehel
Cc: Back_ache, So9q, Salgo60, Gehel, Aklapper, Zbyszko, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299831: Internationalization of date datatype in entity summary

2022-01-24 Thread Louperivois
Louperivois added a comment.


  Eg. in this diff page 
https://www.wikidata.org/w/index.php?title=Q109044698=prev=1566421192=da
 , the date is "14 July 1971" in the summary and should be "14. juli 1971" like 
for the core diff below it.

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

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

To: Louperivois
Cc: Aklapper, Louperivois, Prufkick, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299921: Estimate benefits of splitting and federating Wikidata subgraphs

2022-01-24 Thread MPhamWMF
MPhamWMF created this task.
MPhamWMF added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a product manager, I want to understand the potential benefits (or lack 
of) to WDQS stability and user timeouts from splitting and federating Wikidata 
subgraphs, so I can decide whether to split the graph, and the best way to do 
so to improve WDQS stability and functionality.
  
  Based on what we know about the structure of Wikidata's subgraphs 
(https://wikitech.wikimedia.org/wiki/User:AKhatun/Wikidata_Subgraph_Analysis) 
and the queries on them 
(https://wikitech.wikimedia.org/wiki/User:AKhatun/Wikidata_Subgraph_Query_Analysis),
 what is the expected benefit (or a very rough estimate) of splitting the 
Wikidata graph into some number of subgraphs that can be federated? Primarily, 
how might federation affect:
  
  - total query timeouts
  - total query time
  - stability of WDQS (CPU load? TBD what the best metric is)
  
  There are many ways to split the graph, and we do not need to consider all of 
the possibilities, but we should consider the ones most likely to help WDQS be 
more stable, and reduce the number of timeouts on the service.
  
  **AC**
  
  - for different graph splits that are likely to help reduce WDQS load, 
quantify the potential benefits of federation based on total timeouts, query 
time, and WDQS load
  
  **Out of scope**
  This ticket does not take into account the fact that splitting subgraphs will 
improve WDQS scalability by reducing overall graph size, which is currently a 
risk for Blazegraph.

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

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

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

To: AKhatun_WMF, MPhamWMF
Cc: MPhamWMF, Aklapper, CBogen, Namenlos314, Gq86, Lucas_Werkmeister_WMDE, 
EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-01-24 Thread Marostegui
Marostegui added a comment.


  So I am still seeing a wikiadmin connection from snapshot1011.eqiad.wmnet. to 
a s8 API host (db1172)

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

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

To: Marostegui
Cc: LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, daniel, hoo, 
ArielGlenn, jcrespo, Zppix, Invadibot, maantietaja, jannee_e, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T90112: Investigate Apache Jena for WDQ

2022-01-24 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  We finished the evaluation in the big spreadsheet and didn't need the 
individual tasks anymore. The overall view from back then is here: 
https://docs.google.com/spreadsheets/d/1MXikljoSUVP77w7JKf9EXN40OB-ZkMqT8Y5b2NYVKbU/edit?usp=sharing

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

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

To: Lydia_Pintscher
Cc: So9q, Lydia_Pintscher, Aklapper, Manybubbles, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate Apache Jena

2022-01-24 Thread DD063520
DD063520 added a comment.


  @So9q : How would you like to serve everything from one place? It is normal 
to have replica of data. One of the big bottlenecks is IO. Or do I understand 
something wrong?

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

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

To: DD063520
Cc: Osmasuominen, dcausse, Smalyshev, Aklapper, Lucas_Werkmeister_WMDE, Gehel, 
Andrawaag, Addshore, Susannaanas, Akuckartz, TomT0m, Jecummings4, Krabina, 
So9q, Salgo60, WMDE-leszek, GreenReaper, Ostrzyciel, Samantha_Alipio_WMDE, 
Tagishsimon, Lydia_Pintscher, DanBri, Jneubert, Ivanhercaz, TheKtk, Jerven, 
Justin0x2004, Afandian, Sj, TallTed, Tpt, Thadguidry, danshick-wmde, Hjfocs, 
Mohammed_Sadat_WMDE, MarioGom, karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, 
Izno, RShigapov, Hannah_Bast, Kjauslin, toan, Michael, DD063520, 
AndreasKuczera, Versant.2612, namedgraph, Iamamz3, YULdigitalpreservation, 
BenAtOlive, nguyenm9, Fnielsen, accounting_data_logger, JohannesKalmbach, 
Dr.uesenfieber, Bovlb, AndySeaborne, BeautifulBold, Suran38, Invadibot, 
MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, NavinRizwi, CBogen, Isaacandy, 
Demian, Olson.jared.m, Nandana, Namenlos314, Lahi, Gq86, Bryandamon, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, PhotographerTom, suriyaa, 
Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T90112: Investigate Apache Jena for WDQ

2022-01-24 Thread So9q
So9q added a comment.


  @Lydia_Pintscher can you remember why this was declined back in 2015? What 
was the state of Jena back then compared to BlazeGraph?

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

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

To: So9q
Cc: So9q, Lydia_Pintscher, Aklapper, Manybubbles, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299828: mkwiki pages missing langlinks entries even though linked with a Wikidata item

2022-01-24 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Manuel, Lydia_Pintscher.
Lydia_Pintscher added a comment.


  @Manuel Do you know if this is the same issue as T233520 
 which is being worked on atm?

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Manuel, Aklapper, Mormegil, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299460: Evaluate Apache Jena

2022-01-24 Thread So9q
So9q added a comment.


  I read the whole thread and just want to point out that Jena supports SPARQL 
Update also.
  
  From what I can see, it seems to be able to replace Blazegraph. But it does 
not solve the issue of having multiple parallel servers all with their own 
snapshot of the current WD triples.
  
  Maybe it is currently not possible to avoid that, but it would be nice to 
have all the triples in ONE place and serve them from multiple servers who 
handle the SPARQL-requests.

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

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

To: So9q
Cc: Osmasuominen, dcausse, Smalyshev, Aklapper, Lucas_Werkmeister_WMDE, Gehel, 
Andrawaag, Addshore, Susannaanas, Akuckartz, TomT0m, Jecummings4, Krabina, 
So9q, Salgo60, WMDE-leszek, GreenReaper, Ostrzyciel, Samantha_Alipio_WMDE, 
Tagishsimon, Lydia_Pintscher, DanBri, Jneubert, Ivanhercaz, TheKtk, Jerven, 
Justin0x2004, Afandian, Sj, TallTed, Tpt, Thadguidry, danshick-wmde, Hjfocs, 
Mohammed_Sadat_WMDE, MarioGom, karapayneWMDE, Daniel_Mietchen, KingsleyIdehen, 
Izno, RShigapov, Hannah_Bast, Kjauslin, toan, Michael, DD063520, 
AndreasKuczera, Versant.2612, namedgraph, Iamamz3, YULdigitalpreservation, 
BenAtOlive, nguyenm9, Fnielsen, accounting_data_logger, JohannesKalmbach, 
Dr.uesenfieber, Bovlb, AndySeaborne, BeautifulBold, Suran38, Invadibot, 
MPhamWMF, Jtm-lis, maantietaja, Peteosx1x, NavinRizwi, CBogen, Isaacandy, 
Demian, Olson.jared.m, Nandana, Namenlos314, Lahi, Gq86, Bryandamon, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Steko, Samwilson, PhotographerTom, suriyaa, 
Psychoslave, tosfos, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Darenwelsh, Dinoguy1000, Manybubbles, brion, Mbch331, MarkAHershberger
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299539: Clean up WikibaseContentLanguages and LanguageFallbackChainFactory service handling

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Peer Review to Our work done on the 
Wikidata-Campsite (Team A Hearth ) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, 
maantietaja, Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297393: Implement basic version of mul language code and deploy to Test Wikidata

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T299539: Clean up 
WikibaseContentLanguages and LanguageFallbackChainFactory service handling as 
Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lydia_Pintscher, Manuel, Lucas_Werkmeister_WMDE, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299539: Clean up WikibaseContentLanguages and LanguageFallbackChainFactory service handling

2022-01-24 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, 
maantietaja, Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Addshore, Mbch331, Jay8g, 786, Suran38, 
Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, 
Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Lewizho99, Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299356: Depicts statements are shown in WCQS but not in SDC

2022-01-24 Thread Cparle
Cparle added a comment.


  ... so can this be closed @Rdrg109 ?

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

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

To: Cparle
Cc: Cparle, Lucas_Werkmeister_WMDE, Aklapper, Rdrg109, toberto, 
GFontenelle_WMF, Y.ssk, FRomeo_WMF, Muchiri124, CBogen, Nintendofan885, JKSTNK, 
Lahi, E1presidente, Ramsey-WMF, Anoop, SandraF_WMF, Tramullas, Acer, Salgo60, 
Silverfish, 4nn1l2, Taiwania_Justo, Susannaanas, Ixocactus, Wong128hk, Abit, 
Jane023, Wikidata-bugs, Base, matthiasmullie, El_Grafo, Dinoguy1000, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Steinsplitter
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299539: Clean up WikibaseContentLanguages and LanguageFallbackChainFactory service handling

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 755439 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Inject terms languages into 
LanguageFallbackChainFactory
  
  https://gerrit.wikimedia.org/r/755439

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Izno, Wikidata-bugs, 
aude, Dinoguy1000, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299539: Clean up WikibaseContentLanguages and LanguageFallbackChainFactory service handling

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 755433 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Get terms languages from services in 
entitytypes.php
  
  https://gerrit.wikimedia.org/r/755433

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 786, Suran38, 
Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Izno, Wikidata-bugs, 
aude, Dinoguy1000, Addshore, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299904: Babel language fallbacks do not distinguish between explicit and implicit language fallbacks

2022-01-24 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Language codes.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a Wikidata editor, I want to see labels in languages that are relevant to 
me, according to my Babel information.
  
  **Problem:**
  I noticed this while working on T297393 
: 
`LanguageFallbackChainFactory::buildFromBabel()` first adds the babel 
languages, then their variants, and then for each language all of the 
fallbacks. This means that the implicit fallback to `en` is added after all the 
explicit fallbacks of the first Babel language, but before the explicit 
fallbacks of any other Babel languages.
  
  **Example:**
  Consider a user with the following Babel. **arz-5, frc-4**. (`arz` Egyptian 
Arabic falls back to `ar` Arabic; `frc` Cajun French falls back to `fr` French.)
  I posit that they should get the following language fallback chain: arz, frc, 
ar, fr, en.
  However, they currently get the following fallback chain: arz, frc, ar, //en, 
fr//.
  
  **Screenshots/mockups:**
  
  name=maintenance/shell.php
>>> array_map( function ( $lwc ) { return $lwc->getLanguageCode(); }, 
\Wikibase\Repo\WikibaseRepo::getLanguageFallbackChainFactory()->buildFromBabel( 
[ '5' => [ 'arz' ], '4' => [ 'frc' ] ] ) )
=> [
 "arz",
 "frc",
 "ar",
 "en",
 "fr",
   ]
  
  **BDD**
  GIVEN 
  AND 
  WHEN
  AND
  THEN
  AND
  
  **Acceptance criteria:**
  
  - The Babel fallback chain lists the explicit language fallbacks of all Babel 
languages before any implicit fallbacks (`en` and, with T297393 
, `mul`) – unless the implicit 
fallbacks are also explicit fallbacks, of course (e.g. if the Babel includes 
`sco` Scots, which explicitly falls back to `en`).
  
  **Open questions:**

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T299831: Internationalization of date datatype in entity summary

2022-01-24 Thread Aklapper
Aklapper removed a subscriber: MediaWiki-Internationalization.
Aklapper added a project: I18n.
Aklapper added a comment.
Restricted Application added a project: wdwb-tech.


  Hi @Louperivois, thanks for taking the time to report this. Please provide 
clear steps to see/reproduce something somewhere (including links), by 
following https://www.mediawiki.org/wiki/How_to_report_a_bug

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

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

To: Aklapper
Cc: Aklapper, Louperivois, Prufkick, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Addshore, Mbch331, Jay8g, 
#mediawiki-internationalization
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T105637: "TypeError: context is undefined" when searchSuggest.js is used on Wikidata

2022-01-24 Thread Ostap_Smolar
Ostap_Smolar closed this task as "Resolved".
Ostap_Smolar claimed this task.

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

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

To: Ostap_Smolar
Cc: Ayushshri121, AnotherLadsgroup, Ladsgroup, TerraCodes, debt, Jonas, 
JanZerebecki, Ricordisamoa, Legoktm, Fomafix, He7d3r, Aklapper, bking, 
Trngsh15, Invadibot, Gaurav24072002, Abhinay76, Mengs21, MPhamWMF, Annysah01, 
Rohitgeddam, maantietaja, EgbeRef, Vaibhav0199, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, Tinzawoo533, wiki-helenatxu, Onmir, ET4Eva, DannyS712, 
Nandana, Tks4Fish, Mh-3110, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, JakeTheDeveloper, QZanden, EBjune, enigmaeth, rohitt, 
LawExplorer, Avner, Gehel, _jensen, rosalieper, xSavitar, Scott_WUaS, FloNight, 
MuhammadShuaib, Dixtosa, Tmalhotra, SimmeD, Wikidata-bugs, aude, Dinoguy1000, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297225: [Current Events] filter out some expected/unneeded Items

2022-01-24 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Manuel Great, thanks!

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

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

To: GoranSMilovanovic
Cc: GoranSMilovanovic, Manuel, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295760: tracking open vs. reviewed mismatches over time

2022-01-24 Thread Silvan_WMDE
Silvan_WMDE moved this task from Peer Review to Test (Verification) on the 
Mismatch Finder (Mismatch Finder - sprint 14) board.
Silvan_WMDE added a comment.


  Changed the Grafana board 

 from bars to lines and connected the daily dots.

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

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

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

To: Silvan_WMDE
Cc: Silvan_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, Invadibot, 
maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T279541: Add a reconciliation strategy to the wdqs streaming updater

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 740109 **abandoned** by DCausse:
  
  [schemas/event/primary@master] rdf_streaming_updater: add a reconcile event 
schema
  
  Reason:
  
  will continue using the secondary repo
  
  https://gerrit.wikimedia.org/r/740109

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

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

To: dcausse, gerritbot
Cc: RShigapov, dcausse, Aklapper, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T279541: Add a reconciliation strategy to the wdqs streaming updater

2022-01-24 Thread gerritbot
gerritbot added a comment.


  Change 756536 had a related patch set uploaded (by DCausse; author: DCausse):
  
  [schemas/event/secondary@master] rdf_streaming_updater: add a reconcile event 
schema
  
  https://gerrit.wikimedia.org/r/756536

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

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

To: dcausse, gerritbot
Cc: RShigapov, dcausse, Aklapper, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T238972: switch xml/sql (and adds-changes) dumps to use 0.11 schema with content from multiple slots

2022-01-24 Thread ArielGlenn
Restricted Application added a project: wdwb-tech.

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

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

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

To: ArielGlenn
Cc: Christian75, Schnark, binbot, Johan, Lucas_Werkmeister_WMDE, RhinosF1, 
Benjavalero, hoo, leila, ArielGlenn, Invadibot, R4356th, Bebiezaza, 
EhsanKhandowa, maantietaja, jannee_e, Akuckartz, PatsagornY, holger.knust, 
Viztor, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Luke081515, gnosygnu, 
Wikidata-bugs, aude, TheDJ, Addshore, Mbch331, Jay8g, valerio.bozzolan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283568: [Epic] Wikidata Analytics Core Codebase Maintenance

2022-01-24 Thread Manuel
Manuel closed subtask T297305:  Ensure preliminary research data sets are 
accessibleas Resolved.

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Lydia_Pintscher, WMDE-leszek, GoranSMilovanovic, Aklapper, 786, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297305: Ensure preliminary research data sets are accessible

2022-01-24 Thread Manuel
Manuel closed this task as "Resolved".
Manuel claimed this task.
Manuel added a comment.


  Thank you

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

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

To: Manuel
Cc: GoranSMilovanovic, Aklapper, Manuel, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297225: [Current Events] filter out some expected/unneeded Items

2022-01-24 Thread Manuel
Manuel added a comment.


  It's all Items from the list that I linked to (as well as all Items that you 
are filtering out already):
  
  Q4115189
  Q13406268
  Q15397819
  Q16943273
  Q17339402
  Q17437798
  Q17437796
  Q17506997
  Q17507019
  Q17559452
  Q17566023
  Q17578745
  Q17580674
  Q17580678
  Q17580679
  Q17580680
  Q17580682
  Q17442550
  Q18574815
  Q18644427
  Q20748091
  Q20748092
  Q20748093
  Q20748094
  Q26961029
  Q26932615
  Q28064618
  Q51759403
  Q85408509
  Q85408938
  Q85409163
  Q85409310
  Q85409446
  Q85409596

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

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

To: GoranSMilovanovic, Manuel
Cc: GoranSMilovanovic, Manuel, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T90112: Investigate Apache Jena for WDQ

2022-01-24 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Lydia_Pintscher, Aklapper, Manybubbles, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


  1   2   >