[Wikidata-bugs] [Maniphest] T214378: Check simple format constraints (no grouping) in PHP instead of SPARQL

2024-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I guess that would be an option if “no parentheses” is deemed too risky, yeah 
– we could just stick the regexes with, say, 100+ uses into a config variable 
and check those directly. (Which becomes even more effective if someone™ 
converts those regexes that have `^` at the start and `$` at the end, which 
isn’t actually needed, so that the currently 86 uses of `^\d+$` are checked as 
`\d+` instead. I might do that from my volunteer account later.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: dcausse, akosiaris, Michael, sbassett, RazShuty, JBennett, Ladsgroup, 
Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Cleo_Lemoisson, Astuthiodit_1, karapayneWMDE, Invadibot, Devnull, maantietaja, 
ItamarWMDE, Akuckartz, Dringsim, Eihel, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Wong128hk, Luke081515, abian, Wikidata-bugs, aude, Bawolff, 
Lydia_Pintscher, Grunny, 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] T367396: GitHub EntitySchema repository is getting mirrored from both EntitySchema and WikibaseSchema on Gerrit

2024-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Amazing, thank you!

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

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

To: hashar, Lucas_Werkmeister_WMDE
Cc: hashar, Lydia_Pintscher, Aklapper, hoo, Lucas_Werkmeister_WMDE, 
Baeisvar52braevincent, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
YoutacrsVARs, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Hassoonbxl, pdehaye, Nandana, A.S.Kochergin, Zylc, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, Gentlejack35, QZanden, YULdigitalpreservation, 
KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, xSavitar, Scott_WUaS, 
MGChecker, Luke081515, MisterSynergy, abian, Wikidata-bugs, aude, jayvdb, 
Paladox, Jdforrester-WMF, Mbch331, Jay8g, Krenair, QChris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T367497: Special:NewLexeme fallback interface not shown on Grade C browsers with JavaScript support

2024-06-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, 
Browser-Support-Internet-Explorer, Wikidata Lexicographical data.

TASK DESCRIPTION
  Special:NewLexeme includes a fallback interface that is used when JavaScript 
isn’t supported:
  F55310800: Screen Shot 2024-06-14 at 12.12.48.png 
<https://phabricator.wikimedia.org/F55310800>
  However, @Michael noticed that this interface isn’t available in “Grade C” 
browsers when JavaScript is supported, as I can confirm in a VM with IE11:
  F55310815: NewLexeme-on-IE11.png <https://phabricator.wikimedia.org/F55310815>
  This is because the fallback interface is wrapped in a `` tag, with 
a small JavaScript file (`resources/special/NewLexemeFallback.js`) loaded via 
ResourceLoader (`wikibase.lexeme.special.NewLexeme.legacyBrowserFallback`) that 
replaces the `` tag with its contents. But if MediaWiki detects that 
the browser has insufficient JavaScript support (not “Grade A”), then 
ResourceLoader modules aren’t loaded at all, and the `` tag stays a 
`` tag; yet the browser thinks it supports JavaScript, and doesn’t 
show the `` contents either.
  
  Ultimately, this is the result of the significantly changed MediaWiki browser 
support landscape since we developed the new Special:NewLexeme page. Back then, 
we were targeting only the subset of “Grade A” browsers that supported ES6 with 
the main user interface, and the fallback interface was then intended for the 
remaining non-ES6 “Grade A” browsers; “Grade C” browsers would have had the 
same problem back then, I believe, but it would have affected a different set 
of users because IE11 was still “Grade A”. Now, however, MediaWiki requires 
“Grade A” browsers to support ES6, so the distinction that 
`NewLexemeFallback.js` was originally addressed at no longer exists. If we want 
to repurpose the fallback interface to target “Grade C” browsers, that should 
be possible, but we’ll have to do it slightly differently by using the `NORLQ` 
(“no ResourceLoader queue”) mechanism. (`NORLQ` is meticulously undocumented, 
but there are a handful of uses 
<https://codesearch.wmcloud.org/search/?q=NORLQ> in codesearch, so it doesn’t 
seem to be limited to MediaWiki core – it’s just quite rare.) On the other 
hand, we could also decide that “Grade C” browsers remain unsupported on 
Special:NewLexeme.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Michael, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, 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] T367396: GitHub EntitySchema repository is getting mirrored from both EntitySchema and WikibaseSchema on Gerrit

2024-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: hashar, Lydia_Pintscher, Aklapper, hoo, Lucas_Werkmeister_WMDE, 
Baeisvar52braevincent, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
YoutacrsVARs, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Hassoonbxl, pdehaye, Nandana, A.S.Kochergin, Zylc, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, Gentlejack35, QZanden, YULdigitalpreservation, 
KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, xSavitar, Scott_WUaS, 
MGChecker, Luke081515, MisterSynergy, abian, Wikidata-bugs, aude, jayvdb, 
Paladox, Jdforrester-WMF, Mbch331, Jay8g, Krenair, QChris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T367334: EntitySchema conditional namespace registration errors (NS_ENTITYSCHEMA_JSON, NamespaceRegistrationHandler::registerNamespace() TypeError)

2024-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Ready for Tech Verification to Done 
on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE added a comment.


  I think we can close this: the fix was merged and backported, the train 
rolled forward (group1 is on wmf.9 now), and the errors didn’t recur as far as 
I can tell.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: brennen, thcipriani, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, TheReadOnly, karapayneWMDE, 
Invadibot, Zabe, maantietaja, ItamarWMDE, Akuckartz, Dringsim, darthmon_wmde, 
ST47, Rosalie_WMDE, pdehaye, Leonard12345q, Nandana, NebulousIris, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 
LawExplorer, Salgo60, _jensen, rosalieper, Liudvikas, Scott_WUaS, 
MisterSynergy, Verdy_p, abian, Wikidata-bugs, Jdlrobson, aude, daniel, 
Lydia_Pintscher, KartikMistry, Jdforrester-WMF, 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] T363153: [ES-M2]: Load EntitySchema data type registration for WikibaseClient on client wikis

2024-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T367334: EntitySchema conditional 
namespace registration errors (NS_ENTITYSCHEMA_JSON, 
NamespaceRegistrationHandler::registerNamespace() TypeError) as 
"Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Aklapper, Arian_Bozorg, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, MisterSynergy, abian, 
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] T367396: GitHub EntitySchema repository is getting mirrored from both EntitySchema and WikibaseSchema on Gerrit

2024-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: EntitySchema, Wikidata, 
Diffusion-Repository-Administrators, Gerrit.
Restricted Application added a project: wmde-wikidata-tech.

TASK DESCRIPTION
  A couple of years ago, we renamed this extension from WikibaseSchema to 
EntitySchema. Apparently, this left the GitHub mirroring configuration in a 
confused state where both EntitySchema and WikibaseSchema are getting mirrored 
to it; the “real” EntitySchema repository contents are periodically overwritten 
with WikibaseSchema’s remove everything 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikibaseSchema/+/508633>:
  F55284449: image.png <https://phabricator.wikimedia.org/F55284449>
  And if you visit the repository during that time, it appears empty:
  F55284453: image.png <https://phabricator.wikimedia.org/F55284453>
  We should fix this.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, hoo, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, pdehaye, Nandana, A.S.Kochergin, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, Gentlejack35, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
xSavitar, Scott_WUaS, MGChecker, Luke081515, MisterSynergy, abian, 
Wikidata-bugs, aude, jayvdb, Paladox, Mbch331, Jay8g, Krenair, hashar, QChris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T367334: EntitySchema conditional namespace registration errors (NS_ENTITYSCHEMA_JSON, NamespaceRegistrationHandler::registerNamespace() TypeError)

