[Wikidata-bugs] [Maniphest] T326612: Wikidata: Display years of birth and death at the top of person pages

2023-01-09 Thread shoogle
shoogle updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326612: Wikidata: Display years of birth and death at the top of person pages

2023-01-09 Thread shoogle
shoogle created this task.
shoogle added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Feature summary**:
  
  For Wikidata entities that represent a human person, I would like the 
person's years of birth and (if applicable) death to be displayed at the top of 
the entity page, near the person's name and description.
  
  It could look something like this:
  
  > **Johannes Bach (1604–1673) | Q252919 
**
  > German composer and musician
  
  Or like this:
  
  > **Johannes Bach (Q252919 )**
  > German composer and musician
  > Born 1604. Died 1673.
  
  The exact formatting doesn't matter as long as the years of birth and death 
are clearly visible near the top of the page.
  
  The years of birth and death would not be directly editable. Instead, they 
would be taken from the relevant properties, P569 (date of birth) 
 and P570 (date of death) 
, which are editable.
  
  The aim is to discourage the practice, common among some Wikidata users, of 
editing the person entity's name or description to display the years manually.
  
  **Use case(s)**:
  
  Showing the years of birth and death provides a quick and easy way to 
distinguish between individuals with similar names and descriptions. For 
example, the person above is not to be confused with his more widely known 
relation, J.S. Bach:
  
  > **Johann Sebastian Bach (Q1339 )**
  > German composer (1685–1750)
  
  Notice that J.S. Bach's entity page already has a date range in the 
description (true in the English description at time of writing), as do many 
other pages that represent people:
  
  - Johann Sebastian Bach  (1685–1750)
  - Carl Philipp Emanuel Bach  (1714–1788)
  - Ludwig van Beethoven  (1770–1827)
  - Franz Schubert  (1797-1828)
  - Robert Schumann  (1810–1856)
  
  Clearly there is demand for having this information near the top of the page.
  
  Notice, however, that sometimes the year numbers are separated by Unicode's 
En Dash character (`–`), and sometimes by ASCII's Hyphen-Minus (`-`). Also, the 
date ranges are often given in the English description but not in other 
languages. And of course there is always the possibility that manually entered 
dates in descriptions will get out of sync with P569 
 and P570 
.
  
  Not all person entities have dates in the description. Here are some that do 
not (again, true at time of writing):
  
  - Johannes Bach 
  - Johann Christian Bach 
  - Wolfgang Amadeus Mozart 
  - Clara (Wieck) Schumann 
  
  All this inconsistency creates serious problems for applications that use 
information from Wikidata. For example, I have an application that displays 
summary information about music composers 
. I had to 
write code to filter out date ranges from Wikidata descriptions to avoid the 
years of birth and death being duplicated when I construct my own descriptions 
based on P569  and P570 
. Had I not done this, some of my 
descriptions would have looked like this:
  
  > **Franz Schubert**
  > Austrian composer (1797-1828) (1797–1828)
  
  For the sake of consistency and reliability, it would be better if date 
ranges were omitted from descriptions and instead displayed automatically based 
on the values of P569  and P570 
.
  
  **Benefits**:
  
  Displaying years of birth and death on human entities prominently and by 
default should:
  
  - Enable easier disambiguation of people with similar names and descriptions
  - Discourage Wikidata users from entering these dates manually in names or 
descriptions
  - Improve formatting consistency and data reliability
  - Make life easier for application developers who use Wikidata's APIs.

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

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

To: shoogle
Cc: Aklapper, shoogle, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wi

[Wikidata-bugs] [Maniphest] T326599: Add ability to create Wikidata constraint violations based on rank

2023-01-09 Thread Bugreporter
Bugreporter added a project: Wikibase-Quality-Constraints.

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

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

To: Bugreporter
Cc: Aklapper, Lectrician1, Sdkb, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, Esc3300, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, abian, 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] T326599: Add ability to create Wikidata constraint violations based on rank

