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

2022-12-16 Thread Push-f
Push-f created this task.
Push-f added projects: Wikidata, Wikibase-DataModel-Serialization, 
Wikibase-DataModel.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: wdwb-tech.

TASK DESCRIPTION
  I wanted to work on a PR to address T323618 
 so I tried:
  
git clone https://github.com/wmde/WikibaseDataModelSerialization
composer install
composer test
  
  Only to discover that the tests fail with a bunch of `Error: Class 
'Wikibase\DataModel\Entity\NumericPropertyId' not found` errors.
  
  I did some digging and this is apparently because 
#Wikibase-DataModel-Serialization 
 
depends on #wikibase-datamodel 
, where the 
`NumericPropertyId` class has been introduced in T289125 
.  However #wikibase-datamodel 
 has not had a 
release since and #Wikibase-DataModel-Serialization 
 has 
been changed to use the new class in a14086394e8cd813a29ddcae6c9338dc9665a1f3 

 without updating the `wikibase/data-model` dependency in `composer.json`.
  
  So I think a new version of #wikibase-datamodel 
 should be released 
and the `composer.json` of #Wikibase-DataModel-Serialization 
 
should be updated accordingly. I was initially really confused why the README 
proudly declared "build passing" but apparently the Travis CI is dead 
, having last 
run 2 years ago.

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

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

To: Push-f
Cc: Push-f, 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] T321224: Wikidata Item Quality Model

2022-12-16 Thread Isaac
Isaac added a comment.


  Able to start thinking about this again and a few thoughts:
  
  - Machine-in-the-loop: when we built quality models for the Wikipedia 
language communities, it was with the idea that the models could potentially 
support the existing editor processes for assigning article quality scores -- 
e.g., https://en.wikipedia.org/wiki/Wikipedia:Content_assessment. This 
generally aligns with our machine-in-the-loop practice of only building models 
that clearly could support and receive feedback from existing community 
processes. For the Wikidata, while there are reasonable guidelines 
 for item quality, the 
only community-generated data was a one-off labeling campaign from 2020 via 
Wiki labels . This presents a 
major challenge: how do we improve on the existing ORES model to make it more 
maintainable / effective without a clear feedback loop that can be used to 
validate/update the model? One possible approach is to instead treat this as a 
task-identification model -- i.e. instead of seeking to model quality directly 
and therefore allowing vague features like the total # of references, we could 
design a model that seeks to explicitly build a list of missing/to-be-improved 
properties/aliases/descriptions/references. This list of changes could then 
always be converted into a quality score -- e.g., by computing a simple ratio 
of existing properties to missing properties or something like that -- but that 
would be secondary to the model. The community process that can provide 
feedback for this style of model then is just the regular editing process 
(albeit quite weakly because an edit doesn't tell you what else is missing). 
Eventually, it could feed into an actual interface similar to the Growth team's 
structured tasks 
 
that would provide even more direct feedback, but in the meantime this still 
feels much more machine-in-the-loop than a direct quality model.
  - Reducing data drift: alongside this shift in design from quality -> task 
identification, we can also make the model more sustainable by doing less 
hard-coding of outliers (like asteroids 
)
 and try to redesign the model to adapt to the existing structure of Wikidata 
when it is trained. For example, taking more the approach previously taken for 
external identifiers / media 

 where the relevant data structures that inform the model are easy to 
auto-generate and thus could be updated with each model training. This could be 
extended to e.g., lists of properties that commonly have references and lists 
of properties that commonly appear for a given instance-of.
- Then the model would take an item as input and perhaps go something like:
  - Extract it's instance-of and sitelinks
  - Sitelinks would be used to help determine which aliases/descriptions 
should exist
  - Instance-ofs would be used to identify which properties are expected
  - For each of those expected properties, it would either be rated as 
missing, incomplete (missing reference etc.), or complete
  - And then all of this information could be compiled as specific tasks
  - And for the quality score, the list of tasks could be compared against 
the existing data to come to some general score.
- The challenge then still is in the smart compiling of expected properties 
for a given instance-of, but I feel much better about the structure of this 
model because it's more transparent and anyone who is familiar with Wikidata 
could easily inspect the list of expected properties for a given instance-of 
and tweak it.
- I'm now working on extracting the list of existing properties for each 
instance-of to see if most have a clear set of common properties

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

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

To: Isaac
Cc: diego, Miriam, Isaac, Astuthiodit_1, karapayneWMDE, Invadibot, Ywats0ns, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Avner, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Capt_Swing, 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] T126510: [Story] Allow adding additional languages in the terms box

