[Wikidata-bugs] [Maniphest] T356402: [ES] Investigate OutOfMemory error in browser test, remove workaround

2024-02-12 Thread hashar
hashar added a comment.


  > Fatal error: Allowed memory size of 134217728 bytes exhausted...
  
  I don't know what is the memory limit on CI, and 128MBytes sounds on the low 
end. Looking at 
`docker-registry.wikimedia.org/releng/quibble-buster-php74:1.6.0-s4`:
  
$ grep -R memory_limit /etc/php
/etc/php/7.4/cli/php.ini:memory_limit = -1
/etc/php/current/cli/php.ini:memory_limit = -1
  
  The CLI definitely runs without a memory limit but the web requests are 
hitting Apache / php-fpm and checking the later:
  
$ php-fpm7.4 -i|grep memory_limit
memory_limit => 128M => 128M
  
  Is it too low? Possibly, then we have apparently been running with that low 
level limit for years.
  
  What I suspect is the first web request triggers the generation of a large 
set of data for cache purpose. What comes to mind is the localization cache, 
even though at least the English one is generated by #Quibble 
 after having installed and 
updated MediaWiki:
  
  - maybe your request triggers the generation of the localization cache for 
the German language (I have seen that in the past with eg the language team 
using Hebrew for development since it is a right to left language)
  - maybe the localization cache generated from the CLI is not used by the php 
fpm process (T218207 ):
  
// Localisation Cache to StaticArray (T218207)
$wgLocalisationCacheConf['store'] = 'array';
  
  That one sounds like the cache is only stored in the local process and vanish 
upon completion? That would means each web request would trigger a rebuild of 
the localization? :\

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

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

To: hashar
Cc: hashar, Michael, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
pdehaye, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, MisterSynergy, thcipriani, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, 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] T357378: disambiguate homonymous item/property mentions in display of Wikidata statements

2024-02-12 Thread BlaueBluete
BlaueBluete created this task.
BlaueBluete added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Feature summary**:
  
  Currently-homonymous links to disparate properties or items (caused by 
identically labeled properties or items) should be disambiguated within the 
scope of a Wikidata property or item page, for example by adding the 
description to the link text, potentially in parenthesis or in a smaller font, 
or, if that is unavailable or also homonymous, the P or Q number. See mockup 
using the description to disambiguate:
  F41875337: image.png 
  
  **Use case(s)**:
  
  When viewing a Wikidata item or property, mentions of properties and items 
(e.g., as appearing as the predicates or objects of statements) usually appear 
as a link to the respective Wikidata property or item, with the link text being 
the label of the respective property or item in the current user-interface 
language (if such a label exists, otherwise the respective P or Q number). This 
leads to confusion in the case of links to homonymous properties (which, to my 
knowledge, //currently// do not exist) or items (which do exist, cf. figure 
below, taken from Q117083783 
, in which the two 
homonymous items can only be distinguished by the link tooltips).
  F41875216: image.png 
  
  **Benefits** (why should this be implemented?):
  
  The fact that identically-labeled links in the Wikidata UI do not target the 
same property or item is often not on editors’ radar. It is particularly hard 
to detect on platforms where tooltips are unavailable (e.g., mobile). 
Implementing such a feature should reduce erroneous edits arising from lack of 
awareness or confusion over homonymous property and item mentions.

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

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

To: BlaueBluete
Cc: Aklapper, BlaueBluete, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, 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] T169108: Wikidata items are always visible in Recent Changes, filtered or not

2024-02-12 Thread Etonkovidova
Etonkovidova added a comment.


  In T169108#9525721 , 
@Michael wrote:
  
  > Is this the same as T224426: Wikidata changes and categorization changes 
are in Special:RecentChanges even not enabled in preferences 
?
  
  I re-checked the current filter selection/preference options and default 
filters set up for possible bugs. I could not find any regression bugs and, so 
far, it seems like a usability issue. That was aso stated in T224426: Wikidata 
changes and categorization changes are in Special:RecentChanges even not 
enabled in preferences .
  
  To summarize 
  (1) ** if no filters are selected ** on Special:RecentChanges, everything 
(including wikidata edits) will be displayed.
  (2) the **RC default filter** set (and if nothing was changed in 
Special:Preferences#mw-prefsection-rc) **doesn't include wikidata edits**
  (3) Special:Preferences#mw-prefsection-rc option "Show Wikidata edits **by 
default** in recent changes" will **add wikidata filter to the default filters 
on RC **(confirmed on `dewiki` and `frwiki`).
  
  The words "by default", as far as I could see, are not present in `dewiki`. 
In fact, "by default" is present only for  `Message documentation (qqq):"Option 
in the recent changes section of preferences to show wikibase changes by 
default in recent changes."` on 
https://translatewiki.net/wiki/Special:Translations?message=MediaWiki%3AWikibase-rc-show-wikidata-pref=8.
 It might confuse users into thinking that Wikidata edits should be shown only 
if the option is checked.

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

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

To: Etonkovidova
Cc: Etonkovidova, Michael, matej_suchanek, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Mattflaschen-WMF, Trizek-WMF, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, caldera, maantietaja, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, Jony, Lahi, Gq86, GoranSMilovanovic, Nattes, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
Wikidata-bugs, aude, geraki, 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] T357161: Investigate using WDQS graphs in WMF wikis, instead of supporting WDQS in Extension:Graph

2024-02-12 Thread MMiller_WMF
MMiller_WMF added a comment.


  Hello @Snaevar -- I'm one of the product leaders thinking about the Graph 