2023-01-09 Thread Sdkb
Sdkb created this task.
Sdkb added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The property "reason for preferred rank" 
 should only be used on 
statements ranked as preferred. However, currently there is no constraint 
violation when it is used improperly on a normal- or deprecated-rank statement 
because the constraint violation system cannot handle rank. A similar situation 
exists for several other properties. I would like to see the system improved so 
that it can do so, thereby helping to clean Wikidata data.

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

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

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


[Wikidata-bugs] [Maniphest] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Multichill
Multichill added a comment.


  Works for me again too. I noticed a spike on https://www.wikimediastatus.net/ 
for the "Wiki error responses" to 940 errors/second and a drop for "Successful 
edits".
  
  Anyone able to provide a RFO (reason for outage)? Or just close if you don't 
care that the service was down.

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

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

To: Multichill
Cc: Peachey88, Lydia_Pintscher, Aklapper, Multichill, Astuthiodit_1, 
Nikospappas1312, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 
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] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In T326590#8511000 , 
@Peachey88 wrote:
  
  > The API i now responding, There was a site issue just before which probably 
caused this.
  
  Yeah looks like it's working again for me as well now.

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

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

To: Lydia_Pintscher
Cc: Peachey88, Lydia_Pintscher, Aklapper, Multichill, Astuthiodit_1, 
Nikospappas1312, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 
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] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  This was brought up on Telegram. When editing statements no suggestions are 
shown anymore. The top-right searchbox on enwp and Wikidata both don't show any 
suggestions either.

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

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

To: Lydia_Pintscher
Cc: Peachey88, Lydia_Pintscher, Aklapper, Multichill, Astuthiodit_1, 
Nikospappas1312, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 
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] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Peachey88
Peachey88 added a comment.


  The API i now responding, There was a site issue just before which probably 
caused this.

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

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

To: Peachey88
Cc: Peachey88, Lydia_Pintscher, Aklapper, Multichill, Astuthiodit_1, 
Nikospappas1312, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 
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] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Unbreak Now!" priority.
Lydia_Pintscher added a project: Elasticsearch.
Lydia_Pintscher added a comment.
Restricted Application added a project: Discovery-Search.


  This also seems to affect at least enwp's search suggestions.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Multichill, Astuthiodit_1, Nikospappas1312, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 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] T326590: wbsgetsuggestions not returning anything on Wikidata

2023-01-09 Thread Multichill
Multichill created this task.
Multichill added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Open 
https://www.wikidata.org/w/api.php?action=wbsgetsuggestions&search=online%20c&context=item&format=json&language=en&entity=Q2638817
  - Wait
  -
  
  **What happens?**:
  upstream connect error or disconnect/reset before headers. reset reason: 
overflow
  
  **What should have happened instead?**:
  Returned suggestions
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  
  **Other information** (browser name/version, screenshots, etc.):
  Multiple users (all?) affected. Editing on Wikidata impossible

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

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

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


[Wikidata-bugs] [Maniphest] T222349: Do not rate limit dumps from internal network

2023-01-09 Thread Hokwelum
Hokwelum added a subscriber: Andrew.
Hokwelum added a comment.


  In T222349#8485437 , 
@bking wrote:
  
  > Per above patches and discussion with @akosiaris , we are going to try 
using the rsync protocol instead of NFS. Do the clouddumps servers also 
rate-limit rsync?
  
  Currently, rsync doesn’t allow setting bandwidth limit in the config and we 
can only do that in the command line with a bwlimit option. We use that for any 
rsyncs to/from the clouddumps hosts to the best of our knowledge. As for the 
mirrors that pull from us, we do not limit the rate at which they pull and we 
always advise they pull every day to avoid spending time pulling really large 
amounts of data for long periods of time.
  
  What are your thoughts on this @Andrew or someone else from the WMCS team?

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

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

