[Wikidata-bugs] [Maniphest] T365055: [REPO][SW] DatabaseTermStoreWriterBase::acquireAndInsertTerms() shouldn't lock all rows for the item

2024-05-17 Thread Ladsgroup
Ladsgroup added a comment.


  Also noting that I'm talking about the lock in ::acquireAndInsertTerms() and 
not the one on ::deleteTermsWithoutClean() as the latter happens much less 
frequently and doesn't lock contention from what I'm seeing.

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

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

To: Ladsgroup
Cc: ItamarWMDE, Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Ladsgroup, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Dringsim, 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] T365055: [REPO][SW] DatabaseTermStoreWriterBase::acquireAndInsertTerms() shouldn't lock all rows for the item

2024-05-17 Thread Ladsgroup
Ladsgroup added a comment.


  I agree that the pruning part needs to be rethought and revamped but I'm 
failing to see how it's connected to this problem. This is explicitly about 
locking the rows in `wbt_item_terms` which is the head. Let's say for Q1234 you 
have this:
  
++--+--+
| wbit_id| wbit_item_id | wbit_term_in_lang_id |
++--+--+
|  767752395 | 1234 |5 |
| 6682347558 |1234 |  172 |
|   95594787 |  1234 |  192 |
|   34102141 |   1234 |  237 |
|  561818268 | 1234 |  274 |
++--+--+
  
  And if you don't lock the rows in `wbt_item_terms`, and if all of these get 
corrupted and deleted and as result entries in `wbt_term_in_lang` also get 
deleted (and even entries in `wbt_text_in_lang` also get deleted). A reparse 
should fix all of this and reinsert any missing entries in all  of the tables 
if they get deleted by the prune job. i.e. even if you corrupt from the head to 
the leaf via race conditions on the deletion job. It still should recover with 
reparse, from my understanding of how it is built. What am I missing here?

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

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

To: Ladsgroup
Cc: ItamarWMDE, Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Ladsgroup, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Dringsim, 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] T365277: Copy and paste qualifier

2024-05-17 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Reedy, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, hubaishan, 
karapayneWMDE, Invadibot, Lectrician1, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, dachary, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Ricordisamoa, Tacsipacsi, Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T365277: Copy and paste qualifier

2024-05-17 Thread Reedy
Reedy created this task.
Reedy added a project: Wikidata-Gadgets.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Similar to `DuplicateReferences`, being able to copy (one or more) qualifiers 
from a value onto values on the same/other items. Useful for propagating 
specific key values.

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

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

To: Reedy
Cc: Aklapper, Reedy, hubaishan, Lectrician1, dachary, Wikidata-bugs, 
Ricordisamoa, Tacsipacsi, Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T361005: [LIB][SW] consider removing wikibase-monolingualtext message

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


  > For languages that need different parentheses characters, there is the core 
MediaWiki message `parentheses`, and the HTML can be just constructed in the 
code in run time.
  
  In the above patch I also used the `word-separator` message to replace the 
space between the two spans; do you think that makes sense, or should it be a 
hard-coded space after all? The first span isn’t necessarily in the user 
interface language, but to my naive eye, having no space before the full-width 
parenthesis still looks okay:
  
  F53609481: image.png 
  F53609499: image.png 

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Amire80, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, MaryMunyoki, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, srishakatux, KimKelting, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 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] T361005: [LIB][SW] consider removing wikibase-monolingualtext message

2024-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Amire80, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, MaryMunyoki, Prufkick, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, srishakatux, KimKelting, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 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] T361005: [LIB][SW] consider removing wikibase-monolingualtext message

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032787 had a related patch set uploaded (by Lucas Werkmeister 
(WMDE); author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Replace wikibase-monolingualtext 
message with hard-coded HTML
  
  https://gerrit.wikimedia.org/r/1032787

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Amire80, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Dringsim, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, srishakatux, KimKelting, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
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] T365250: Enable ipv6 in mesh used in PCS k8s deployment