2022-12-16 Thread RainerBlome
RainerBlome added a comment.


  Please give this some priority. Anyone who wants to change and in particular 
fix language associations easily runs into this. It took more than an hour to 
figure out that I'm not dense or doing anything wrong, that it's just a missing 
feature, and to finally arrive here. This is frustrating.
  
  In my case, there are Wikipedias the language of which I can easily read and 
write, but I do not want them in my Babel. I see Babel as a list of languages 
which I'm willing to publish my proficiency in. Wikimedia should not restrict 
my work to the Babel languages, or Browser languages or any other list.

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

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

To: RainerBlome
Cc: RainerBlome, DD063520, Esc3300, Andrawaag, Pasleim, Sjoerddebruin, 
tfmorris, ChristianKl, Bene, Nikki, Izno, Lydia_Pintscher, Mbch331, Aklapper, 
matej_suchanek, StudiesWorld, Astuthiodit_1, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, cristiana023, ItamarWMDE, Akuckartz, JanJaquemot, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, JGirault, Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T276320: Unbreak elastic search tests

2022-12-16 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: toan, Maintenance_bot
Cc: Reedy, Aklapper, toan, Adamm71, Jersione, Jon.b.amar, 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, Lydia_Pintscher, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312660: Show Lexeme Lemmas in Revision History page title

2022-12-16 Thread Michael
Michael moved this task from Peer Review to Product Verification on the 
Wikidata Dev Team (Sprint-∞) board.
Michael added a comment.


  Can be verified at: 
https://wikidata.beta.wmflabs.org/w/index.php?title=Lexeme:L44451&action=history

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

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

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

To: Michael
Cc: Jan_Dittrich, Lea_Lacroix_WMDE, Lydia_Pintscher, Michael, 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] T325372: link Entity Schema grafana board from main Wikidata board

2022-12-16 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added projects: Wikidata Dev Team, Shape Expressions, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Problem:**
  We have a new board for statistics related to Entity Schemas 
.
 It is not yet linked from the main Wikidata grafana board 
.
  
  **Acceptance criteria:**
  
  [ ] a link on  [ https://grafana.wikimedia.org/d/00154/wikidata?orgId=1 | 
main Wikidata grafana board ]] exists that goes to the board for statistics 
related to Entity Schemas 


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

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

To: Lydia_Pintscher
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] T325368: Allow all mismatch providers to access reviews for their uploads

2022-12-16 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T325242: Dates with a precision of 10,000 years or more render with the same precision as year

2022-12-16 Thread RPI2026F1
RPI2026F1 added a comment.


  This only seems to happen if the number of years is within (-5000, 5000). So 
anywhere from -4999 (4999 BC) to 4999 (4999 AD) triggers it for 10,000 years. 
For 100,000 years, add a zero to each of the bounds earlier, so (-5,5), 
and so on.

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

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

To: RPI2026F1
Cc: Aklapper, RPI2026F1, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] T304794: Give mismatch providers access to reviews for their uploads

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T304794: Give mismatch providers access to reviews for their uploads

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  >> 2. Button copy & icon: Is there a clearer way to express the action (e.g. 
'Download csv file')?
  >
  > How about something like "Download review results" or "Download review 
decisions" or "Download results"?
  
  Thanks for the copy proposals! They would all make a lot of sense if the 
button was enabled only if results were available, but since –I'm interpreting 
from the ticket's description– the action will appear by default (regardless of 
whether any reviews have been collected), it might sound misleading 🤔
  
  We could:
  
  1. Apply some logic to enable/disable the 'Download results' buttons?
  2. Indicate if any results have been collected in the upload information box 