extension, and about how the road to implementing graphs in our wikis would 
likely need some more substantial architecture.  I'm having some conversations 
with community members about this, and I would like to have one with you, if 
you're willing, to hear about your priorities with graphs.  If you want to, 
please email me at mmil...@wikimedia.org, and we can set something up.

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

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

To: MMiller_WMF
Cc: MMiller_WMF, Aklapper, Snaevar, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, Timbaaa, maantietaja, Pietrasagh, 
ItamarWMDE, Akuckartz, Bouzinac, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, Pppery, 
Esc3300, merbst, LawExplorer, Tim-moody, _jensen, rosalieper, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, Base, aude, Tobias1984, 
cscott, Manybubbles, fbstj, Yurik, TheDJ, 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] T349118: Migrate node-based services in production to node18

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 999024 **abandoned** by Sbailey:
  
  [mediawiki/services/wikifeeds@master] wikifeeds: upgrade to node18 from node16
  
  Reason:
  
  replaced due to git problem
  
  https://gerrit.wikimedia.org/r/999024

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

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

To: Sbailey, gerritbot
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, GLima-WMF, Danny_Benjafield_WMDE, 
BartTerpstra, Isabelladantes1983, Themindcoder, Dominika_Naumiuk, Kappakayala, 
Mohamed-Awnallah, Adamm71, Jersione, Hellket777, LisafBia6531, Wangombe, 
Astuthiodit_1, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, karapayneWMDE, Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, 
Surya742, Dasgupta002, Deveshprasad577, Atharva17, Tsiruot, sobhanbera, 
UOzurumba, Bharatkhatri351, Ywats0ns, PallaviPatke, diegodlh, Aishik_Rehman, 
maantietaja, Juan90264, Tiputini, wkandek, JMeybohm, Alter-paule, Beast1978, 
Rileych, ItamarWMDE, Un1tY, DAlangi_WMF, Nintendofan885, Akuckartz, Ironie, 
50019062, Hook696, darthmon_wmde, Kent7301, joker88john, Tris_T7, CucyNoiD, 
Nandana, jijiki, Gaboe420, Mihailo, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Jdrewniak, Jason_Quinn, Soum213, Taiwania_Justo, Neuronton, Nizil, Scott_WUaS, 
Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, Base, aude, Amire80, Mvolz, 
Dalba, Lydia_Pintscher, Jsahleen, mxn, Nikerabbit, Arrbee, santhosh, Arlolra, 
TheDJ, Mbch331, Jay8g, Krenair, Clement_Goubert
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T349118: Migrate node-based services in production to node18

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002592 had a related patch set uploaded (by Sbailey; author: Sbailey):
  
  [mediawiki/services/wikifeeds@master] wikifeeds: upgrade to node18 from node16
  
  https://gerrit.wikimedia.org/r/1002592

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

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

To: Sbailey, gerritbot
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, GLima-WMF, Danny_Benjafield_WMDE, 
BartTerpstra, Isabelladantes1983, Themindcoder, Dominika_Naumiuk, Kappakayala, 
Mohamed-Awnallah, Adamm71, Jersione, Hellket777, LisafBia6531, Wangombe, 
Astuthiodit_1, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, karapayneWMDE, Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, 
Surya742, Dasgupta002, Deveshprasad577, Atharva17, Tsiruot, sobhanbera, 
UOzurumba, Bharatkhatri351, Ywats0ns, PallaviPatke, diegodlh, Aishik_Rehman, 
maantietaja, Juan90264, Tiputini, wkandek, JMeybohm, Alter-paule, Beast1978, 
Rileych, ItamarWMDE, Un1tY, DAlangi_WMF, Nintendofan885, Akuckartz, Ironie, 
50019062, Hook696, darthmon_wmde, Kent7301, joker88john, Tris_T7, CucyNoiD, 
Nandana, jijiki, Gaboe420, Mihailo, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Jdrewniak, Jason_Quinn, Soum213, Taiwania_Justo, Neuronton, Nizil, Scott_WUaS, 
Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, Base, aude, Amire80, Mvolz, 
Dalba, Lydia_Pintscher, Jsahleen, mxn, Nikerabbit, Arrbee, santhosh, Arlolra, 
TheDJ, Mbch331, Jay8g, Krenair, Clement_Goubert
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T357157: [CHORE] Add strict-types to modified PHP files

2024-02-12 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T357157: [CHORE] Add strict-types to modified PHP files

2024-02-12 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.42-notes (1.42.0-wmf.18; 2024-02-13).

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

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

To: ArthurTaylor, ReleaseTaggerBot
Cc: Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.42-notes (1.42.0-wmf.17; 
2024-02-06); removed MW-1.42-notes (1.42.0-wmf.18; 2024-02-13).

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

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

To: ArthurTaylor, ReleaseTaggerBot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Stevemunene, Busfault, Astuthiodit_1, 
Atieno, karapayneWMDE, Invadibot, maantietaja, jannee_e, ItamarWMDE, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, Mahir256, 
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] T357157: [CHORE] Add strict-types to modified PHP files

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 30 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Add strict types to 
recently-touched files
  
  https://gerrit.wikimedia.org/r/30

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

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

To: ArthurTaylor, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, 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] T357157: [CHORE] Add strict-types to modified PHP files

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 50 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Add strict types to recently-touched 
files
  
  https://gerrit.wikimedia.org/r/50

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

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

To: ArthurTaylor, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, 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] T348526: [COG] [TECH] Migrate Cognate to use a virtual database domain

2024-02-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T344984: Wikibase: Fire postEdit hook after making an edit

2024-02-12 Thread kostajh
kostajh added a comment.


  In T344984#9453620 , 