2024-05-17 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed projects: [DEPRECATED] wdwb-tech, Wikidata, 
Wikidata-Termbox.

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

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

To: Jgiannelos, Lucas_Werkmeister_WMDE
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, Aklapper, Dibohwendy377, 
Jgiannelos, fbalicchia, BartTerpstra, Isabelladantes1983, Themindcoder, 
Kappakayala, Mohamed-Awnallah, Adamm71, Jersione, Clement_Goubert, Hellket777, 
LisafBia6531, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, Kritisinghh, Vyaki, bwang, Deek9399, Surya742, Dasgupta002, 
Deveshprasad577, Atharva17, Tsiruot, sobhanbera, UOzurumba, Bharatkhatri351, 
Ywats0ns, diegodlh, Aishik_Rehman, Juan90264, wkandek, JMeybohm, Alter-paule, 
Beast1978, Rileych, Un1tY, DAlangi_WMF, Nintendofan885, Ironie, Hook696, 
Kent7301, EvanProdromou, joker88john, Tris_T7, CucyNoiD, jijiki, Gaboe420, 
Mihailo, Dreamy_Jazz, Giuliamocci, Cpaulf30, Af420, Bsandipan, chapulina, 
srishakatux, Alfa80, Lewizho99, JJMC89, Maathavan, Jdrewniak, Jason_Quinn, 
Neuronton, Nizil, Pchelolo, Shangkuanlc, Ixocactus, Verdy_p, Base, Amire80, 
Mvolz, Dalba, Jsahleen, mxn, Arrbee, santhosh, Arlolra, TheDJ, Jay8g, Krenair, 
Ullasoff, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 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] T363168: Upgrade mobileapps to node 18

2024-05-17 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed projects: [DEPRECATED] wdwb-tech, Wikidata, 
Wikidata-Termbox.

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

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

To: Jgiannelos, Lucas_Werkmeister_WMDE
Cc: Dibohwendy377, Aklapper, Jdforrester-WMF, MSantos, Ahoelzl, WDoranWMF, 
elukey, Ottomata, gmodena, Michael, KartikMistry, WMDE-leszek, Sbailey, 
Jgiannelos, fbalicchia, BartTerpstra, Isabelladantes1983, Themindcoder, 
Kappakayala, Mohamed-Awnallah, Adamm71, Jersione, Clement_Goubert, Hellket777, 
LisafBia6531, 786, lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, Biggs657, 
ihurbain, Kritisinghh, Vyaki, bwang, Deek9399, Surya742, Dasgupta002, 
Deveshprasad577, Atharva17, Tsiruot, sobhanbera, UOzurumba, Bharatkhatri351, 
Ywats0ns, diegodlh, Aishik_Rehman, Juan90264, wkandek, JMeybohm, Alter-paule, 
Beast1978, Rileych, Un1tY, DAlangi_WMF, Nintendofan885, Ironie, Hook696, 
Kent7301, EvanProdromou, joker88john, Tris_T7, CucyNoiD, jijiki, Gaboe420, 
Mihailo, Dreamy_Jazz, Giuliamocci, Cpaulf30, Af420, Bsandipan, chapulina, 
srishakatux, Alfa80, Lewizho99, JJMC89, Maathavan, Jdrewniak, Jason_Quinn, 
Neuronton, Nizil, Pchelolo, Shangkuanlc, Ixocactus, Verdy_p, Base, Amire80, 
Mvolz, Dalba, Jsahleen, mxn, Arrbee, santhosh, Arlolra, TheDJ, Jay8g, Krenair, 
Ullasoff, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Dringsim, 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] T365250: Enable ipv6 in mesh used in PCS k8s deployment

2024-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T365250: Enable ipv6 in mesh used in PCS k8s deployment

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032779 had a related patch set uploaded (by Alexandros Kosiaris; 
author: Alexandros Kosiaris):
  
  [operations/deployment-charts@master] mobileapps: Use mesh modules version 