To: Hokwelum
Cc: Andrew, bking, akosiaris, Hokwelum, Volans, ayounsi, cmooney, EBernhardson, 
Bstorm, ArielGlenn, Gehel, Aklapper, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, 
Ramtin2021, Invadibot, MPhamWMF, dcaro, Devnull, Slst2020, GeminiAgaloos, 
maantietaja, nskaggs, Juan90264, Alter-paule, Raymond_Ndibe, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Nintendofan885, Akuckartz, Phamhi, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, skpuneethumar, Gaboe420, sietec, 
Zylc, Giuliamocci, Cpaulf30, 1978Gage2001, Lahi, Operator873, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Chicocvenancio, 
Allthingsgo, QZanden, EBjune, Tbscho, merbst, LawExplorer, Lewizho99, JJMC89, 
Maathavan, elukey, _jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, 
mys_721tx, Cmjohnson, jkroll, Wikidata-bugs, Jdouglas, Jitrixis, aude, 
Tobias1984, Manybubbles, Gryllida, mark, faidon, scfc, Mbch331, bd808, Krenair, 
fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T322548: Update Caching in GitHub Actions

2023-01-09 Thread Michael
Michael added a comment.


  The PRs above have been merged, thanks to review by Lucas.
  
  Also, I looked through the list of repos linked in the description and, as 
far as I could see, only https://github.com/wmde/wdio-wikibase is also directly 
affected. What team owns that?
  
  Probably, it might make sense to reopen this task and have it done by the 
respective team (since doing things like this team-wise seems to be important 
to us).

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

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

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


[Wikidata-bugs] [Maniphest] T111822: [Bug] Adding sitelinks at be-tarask Wikipedia doesn't work

2023-01-09 Thread Winston_Sung
Winston_Sung added a comment.


  Is it caused by 
https://www.wikidata.org/wiki/MediaWiki:Gadget-SiteIdToInterwiki.js ?

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

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

To: Winston_Sung
Cc: LennardHofmann, Winston_Sung, Base, JEumerus, Liuxinyu970226, Mjbmr, 
Keegan, Ricordisamoa, aude, Aklapper, Krenair, Matanya, Amire80, Dereckson, 
LisafBia6531, Astuthiodit_1, Yodas_henchman, Susie413113, 
NguoiDungKhongDinhDanh, karapayneWMDE, Invadibot, Zabe, maantietaja, Juan90264, 
ItamarWMDE, Akuckartz, CptViraj, AKA_MBG, Dibya, 94rain, Nandana, Tks4Fish, 
Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Kizule, LawExplorer, 
Devwaker, Niklitov, _jensen, Urbanecm, rosalieper, Scott_WUaS, Ananthsubray, 
Superzerocool, Stanglavine, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, 
Wikidata-bugs, Snowolf, Dcljr, 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] T326000: Wikidata Query Builder is broken in RTL languages

2023-01-09 Thread ItamarWMDE
ItamarWMDE added a comment.


  It appears that the CSS logical properties are not being applied properly, 
probably due to the direction not being set on some parent element

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

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

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


[Wikidata-bugs] [Maniphest] T326432: Cognate does not work for newly created Wiktionary projects

2023-01-09 Thread Pamputt
Pamputt updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326000: Wikidata Query Builder is broken in RTL languages

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

To: Arian_Bozorg
Cc: Lydia_Pintscher, Sarai-WMDE, ItamarWMDE, Aklapper, Amire80, Astuthiodit_1, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, Muhammed4IT, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Huji, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread guergana.tzatchkova
guergana.tzatchkova edited projects, added Wikidata Dev Team (Sprint-∞); 
removed Wikidata Dev Team.

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

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

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


[Wikidata-bugs] [Maniphest] T317193: Add language codes for Sepedi and isiNdebele

2023-01-09 Thread Jdforrester-WMF
Jdforrester-WMF removed AGutman as the assignee of this task.

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

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