2024-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T367334#9886017 <https://phabricator.wikimedia.org/T367334#9886017>, 
@brennen wrote:
  
  > For clarity, is this breakage actually new in some way for wmf.9?  I see 
quite a few of the errors in wmf.8.  If nothing changes with the rollout, then 
this probably shouldn't block.
  
  That would be because I tried to backport the broken patches to wmf.8, then 
reverted when the errors happened. Or did you see the errors outside of ca. 
14:14–15:00 UTC yesterday?

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

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

To: Lucas_Werkmeister_WMDE
Cc: brennen, thcipriani, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, TheReadOnly, karapayneWMDE, 
Invadibot, Zabe, maantietaja, ItamarWMDE, Akuckartz, Dringsim, darthmon_wmde, 
ST47, Rosalie_WMDE, pdehaye, Leonard12345q, Nandana, NebulousIris, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 
LawExplorer, Salgo60, _jensen, rosalieper, Liudvikas, Scott_WUaS, 
MisterSynergy, Verdy_p, abian, Wikidata-bugs, Jdlrobson, aude, daniel, 
Lydia_Pintscher, KartikMistry, Jdforrester-WMF, 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] T367334: EntitySchema conditional namespace registration errors (NS_ENTITYSCHEMA_JSON, NamespaceRegistrationHandler::registerNamespace() TypeError)

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I was able to reproduce the OAuth issue locally and the above Gerrit change 
seems to fix it; I’m just hoping that that’s enough to fix the CentralAuth 
error as well (I don’t think I can test that locally). It’ll need backporting 
to wmf.9, and, if we want to try the wmf.8 backports again, to wmf.8 too (but 
see below).
  
  > There was also a different error during the deployment of those backports: 
“No such service: EntitySchema.EntitySchemaIsRepo”. That error seemed to go 
away after a brief spike, and I don’t know how related it is, nor whether it 
would also affect the train.
  
  This one is probably just a race condition – PHP processes with the old code 
started to see the new `extension.json` file (which injects the new 
`EntitySchema.EntitySchemaIsRepo` service into a bunch of hook handlers) before 
the php-fpm-restart let them see the new service definition in 
`EntitySchema.ServiceWiring.php`. If we want to try backporting these changes 
to wmf.8 again, we’ll have to keep that in mind; but right now I think I’d 
rather not do that, and just wait until next week before doing T332157 
<https://phabricator.wikimedia.org/T332157>.

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

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

To: Lucas_Werkmeister_WMDE
Cc: brennen, thcipriani, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, TheReadOnly, Biggs657, 
karapayneWMDE, Invadibot, Zabe, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, darthmon_wmde, ST47, 
Rosalie_WMDE, Kent7301, pdehaye, Leonard12345q, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 
LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Liudvikas, Scott_WUaS, MisterSynergy, Verdy_p, abian, Wikidata-bugs, Jdlrobson, 
aude, daniel, Lydia_Pintscher, KartikMistry, Jdforrester-WMF, 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] T363153: [ES-M2]: Load EntitySchema data type registration for WikibaseClient on client wikis

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Something’s broken here, both during backporting and also on wmf.9: T367334 
<https://phabricator.wikimedia.org/T367334>

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Aklapper, Arian_Bozorg, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, MisterSynergy, abian, 
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] T367334: EntitySchema conditional namespace registration errors (NS_ENTITYSCHEMA_JSON, NamespaceRegistrationHandler::registerNamespace() TypeError)

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T363153: [ES-M2]: Load EntitySchema 
data type registration for WikibaseClient on client wikis.
Restricted Application added a project: wmde-wikidata-tech.

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

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