and provide default 'Download csv' buttons.
  
  
  
  > I was thinking they stay on the page and you're right about that then being 
not in-your-face how to get to the URL. Right-click and copy URL would work 
though, right? It does for the current Download statistics button. Not perfect 
but would be acceptable to me if we don't have a better solution. Sending 
people to a different page doesn't seem great to me somehow.
  
  It's all quite opaque, yes...Right-clicking and copying the URL from a link 
is more obvious, but doing the same with a button (which is intended to 
represent an action) is definitely less common... Again, this task seems to 
only represent a first step towards completing the final goal of giving 
mismatch providers access to reviews for their uploads.

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

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

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


[Wikidata-bugs] [Maniphest] T321666: Wiktionary Cognate Dashboard is not accessible [timeboxed 0.5 days]

2022-12-16 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Otourly I am currently focused on my professional obligations. I will have 
some more time following December 26, but then I will also need to rest and 
spend time with my family. So, as soon as the time permits, I will take a look 
at this. Also, if the issue here is related to ShinyProxy indeed - as @Itamar 
hypothesized - then my help is not even necessary. I do not know if anyone 
tried to test that hypothesis or not in the previous months, but it would 
definitely be my first choice in addressing why the dashboard stopped.

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

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

To: GoranSMilovanovic
Cc: MarcoSwart, GoranSMilovanovic, Otourly, ItamarWMDE, Aklapper, Manuel, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, 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] T324356: Query Builder: Adjust footer content and style

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE, Sarai-WMDE
Cc: 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] T324366: Mismatch Finder: Adjust footer styles to match original designs

2022-12-16 Thread noarave
noarave added a comment.


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

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

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

To: noarave
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, Mattia_Capozzi_WMDE, 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] T288931: Query Builder: Replace visible h1

2022-12-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Product Verification to 
Todo/Backlog on the Wikidata Dev Team (Sprint-∞) board.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.

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

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

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

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


[Wikidata-bugs] [Maniphest] T288931: Query Builder: Replace visible h1

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE reopened this task as "Open".
Sarai-WMDE added a comment.


  @LucasWerkmeister and @Arian_Bozorg 
  ⚠ The font properties of the introductory paragraph weren't updated (the font 
size needs to be increased), so the second AC wasn't met. Reopening the task.

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

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

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


[Wikidata-bugs] [Maniphest] T324351: Standardize the layout of SPA tools

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE reopened subtask T288931: Query Builder: Replace visible h1 as 
"Open".

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

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

To: Sarai-WMDE
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] T288931: Query Builder: Replace visible h1

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T288931: Query Builder: Replace visible h1

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE added a subscriber: LucasWerkmeister.
Sarai-WMDE added a comment.


  @LucasWerkmeister and @Arian_Bozorg 
  ⚠ The font properties of the introductory paragraph weren't updated (the font 
size needs to be increased), so the second AC wasn't met. Should this task be 
reopend, or should I create a separate task? Thank you!

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

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

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


[Wikidata-bugs] [Maniphest] T288939: Query Builder: Add main header

2022-12-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: guergana.tzatchkova, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Michael, SaraiSan, Arian_Bozorg, Aklapper, 
Sarai-WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, 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] T288931: Query Builder: Replace visible h1

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T312660: Show Lexeme Lemmas in Revision History page title

2022-12-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Michael, Maintenance_bot
Cc: Jan_Dittrich, Lea_Lacroix_WMDE, Lydia_Pintscher, Michael, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, 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] T324366: Mismatch Finder: Adjust footer styles to match original designs

2022-12-16 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: noarave, Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, Mattia_Capozzi_WMDE, 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] T312660: Show Lexeme Lemmas in Revision History page title

2022-12-16 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.40-notes (1.40.0-wmf.17; 2023-01-02).

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

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

To: Michael, ReleaseTaggerBot
Cc: Jan_Dittrich, Lea_Lacroix_WMDE, Lydia_Pintscher, Michael, 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] T288939: Query Builder: Add main header