@Michael wrote:
  
  > I think this is to the largest degree about the Edits as they made on 
Wikidata, right? There is //some// impact on WikibaseClient(=Wikibase code that 
runs on Wikipedias, Wikisource, Wikivoyage, Wiktionary,...) especially around 
WikiData-Bridge and maybe the Link-Item widget, but that's not the primary 
focus, right?
  
  Is there a list somewhere of the types of edits made on Wikidata?
  
  On the Wikipedias, editing a page (source editor or VisualEditor) or using 
DiscussionTools will fire the postEdit hook, which CheckUser extension listens 
to in order to collect and store client hint data.
  
  Ideally, any interface used on Wikidata for creating a revision would also 
fire the postEdit hook, so that CheckUser can collect and store client hint 
data.

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

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

To: kostajh
Cc: WMDE-leszek, Ifrahkhanyaree_WMDE, Michael, Lucas_Werkmeister_WMDE, 
Dreamy_Jazz, Aklapper, kostajh, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, 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] T296102: Unable to remove link blocked by global spam blacklist

2024-02-12 Thread matej_suchanek
matej_suchanek added a project: Wikidata.
matej_suchanek added a comment.


  For reference, edit summaries are indeed conditionally checked for spam:
  
  name=includes/Hooks.php
// HACK: treat the edit summary as a link if it contains anything
// that looks like it could be a URL or e-mail address.
if ( preg_match( '/\S(\.[^\s\d]{2,}|[\/@]\S)/', $summary ) ) {
$links[] = $summary;
}
  
  For Wikidata, this is unfortunate because when you remove a piece of data 
("by hand"), it is usually included in the edit summary.
  Paradoxically, when the domain is put on the blacklist meanwhile, the only 
one blocked by the filter is the cleaner, not the spammer.

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

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

To: matej_suchanek
Cc: matej_suchanek, Peter_James, Xaosflux, Stang, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Jackmcbarn, 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] T357157: [CHORE] Add strict-types to modified PHP files

2024-02-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Ready for Peer Review to In Peer 
Review on the Wikidata Dev Team (Wikidata.org Slice) board.
Lucas_Werkmeister_WMDE added a comment.


  +2ed both; I also noticed an additional cleanup that’s not directly related 
but would be nice to merge as well: 
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1002584

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

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, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: ArthurTaylor, Maintenance_bot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Stevemunene, Busfault, Astuthiodit_1, 
Atieno, karapayneWMDE, Invadibot, maantietaja, jannee_e, ItamarWMDE, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, Mahir256, 
QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, gnosygnu, 
Wikidata-bugs, aude, Mbch331, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, 786, Biggs657, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, Neuronton, 
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] T305660: [LEX] Empty senses/forms lists presentation in dump

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


  This is deployed now and should take effect with the next dumps; I did some 
tests on mwdebug2002, and as far as I can tell, lexemes are indeed fixed 
(`"senses": []`) while items didn’t regress (`"claims": {}`).

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

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

To: ArthurTaylor, Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-02-12T16:22:42Z]  
lucaswerkmeister-wmde@deploy2002 Finished scap: Backport for 
[[gerrit:1002431|Disable JSON Dump tests to prepare for schema change in 
Wikibase (T305660 )]], 
[[gerrit:1002432|Return stdClass/Object from Serializers for empty lists 
(T305660 )]], 
[[gerrit:1002433|Change expected serialization format of JSON dumps to include 
arrays (T305660 )]] (duration: 09m 
42s)

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

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

To: ArthurTaylor, Stashbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T211799: Make RDF prefixes configurable

2024-02-12 Thread Abbe98
Abbe98 added a comment.


  Would having the prefix-definations 

 checking against an array with named keys before defaulting to the existing 
values be an acceptable interface?

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

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

To: Abbe98
Cc: Abbe98, Realworldobject, Tpt, Lucas_Werkmeister_WMDE, Lydia_Pintscher, 
Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-02-12T16:14:22Z]  
lucaswerkmeister-wmde@deploy2002 lucaswerkmeister-wmde: Backport for 
[[gerrit:1002431|Disable JSON Dump tests to prepare for schema change in 
Wikibase (T305660 )]], 
[[gerrit:1002432|Return stdClass/Object from Serializers for empty lists 
(T305660 )]], 
[[gerrit:1002433|Change expected serialization format of JSON dumps to include 
arrays (T305660 )]] synced to the 
testservers (https://wikitech.wikimedia.org/wiki/Mwdebug)

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

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

To: ArthurTaylor, Stashbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-02-12T16:12:59Z]  
lucaswerkmeister-wmde@deploy2002 Started scap: Backport for 
[[gerrit:1002431|Disable JSON Dump tests to prepare for schema change in 
Wikibase (T305660 )]], 
[[gerrit:1002432|Return stdClass/Object from Serializers for empty lists 
(T305660 )]], 
[[gerrit:1002433|Change expected serialization format of JSON dumps to include 
arrays (T305660 )]]

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

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

To: ArthurTaylor, Stashbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002433 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@wmf/1.42.0-wmf.17] Change expected 
serialization format of JSON dumps to include arrays
  
  https://gerrit.wikimedia.org/r/1002433

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002432 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@wmf/1.42.0-wmf.17] Return stdClass/Object from 
Serializers for empty lists
  
  https://gerrit.wikimedia.org/r/1002432

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T349118: Migrate node-based services in production to node18

2024-02-12 Thread Sbailey
Sbailey claimed this task.

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

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