To: Lucas_Werkmeister_WMDE
Cc: brennen, thcipriani, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, TheReadOnly, karapayneWMDE, 
Invadibot, Zabe, maantietaja, ItamarWMDE, Akuckartz, Dringsim, darthmon_wmde, 
ST47, Rosalie_WMDE, pdehaye, Leonard12345q, Nandana, NebulousIris, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 
LawExplorer, Salgo60, _jensen, rosalieper, Liudvikas, Scott_WUaS, 
MisterSynergy, Verdy_p, abian, Wikidata-bugs, Jdlrobson, aude, daniel, 
Lydia_Pintscher, KartikMistry, Jdforrester-WMF, 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] T363153: [ES-M2]: Load EntitySchema data type registration for WikibaseClient on client wikis

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T363153#9884597 <https://phabricator.wikimedia.org/T363153#9884597>, 
@Stashbot wrote:
  
  > Mentioned in SAL (#wikimedia-operations) [2024-06-12T14:14:42Z]  
lucaswerkmeister-wmde@deploy1002 Started scap: Backport for 
[[gerrit:1041677|Allow loading EntitySchema on client (only) wikis (T363153 
<https://phabricator.wikimedia.org/T363153>)]], [[gerrit:1041679|Only register 
EntitySchema namespace when feature is enabled (T363153 
<https://phabricator.wikimedia.org/T363153>)]]
  
  (For the record, those backports had to be reverted, but the revert 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1042283> 
changes 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1042284> 
weren’t attached to this task.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Aklapper, Arian_Bozorg, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, MisterSynergy, abian, 
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] T363153: [ES-M2]: Load EntitySchema data type registration for WikibaseClient on client wikis

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T367334: EntitySchema conditional 
namespace registration errors (NS_ENTITYSCHEMA_JSON, 
NamespaceRegistrationHandler::registerNamespace() TypeError).

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Aklapper, Arian_Bozorg, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, MisterSynergy, abian, 
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] T367334: EntitySchema conditional namespace registration errors (NS_ENTITYSCHEMA_JSON, NamespaceRegistrationHandler::registerNamespace() TypeError)

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Train Deployments, Release, 
Release-Engineering-Team (Priority Backlog 📥), User-brennen, Wikidata, Wikidata 
Dev Team (Wikidata.org Slice), EntitySchema.
Lucas_Werkmeister_WMDE triaged this task as "Medium" priority.
Restricted Application added a project: Wikimedia-production-error.

TASK DESCRIPTION
  This error was first observed when I tried to backport two 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1041677> 
changes 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1041679> 
to wmf.8 (quickly 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1042283> 
reverted 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/1042284>);
 however, the error is still reproducible on Test Wikidata, so it’s not 
specific to the backports and blocks the train.
  
  Steps to reproduce: take a tool that authenticates via OAuth; patch it to 
contact test.wikidata.org; try to log in. (I don’t know a tool that lets you 
select the “OAuth wiki” off the top of my head; I used my development version 
of Wikidata Lexeme Forms 
<https://www.wikidata.org/wiki/Wikidata:Wikidata_Lexeme_Forms>. If the broken 
code reaches Wikidata, then plenty of tools that target Wikidata start to 
break.)
  
  Error
  -
  
  - 151943dc-8100-47fb-a71e-5ff266476bf6 
<https://logstash.wikimedia.org/app/dashboards#/doc/logstash-*/logstash-deploy-1-7.0.0-1-2024.06.12?id=hrMyDZAB093XdQ4T1aBm>
  
  name=message
PHP Warning: Use of undefined constant NS_ENTITYSCHEMA_JSON - assumed 
'NS_ENTITYSCHEMA_JSON' (this will throw an Error in a future version of PHP)
TypeError: Argument 2 passed to 
EntitySchema\MediaWiki\Hooks\NamespaceRegistrationHandler::registerNamespace() 
must be of the type int, string given, called in 
/srv/mediawiki/php-1.43.0-wmf.9/extensions/EntitySchema/src/MediaWiki/Hooks/NamespaceRegistrationHandler.php
 on line 52
  
  name=trace
from 
/srv/mediawiki/php-1.43.0-wmf.9/extensions/EntitySchema/src/MediaWiki/Hooks/NamespaceRegistrationHandler.php(69)
#0 
/srv/mediawiki/php-1.43.0-wmf.9/extensions/EntitySchema/src/MediaWiki/Hooks/NamespaceRegistrationHandler.php(52):
 
EntitySchema\MediaWiki\Hooks\NamespaceRegistrationHandler->registerNamespace(array,
 string, string, boolean, boolean, string, boolean)
#1 
/srv/mediawiki/php-1.43.0-wmf.9/includes/HookContainer/HookContainer.php(159): 
EntitySchema\MediaWiki\Hooks\NamespaceRegistrationHandler->onCanonicalNamespaces(array)
#2 
/srv/mediawiki/php-1.43.0-wmf.9/includes/HookContainer/HookRunner.php(1037): 
MediaWiki\HookContainer\HookContainer->run(string, array)
#3 /srv/mediawiki/php-1.43.0-wmf.9/includes/title/NamespaceInfo.php(396): 
MediaWiki\HookContainer\HookRunner->onCanonicalNamespaces(array)
#4 /srv/mediawiki/php-1.43.0-wmf.9/includes/title/NamespaceInfo.php(422): 
MediaWiki\Title\NamespaceInfo->getCanonicalNamespaces()
#5 /srv/mediawiki/php-1.43.0-wmf.9/includes/language/Language.php(647): 
MediaWiki\Title\NamespaceInfo->getCanonicalIndex(string)
#6 
/srv/mediawiki/php-1.43.0-wmf.9/includes/title/MediaWikiTitleCodec.php(421): 
Language->getNsIndex(string)
#7 /srv/mediawiki/php-1.43.0-wmf.9/includes/title/Title.php(2751): 
MediaWiki\Title\MediaWikiTitleCodec->splitTitleString(string, integer)
#8 /srv/mediawiki/php-1.43.0-wmf.9/includes/title/Title.php(456): 
MediaWiki\Title\Title->secureAndSplit(string, integer)
#9 /srv/mediawiki/php-1.43.0-wmf.9/includes/title/Title.php(404): 
MediaWiki\Title\Title::newFromTextThrow(string, integer)
#10 
/srv/mediawiki/php-1.43.0-wmf.9/extensions/OAuth/src/SessionProvider.php(85): 
MediaWiki\Title\Title::newFromText(string)
#11 
/srv/mediawiki/php-1.43.0-wmf.9/includes/session/SessionManager.php(542): 
MediaWiki\Extension\OAuth\SessionProvider->provideSessionInfo(MediaWiki\Request\WebRequest)
#12 
/srv/mediawiki/php-1.43.0-wmf.9/includes/session/SessionManager.php(248): 
MediaWiki\Session\SessionManager->getSessionInfoForRequest(MediaWiki\Request\WebRequest)
#13 /srv/mediawiki/php-1.43.0-wmf.9/includes/Request/WebRequest.php(870): 
MediaWiki\Session\SessionManager->getSessionForRequest(MediaWiki\Request\WebRequest)
#14 
/srv/mediawiki/php-1.43.0-wmf.9/includes/session/SessionManager.php(167): 
MediaWiki\Request\WebRequest->getSession()
#15 /srv/mediawiki/php-1.43.0-wmf.9/includes/Setup.php(488): 
MediaWiki\Session\SessionManager::getGlobalSession()
#16 /srv/mediawiki/php-1.43.0-wmf.9/includes/WebStart.php(85): 
require_once(string)
#17 /srv/mediawiki/php-1.43.0-wmf.9/index.php(50): require(string)
#18 /srv/mediawiki/w/index.php(3): require(string)
#19 {main}
  
  
  
  Impact
  --
  
  “Pretty bad.” (Exact impact not totally clear to me, but certainly bad enough 
to block the train, I

[Wikidata-bugs] [Maniphest] T362955: Add support for searching EntitySchema values by ID

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Working now (even on Wikidata): 
https://www.wikidata.org/w/api.php?action=wbsearchentities&format=json&search=E10&language=en&type=entity-schema&formatversion=2

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Arian_Bozorg, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, pdehaye, Nandana, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 
LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
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] T362008: [ES-M2]: Investigate if `wbformatvalue` works for EntitySchema data values

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Seems to work now as long as the `datatype` parameter is provided: 
https://test.wikidata.org/w/api.php?action=wbformatvalue&format=json&datavalue=%7B%22value%22%3A%7B%22id%22%3A%22E10%22%7D%2C%22type%22%3A%22wikibase-entityid%22%7D&datatype=entity-schema&formatversion=2
  
{
"result": "[[EntitySchema:E10|Testschema for skipping IDs]]"
}

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, ArthurTaylor, Jakob_WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, pdehaye, Nandana, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, abian, 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] T365704: [SW] Send regular emails from EntitySchema daily CI to burner address

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Not quite, but that was enough to make me compare it to the other file and 
spot the issue ^^
  
  (It’s not actually an error in the YAML syntax, it just doesn’t follow the 
structure that GitHub expects.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Dringsim, Hook696, Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, MisterSynergy, abian, 
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] T365704: [SW] Send regular emails from EntitySchema daily CI to burner address

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  GitHub says something is broken, but I can’t figure out what:
  F55261696: image.png <https://phabricator.wikimedia.org/F55261696>

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Dringsim, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 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] T367174: Change Property datatypes from String to External Identifier for P12583 and P12703

2024-06-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata Dev Team (Wikidata.org Slice).
Lucas_Werkmeister_WMDE claimed this task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jony, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T367174: Change Property datatypes from String to External Identifier for P12583 and P12703

2024-06-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata.org.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per request from the community, please change the following Properties’ 
datatype from String to External Identifier:
  RTE substation ID (P12583) <https://www.wikidata.org/wiki/Property:P12583> 
and LombardiaBeniCulturali collection ID (P12703) 
<https://www.wikidata.org/wiki/Property:P12703> (joint discussion 
<https://www.wikidata.org/wiki/Wikidata:Property_proposal/LombardiaBeniCulturali_collection_ID#Change_data_type>)
  
  **Request:**
  Wikidata:Report a technical problem#Change data type 
<https://www.wikidata.org/wiki/Wikidata:Report_a_technical_problem#Change_data_type>
 (permalink 
<https://www.wikidata.org/w/index.php?title=Wikidata:Report_a_technical_problem&oldid=2176378258#Change_data_type>)
  
  **Acceptance criteria:**
  The above listed Property datatypes are External Identifier.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T332157: [ES-M2]: Enable new EntitySchema data type on Wikidata

2024-06-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Production config change notes:
  
  - `EntitySchema` extension should be loaded on all Wikibase repo + client 
wikis
  - `$wgEntitySchemaEnableDatatype` should be `true` on all those wikis as well
  - `$wgEntitySchemaIsRepo` should be `true` on the `wikidata` dblist (i.e. 
Wikidata + Test Wikidata) and `false` elsewhere (note that it defaults to true, 
so we must explicitly set it on the other wikis – which includes not only 
client wikis but also Commons, a repo where we don’t want EntitySchema repo 
functionality)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Bamyers99, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Hazizibinmahdi, ItamarWMDE, Akuckartz, 
Dringsim, pdehaye, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, MisterSynergy, abian, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-06-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE assigned this task to Silvan_WMDE.
Lucas_Werkmeister_WMDE added a comment.


  Fixed AFAICT.

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

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

To: Silvan_WMDE, Lucas_Werkmeister_WMDE
Cc: cscott, Silvan_WMDE, ArthurTaylor, Ollie.Shotton_WMDE, 
Muhammad_Yasser_Jazirahly_WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, apaskulin, Nandana, Lahi, Gq86, 
Xinbenlv, GoranSMilovanovic, QZanden, KimKelting, 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] T364965: stat1007 to stat1011 migration pipeline output check

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think it would be fine to mark this as resolved too.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, BTullis, Manuel, Aklapper, AndrewTavis_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, 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] T351072: Remove the WDCM clone (stats1007)

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think we can resolve both.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Arian_Bozorg, karapayneWMDE, Aklapper, Lucas_Werkmeister_WMDE, 
AndrewTavis_WMDE, Michael, Manuel, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
Djdungti, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Nastoshka, 
Wikidata-bugs, aude, Dinoguy1000, scfc, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ollie.Shotton_WMDE, Muhammad_Yasser_Jazirahly_WMDE, WMDE-leszek, 
Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, apaskulin, Nandana, Lahi, Gq86, Xinbenlv, GoranSMilovanovic, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Isabelladantes1983, Themindcoder, Adamm71, 
Hellket777, LisafBia6531, 786, Biggs657, Juan90264, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  So far, I can’t seem to reproduce this locally:
  
( await fetch( 
'http://localhost/wiki1/rest.php/v1/transform/html/to/wikitext/', { method: 
'POST', body: JSON.stringify( { html: 'test', original: { renderid: 
'"1234/dummy"' } } ), headers: { 'content-type': 'application/json' } } ) 
).status
// -> 412, as expected

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, apaskulin, Hook696, Kent7301, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Xinbenlv, 
Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Well, this core build 
<https://integration.wikimedia.org/ci/job/mediawiki-quibble-apitests-vendor-php74/6059/console>
 (for this change <https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1037004>) 
succeeded, so this might be specific to Wikibase indeed… though it’s far from 
clear to me how.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, apaskulin, Hook696, Kent7301, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Xinbenlv, 
Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The build history 
<https://integration.wikimedia.org/ci/job/mediawiki-quibble-apitests-vendor-php74/>
 at the moment shows some successful core builds, some successful 
GrowthExperiments builds, and then some failed Wikibase builds; so we don’t 
know yet whether this is specific to Wikibase, or whether it potentially 
affects all extensions but no other repo has had a new build since it broke.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, 
Aklapper, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, apaskulin, Nandana, 
Lahi, Gq86, Xinbenlv, GoranSMilovanovic, QZanden, KimKelting, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The /transform/ tests had previously failed in T320935 
<https://phabricator.wikimedia.org/T320935>, but these errors look different.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, apaskulin, Nandana, Lahi, Gq86, Xinbenlv, GoranSMilovanovic, QZanden, 
KimKelting, 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] T366142: REST API /transform/ endpoint api-testing tests break in Wikibase gate-and-submit