To: Jdforrester-WMF
Cc: Nikki, jhsoby, Amire80, Mahir256, Lucas_Werkmeister_WMDE, AGutman, Keet10, 
mrephabricator, Astuthiodit_1, JKieserman, DMartin-WMF, karapayneWMDE, 
Invadibot, Aseleste, gengh, Nikolay_Komarov, GrounderUK, maantietaja, 
AndrewEells, ItamarWMDE, Nintendofan885, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, Mbch331, ori
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325992: Index sense glosses in CirrusSearch

2023-01-09 Thread dcausse
dcausse moved this task from Feature Requests to Wikibase Search on the 
Discovery-Search board.
dcausse added a comment.


  This ticket is I think about finishing the work regarding the integration of 
WikibaseLexeme with CirrusSearch to index and query senses when performing a 
fulltext search on the lexeme namespace.

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

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

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

To: dcausse
Cc: dcausse, Bugreporter, gonzalez.actor, Astuthiodit_1, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, Wilmanbeno, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, EBjune, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325992: Index sense glosses in CirrusSearch

2023-01-09 Thread Gehel
Gehel moved this task from needs triage to Feature Requests on the 
Discovery-Search board.
Gehel triaged this task as "Medium" priority.

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

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

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

To: Gehel
Cc: Bugreporter, gonzalez.actor, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, Wilmanbeno, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, EBjune, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326198: Chore: Update dependencies in Query Builder

2023-01-09 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: guergana.tzatchkova, Maintenance_bot
Cc: Aklapper, guergana.tzatchkova, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331, 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] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T322548: Update Caching in GitHub Actions

2023-01-09 Thread Michael
Michael added a comment.


  And this is the PR for the `next` branch: 
https://github.com/wmde/wikit/pull/673

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

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

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


[Wikidata-bugs] [Maniphest] T326535: Automatically restart blazegraph when BlazegraphFreeAllocatorsDecreasingRapidly is about to be fired

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

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

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

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

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


[Wikidata-bugs] [Maniphest] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

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

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

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

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

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


[Wikidata-bugs] [Maniphest] T326120: Dates not properly shown in correct language

2023-01-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata Query UI; removed 
Wikidata-Query-Service.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Bouzinac, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Mahir256, QZanden, 
EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
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] T326311: Deletion of Lexemes appears to leak triples related to its forms and senses

2023-01-09 Thread Gehel
Gehel triaged this task as "High" priority.
Gehel moved this task from Incoming to Tech Debt on the Wikidata-Query-Service 
board.

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

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

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

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


[Wikidata-bugs] [Maniphest] T325730: Wikidata constraint check is getting throttled from wdqs-internal more than usual

2023-01-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  To me it looks like SPARQL type checks generally went back to normal around 
January 4th (Grafana permalink 
):
  F36077062: image.png 

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

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

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


[Wikidata-bugs] [Maniphest] T326305: Misconfigured proxies on wdqs hosts

2023-01-09 Thread Gehel
Gehel triaged this task as "High" priority.
Gehel moved this task from Incoming to Tech Debt on the Wikidata-Query-Service 
board.
Gehel removed a project: Discovery-Search.

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

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

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

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


[Wikidata-bugs] [Maniphest] T326120: Dates not properly shown in correct language

2023-01-09 Thread Gehel
Gehel triaged this task as "Medium" priority.
Gehel moved this task from Incoming to Feature Requests on the 
Wikidata-Query-Service board.

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

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

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

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


[Wikidata-bugs] [Maniphest] T325886: Changing the datatype of a property isn't propagated to the WDQS

2023-01-09 Thread Gehel
Gehel moved this task from Incoming to Scaling on the Wikidata-Query-Service 
board.
Gehel triaged this task as "High" priority.

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

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

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

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


[Wikidata-bugs] [Maniphest] T325730: Wikidata constraint check is getting throttled from wdqs-internal more than usual

2023-01-09 Thread Gehel
Gehel added a comment.


  @Lydia_Pintscher we're waiting on you to tell us how important / urgent this 