To: Sbailey
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, GLima-WMF, Danny_Benjafield_WMDE, 
BartTerpstra, Isabelladantes1983, Themindcoder, Dominika_Naumiuk, Kappakayala, 
Mohamed-Awnallah, Adamm71, Jersione, Hellket777, LisafBia6531, Wangombe, 
Astuthiodit_1, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, karapayneWMDE, Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, 
Surya742, Dasgupta002, Deveshprasad577, Atharva17, Tsiruot, sobhanbera, 
UOzurumba, Bharatkhatri351, Ywats0ns, PallaviPatke, diegodlh, Aishik_Rehman, 
maantietaja, Juan90264, Tiputini, wkandek, JMeybohm, Alter-paule, Beast1978, 
Rileych, ItamarWMDE, Un1tY, DAlangi_WMF, Nintendofan885, Akuckartz, Ironie, 
50019062, Hook696, darthmon_wmde, Kent7301, joker88john, Tris_T7, CucyNoiD, 
Nandana, jijiki, Gaboe420, Mihailo, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Jdrewniak, Jason_Quinn, Soum213, Taiwania_Justo, Neuronton, Nizil, Scott_WUaS, 
Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, Base, aude, Amire80, Mvolz, 
Dalba, Lydia_Pintscher, Jsahleen, mxn, Nikerabbit, Arrbee, santhosh, Arlolra, 
TheDJ, Mbch331, Jay8g, Krenair, Clement_Goubert
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002431 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@wmf/1.42.0-wmf.17] Disable JSON Dump 
tests to prepare for schema change in Wikibase
  
  https://gerrit.wikimedia.org/r/1002431

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T334791: Implement interproject magic link like interlanguage magic link in MediaWiki core instead of Wikibase

2024-02-12 Thread Winston_Sung
Winston_Sung added a project: MediaWiki-Site-system.

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

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

To: Winston_Sung
Cc: Bugreporter, Aklapper, Winston_Sung, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Nirmos, Cwek, Wikidata-bugs, aude, Dinoguy1000, Arlolra, 
Jackmcbarn, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002433 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Arthur taylor):
  
  [mediawiki/extensions/WikibaseLexeme@wmf/1.42.0-wmf.17] Change expected 
serialization format of JSON dumps to include arrays
  
  https://gerrit.wikimedia.org/r/1002433

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002432 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Arthur taylor):
  
  [mediawiki/extensions/Wikibase@wmf/1.42.0-wmf.17] Return stdClass/Object from 
Serializers for empty lists
  
  https://gerrit.wikimedia.org/r/1002432

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, 
Stevemunene, Adamm71, Jersione, Hellket777, LisafBia6531, Busfault, 
Astuthiodit_1, Atieno, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, jannee_e, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, holger.knust, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Lunewa, 
Mahir256, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, 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] T305660: [LEX] Empty senses/forms lists presentation in dump

2024-02-12 Thread gerritbot
gerritbot added a comment.


  Change 1002431 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Arthur taylor):
  
  [mediawiki/extensions/WikibaseLexeme@wmf/1.42.0-wmf.17] Disable JSON Dump 
tests to prepare for schema change in Wikibase
  
  https://gerrit.wikimedia.org/r/1002431

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

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

To: ArthurTaylor, gerritbot
Cc: Lydia_Pintscher, Milimetric, ArielGlenn, BTullis, xcollazo, JEbe-WMF, 
Mohammed_Sadat_WMDE, Masssly, Michael, Arian_Bozorg, Lucas_Werkmeister_WMDE, 
Ivan_A_Krestinin, Danny_Benjafield_WMDE, Stevemunene, Busfault, Astuthiodit_1, 
Atieno, karapayneWMDE, Invadibot, maantietaja, jannee_e, ItamarWMDE, Akuckartz, 
holger.knust, Nandana, Lahi, Gq86, GoranSMilovanovic, Lunewa, Mahir256, 
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] T356775: [MSMF] Set up a reliable benchmark to measure upload resources for 250 Mismatches

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE moved this task from Doing to Peer Review on the Wikidata Dev 
Team (Quality Tools "Sprint") board.
HasanAkgun_WMDE added a comment.


  I've added bunch of benchmark logs into Mismatch import pipeline, they can be 
used to measure how long it takes to import mismatches.
  
  Related PR: https://github.com/wmde/wikidata-mismatch-finder/pull/881

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

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

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

To: HasanAkgun_WMDE
Cc: Lydia_Pintscher, Aklapper, Mike_Peel, Sarai-WMDE, Arian_Bozorg, noarave, 
karapayneWMDE, HasanAkgun_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, Akuckartz, 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] T294133: Expose rdf-streaming-updater.mutation content through EventStreams

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


  AFAIK: The “legacy” updater queries the recent changes via the API 
, then gets the RDF for the 
edited entities from Special:EntityData, and compares that to the live data in 
the query service to determine which triples need to be added and removed. 
(This includes some logic to clean up “orphaned” nodes like statements, 
references or full values.) This should work for any Wikibase, but it’s 
inefficient, which is why we no longer use it in production.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Hannah_Bast, bking, gmodena, MPhamWMF, 
KingsleyIdehen, Gehel, Jheald, tfmorris, Sj, RBrounley_WMF, Harej, Ottomata, 
Aklapper, dcausse, Danny_Benjafield_WMDE, Mohamed-Awnallah, Astuthiodit_1, 
AWesterinen, EChetty, lbowmaker, BTullis, karapayneWMDE, Invadibot, Ywats0ns, 
maantietaja, Chlod, ItamarWMDE, Akuckartz, 4748kitoko, holger.knust, Nandana, 
Namenlos314, Akovalyov, Lahi, Gq86, Xinbenlv, Vacio, GoranSMilovanovic, 
QZanden, EBjune, KimKelting, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Nirmos, JAllemandou, terrrydactyl, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Manybubbles, Mbch331, 
Krenair, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T344984: Wikibase: Fire postEdit hook after making an edit