2024-05-29 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, ci-test-error (WMF-deployed 
Build Failure), MediaWiki-REST-API.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Three 
<https://integration.wikimedia.org/ci/job/mediawiki-quibble-apitests-vendor-php74/6051/console>
 Wikibase 
<https://integration.wikimedia.org/ci/job/mediawiki-quibble-apitests-vendor-php74/6053/console>
 gate-and-submits 
<https://integration.wikimedia.org/ci/job/mediawiki-quibble-apitests-vendor-php74/6056/console>
 (for 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1036624> 
different 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1036580> 
changes 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1036630>) 
failed with the same errors (except for the hash in the TransformSource name):
  
  counterexample
4 failing

1) /transform/ endpoint
 ETags
   /transform/ should refuse non-matching ETags in header:

AssertionError: {"reason":"The given page 
([0:TransformSource_0ZbZaRyLAW]) does not belong to page ID 383 but actually 
belongs to 
425","key":"1337/deadbeef","errorKey":"rest-bad-stash-key","messageTranslations":{"en":"Bad
 stash key."},"httpCode":400,"httpReason":"Bad Request"}: expected 400 to 
deeply equal 412
+ expected - actual

-400
+412

at Context. (tests/api-testing/REST/Transform.js:2344:11)
at process.processTicksAndRejections 
(node:internal/process/task_queues:95:5)

2) /transform/ endpoint
 ETags
   /transform/ should refuse non-matching ETags in the body:

AssertionError: {"reason":"The given page 
([0:TransformSource_0ZbZaRyLAW]) does not belong to page ID 383 but actually 
belongs to 
425","key":"1337/deadbeef","errorKey":"rest-bad-stash-key","messageTranslations":{"en":"Bad
 stash key."},"httpCode":400,"httpReason":"Bad Request"}: expected 400 to 
deeply equal 412
+ expected - actual

-400
+412

at Context. (tests/api-testing/REST/Transform.js:2355:11)
at process.processTicksAndRejections 
(node:internal/process/task_queues:95:5)

3) /transform/ endpoint
 stashing with If-Match header
   should fail if eTag in If-Match header is unknown:

AssertionError: expected 400 to equal 412
+ expected - actual

-400
+412

at Context. (tests/api-testing/REST/Transform.js:2395:36)
at process.processTicksAndRejections 
(node:internal/process/task_queues:95:5)

4) /transform/ endpoint
 stashing with renderid in body
   should fail if stash key is unknown:

AssertionError: expected 400 to equal 412
+ expected - actual

-400
+412

at Context. (tests/api-testing/REST/Transform.js:2435:36)
at process.processTicksAndRejections 
(node:internal/process/task_queues:95:5)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, apaskulin, Nandana, Lahi, Gq86, Xinbenlv, GoranSMilovanovic, QZanden, 
KimKelting, 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] T364965: stat1007 to stat1011 migration pipeline output check

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Interestingly, stat1007 isn’t even on the same commit as stat1011:
  
  name=stat1007
lucaswerkmeister-wmde@stat1007:~$ sudo -u analytics-wmde git -C 
/srv/analytics-wmde/wdcm/src/ show -s
commit aa40182c322410584e91b93b9327adc017a218e9 (HEAD -> master, 
origin/master, origin/HEAD)
Author: GoranMilovanovic 
Date:   Thu Feb 8 20:08:09 2018 +0100

Minor

Change-Id: I5329a17b7b82b88958945f90b804195838e536b7
  
  
  
  name=stat1011
lucaswerkmeister-wmde@stat1011:~$ sudo -u analytics-wmde git -C 
/srv/analytics-wmde/wdcm/src/ show -s
commit c2b0a324e9ee35aa3d0e02dc29437342c0753e43 (HEAD -> master, 
origin/master, origin/HEAD)
Author: GoranMilovanovic 
Date:   Wed Nov 25 23:06:33 2020 +0100

T268684