is.

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

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

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


[Wikidata-bugs] [Maniphest] T325602: Decide whether or not to keep wdqs-heavy-queries and wdqs-ssl PyBal pools

2023-01-09 Thread Gehel
Gehel moved this task from Incoming to Operations/SRE on the 
Wikidata-Query-Service board.
Gehel removed a project: Discovery-Search.

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

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

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

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


[Wikidata-bugs] [Maniphest] T326198: Chore: Update dependencies in Query Builder

2023-01-09 Thread gerritbot
gerritbot added a comment.


  Change 875982 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update wikit-tokens to v2.1.0-alpha.15
  
  https://gerrit.wikimedia.org/r/875982

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, guergana.tzatchkova, 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, 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] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  @Sarai-WMDE  We've just realized that updating the version was done 
automatically as part of the Query Builder upgrade chores.
  
  This patch has the update: 
https://gerrit.wikimedia.org/r/c/wikidata/query-builder/+/870540/

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

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

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


[Wikidata-bugs] [Maniphest] T325602: Decide whether or not to keep wdqs-heavy-queries and wdqs-ssl PyBal pools

2023-01-09 Thread Gehel
Gehel reopened this task as "Open".

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

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

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


[Wikidata-bugs] [Maniphest] T325602: Decide whether or not to keep wdqs-heavy-queries and wdqs-ssl PyBal pools

2023-01-09 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] T325602: Decide whether or not to keep wdqs-heavy-queries and wdqs-ssl PyBal pools

2023-01-09 Thread Gehel
Gehel added a comment.


  Non-ssl endpoints should be removed.

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

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

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


[Wikidata-bugs] [Maniphest] T322548: Update Caching in GitHub Actions

2023-01-09 Thread Michael
Michael added a comment.


  This PR takes care of the warnings on the `master` branch: 
https://github.com/wmde/wikit/pull/643

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

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

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


[Wikidata-bugs] [Maniphest] T322548: Update Caching in GitHub Actions

2023-01-09 Thread Michael
Michael added a comment.


  But the problem isn't fixed, as Wikit still shows a huge amount of those 
warnings when the actions run? And, as far as I can tell, there was no PR for 
the `next` branch?
  
  I'll make two PRs.

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

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

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


[Wikidata-bugs] [Maniphest] T116762: Notifications in Echo on Wikidata should display label as well as Q id

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

To: Lectrician1, Arian_Bozorg
Cc: Celenduin, Michael, kostajh, Lectrician1, Ainali, JTannerWMF, Catrope, 
MMiller_WMF, Aleksey_WMDE, WMDE-leszek, ChristianKl, Daniel_Mietchen, 
Sjoerddebruin, Jdforrester-WMF, Legoktm, matej_suchanek, Luke081515, 
Lydia_Pintscher, Addshore, Aklapper, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, caldera, 
maantietaja, Juan90264, Alter-paule, NavinRizwi, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Nattes, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, xSavitar, Taiwania_Justo, Neuronton, Scott_WUaS, SBisson, 
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] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as "Medium" priority.

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

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

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


[Wikidata-bugs] [Maniphest] T324743: Special:NewLexeme: language dropdown navigation issue

2023-01-09 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  In T324743#8508566 , 
@Sarai-WMDE wrote:
  
  > Here's a subtask to update the WiKit version in use by the Query Builder, 