2022-12-16 Thread gerritbot
gerritbot added a comment.


  Change 867118 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Adjust padding-top in main
  
  https://gerrit.wikimedia.org/r/867118

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

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

To: guergana.tzatchkova, gerritbot
Cc: Lucas_Werkmeister_WMDE, Michael, SaraiSan, Arian_Bozorg, Aklapper, 
Sarai-WMDE, 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, 
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] T312660: Show Lexeme Lemmas in Revision History page title

2022-12-16 Thread gerritbot
gerritbot added a comment.


  Change 867672 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Show Lemmas in Lexeme revision 
history title
  
  https://gerrit.wikimedia.org/r/867672

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

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

To: Michael, gerritbot
Cc: Jan_Dittrich, Lea_Lacroix_WMDE, Lydia_Pintscher, Michael, 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] T255245: Add tooltip for Lexemes on WDQS

2022-12-16 Thread Michael
Michael claimed this task.
Michael moved this task from Todo/Backlog to Doing on the Wikidata Dev Team 
(Sprint-∞) board.
Restricted Application added a project: User-Michael.

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

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, VIGNERON, 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, 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] T324366: Mismatch Finder: Adjust footer styles to match original designs

2022-12-16 Thread noarave
noarave claimed this task.
Restricted Application added a project: User-Noarave.

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

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

To: noarave
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
Manishagoenka, maantietaja, Mattia_Capozzi_WMDE, 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] T275251: New Vector Search is not Wikidata aware

2022-12-16 Thread gerritbot
gerritbot added a comment.


  Change 817312 **abandoned** by Michael Große:
  
  [mediawiki/extensions/Wikibase@master] [Do not merge!][PoC] Make new Vector 
search Wikidata aware
  
  Reason:
  
  This is done, see changes around T275251
  
  https://gerrit.wikimedia.org/r/817312

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

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

To: gerritbot
Cc: ItamarWMDE, Lens0021, Lectrician1, SCherukuwada, nray, Michael, 
Lucas_Werkmeister_WMDE, Volker_E, Manuel, karapayneWMDE, GreenReaper, R4356th, 
despens, darthmon_wmde, WMDE-leszek, daniel, sdkim, alexhollender_WMF, LGoto, 
Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, Jdlrobson, 
Adamm71, JCW555, hnijhuis, Jersione, Jon.b.amar, Hellket777, NHillard-WMF, 
LisafBia6531, Astuthiodit_1, Nishu02, 786, Biggs657, Patafisik_WMF, Invadibot, 
Selby, Universal_Omega, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Demian, Hook696, WDoranWMF, Kent7301, EvanProdromou, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Xover, GoranSMilovanovic, QZanden, LawExplorer, Winter, 
Lewizho99, JJMC89, Maathavan, Iniquity, _jensen, rosalieper, Agabi10, 
Neuronton, Scott_WUaS, Pchelolo, Izno, Wikidata-bugs, aude, GWicke, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302057: Add wikibase:identifiers to WDQS UI auto-completion

2022-12-16 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".

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

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

To: noarave, Lydia_Pintscher
Cc: Arian_Bozorg, karapayneWMDE, Lydia_Pintscher, Envlh, Aklapper, 
Astuthiodit_1, AWesterinen, 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, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T288939: Query Builder: Add main header

2022-12-16 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".

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

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

To: guergana.tzatchkova, Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Michael, SaraiSan, Arian_Bozorg, Aklapper, 
Sarai-WMDE, 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, 
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

2022-12-16 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T288939: Query Builder: Add main header as 
"Resolved".

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

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

To: Lydia_Pintscher
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] T296135: Make the Query builder popup less intrusive

2022-12-16 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".

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

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