Change-Id: I024691a1481dd7e20765328f224120c72c9d553b
  
  (I’m still assuming this is all irrelevant and just noting it for the record.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, BTullis, Manuel, Aklapper, AndrewTavis_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, 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] T364965: stat1007 to stat1011 migration pipeline output check

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T364965#9838567 <https://phabricator.wikimedia.org/T364965#9838567>, 
@Stashbot wrote:
  
  > Mentioned in SAL (#wikimedia-operations) [2024-05-28T16:14:49Z] 
 lucaswerkmeister-wmde@stat1011:~$ sudo -u analytics-wmde rm -rf 
/srv/analytics-wmde/wdcm/ # T364965 
<https://phabricator.wikimedia.org/T364965>; contained src/ as a clean git 
clone as of c2b0a324e9 
<https://phabricator.wikimedia.org/rAWCMc2b0a324e9ee35aa3d0e02dc29437342c0753e43>
 / I024691a148, and nothing else
  
  Note: The stat1007 version, unlike stat1011 as logged above, has some 
untracked files:
  
lucaswerkmeister-wmde@stat1007:~$ sudo -u analytics-wmde git -C 
/srv/analytics-wmde/wdcm/src/ status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add ..." to include in what will be committed)

WDCM_CollectedItems/Architectural Structure_ItemIDs.csv
WDCM_CollectedItems/Astronomical Object_ItemIDs.csv
WDCM_CollectedItems/Book_ItemIDs.csv
WDCM_CollectedItems/Chemical Entities_ItemIDs.csv
WDCM_CollectedItems/Event_ItemIDs.csv
WDCM_CollectedItems/Gene_ItemIDs.csv
WDCM_CollectedItems/Geographical Object_ItemIDs.csv
WDCM_CollectedItems/Human_ItemIDs.csv
WDCM_CollectedItems/Organization_ItemIDs.csv
WDCM_CollectedItems/Scientific Article_ItemIDs.csv
WDCM_CollectedItems/Taxon_ItemIDs.csv
WDCM_CollectedItems/Thoroughfare_ItemIDs.csv
WDCM_CollectedItems/Wikimedia_Internal_ItemIDs.csv
WDCM_CollectedItems/Work Of Art_ItemIDs.csv
WDCM_Engine.R
WDCM_Logs/QueryResult.java
WDCM_Logs/WDCM_CollectItems_SPARQL_Errors.csv
WDCM_Logs/clienttables.tsv
WDCM_Logs/databases.tsv
WDCM_Logs/projectsTracking.csv

nothing added to commit but untracked files present (use "git add" to track)
  
  I’m assuming these aren’t needed and can be lost when stat1007 as a whole 
goes away, but just in case, I’m not deleting the directory there just yet.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, BTullis, Manuel, Aklapper, AndrewTavis_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, 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] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.
Lucas_Werkmeister_WMDE moved this task from In Peer Review to Ready for Tech 
Verification on the Wikidata Dev Team (Wikidata.org Slice) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jakob_WMDE, Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
MisterSynergy, abian, 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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Peer Review to In Development on 
the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE reassigned this task from Lucas_Werkmeister_WMDE to 
ArthurTaylor.
Lucas_Werkmeister_WMDE added a comment.


  Moving back to Doing – version 6.0.2 was bumped 
<https://github.com/wmde/wdio-wikibase/pull/74> and released 
<https://github.com/wmde/wdio-wikibase/releases/tag/6.0.2>, now it needs to be 
used in Wikibase (I assume).

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

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

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