which will fix the lookup navigation issues displayed there: 
{https://phabricator.wikimedia.org/T326543}
  
  Thanks!!! @Sarai-WMDE

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

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

To: guergana.tzatchkova
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Michael, Sarai-WMDE, Nikki, 
Aklapper, Arian_Bozorg, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T322548: Update Caching in GitHub Actions

2023-01-09 Thread ItamarWMDE
ItamarWMDE closed this task as "Resolved".
ItamarWMDE moved this task from Tech Verification to Our work done on the 
Wikidata Dev Team (Sprint-∞) board.
ItamarWMDE added a comment.


  Already reviewed these myself :D thanks for the great work.

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

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

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

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


[Wikidata-bugs] [Maniphest] T323763: Recreate browser tests for detecting edit conflicts after form resubmission

2023-01-09 Thread ItamarWMDE
ItamarWMDE moved this task from Tech Verification to Our work done on the 
Wikidata Dev Team (Sprint-∞) board.
ItamarWMDE closed this task as "Resolved".
ItamarWMDE added a comment.


  Looks great, nice trick with the double window, and thanks for deleting old 
disabled tests

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

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

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

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


[Wikidata-bugs] [Maniphest] T325372: link Entity Schema grafana board from main Wikidata board

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

To: Arian_Bozorg
Cc: Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, SCIdude, Akuckartz, pdehaye, Nandana, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 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] T323763: Recreate browser tests for detecting edit conflicts after form resubmission

2023-01-09 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikibase REST API.

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

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

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


[Wikidata-bugs] [Maniphest] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326000: Wikidata Query Builder is broken in RTL languages

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher updated Other Assignee, removed: Arian_Bozorg.

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

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

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


[Wikidata-bugs] [Maniphest] T326000: Wikidata Query Builder is broken in RTL languages

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

To: Arian_Bozorg
Cc: Lydia_Pintscher, Sarai-WMDE, ItamarWMDE, Aklapper, Amire80, Astuthiodit_1, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, Muhammed4IT, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Huji, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326198: Chore: Update dependencies in Query Builder

2023-01-09 Thread gerritbot
gerritbot added a comment.


  Change 877154 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Downgrade netlify-cli to 12.2.8
  
  https://gerrit.wikimedia.org/r/877154

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, guergana.tzatchkova, 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, 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] T326020: Wikibase: Clarify error message on type mismatch

2023-01-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Ah gotcha. Thanks.

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

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

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


[Wikidata-bugs] [Maniphest] T227246: entity/Q64 was indexed in Google, should it have been?

2023-01-09 Thread LSobanski
LSobanski removed a project: SRE.

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

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

To: LSobanski
Cc: Denny, DanBri, Lydia_Pintscher, alaa_wmde, Addshore, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, joanna_borun, Devnull, 
Muchiri124, Legado_Shulgin, ReaperDawn, Davinaclare77, Techguru.pc, Hfbn0, 
Zppix, Wong128hk, faidon, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T326198: Chore: Update dependencies in Query Builder

2023-01-09 Thread gerritbot
gerritbot added a comment.


  Change 877154 had a related patch set uploaded (by Guergana Tzatchkova; 
author: Guergana Tzatchkova):
  
  [wikidata/query-builder@master] Downgrade netlify-cli to 12.2.8
  
  https://gerrit.wikimedia.org/r/877154

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, guergana.tzatchkova, 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, 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] T326198: Chore: Update dependencies in Query Builder

2023-01-09 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  In T326198#8502314 , 
@gerritbot wrote:
  
  > Change 875982 had a related patch set uploaded (by Guergana Tzatchkova; 
author: Guergana Tzatchkova):
  >
  > [wikidata/query-builder@master] Update wikit-tokens to v2.1.0-alpha.15
  >
  > https://gerrit.wikimedia.org/r/875982
  
  The above patch was created manually to deal with some errors introduced by a 
previous addbot change on the netlify-cli package. This is a bug and has been 
reported on Github . There is a fix 
for it  as 
well but will probably be available the next release of netlify-cli.

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

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

To: guergana.tzatchkova
Cc: Aklapper, guergana.tzatchkova, 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, 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] T323763: Recreate browser tests for detecting edit conflicts after form resubmission

2023-01-09 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.40-notes (1.40.0-wmf.18; 
2023-01-09); removed MW-1.40-notes (1.40.0-wmf.12; 2022-11-28).

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

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

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


[Wikidata-bugs] [Maniphest] T277646: Show all columns in the result