enabling IPv6
  
  https://gerrit.wikimedia.org/r/1032779

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

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

To: Jgiannelos, gerritbot
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, Aklapper, Dibohwendy377, 
Jgiannelos, Ullasoff, Danny_Benjafield_WMDE, fbalicchia, BartTerpstra, 
Kappakayala, Mohamed-Awnallah, S8321414, Clement_Goubert, Astuthiodit_1, 
lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, ihurbain, karapayneWMDE, 
Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, Surya742, Dasgupta002, 
Deveshprasad577, Atharva17, Tsiruot, sobhanbera, UOzurumba, Bharatkhatri351, 
Ywats0ns, diegodlh, Aishik_Rehman, maantietaja, wkandek, JMeybohm, Rileych, 
ItamarWMDE, DAlangi_WMF, Nintendofan885, Akuckartz, Dringsim, Ironie, 
darthmon_wmde, EvanProdromou, Tris_T7, Nandana, jijiki, Mihailo, Dreamy_Jazz, 
Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, JJMC89, _jensen, rosalieper, Jdrewniak, Jason_Quinn, 
Nizil, Scott_WUaS, Pchelolo, Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, 
Base, aude, Amire80, Mvolz, Dalba, Lydia_Pintscher, Jsahleen, mxn, Arrbee, 
santhosh, Arlolra, TheDJ, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T365250: Enable ipv6 in mesh used in PCS k8s deployment

2024-05-17 Thread Jgiannelos
Jgiannelos created this task.
Jgiannelos added projects: serviceops, Data-Engineering, Wikimedia-Portals, 
Wikidata-Termbox, CX-cxserver, Citoid, Wikidata, [DEPRECATED] wdwb-tech, 
MediaWiki-Engineering, Page Content Service, Content-Transform-Team-WIP, 
Essential-Work, Trust and Safety Product Team (Engineering), Platform 
Engineering, Patch-For-Review.
Restricted Application removed a project: Patch-For-Review.

TASK DESCRIPTION
  With the bump to node18, mobileapps requests to the service mesh are going to 
fail due to nodejs apparently switching to industry best practices and 
respecting getaddrinfo() order, thus trying IPv6 first.
  We need to configure the helm charts to support ipv6 for mobileapps mesh 
connections.

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

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

To: Jgiannelos
Cc: Sbailey, WMDE-leszek, KartikMistry, Michael, gmodena, Ottomata, elukey, 
WDoranWMF, Ahoelzl, MSantos, Jdforrester-WMF, Aklapper, Dibohwendy377, 
Jgiannelos, Ullasoff, Danny_Benjafield_WMDE, fbalicchia, BartTerpstra, 
Kappakayala, Mohamed-Awnallah, S8321414, Clement_Goubert, Astuthiodit_1, 
lbowmaker, VPuffetMichel, Arnoldokoth, BTullis, ihurbain, karapayneWMDE, 
Kritisinghh, Vyaki, bwang, Deek9399, Invadibot, Surya742, Dasgupta002, 
Deveshprasad577, Atharva17, Tsiruot, sobhanbera, UOzurumba, Bharatkhatri351, 
Ywats0ns, diegodlh, Aishik_Rehman, maantietaja, wkandek, JMeybohm, Rileych, 
ItamarWMDE, DAlangi_WMF, Nintendofan885, Akuckartz, Dringsim, Ironie, 
darthmon_wmde, EvanProdromou, Tris_T7, Nandana, jijiki, Mihailo, Dreamy_Jazz, 
Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, srishakatux, KimKelting, 
Alfa80, LawExplorer, JJMC89, _jensen, rosalieper, Jdrewniak, Jason_Quinn, 
Nizil, Scott_WUaS, Pchelolo, Shangkuanlc, Ixocactus, Verdy_p, Wikidata-bugs, 
Base, aude, Amire80, Mvolz, Dalba, Lydia_Pintscher, Jsahleen, mxn, Arrbee, 
santhosh, Arlolra, TheDJ, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032755 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [mediawiki/extensions/EntitySchema@master] Add 'expert' for Entity-Schema 
typed properties
  
  https://gerrit.wikimedia.org/r/1032755

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

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