To: noarave, Lydia_Pintscher
Cc: Arian_Bozorg, Tagishsimon, Sarai-WMDE, ItamarWMDE, Lydia_Pintscher, 
Charlie_WMDE, Nikki, VIGNERON, Abbe98, Aklapper, Jainitbafna, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, Gaurav24072002, Abhinay76, MPhamWMF, 
Annysah01, Rohitgeddam, maantietaja, CBogen, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Namenlos314, Tks4Fish, 
Mh-3110, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
JakeTheDeveloper, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, xSavitar, Scott_WUaS, Jonas, Xmlizer, MuhammadShuaib, 
Tmalhotra, SimmeD, 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] T244341: Stop using blank nodes for encoding SomeValue and OWL constraints in WDQS

2022-12-16 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: ericP, JMinor, TomT0m, Gehel, Multichill, Pfps, Mmarx, Dipsacus_fullonum, 
Luitzen, VladimirAlexiev, Lea_Lacroix_WMDE, Jheald, Daniel_Mietchen, 
mkroetzsch, Denny, Lucas_Werkmeister_WMDE, Aklapper, dcausse, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Viztor, 94rain, Nandana, Namenlos314, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, Snowolf, aude, 
Tobias1984, Manybubbles, Shizhao, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T252508: Improve visibility of WDQS inaccessability

2022-12-16 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  This is addressed as part of the WDQS Uptime SLO (T313751 
)

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

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

To: Gehel
Cc: Gehel, Aklapper, Zbyszko, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, PatsagornY, 
Nandana, Namenlos314, jijiki, Klaas_Z4us_V, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331, Jay8g, 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] T296959: deployment-wdqs01 Puppet failure

2022-12-16 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  This instance has been deleted

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

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

To: Gehel
Cc: Gehel, taavi, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, CptViraj, 
DannyS712, Nandana, Namenlos314, Lahi, Gq86, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T322869: Fewer results from wdqs nodes running in codfw than eqiad

2022-12-16 Thread Gehel
Gehel edited projects, added Discovery-Search (Current work); removed 
Wikidata-Query-Service.

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

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

To: Gehel
Cc: Tagishsimon, Oravrattas, dcausse, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, AWesterinen, Namenlos314, 
Lucas_Werkmeister_WMDE, merbst, Jonas, Xmlizer, jkroll, Jdouglas, 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] T323096: WDQS Data Reload

2022-12-16 Thread Gehel
Gehel edited projects, added Discovery-Search (Current work); removed 
Wikidata-Query-Service.

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

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

To: Gehel
Cc: RKemper, bking, Oravrattas, Aklapper, Gehel, Astuthiodit_1, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, AWesterinen, Namenlos314, 
Lucas_Werkmeister_WMDE, merbst, Jonas, Xmlizer, jkroll, Jdouglas, 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] T324811: Create WDQS Lag SLO dashboard with Grizzly

2022-12-16 Thread Gehel
Gehel edited projects, added Discovery-Search (Current work); removed 
Wikidata-Query-Service.

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

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

To: Gehel
Cc: Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, AWesterinen, Namenlos314, 
Lucas_Werkmeister_WMDE, merbst, Jonas, Xmlizer, jkroll, Jdouglas, 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] T316005: Add monitoring and alerting on the usage of the rdf-streaming-updater swift containers in thanos

2022-12-16 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.
Gehel added a comment.


  We have a (minimal) alert available. Let's close this and reopen if we have 
an incident where this isn't enough.

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

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

To: Gehel
Cc: Gehel, fgiunchedi, 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] T222349: Do not rate limit dumps from internal network

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

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

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

To: Gehel
Cc: 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, akosiaris, 
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] T232612: WikibaseCirrusSearch emits cirrussearch-too-busy-error errors

2022-12-16 Thread Gehel
Gehel closed subtask T233351: Increase poolcounter for wikibase prefix search 
as "Declined".

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

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

To: Gehel
Cc: Gehel, Addshore, Lucas_Werkmeister_WMDE, Ladsgroup, dcausse, hashar, 
Aklapper, gonzalez.actor, Astuthiodit_1, Nikospappas1312, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, Wilmanbeno, CBogen, ItamarWMDE, Akuckartz, 
darthmon_wmde, Rosalie_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
EBjune, LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, 
aude, Gryllida, jayvdb, Jdforrester-WMF, Mbch331, Jay8g, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org