2024-02-12 Thread Ifrahkhanyaree_WMDE
Ifrahkhanyaree_WMDE added a comment.


  Also just talked about this in our call but for documentation's sake: For the 
moment, it's not on our radar

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

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

To: Ifrahkhanyaree_WMDE
Cc: WMDE-leszek, Ifrahkhanyaree_WMDE, Michael, Lucas_Werkmeister_WMDE, 
Dreamy_Jazz, Aklapper, kostajh, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, 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] T155109: Wikibase API should support adding change tags

2024-02-12 Thread Ifrahkhanyaree_WMDE
Ifrahkhanyaree_WMDE added a comment.


  We just spoke about this in our call but just so we have it in written - 
we're not planning to work on it anytime soon and we're hoping to clarify the 
next steps regarding Action API/REST API within the next few weeks

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

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

To: Ifrahkhanyaree_WMDE
Cc: Ifrahkhanyaree_WMDE, Shisma, Kaartic, darthmon_wmde, 
Lucas_Werkmeister_WMDE, Lydia_Pintscher, putnik, Esc3300, matej_suchanek, 
Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, DannyS712, Nandana, lucamauri, 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] T356995: Improve the coverage of Portuguese Lexical data into Wikidata

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye removed a project: Outreachy (Round 28).

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

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

To: Arademaker, Maryann-Onyinye
Cc: Mahir256, Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, 
Aliyushaba, Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, 
RitikaPahwa, Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, 
Madhurgupta10, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
contraexemplo, Xephyr826, Miriya52, merbst, 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] T356996: domain specific lexical data ingestion

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye removed a project: Outreachy (Round 28).

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

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

To: Arademaker, Maryann-Onyinye
Cc: Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, Aliyushaba, 
Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, RitikaPahwa, 
Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, Madhurgupta10, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, contraexemplo, 
Xephyr826, Miriya52, merbst, 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] T356997: Wikidata as a universal lexical resource

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye removed a project: Outreachy (Round 28).

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

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

To: Arademaker, Maryann-Onyinye
Cc: Mahir256, Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, 
Aliyushaba, Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, 
RitikaPahwa, Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, 
Madhurgupta10, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, 
contraexemplo, Xephyr826, Miriya52, merbst, 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] T356995: Improve the coverage of Portuguese Lexical data into Wikidata

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye reassigned this task from Maryann-Onyinye to Arademaker.

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

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

To: Arademaker, Maryann-Onyinye
Cc: Mahir256, Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, 
Aliyushaba, Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, 
RitikaPahwa, Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, 
Madhurgupta10, Nandana, Lahi, Gq86, contraexemplo, GoranSMilovanovic, QZanden, 
Xephyr826, Miriya52, KimKelting, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, 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] T356997: Wikidata as a universal lexical resource

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye reassigned this task from Maryann-Onyinye to Arademaker.

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

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

To: Arademaker, Maryann-Onyinye
Cc: Mahir256, Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, 
Aliyushaba, Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, 
RitikaPahwa, Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, 
Madhurgupta10, Nandana, Lahi, Gq86, contraexemplo, GoranSMilovanovic, QZanden, 
Xephyr826, Miriya52, KimKelting, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, 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] T356996: domain specific lexical data ingestion

2024-02-12 Thread Maryann-Onyinye
Maryann-Onyinye reassigned this task from Maryann-Onyinye to Arademaker.

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

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

To: Arademaker, Maryann-Onyinye
Cc: Aklapper, Maryann-Onyinye, SirkoS, Sheilakaruku, TheresNoTime, Aliyushaba, 
Kaartic, wassan.anmol117, Nicolas_Raoul, Ederporto, RitikaPahwa, 
Arademaker, Danny_Benjafield_WMDE, hussamsi, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Karma2902, Akuckartz, Madhurgupta10, 
Nandana, Lahi, Gq86, contraexemplo, GoranSMilovanovic, QZanden, Xephyr826, 
Miriya52, KimKelting, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, 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] T349118: Migrate node-based services in production to node18

2024-02-12 Thread MSantos
MSantos updated the task description.

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

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

To: MSantos
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, GLima-WMF, Danny_Benjafield_WMDE, 
BartTerpstra, Isabelladantes1983, Themindcoder, Dominika_Naumiuk, Kappakayala, 
Mohamed-Awnallah, Adamm71, Jersione, Hellket777, LisafBia6531, Wangombe, 
Astuthiodit_1, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, karapayneWMDE, Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, 
Surya742, Dasgupta002, Deveshprasad577, Atharva17, Tsiruot, sobhanbera, 
UOzurumba, Bharatkhatri351, Ywats0ns, PallaviPatke, diegodlh, Aishik_Rehman, 
maantietaja, Juan90264, Tiputini, wkandek, JMeybohm, Alter-paule, Beast1978, 
Rileych, ItamarWMDE, Un1tY, DAlangi_WMF, Nintendofan885, Akuckartz, Ironie, 
50019062, Hook696, darthmon_wmde, Kent7301, joker88john, Tris_T7, CucyNoiD, 
Nandana, jijiki, Gaboe420, Mihailo, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, 
Jdrewniak, Jason_Quinn, Soum213, Taiwania_Justo, Neuronton, Nizil, Scott_WUaS, 
Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, Base, aude, Amire80, Mvolz, 
Dalba, Lydia_Pintscher, Jsahleen, mxn, Nikerabbit, Arrbee, santhosh, Arlolra, 
TheDJ, Mbch331, Jay8g, Krenair, Clement_Goubert
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355685: Migrate Termbox SSR from Node 16 to 18

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


  > Patches are up for review!
  
  Looks alright to me – I think if another SRE can review the general changes, 