To: gerritbot
Cc: Jakob_WMDE, Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, 
joker88john, 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] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032754 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [mediawiki/extensions/Wikibase@master] Process `useApiDataType` option from 
expert to override datatype
  
  https://gerrit.wikimedia.org/r/1032754

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

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

To: gerritbot
Cc: Jakob_WMDE, Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, 
joker88john, 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] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032751 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [data-values/value-view@master] Add additional API Options to allow 
configuration of value parsers
  
  https://gerrit.wikimedia.org/r/1032751

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

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

To: gerritbot
Cc: Jakob_WMDE, Lucas_Werkmeister_WMDE, ArthurTaylor, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, 
joker88john, 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] T362849: [Analytics] Segments of Wikidata's data over time

2024-05-17 Thread AndrewTavis_WMDE
AndrewTavis_WMDE updated the task description.

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

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

To: AndrewTavis_WMDE
Cc: JAllemandou, mpopov, AndrewTavis_WMDE, Manuel, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T361203: [Analytics] Add the published datasets directories as a target for the REST API Airflow jobs

2024-05-17 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  Note that MR#700 

 has been  opened that has the work for this :)

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

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

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


[Wikidata-bugs] [Maniphest] T362849: [Analytics] Segments of Wikidata's data over time

2024-05-17 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  Note that MR#700 

 has been  opened that has the work for this :)

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

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

To: AndrewTavis_WMDE
Cc: JAllemandou, mpopov, AndrewTavis_WMDE, Manuel, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Dringsim, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T365130: SummaryFormatterTest.php fails when run in a suite with ApiParseDiscussionToolsTest.php

2024-05-17 Thread ArthurTaylor
ArthurTaylor added a comment.


  Looking at logstash 
, this 
codepath is also used in production, so it seems like just removing the 
fallback here would also not be an option.

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

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

To: ArthurTaylor
Cc: Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, 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] T365130: SummaryFormatterTest.php fails when run in a suite with ApiParseDiscussionToolsTest.php

2024-05-17 Thread ArthurTaylor
ArthurTaylor removed ArthurTaylor as the assignee of this task.

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

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

To: ArthurTaylor
Cc: Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, 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] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Dominika_Naumiuk, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Wangombe, Astuthiodit_1, Susie413113, 786, 
Biggs657, karapayneWMDE, Invadibot, H0bby, PallaviPatke, maantietaja, 
Juan90264, Tiputini, Alter-paule, Beast1978, Rileych, ItamarWMDE, Un1tY, 
Akuckartz, Dringsim, 50019062, Hook696, abi_, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Soum213, Taiwania_Justo, Neuronton, shinjiman, 
Scott_WUaS, Wong128hk, Luke081515, Wikidata-bugs, Base, aude, Arrbee, santhosh, 
KartikMistry, 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] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032721 had a related patch set uploaded (by Abijeet Patro; author: 
Abijeet Patro):
  
  [mediawiki/extensions/Translate@master] schema: Convert revtag integer 
columns to unsigned bigint columns
  
  https://gerrit.wikimedia.org/r/1032721

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

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