2023-01-09 Thread Michael
Michael added a comment.


  In T277646#8505132 , 
@Lydia_Pintscher wrote:
  
  > [...]
  >
  > - When having an exact match (i.e. not incl. subclasses, greater than, and 
so on) then we end up with one column that always says the same thing. Is it 
feasible to exclude the column in this case? Or would it be better to not do 
that and have a next step where we let people choose for each condition if they 
want it in the result or not?
  
  Except in cases where that condition is joined with an "OR" to another 
condition. Or it is a column that removes exactly one value. And only if there 
is not another condition for that property. So it is possible to do, but it is 
not a simple change. So I would prefer to do it in a second step.
  
  > - Labels for Item values would be <3
  
  I agree, but I would be afraid that it would make queries even more likely to 
time out. Even if you just change the example query above for only 3 humans to 
require labels, it already times out. Do we have any leads on improving the 
performance of resolving labels in the query service?

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

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

To: guergana.tzatchkova, Michael
Cc: Michael, Manuel, amy_rc, Tonina_Zhelyazkova_WMDE, Addshore, 
Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, 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, 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] T323763: Recreate browser tests for detecting edit conflicts after form resubmission

2023-01-09 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Michael, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Aklapper, Michael, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, SCIdude, Akuckartz, pdehaye, Nandana, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, MisterSynergy, abian, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 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] T191857: Make and document process for updating dist/ in GUI directory

2023-01-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The dist/ files were updated in 2021 for T267836 
, and I4de6202b45 
 explains the 
process that was used to build the new files (partially manually).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jonas, Lucas_Werkmeister_WMDE, Aklapper, Smalyshev, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T324351: Standardize the layout of SPA tools

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg closed subtask T324356: Query Builder: Adjust footer content and 
style as "Resolved".

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

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

To: Arian_Bozorg
Cc: Lydia_Pintscher, Michael, Aklapper, Sarai-WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, Manishagoenka, maantietaja, cristiana023, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, JGirault, 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] T324356: Query Builder: Adjust footer content and style

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg closed this task as "Resolved".
Arian_Bozorg moved this task from Product Verification to Our work done on the 
Wikidata Dev Team (Sprint-∞) board.
Arian_Bozorg added a comment.


  Great news! Thanks Sarai :)

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

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

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

To: Lucas_Werkmeister_WMDE, Arian_Bozorg
Cc: Arian_Bozorg, Aklapper, Sarai-WMDE, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, Juan90264, Alter-paule, Beast1978, cristiana023, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, JGirault, 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] T323763: Recreate browser tests for detecting edit conflicts after form resubmission

2023-01-09 Thread gerritbot
gerritbot added a comment.


  Change 875961 **merged** by jenkins-bot:
  
  [mediawiki/extensions/EntitySchema@master] Recreate browser tests for 
detecting edit conflicts
  
  https://gerrit.wikimedia.org/r/875961

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Aklapper, Michael, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, SCIdude, 
Akuckartz, Hook696, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, 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] T325075: Query service table view is not always displayed as a table

2023-01-09 Thread Arian_Bozorg
Arian_Bozorg updated the task description.

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

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

To: Arian_Bozorg
Cc: Arian_Bozorg, Sarai-WMDE, Aklapper, Nikki, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread Sarai-WMDE
Sarai-WMDE moved this task from Sprint-∞ to Incoming on the Wikidata Dev Team 
board.
Sarai-WMDE edited projects, added Wikidata Dev Team; removed Wikidata Dev Team 
(Sprint-∞).

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

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

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

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


[Wikidata-bugs] [Maniphest] T324743: Special:NewLexeme: language dropdown navigation issue