we can try them out in Termbox and see if it works or not.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, akosiaris, Clement_Goubert, Jdforrester-WMF, Michael, 
WMDE-leszek, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Kappakayala, Mohamed-Awnallah, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, lbowmaker, Arnoldokoth, BTullis, Biggs657, 
karapayneWMDE, Invadibot, Ywats0ns, maantietaja, Juan90264, wkandek, JMeybohm, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, CucyNoiD, Nandana, jijiki, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325422: WikibaseDataModelSerialization tests fail because of outdated dependencies (and the CI is dead)

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


  > These should probably be tracked under separate tasks, rather than this one.
  
  ⇒ T357294 

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

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

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Lucas_Werkmeister_WMDE, Michael, Push-f, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, 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] T357294: Clarify contribution instructions in libraries included in Wikibase.git

2024-02-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikibase-DataModel, 
Wikibase-DataModel-Serialization, Wikibase-DataModel-Services, 
Wikibase-DataModel-JavaScript, Wikibase-Internal-Serialization.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: wmde-wikidata-tech.

TASK DESCRIPTION
  Since we moved some Wikibase-related libraries into the Wikibase repository 
under `lib/packages/`, we don’t want people to send pull requests for them on 
GitHub anymore – they should instead submit Wikibase changes on Gerrit. We 
should clarify this in the README files. (See T325422 
 for one instance where a 
contributor was misled by the current lack of instructions.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mvolz, 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] T355934: [EPIC] [LEX] Port WikibaseLexeme browser tests to Cypress

2024-02-12 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  | yes  |
  | additional stakeholders | no   |

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 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] T334352: Usage in SDC should be shown when deleting items on Wikidata

2024-02-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata Integration in Wikimedia projects.

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

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

To: Lydia_Pintscher
Cc: Jarekt, HakanIST, M2k_dewiki, Sjoerddebruin, Michael, Richard_Norton, 
Tagishsimon, Mahir256, MisterSynergy, Ameisenigel, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
GFontenelle_WMF, maantietaja, FRomeo_WMF, CBogen, ItamarWMDE, Nintendofan885, 
Akuckartz, Nandana, JKSTNK, Lahi, Gq86, E1presidente, Ramsey-WMF, Cparle, 
SandraF_WMF, GoranSMilovanovic, QZanden, KimKelting, Tramullas, Acer, 
LawExplorer, Salgo60, Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, 
Fuzheado, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Daniel_Mietchen, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T293080: Refactor Wikibase WebdriverIO tests from sync to async mode

2024-02-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T293081: [LEX] Refactor WikibaseLexeme 
WebdriverIO tests from sync to async mode as Declined.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ollie.Shotton_WMDE, Jakob_WMDE, vaughnwalters, Tarrow, Michael, 
WMDE-leszek, Aklapper, zeljkofilipin, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 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] T293081: [LEX] Refactor WikibaseLexeme WebdriverIO tests from sync to async mode

2024-02-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Declined".
Lucas_Werkmeister_WMDE added a comment.


  According to the decision in T346260 
, we’re not refactoring our WDIO 
browser tests to async mode, but instead rewriting them in Cypress: T355934: 
[EPIC] [LEX] Port WikibaseLexeme browser tests to Cypress 


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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Michael, zeljkofilipin, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
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] T355239: [CLIENT] [LEX] Remove compatConfig from Wikidata-related codebases

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


  **Prio Notes:**
  
  | Impact Area | Affected |
  | --- |  |
  | production / end users  | maybe¹   |
  | monitoring  | no   |
  | development efforts | yes  |
  | onboarding efforts  | no²  |
  | additional stakeholders | yes³ |
  |
  
  ¹ it slightly reduces the size of the code we send to users
  ² not beyond the development efforts, at least (“why is this code still 
there” is roughly equally confusing to established and new developers)
  ³ Data Bridge has Wikidata for Wikimedia Projects as stakeholder (owner, 
actually)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Catrope, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Aschroet, 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] T355877: [CLIENT] Investigate potential references to wrong ParserOutput in WikibaseClient code

2024-02-12 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  |

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Michael, ItamarWMDE, hoo, ArthurTaylor, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, 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] T357271: [CLIENT] Stop using deprecated mediawiki.icon ResourceLoader module in Wikibase Client and use Codex mixin instead.

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


  The module is used in the WikibaseClient 
`wikibase.client.action.edit.collapsibleFooter` module, which seems to be 
responsible for making the “Wikidata entities used in this page” under the edit 
page (example 
) collapsible:
  
  F41864746: image.png 

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Jdlrobson, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
NavinRizwi, ItamarWMDE, Akuckartz, Nandana, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 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] T349846: [SW] [MSMF] [TECH] Make `docs/README.md` more succinct

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE renamed this task from "[MSMF] [TECH] Make `docs/README.md` 
more succinct" to "[SW] [MSMF] [TECH] Make `docs/README.md` more succinct".

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

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