To: gerritbot
Cc: Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF, Danny_Benjafield_WMDE, 
Dominika_Naumiuk, S8321414, Wangombe, Astuthiodit_1, Susie413113, 
karapayneWMDE, Invadibot, H0bby, PallaviPatke, maantietaja, Tiputini, Rileych, 
ItamarWMDE, Akuckartz, Dringsim, 50019062, abi_, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Soum213, Taiwania_Justo, shinjiman, Scott_WUaS, Wong128hk, Luke081515, 
Wikidata-bugs, Base, aude, Arrbee, santhosh, KartikMistry, 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] T364273: Wikibase breaks schema update with "Class 'Onoi\MessageReporter\NullMessageReporter' not found"

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


  In T364273#9804281 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > I think we generally recommend [the composer merge plugin] instead
  
  Though our README was a bit outdated in that regard – uploaded 
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1032720 to 
improve it.

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

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

To: Tgr, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Tgr, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Dringsim, 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] T365233: Add Wikidata support for dtpwiki

2024-05-17 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

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

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

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

2024-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: ArthurTaylor, gerritbot
Cc: Aklapper, ArthurTaylor, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, 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] T365130: SummaryFormatterTest.php fails when run in a suite with ApiParseDiscussionToolsTest.php

2024-05-17 Thread gerritbot
gerritbot added a comment.


  Change #1032718 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [mediawiki/core@master] Clear $wgTitle state before suite runs
  
  https://gerrit.wikimedia.org/r/1032718

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

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

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


[Wikidata-bugs] [Maniphest] T365130: SummaryFormatterTest.php fails when run in a suite with ApiParseDiscussionToolsTest.php

2024-05-17 Thread ArthurTaylor
ArthurTaylor added a comment.


  DiscussionTools registers an `onParserAfterTidy` hook handler. In its 
`transformHtml` method, a check of `HookUtils::isAvailableForTitle( $title )` 
is made which, if true, calls `CommentFormatter::addDiscussionTools( $html, 
$pout, $title )`. The call:
  
$html = XMLSerializer::serialize( $container, [ 'innerXML' => 
true, 'smartQuote' => false ] )['html'];
  
  on line 424 of the CommentFormatter then converts escaped entities (e.g. 
`<>`) back into their raw characters (`<>`).
  
  The call  `HookUtils::isAvailableForTitle( $title )` returns false when 
`SummaryFormatterTest` is run in isolation, but when run in a suite together 
with the `ApiParseDiscussionToolsTest`, it returns true because `$wgTitle` is 
set to a page that exists (as opposed to being `null` when the test runs in 
isolation). `MessageCache::parse` pulls in `global $wgTitle` on line 1492 and 
sets the page for the parse to this value of none is set (as appears to be the 
case for the test):
  
if ( !$page ) {
$logger = LoggerFactory::getInstance( 'GlobalTitleFail' 
);
$logger->info(
__METHOD__ . ' called with no title set.',
[ 'exception' => new RuntimeException ]
);
$page = $wgTitle;
}
  
  My proposed fix is to reset `$wgTitle` to null in the setup for the 
`MediaWikiLangTestCase` in Wikibase. This isn't the most satisfying, but I 
imagine ensuring that every other extension resets its global state after test 
execution, or that `MessageCache` doesn't rely on global state are more 
complicated fixes. I also wouldn't want to comment on whether DiscussionTools' 
unescaping of those entities in the right thing to do.

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

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

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


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

2024-05-17 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Arian_Bozorg, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, pdehaye, 
joker88john, 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] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-17 Thread abi_
abi_ moved this task from Priority: Localization infrastructure to In Progress 
on the Language-Team (Language-2024-April-June) board.
abi_ changed the task status from "Open" to "In Progress".

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

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

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

To: abi_
Cc: Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF, Danny_Benjafield_WMDE, 
Dominika_Naumiuk, S8321414, Wangombe, Astuthiodit_1, Susie413113, 
karapayneWMDE, Invadibot, H0bby, PallaviPatke, maantietaja, Tiputini, Rileych, 
ItamarWMDE, Akuckartz, Dringsim, 50019062, abi_, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Soum213, Taiwania_Justo, shinjiman, Scott_WUaS, Wong128hk, Luke081515, 
Wikidata-bugs, Base, aude, Arrbee, santhosh, KartikMistry, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org