To: ArthurTaylor, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata Dev Team (Wikidata.org 
Slice); removed Wikidata Dev Team.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T277464: [EPIC] Multiple Wikibase service wiring tests fail when run as unit tests

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, kostajh, WMDE-leszek, Aklapper, 
Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Ready for Tech Verification to Done 
on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE claimed this task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281706: Make ViewFactoryTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Ready for Tech Verification to Done 
on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE claimed this task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Ready for Tech Verification to Done 
on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE claimed this task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281710: Make PropertyOrderProviderTest a 
proper unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T277464: [EPIC] Multiple Wikibase service wiring tests fail when run as unit tests

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281710: Make PropertyOrderProviderTest a 
proper unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, kostajh, WMDE-leszek, Aklapper, 
Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T277464: [EPIC] Multiple Wikibase service wiring tests fail when run as unit tests

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281706: Make ViewFactoryTest a proper 
unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, kostajh, WMDE-leszek, Aklapper, 
Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281706: Make ViewFactoryTest a proper 
unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T277464: [EPIC] Multiple Wikibase service wiring tests fail when run as unit tests

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281708: Make 
OtherProjectsSitesProviderTest a proper unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, kostajh, WMDE-leszek, Aklapper, 
Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281708: Make 
OtherProjectsSitesProviderTest a proper unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Ready for Peer Review to In Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jakob_WMDE, Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
MisterSynergy, abian, 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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Ready for Peer Review to In Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Pull request for review: https://github.com/wmde/wdio-wikibase/pull/73

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T365991: No wikidata dumps last week

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Merging into T366043 <https://phabricator.wikimedia.org/T366043> since 
there’s more activity there (and I assume it’s the same issue).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Melderick, Amayus, Danny_Benjafield_WMDE, JEbe-WMF, 
Stevemunene, S8321414, xcollazo, Busfault, Astuthiodit_1, Atieno, 
karapayneWMDE, Invadibot, maantietaja, jannee_e, ItamarWMDE, Akuckartz, 
Dringsim, holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, 
QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, 
Wikidata-bugs, aude, Mbch331, Hokwelum
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T365991: No wikidata dumps last week

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as a duplicate of T366043: Some dumps 
are not available since mid may 2024.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Melderick, Amayus, Danny_Benjafield_WMDE, JEbe-WMF, 
Stevemunene, S8321414, xcollazo, Busfault, Astuthiodit_1, Atieno, 
karapayneWMDE, Invadibot, maantietaja, jannee_e, ItamarWMDE, Akuckartz, 
Dringsim, holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, 
QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, 
Wikidata-bugs, aude, Mbch331, Hokwelum
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281706: Make ViewFactoryTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Task Breakdown to Ready for Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.
Lucas_Werkmeister_WMDE moved this task from In Task Breakdown to Ready for Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Task Breakdown to Ready for Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281706: Make ViewFactoryTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata Dev Team (Wikidata.org 
Slice); removed [DEPRECATED] wdwb-tech.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ullasoff
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata Dev Team (Wikidata.org 
Slice); removed [DEPRECATED] wdwb-tech.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ullasoff
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-28 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata Dev Team (Wikidata.org 
Slice); removed [DEPRECATED] wdwb-tech.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, Ullasoff
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281706: Make ViewFactoryTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T361949: [SW] [REPO][CLIENT] Use 
ObjectCacheFactory in Wikibase.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T281706: Make ViewFactoryTest a proper 
unit test.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T361949: [SW] [REPO][CLIENT] Use 
ObjectCacheFactory in Wikibase.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T281708: Make 
OtherProjectsSitesProviderTest a proper unit test.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T361949: [SW] [REPO][CLIENT] Use 
ObjectCacheFactory in Wikibase.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T281710: Make PropertyOrderProviderTest 
a proper unit test.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T361949: [SW] [REPO][CLIENT] Use ObjectCacheFactory in Wikibase

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > While we’re at it, I think we can also resolve three or four cache-related 
subtasks of T277464: [EPIC] Multiple Wikibase service wiring tests fail when 
run as unit tests <https://phabricator.wikimedia.org/T277464>: T281706 
<https://phabricator.wikimedia.org/T281706>, T281708 
<https://phabricator.wikimedia.org/T281708>, and T281710 
<https://phabricator.wikimedia.org/T281710> (all using 
`getLocalServerInstance()`), as well as T281709 
<https://phabricator.wikimedia.org/T281709> (using `ObjectCache::getInstance( 
$cacheType )`).
  
  The last one resolved itself already; I just uploaded changes to fix the 
other three (they were simple to fix now).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T281709: Make PropertyLabelResolverTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE assigned this task to Collins.
Lucas_Werkmeister_WMDE added a comment.


  This was resolved by Use ObjectCacheFactory 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1029110> 
(T363770 <https://phabricator.wikimedia.org/T363770>, T361949 
<https://phabricator.wikimedia.org/T361949>) as far as I can tell. \o/

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

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

To: Collins, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Ullasoff, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T277464: [EPIC] Multiple Wikibase service wiring tests fail when run as unit tests

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T281709: Make PropertyLabelResolverTest a 
proper unit test as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, kostajh, WMDE-leszek, Aklapper, 
Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281710: Make PropertyOrderProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Ullasoff, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281708: Make OtherProjectsSitesProviderTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T281706: Make ViewFactoryTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T281706: Make ViewFactoryTest a proper unit test

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Ullasoff, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T365676: [REPO][SW] Ensure api-testing MediaWiki extension tests pass when temp account feature flag is enabled

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Peer Review to Ready for Tech 
Verification on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, kostajh, Aklapper, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 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] T365676: [REPO][SW] Ensure api-testing MediaWiki extension tests pass when temp account feature flag is enabled

2024-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Ready for Peer Review to In Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, kostajh, Aklapper, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 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] T362412: Wikibase CI jobs wikibase-repo and wikibase-client broken on REL1_42

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Thanks! Annoyingly, my past self didn’t write down which specific backports 
were blocked, but AFAICT there are no open REL1_* changes on Gerrit that were 
blocked by this, so it looks like we’re all done. (I think the backport in 
question was this one 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1019175> and 
it was already fixed by T362412#9717973 
<https://phabricator.wikimedia.org/T362412#9717973>.)

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

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

To: Jdforrester-WMF, Lucas_Werkmeister_WMDE
Cc: Jdforrester-WMF, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE added a comment.


  CI issue is resolved; if there was anything wrong with my fix from 
WikimediaEvents’ perspective, please let me know / reopen the task :)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, ArthurTaylor, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, freephile, Wikidata-bugs, aude, brooke, TheDJ, 
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] T351072: Remove the WDCM clone (stats1007)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T351072#9817102 <https://phabricator.wikimedia.org/T351072#9817102>, 
@AndrewTavis_WMDE wrote:
  
  > So basically removing the wdcm.pp related file on GitHub and its Puppet 
workflows will close both tasks :)
  
  Done in Remove statistics::wmde::wdcm 
<https://gerrit.wikimedia.org/r/1035468> (attached to T364965 
<https://phabricator.wikimedia.org/T364965>).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Arian_Bozorg, karapayneWMDE, Aklapper, Lucas_Werkmeister_WMDE, 
AndrewTavis_WMDE, Michael, Manuel, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
Djdungti, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Nastoshka, 
Wikidata-bugs, aude, Dinoguy1000, scfc, 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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The timing is still strange, because “Track impressions, success…” was 
already merged 2 days ago whereas we’ve still had successful Wikibase merges 
today 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1034865>.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, ArthurTaylor, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, freephile, Wikidata-bugs, aude, 
brooke, TheDJ, 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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata Dev Team (Wikidata.org Slice).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, ArthurTaylor, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, freephile, Wikidata-bugs, aude, 
brooke, TheDJ, 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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Reverting WikimediaEvents’ Track impressions, success and failure on the 
Special:CreateAccount and Special:Login pages. 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/979997>
 locally does fix the issue. (That commit is already “credited” with having 
caused T365403 <https://phabricator.wikimedia.org/T365403> too.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Muhammad_Yasser_Jazirahly_WMDE, ArthurTaylor, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, freephile, Wikidata-bugs, aude, brooke, TheDJ, 
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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  After enabling both extensions locally, I can reproduce the issue, and 
reverting “Clear $wgTitle…” does //not// fix it. So it’s not that after all, 
apparently.

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, freephile, 
Wikidata-bugs, aude, brooke, TheDJ, 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] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: ArthurTaylor.
Lucas_Werkmeister_WMDE added a comment.


  Neither WikimediaEvents nor TimedMediaHandler have any very recent Gerrit 
changes that feel like they could be related, but I think the just-merged core 
change Clear $wgTitle state before suite runs 
<https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1032718> could be the cause? 
The WikimediaEvents code does look like it could end up accessing `$wgTitle` 
under the hood:
  
$title = RequestContext::getMain()->getTitle();
$additionalData = [
'page_title' => $title->getDBkey(), // 

[Wikidata-bugs] [Maniphest] T365705: ApiUploadVideoTest::testUploadVideoFiles fails in Wikibase CI (AccountCreationLogger: Error: Call to a member function getDBkey() on null)

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: ci-test-error (WMF-deployed Build 
Failure), Wikidata, TimedMediaHandler, MediaWiki-extensions-WikimediaEvents.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Gate-and-submit for this change 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1034890> 
failed in three 
<https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-noselenium/13424/console>
 different 
<https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-noselenium/5607/console>
 builds 
<https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-noselenium/5421/console>
 in the same way:
  
1) ApiUploadVideoTest::testUploadVideoFiles with data set #0 
(array('application/ogg', '/workspace/src/extensions/Tim...00.ogv', 301477, 
400, 300, 'VIDEO', 449642, 30))
Error: Call to a member function getDBkey() on null


/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:50

/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:101

/workspace/src/extensions/WikimediaEvents/includes/WikimediaEventsHooks.php:90
/workspace/src/includes/HookContainer/HookContainer.php:159
/workspace/src/includes/HookContainer/HookRunner.php:893
/workspace/src/includes/auth/AuthManager.php:851
/workspace/src/includes/auth/AuthManager.php:501
/workspace/src/includes/api/ApiLogin.php:178
/workspace/src/includes/api/ApiMain.php:1952
/workspace/src/includes/api/ApiMain.php:897
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:183

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:92

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:103

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiUploadVideoTest.php:26
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:335
phpvfscomposer:///workspace/src/vendor/phpunit/phpunit/phpunit:106
Logs generated by test

Show Details

2) ApiUploadVideoTest::testUploadVideoFiles with data set #1 
(array('video/webm', '/workspace/src/extensions/Tim...8.webm', 699018, 1080, 
608, 'VIDEO', 522142, 29.97))
Error: Call to a member function getDBkey() on null


/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:50

/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:101

/workspace/src/extensions/WikimediaEvents/includes/WikimediaEventsHooks.php:90
/workspace/src/includes/HookContainer/HookContainer.php:159
/workspace/src/includes/HookContainer/HookRunner.php:893
/workspace/src/includes/auth/AuthManager.php:851
/workspace/src/includes/auth/AuthManager.php:501
/workspace/src/includes/api/ApiLogin.php:178
/workspace/src/includes/api/ApiMain.php:1952
/workspace/src/includes/api/ApiMain.php:897
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:183

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:92

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:103

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiUploadVideoTest.php:26
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:335
phpvfscomposer:///workspace/src/vendor/phpunit/phpunit/phpunit:106
Logs generated by test

Show Details

3) ApiUploadVideoTest::testUploadVideoFiles with data set #2 
(array('audio/midi', '/workspace/src/extensions/Tim...r.midi', 262, 'AUDIO'))
Error: Call to a member function getDBkey() on null


/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:50

/workspace/src/extensions/WikimediaEvents/includes/AccountCreationLogger.php:101

/workspace/src/extensions/WikimediaEvents/includes/WikimediaEventsHooks.php:90
/workspace/src/includes/HookContainer/HookContainer.php:159
/workspace/src/includes/HookContainer/HookRunner.php:893
/workspace/src/includes/auth/AuthManager.php:851
/workspace/src/includes/auth/AuthManager.php:501
/workspace/src/includes/api/ApiLogin.php:178
/workspace/src/includes/api/ApiMain.php:1952
/workspace/src/includes/api/ApiMain.php:897
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:183

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:92

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiVideoUploadTestCase.php:103

/workspace/src/extensions/TimedMediaHandler/tests/phpunit/ApiUploadVideoTest.php:26
/workspace/src/tests/phpunit/includes/api/ApiTestCase.php:335
phpvfscomposer:///workspace/src/vendor/phpunit/phpunit/phpunit:106

TASK DETAIL
  https://phabricator

[Wikidata-bugs] [Maniphest] T353960: EntitySchema daily CI broken and emails broken

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from In Tech Verification to Done on the 
Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE added a subscriber: ArthurTaylor.
Lucas_Werkmeister_WMDE added a comment.


  Task breakdown note from @ItamarWMDE, @ArthurTaylor and me: We’ve made a new 
task for the email part (T365704: [SW] Send regular emails from EntitySchema 
daily CI to burner address <https://phabricator.wikimedia.org/T365704>), so the 
rest of this can be considered resolved now.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, ItamarWMDE, Aklapper, Lucas_Werkmeister_WMDE, Michael, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Dringsim, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 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] T365704: [SW] Send regular emails from EntitySchema daily CI to burner address

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, EntitySchema, 
wmde-wikidata-tech, Wikidata Dev Team (Wikidata.org Slice).

TASK DESCRIPTION
  Google automatically disables the password we use to send emails on CI 
failure if it isn’t used regularly – so if CI stays green for a few months, 
then we don’t get notified once it breaks because the email sending will also 
be broken. To avoid this, let’s just send regular emails (weekly?) using the 
same credentials, also from GitHub actions, but to some other recipient email 
address that nobody looks at. This way, the password should stay active from 
Google’s perspective.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, 
Dringsim, pdehaye, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, MisterSynergy, abian, 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] T365452: [ES][SW] Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  **Prio Notes:**
  
  | Impact Area | Affected  
|
  | --- | 
-
 |
  | production / end users  | yes   
|
  | monitoring  | no
|
  | development efforts | no
|
  | onboarding efforts  | no
|
  | additional stakeholders | yes (Wikidata admins who manage the AbuseFilters 
and/or users who get blocked by the filters) |

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T204460: Lexemes in Ottoman Turkish (ota) tagged as ltr text on special pages

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE added a comment.


  Yeah, the reproduction link now shows:
  
قوقوروز
  
  In principle, the general issue remains – if there’s a language only in 
`$wmgExtraLanguageNames` but without a `MessagesXxx.php` file, then MediaWiki 
doesn’t know whether it’s LTR or RTL yet. But the change Amir linked above 
should’ve fixed that for several RTL languages, so I think we can close this 
task for now. (IIRC there was also some other task for adding this kind of 
information to MediaWiki in general but I don’t think I could find it again.)

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

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

To: jhsoby, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Amire80, Nikki, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, srishakatux, KimKelting, Muhammed4IT, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Huji, Gryllida, Shizhao, Arrbee, 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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  **Prio Notes:**
  
  | Impact Area | Affected |
  | --- |  |
  | production / end users  | no   |
  | monitoring  | no   |
  | development efforts | yes  |
  | onboarding efforts  | no   |
  | additional stakeholders | yes  |

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T365452: [ES][SW] Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Incoming to [DOT] By Project on the 
wmde-wikidata-tech board.
Lucas_Werkmeister_WMDE added a project: Wikidata Dev Team.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T365452: [ES][SW] Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "Special:NewEntitySchema doesn’t 
catch AbuseFilter errors" to "[ES][SW] Special:NewEntitySchema doesn’t catch 
AbuseFilter errors".

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Incoming to [DOT] By Project on the 
wmde-wikidata-tech board.
Lucas_Werkmeister_WMDE added a project: Wikidata Dev Team.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T365646: [REPO][SW] Ensure Selenium tests pass when temp account feature flag is enabled

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "Ensure Selenium tests pass when 
temp account feature flag is enabled" to "[REPO][SW] Ensure Selenium tests pass 
when temp account feature flag is enabled".
Lucas_Werkmeister_WMDE added a project: Wikidata.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, hashar, thcipriani, 
Tchanders, STran, Dreamy_Jazz, kostajh, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T365692: PHP Notice: Undefined index: lexeme_language / lexical_category

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think this is actually the same issue as T365684: Particular lexeme 
(L1326823) not indexed so search with the Wikidata API returns nothing 
<https://phabricator.wikimedia.org/T365684> – the request URL shows that it’s a 
search for “markedsmodning”.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Verdy_p, Wikidata-bugs, aude, Jdforrester-WMF, 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] T365692: PHP Notice: Undefined index: lexeme_language / lexical_category

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Discovery-Search.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, darthmon_wmde, 
Rosalie_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
EBjune, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T365130: SummaryFormatterTest.php fails when run in a suite with ApiParseDiscussionToolsTest.php

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Peer Review to Ready for Tech 
Verification on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, 
Kent7301, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 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] T365684: Particular lexeme (L1326823) not indexed so search with the Wikidata API returns nothing

2024-05-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Discovery-Search.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Fnielsen, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, KimKelting, 
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] T365452: Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Note: the abuse filter blocking Entityschema creation is currently enabled on 
Wikidata <https://www.wikidata.org/wiki/Special:AbuseFilter/258> but disabled 
on Test Wikidata <https://test.wikidata.org/wiki/Special:AbuseFilter/24>, so if 
you want to reproduce the issue on Test Wikidata, enable that AbuseFilter first.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T365452: Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T365452: Special:NewEntitySchema doesn’t catch AbuseFilter errors

2024-05-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikimedia-production-error, Wikidata, 
EntitySchema.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: wmde-wikidata-tech.

TASK DESCRIPTION
  As mentioned in this security change 
<https://gerrit.wikimedia.org/r/c/mediawiki/extensions/EntitySchema/+/961856> 
and T339016#8984703 <https://phabricator.wikimedia.org/T339016#8984703>, 
`Special:NewEntitySchema` currently produces an uncaught internal error if the 
EntitySchema creation is blocked by an AbuseFilter:
  F54046678: image.png <https://phabricator.wikimedia.org/F54046678>
  
  According to the commit message, other edit scenarios also don’t show any 
details about the failed AbuseFilter, though at least they don’t crash 
completely. It would be nice to fix that too, though that might not be part of 
this task.
  
  Error
  -
  
  - mwversion: 1.43.0-wmf.6
  - reqId: 51fd6757-25d4-4afb-ae2c-5b887f7ec062
  - Find reqId in Logstash 
<https://logstash.wikimedia.org/app/dashboards#/view/AXFV7JE83bOlOASGccsT?_g=(time:(from:'2024-05-20T09:49:19.136Z',to:'2024-05-21T09:50:04.468Z'))&_a=(query:(query_string:(query:'reqId:%2251fd6757-25d4-4afb-ae2c-5b887f7ec062%22')))>
  
  name=normalized_message
[{reqId}] {exception_url}   RuntimeException: This action has been 
automatically identified as harmful, and therefore disallowed.
If you believe your action was constructive, please inform an administrator 
of what you were trying to do.
A brief descriptio
  
  name=exception.trace
from 
/srv/mediawiki/php-1.43.0-wmf.6/extensions/EntitySchema/src/DataAccess/MediaWikiRevisionEntitySchemaInserter.php(124)
#0 
/srv/mediawiki/php-1.43.0-wmf.6/extensions/EntitySchema/src/DataAccess/MediaWikiRevisionEntitySchemaInserter.php(100):
 
EntitySchema\DataAccess\MediaWikiRevisionEntitySchemaInserter->saveRevision(MediaWiki\Storage\PageUpdater,
 EntitySchema\MediaWiki\Content\EntitySchemaContent, 
MediaWiki\CommentStore\CommentStoreComment)
#1 
/srv/mediawiki/php-1.43.0-wmf.6/extensions/EntitySchema/src/MediaWiki/Specials/NewEntitySchema.php(119):
 
EntitySchema\DataAccess\MediaWikiRevisionEntitySchemaInserter->insertSchema(string,
 string, string, array, string)
#2 [internal function]: 
EntitySchema\MediaWiki\Specials\NewEntitySchema->submitCallback(array, 
MediaWiki\HTMLForm\OOUIHTMLForm)
#3 /srv/mediawiki/php-1.43.0-wmf.6/includes/htmlform/HTMLForm.php(792): 
call_user_func(array, array, MediaWiki\HTMLForm\OOUIHTMLForm)
#4 /srv/mediawiki/php-1.43.0-wmf.6/includes/htmlform/HTMLForm.php(673): 
MediaWiki\HTMLForm\HTMLForm->trySubmit()
#5 
/srv/mediawiki/php-1.43.0-wmf.6/extensions/EntitySchema/src/MediaWiki/Specials/NewEntitySchema.php(84):
 MediaWiki\HTMLForm\HTMLForm->tryAuthorizedSubmit()
#6 
/srv/mediawiki/php-1.43.0-wmf.6/includes/specialpage/SpecialPage.php(719): 
EntitySchema\MediaWiki\Specials\NewEntitySchema->execute(NULL)
#7 
/srv/mediawiki/php-1.43.0-wmf.6/includes/specialpage/SpecialPageFactory.php(1680):
 MediaWiki\SpecialPage\SpecialPage->run(NULL)
#8 
/srv/mediawiki/php-1.43.0-wmf.6/includes/actions/ActionEntryPoint.php(502): 
MediaWiki\SpecialPage\SpecialPageFactory->executePath(string, 
MediaWiki\Context\RequestContext)
#9 
/srv/mediawiki/php-1.43.0-wmf.6/includes/actions/ActionEntryPoint.php(145): 
MediaWiki\Actions\ActionEntryPoint->performRequest()
#10 /srv/mediawiki/php-1.43.0-wmf.6/includes/MediaWikiEntryPoint.php(200): 
MediaWiki\Actions\ActionEntryPoint->execute()
#11 /srv/mediawiki/php-1.43.0-wmf.6/index.php(58): 
MediaWiki\MediaWikiEntryPoint->run()
#12 /srv/mediawiki/w/index.php(3): require(string)
#13 {main}
  
  Impact
  --
  
  While the edit is correctly blocked, users don’t see any useful information 
with the error. (Also, if the AbuseFilter is set to “warn”, that probably 
doesn’t work properly, since the user doesn’t get a chance to retry their edit.)
  
  Notes
  -

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, darthmon_wmde, Rosalie_WMDE, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, Verdy_p, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Jdforrester-WMF, 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] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think `translate_reviews.trr_revision` might also be affected (found via 
T365445 <https://phabricator.wikimedia.org/T365445>):
  
mysql:research@dbstore1009.eqiad.wmnet [wikidatawiki]> SELECT trr_revision, 
COUNT(*) FROM translate_reviews WHERE trr_revision >= 213000 GROUP BY 
trr_revision ORDER BY trr_revision ASC;
+--+--+
| trr_revision | COUNT(*) |
+--+--+
|   2131243224 |1 |
|   2131243602 |1 |
|   2131243677 |1 |
|   2131243747 |1 |
|   2134240427 |1 |
|   2134249853 |1 |
|   2136744814 |1 |
|   2136746153 |1 |
|   2138381191 |1 |
|   2138382550 |1 |
|   2140210428 |2 |
|   2142160688 |2 |
|   2147483647 |4 |
+--+--+
13 rows in set (0.032 sec)

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

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

To: abi_, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Reedy, Zabe, Ameisenigel, Nikerabbit, Pppery, 
Aklapper, Tacsipacsi, GLima-WMF, Danny_Benjafield_WMDE, Dominika_Naumiuk, 
S8321414, Wangombe, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
H0bby, PallaviPatke, maantietaja, Tiputini, Rileych, ItamarWMDE, Akuckartz, 
Dringsim, 50019062, darthmon_wmde, Rosalie_WMDE, abi_, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, 
rosalieper, Soum213, Taiwania_Justo, shinjiman, Scott_WUaS, Wong128hk, 
Luke081515, Verdy_p, Wikidata-bugs, Base, aude, Arrbee, santhosh, KartikMistry, 
Jdforrester-WMF, 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] T365445: Investigate potential signed int references to rev_id

2024-05-21 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, 
MediaWiki-extensions-Translate, MathSearch.

TASK DESCRIPTION
  Following up on T364681 <https://phabricator.wikimedia.org/T364681>, 
Codesearch 
<https://codesearch.wmcloud.org/search/?q=rev(ision)%3F.*\bINT\b&files=\.sql%24>
 shows several other database columns that look like they might reference the 
revision ID and yet be signed 32-bit integers (which means they can’t represent 
all revisions on Wikidata anymore):
  
  (Note if you’re looking through those Codesearch results: ignore any postgres 
SQL files, `UNSIGNED` doesn’t even exist there.)
  
  Wikimedia deployed
  --
  
  Extension:Translate
  ---
  
  name=sql/mysql/translate_reviews.sql
CREATE TABLE /*_*/translate_reviews (
  trr_user INT NOT NULL,
  trr_page INT NOT NULL,
  trr_revision INT NOT NULL,
  
  
  
  Other
  -
  
  Extension:ContentStabilization
  --
  
  Note: I couldn’t find a Phabricator tag for this extension.
  
  name=db/stable_file_points.sql
CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/stable_file_points (
`sfp_revision` INT NOT NULL PRIMARY KEY,
  
  name=db/stable_file_transclusions.sql
CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/stable_file_transclusions (
`sft_revision` INT NOT NULL,
`sft_page` INT NOT NULL,
`sft_file_revision` INT NOT NULL,
  
  name=db/stable_points.sql
CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/stable_points (
`sp_revision` INT NOT NULL PRIMARY KEY,
  
  name=db/stable_transclusions.sql
CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/stable_transclusions (
`st_revision` INT NOT NULL,
`st_page` INT NOT NULL,
`st_transclusion_revision` INT NOT NULL,
  
  
  
  Extension:MathSearch
  
  
  name=db/math_review_list.sql
CREATE TABLE /*_*/math_review_list (
  revision_id INT(11) NOT NULL,
  
  
  
  Extension:PageCheckout
  --
  
  Note: I couldn’t find a Phabricator tag for this extension.
  
  name=db/page_checkout_event.sql
CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/page_checkout_event (
`pce_action` VARCHAR(255) NOT NULL,
`pce_actor_id` INT NOT NULL,
`pce_page_id` INT NOT NULL,
`pce_revision_id` INT NOT NULL,

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

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

To: Lucas_Werkmeister_WMDE
Cc: abi_, Tacsipacsi, Aklapper, Pppery, Nikerabbit, Ameisenigel, Zabe, Reedy, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, H0bby, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Taiwania_Justo, shinjiman, Scott_WUaS, Wikidata-bugs, 
Base, aude, KartikMistry, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


  1   2   3   4   5   6   7   8   9   10   >