2023-01-09 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Here's a subtask to update the WiKit version in use by the Query Builder, 
which will fix the lookup navigation issues displayed there: 
{https://phabricator.wikimedia.org/T326543}

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

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

To: guergana.tzatchkova, Sarai-WMDE
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Michael, Sarai-WMDE, Nikki, 
Aklapper, Arian_Bozorg, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T326543: Query Builder: Fix lookup navigation issue

2023-01-09 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Query Builder: Lookup navigation issue" to 
"Query Builder: Fix lookup navigation issue".

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

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

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


[Wikidata-bugs] [Maniphest] T326543: Query Builder: Lookup navigation issue

2023-01-09 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added projects: Special:NewLexeme revival, Wikidata, Wikidata 
Lexicographical data, Wikidata Dev Team (Sprint-∞), Patch-For-Review.
Restricted Application removed a project: Patch-For-Review.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Go to: https://query.wikidata.org/querybuilder/
  - Begin to enter a property in the 'Property' field of the condition
  - Navigate down the suggested options with your arrow key until more results 
are loaded
  
  **What happens?**:
  
  After the down arrow key navigating the 'Property' suggestions has been 
pressed enough times to have the menu scroll and load more results, the item 
that is highlighted resets to the one at the top of the list.
  
  **What should have happened instead?**:
  
  The down arrow key should continue to help the user navigate through the list.
  
  **Other information** (browser name/version, screenshots, etc.):
  
  F36067426: Jan-09-2023 12-02-07.gif 

  
  ⚠️ Note: This issue has been fixed in WiKit. The only necessary step now 
would be to update the version of WiKit that the Query Builder is using.

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

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

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


[Wikidata-bugs] [Maniphest] T326535: Automatically restart blazegraph when BlazegraphFreeAllocatorsDecreasingRapidly is about to be fired

2023-01-09 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T324743: Special:NewLexeme: language dropdown navigation issue

2023-01-09 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  In T324743#8504942 , 
@Sarai-WMDE wrote:
  
  > Just a heads-up that the issue can still be reproduced in the context of 
the Query Builder. Maybe this is already in progress, but the WiKit version 
should also be updated in that project.
  
  Thanks for bringing this up @Sarai-WMDE , yes indeed this has to be updated 
but I didn't because the tasks were not part of our sprint and I wasn't sure 
about the priorities. When the tasks are created I can replace the version.. Or 
i can create the tasks if needed but I need to know in which Sprint to pull 
them in :)

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

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

To: guergana.tzatchkova
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Michael, Sarai-WMDE, Nikki, 
Aklapper, Arian_Bozorg, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T326535: Automatically restart blazegraph when BlazegraphFreeAllocatorsDecreasingRapidly is about to be fired

2023-01-09 Thread dcausse
dcausse updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326535: Automatically restart blazegraph when BlazegraphFreeAllocatorsDecreasingRapidly is about to be fired

2023-01-09 Thread dcausse
dcausse created this task.
dcausse added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The alert BlazegraphFreeAllocatorsDecreasingRapidly is fired when blazegraph 
starts to consume its free allocators to quickly, this currently require a 
manual action to restart blazegraph.
  As of today there are no plans to investigate and fix the root of the issue 
in blazegraph, since this error happens regularly (at least once a week) it 
might be interesting to automate the remediation to this problem.
  
  The sole difficulty here might be to detect false positives, possible false 
positives could be:
  
  - a reload is in progress (identifiable with the absence of the `data_loaded` 
flag)
  - the server is catching up on lag (unsure if it might happen, but could be 
identified using the lag metric)
  
  AC:
  
  - a restart of the blazegraph is attempted before firing the 
BlazegraphFreeAllocatorsDecreasingRapidly alert
  - false positives must be taken care of

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

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

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


[Wikidata-bugs] [Maniphest] T325988: MonthNameUnlocalizer may unlocalize dates in an undesired way

2023-01-09 Thread matej_suchanek
matej_suchanek added a comment.


  "all-numeric" should already be handled in both TimeParserFactory 

 and MonthNameUnlocalizer 
,
 if I got it right.
  
  Overview of languages in which a month starts with a digit 
.

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

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

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