To: HasanAkgun_WMDE
Cc: HasanAkgun_WMDE, Aklapper, ItamarWMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, 
Akuckartz, 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] T349846: [MSMF] [TECH] Make `docs/README.md` more succinct

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE moved this task from [QT] By Project to [QT] Prioritized on the 
wmde-wikidata-tech board.
HasanAkgun_WMDE added a comment.


  **Task Prio Notes:**
  
  Does not affect end users /production
  Does not affect monitoring
  Does not affect development efforts
  Affects onboarding efforts (code style expectations are explicit)
  Does not affect additional stakeholders

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

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

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

To: HasanAkgun_WMDE
Cc: HasanAkgun_WMDE, Aklapper, ItamarWMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, 
Akuckartz, 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] T351681: Deprecate mediawiki.icon ResourceLoader module and use Codex mixin instead.

2024-02-12 Thread ArthurTaylor
ArthurTaylor removed projects: wmde-wikidata-tech, Wikidata, Wikidata Dev Team.

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

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

To: ArthurTaylor
Cc: Aklapper, Jdlrobson, NavinRizwi, Chambersjay, Amorymeltzer, Dinoguy1000, 
Jay8g, Ltrlg, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, 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] T357271: [CLIENT] Stop using deprecated mediawiki.icon ResourceLoader module in Wikibase Client and use Codex mixin instead.

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "Stop using deprecated mediawiki.icon 
ResourceLoader module in Wikibase Client and use Codex mixin instead." to 
"[CLIENT] Stop using deprecated mediawiki.icon ResourceLoader module in 
Wikibase Client and use Codex mixin instead.".

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

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

To: ArthurTaylor
Cc: Jdlrobson, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
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] T351681: Deprecate mediawiki.icon ResourceLoader module and use Codex mixin instead.

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "[CLIENT] Deprecate mediawiki.icon 
ResourceLoader module and use Codex mixin instead." to "Deprecate 
mediawiki.icon ResourceLoader module and use Codex mixin instead.".

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

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

To: ArthurTaylor
Cc: Aklapper, Jdlrobson, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, Chambersjay, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Mbch331, Jay8g, 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] T357271: Stop using deprecated mediawiki.icon ResourceLoader module in Wikibase Client and use Codex mixin instead.

2024-02-12 Thread ArthurTaylor
ArthurTaylor created this task.
ArthurTaylor added projects: MediaWiki-User-Interface, Wikidata Dev Team, 
Wikidata, wmde-wikidata-tech.

TASK DESCRIPTION
  The mediawiki.icon module is used in Extension:Wikibase and 
Extension:UploadWizard. The only purpose of this module is to serve 2 icons. 
These extensions should stop using the module and use .cdx-mixin-css-icon() and 
cdxIconDownTriangle icon instead (using transform to rotate where needed).

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

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

To: ArthurTaylor
Cc: Jdlrobson, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
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] T348983: [SW] [MSMF] [TECH] Migrate new git workflow and make required changes on codebase

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE renamed this task from "[MSMF] [TECH] Migrate new git workflow 
and make required changes on codebase" to "[SW] [MSMF] [TECH] Migrate new git 
workflow and make required changes on codebase".

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

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

To: HasanAkgun_WMDE
Cc: Aklapper, HasanAkgun_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, 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] T348983: [MSMF] [TECH] Migrate new git workflow and make required changes on codebase

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE added a comment.


  **Task Prio Notes:**
  
  Does not affect end users /production
  Affects monitoring
  Affects development efforts
  Affects onboarding efforts (code style expectations are explicit)
  Does not affect additional stakeholders

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

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

To: HasanAkgun_WMDE
Cc: Aklapper, HasanAkgun_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, 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] T351681: [CLIENT] Deprecate mediawiki.icon ResourceLoader module and use Codex mixin instead.

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "Deprecate mediawiki.icon ResourceLoader 
module and use Codex mixin instead." to "[CLIENT] Deprecate mediawiki.icon 
ResourceLoader module and use Codex mixin instead.".

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

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

To: ArthurTaylor
Cc: Aklapper, Jdlrobson, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, NavinRizwi, ItamarWMDE, Akuckartz, Chambersjay, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Mbch331, Jay8g, 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] T357269: Update Vue in Termbox

2024-02-12 Thread ArthurTaylor
ArthurTaylor created this task.
ArthurTaylor added projects: Wikidata, Wikibase Product Platform Team WPP, 
Wikidata-Termbox.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per the parent task, update the version of Vue to match the version we use in 
the rest of Wikibase - 3.3.x

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

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

To: ArthurTaylor
Cc: Ollie.Shotton_WMDE, Jakob_WMDE, Lucas_Werkmeister_WMDE, Aklapper, 
ArthurTaylor, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T353862: [MSMF] Correct "submittion" in message Wikimedia:Wikidata-mismatch-finder-item-form-progress-bar-aria-label

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE added a project: good first task.
HasanAkgun_WMDE added a comment.


  **Task Prio Notes:**
  
  Affects end users/production
  Does not affect monitoring
  Does not affect development efforts
  Does not affect onboarding efforts (code style expectations are explicit)
  Does not affect additional stakeholders

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

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

To: HasanAkgun_WMDE
Cc: HasanAkgun_WMDE, Arian_Bozorg, McDutchie, Aklapper, Jmabel, 
Danny_Benjafield_WMDE, LAVANYANELLURI, ajaypediredla14, Jainitbafna, 
Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, AFZL210, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, 
Mattia_Capozzi_WMDE, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, Mh-3110, 
Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, srishakatux, 
KimKelting, LawExplorer, _jensen, rosalieper, xSavitar, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Nastoshka, Tmalhotra, SimmeD, 
Wikidata-bugs, aude, 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] T353862: [SW] [MSMF] Correct "submittion" in message Wikimedia:Wikidata-mismatch-finder-item-form-progress-bar-aria-label

2024-02-12 Thread HasanAkgun_WMDE
HasanAkgun_WMDE renamed this task from "[MSMF] Correct "submittion" in message 
Wikimedia:Wikidata-mismatch-finder-item-form-progress-bar-aria-label" to "[SW] 
[MSMF] Correct "submittion" in message 
Wikimedia:Wikidata-mismatch-finder-item-form-progress-bar-aria-label".

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

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

To: HasanAkgun_WMDE
Cc: HasanAkgun_WMDE, Arian_Bozorg, McDutchie, Aklapper, Jmabel, 
Danny_Benjafield_WMDE, LAVANYANELLURI, ajaypediredla14, Jainitbafna, 
Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, AFZL210, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, 
Mattia_Capozzi_WMDE, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, Mh-3110, 
Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, srishakatux, 
KimKelting, LawExplorer, _jensen, rosalieper, xSavitar, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Nastoshka, Tmalhotra, SimmeD, 
Wikidata-bugs, aude, 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] T352318: Update Vue in Wikidata-related repositories

2024-02-12 Thread ArthurTaylor
ArthurTaylor updated the task description.

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

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

To: ArthurTaylor
Cc: Michael, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Sarai-WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Aschroet, 
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] T352922: [LEX] Wikibase Lexeme should not localize languages names supported by cldr

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

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

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

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

To: ArthurTaylor
Cc: Base, Bugreporter, Lucas_Werkmeister_WMDE, Raymond, hoo, 
Danny_Benjafield_WMDE, Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, srishakatux, KimKelting, Esc3300, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Nemo_bis, Arrbee, 
KartikMistry, 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] T352749: [LEX] Upgrade Vue Test Utils in special-new-lexeme

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

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

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

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

To: ArthurTaylor
Cc: Michael, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 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] T352749: [LEX] Upgrade Vue Test Utils in special-new-lexeme

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "Upgrade Vue Test Utils in 
special-new-lexeme" to "[LEX] Upgrade Vue Test Utils in special-new-lexeme".

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

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

To: ArthurTaylor
Cc: Michael, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 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] T353161: [CLIENT] Creation of dynamic property MediaWiki\Title\Title::$wikibasePushedDeleteToRepo is deprecated

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

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

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

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

To: ArthurTaylor
Cc: Jakob_WMDE, cscott, Lucas_Werkmeister_WMDE, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, malberts, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, TK-999, 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] T352922: [LEX] Wikibase Lexeme should not localize languages names supported by cldr

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "Wikibase Lexeme should not localize 
languages names supported by cldr" to "[LEX] Wikibase Lexeme should not 
localize languages names supported by cldr".

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

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

To: ArthurTaylor
Cc: Base, Bugreporter, Lucas_Werkmeister_WMDE, Raymond, hoo, 
Danny_Benjafield_WMDE, Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, srishakatux, KimKelting, Esc3300, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Nemo_bis, Arrbee, 
KartikMistry, 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] T353161: [CLIENT] Creation of dynamic property MediaWiki\Title\Title::$wikibasePushedDeleteToRepo is deprecated

2024-02-12 Thread ArthurTaylor
ArthurTaylor renamed this task from "Creation of dynamic property 
MediaWiki\Title\Title::$wikibasePushedDeleteToRepo is deprecated" to "[CLIENT] 
Creation of dynamic property MediaWiki\Title\Title::$wikibasePushedDeleteToRepo 
is deprecated".

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

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

To: ArthurTaylor
Cc: Jakob_WMDE, cscott, Lucas_Werkmeister_WMDE, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, malberts, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, TK-999, 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] T356272: [DOT] [ES] Chore: Update dependencies in EntitySchema

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

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

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

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

To: ArthurTaylor
Cc: ArthurTaylor, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
pdehaye, joker88john, Michael, 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] T341552: [LEX] [TECH] special-new-lexeme-page: investigate ESlint errors after upgrade

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

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

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

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

To: ArthurTaylor
Cc: ArthurTaylor, Samwilson, Michael, ItamarWMDE, Aklapper, noarave, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, 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] T339904: [LEX] Error: Call to undefined method Wikibase\DataModel\Entity\Item::getRepresentations()

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

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

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

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

To: ArthurTaylor
Cc: ArthurTaylor, ItamarWMDE, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Rosalie_WMDE, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, KimKelting, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 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] T273370: [LEX] Make the Wikibase Lexeme extension show a section on lexicographical data in the sidebar

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

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

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

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

To: ArthurTaylor
Cc: Lucas_Werkmeister_WMDE, ArthurTaylor, ItamarWMDE, Arian_Bozorg, Michael, 
abian, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, 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] T354179: EntitySchema CI broken on master with OutOfMemory error in browser test

2024-02-12 Thread ArthurTaylor
ArthurTaylor added a subtask: T356402: [ES] Investigate OutOfMemory error in 
browser test, remove workaround.

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

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

To: ArthurTaylor
Cc: ItamarWMDE, ArthurTaylor, Aklapper, Michael, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, pdehaye, 
Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, MisterSynergy, thcipriani, abian, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g, hashar
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T356402: [ES] Investigate OutOfMemory error in browser test, remove workaround

2024-02-12 Thread ArthurTaylor
ArthurTaylor added a parent task: T354179: EntitySchema CI broken on master 
with OutOfMemory error in browser test.

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

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

To: ArthurTaylor
Cc: Michael, Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, pdehaye, Nandana, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
KimKelting, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, thcipriani, abian, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Jay8g, hashar
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org