[Wikidata-bugs] [Maniphest] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread MPhamWMF
MPhamWMF added a subscriber: SWakiyama.
MPhamWMF added a comment.


  @dcausse @Lydia_Pintscher  @SWakiyama, it looks like the number of triples 
continues here starting June 2021: 
https://grafana.wikimedia.org/d/00489/wikidata-query-service?viewPanel=7=1=1m=now-6M=now
  David mentioned that data stopped being officially updated in Aug 2021, but 
filtering to the last 30 days seems to show that we're still tracking growth: 
https://grafana.wikimedia.org/d/00489/wikidata-query-service?viewPanel=7=1=1m=now-30d=now
  
  Lydia, Aisha's basic analysis might also be helpful for some numbers: 
https://wikitech.wikimedia.org/wiki/User:AKhatun/Wikidata_Basic_Analysis

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

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

To: MPhamWMF
Cc: SWakiyama, MPhamWMF, dcausse, mpopov, Zbyszko, Aklapper, Lydia_Pintscher, 
Invadibot, maantietaja, CBogen, 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] T290839: Evaluate a double backend strategy for WDQS

2021-09-30 Thread Hannah_Bast
Hannah_Bast added a comment.


  @So9q I have commented on your comments concerning Rya in the "Evaluate 
Apache Rya as alternative to Blazegraph": 
https://phabricator.wikimedia.org/T289561#7321936
  
  I have commented on your questions concerning QLever in the "Evaluate QLever 
..." thread: https://phabricator.wikimedia.org/T291903#7382766 
https://phabricator.wikimedia.org/T291903#7393813
  
  Concerning your wdt:P31 /wdt:P279 
* query: Can you provide the original 
SPARQL query that you wanted to ask?

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

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

To: Hannah_Bast
Cc: Addshore, Justin0x2004, Lucas_Werkmeister_WMDE, Bugreporter, Hannah_Bast, 
Aklapper, MPhamWMF, So9q, Invadibot, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, 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] T291903: Evaluate QLever as a time lagging SPARQL backend to offload the BlazeGraph cluster

2021-09-30 Thread Hannah_Bast
Hannah_Bast added a comment.


  I have now revised QLever's Quickstart page: 
https://github.com/ad-freiburg/qlever
  
  It allows you to build the code, build an index for a given set of triples, 
and start the engine with just a few copy operations. With two example 
datasets, one small (120 Years of Olympics, 1.8M triples) and one large (the 
complete Wikidata, 12B triples). Building the small dataset takes around 20 
seconds. Building the complete Wikidata takes around 20 hours. On a standard PC.
  
  @So9q : To clarify, QLever does not rely on any third-party software for 
storing its triples. QLever has it's own data structures and query engine. In 
fact, that is what QLever is about and that is why it is so fast (also for 
queries that lack highly selective triples or that require the computation of 
large intermediate or final results, which are very hard for other SPARQL 
engines).

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

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

To: Hannah_Bast
Cc: Hannah_Bast, So9q, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, 
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] T289561: Evaluate Apache Rya as alternative to Blazegraph

2021-09-30 Thread Hannah_Bast
Hannah_Bast added a comment.


  We looked a bit into Apache Rya. A couple of observations:
  
  1. The instructions on https://github.com/apache/rya are a mess. Compiling 
the code requires an old version of the JDK (version 8), which is written 
nowhere and tooks us some time to find out. Compilation takes forever. The 
instructions concerning getting a working Rya server are cryptic, mentioning 
all kinds of other libraries and projects, but without instructions on how 
exactly to install them. Loading the data also seems to be non-trivial: you 
have to write code for this. It's certainly all doable, but this does not look 
like a well-maintained project.
  
  2. We had a look at the 2012 paper 
https://www.usna.edu/Users/cs/adina/research/Rya_CloudI2012.pdf (which is well 
cited) and the 2017 slides 
https://events.static.linuxfound.org/sites/events/files/slides/Rya_ApacheBigData_20170518.pdf
 . The slides are in sync with what is written in the paper, and they are very 
instructive in understanding how the engine works. It also looks to me like 
they describe the current state of Rya (that is, there have not been any major 
changes to the basic architecture since then).
  
  3. The underlying data store (Accumulo or MongoDB) is used only for storing 
the raw data (the triples). The actual operations on this data (like the JOIN 
operations, which are central for processing SPARQL queries) are done by the 
Rya code. This makes sense because a NoSQL store like MongoDB does not support 
JOIN operations, that's just not what it's made for.
  
  4. The basic principle of Rya JOIN operations is explained on slide 15 on the 
presentation, and variations of it on slides 16, 18, 31, and 32. The basic 
principle is to start with the most selective triple, consider the set of 
matching entities for that triple (which is hopefully small) and then look up 
each of these (hopefully few) entities in the appropriate index.
  
  5. This principle is efficient only when you have at least one highly 
selective triple in your SPARQL query. In the paper mentioned above, Rya is 
evaluated on the the Lehigh University Benchmark (LUBM), which is a well-known 
but rather old benchmark, with rather special queries. Namely, all queries have 
at least one very selective triple, typically of the kind "variable  
".  There is not a single query, with a triple for the  
predicate, where the object is also a variable.
  
  6. When you don't have a non-selective triples, Rya is bound to be slow 
because it then has to deal with very large sets entities, which it will look 
up one by one. Also, Rya is not really made to be particular efficient on a 
single machine. Its main purpose is to be efficient when distributed over 
several machines. We have already discussed that it does not make sense to 
distribute a moderate-sized dataset like Wikidata over several machines when 
you can easily process it on a single machine. Distributing a dataset always 
incurs a large performance overhead (because you need to send data back and 
forth between different machines during query processing) and you only do it 
when you have to.
  
  7. Rya's performance bottleneck is actually very similar to that of 
Blazegraph. When you look at the many example queries for the WDQS on 
https://query.wikidata.org , almost none of them require the computation of a 
large intermediate result. For the simple reason that such queries don't work 
well with Blazegraph (they take forever or time out). Large intermediate 
results occur either when you have no single very selective triples in your 
query or when there is no LIMIT or the LIMIT is preceded by an ORDER BY or 
GROUP BY (so that you have to compute a large intermediate result before you 
can LIMIT it to the top-ranked items).
  
  In summary, Rya does not look like a good choice for several reasons, most 
notably: not well-maintained, efficient only for quite particular kinds of 
queries, and similar performance bottlenecks as Blazegraph.

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

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

To: Hannah_Bast
Cc: Hannah_Bast, Gehel, Tpt, Smalyshev, So9q, Aklapper, Invadibot, MPhamWMF, 
maantietaja, CBogen, 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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725120 **merged** by Ryan Kemper:
  
  [operations/puppet@production] query_service: Exempt health check url from 
oauth
  
  https://gerrit.wikimedia.org/r/725120

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725120 had a related patch set uploaded (by Ryan Kemper; author: 
Ebernhardson):
  
  [operations/puppet@production] query_service: Exempt health check url from 
oauth
  
  https://gerrit.wikimedia.org/r/725120

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T281454: Onboard teams with Prometheus-based alerts to AlertManager

2021-09-30 Thread lmata
lmata edited projects, added SRE Observability (FY2021/2022-Q2); removed SRE 
Observability (FY2021/2022-Q1).

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

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

To: lmata
Cc: Jdlrobson, fgiunchedi, Aklapper, Invadibot, MPhamWMF, maantietaja, lmata, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, herron, 
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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725110 **merged** by Ryan Kemper:
  
  [operations/puppet@production] wcqs: disable oauth while fixing readiness 
probe
  
  https://gerrit.wikimedia.org/r/725110

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725110 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [operations/puppet@production] wcqs: disable oauth while fixing readiness 
probe
  
  https://gerrit.wikimedia.org/r/725110

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725104 **merged** by Ryan Kemper:
  
  [operations/puppet@production] query_service: default oauth_settings in gui 
to {}
  
  https://gerrit.wikimedia.org/r/725104

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725104 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [operations/puppet@production] query_service: default oauth_settings to {}
  
  https://gerrit.wikimedia.org/r/725104

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724830 **merged** by Ryan Kemper:
  
  [operations/puppet@production] query_service: Parameterize oauth redirect url
  
  https://gerrit.wikimedia.org/r/724830

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724829 **merged** by Ryan Kemper:
  
  [operations/puppet@production] query_service: Split oauth secret from settings
  
  https://gerrit.wikimedia.org/r/724829

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724832 **abandoned** by Ryan Kemper:
  
  [labs/private@master] query_service: Remove non-secret values from secrets 
repo
  
  Reason:
  
  obsoleted by 
https://gerrit.wikimedia.org/r/c/labs/private/+/725049/1/hieradata/common.yaml
  
  https://gerrit.wikimedia.org/r/724832

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T290688: Drop support for legacy search in modern Vector

2021-09-30 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Addshore, Dereckson, Aklapper, Moebeus, R4356th, Jdlrobson, Romain, 
Patafisik_WMF, Invadibot, STei-WMF, Zabe, Selby, maantietaja, Akuckartz, 
Demian, CptViraj, AKA_MBG, Dibya, 94rain, DannyS712, Nandana, Tks4Fish, Lahi, 
Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Kizule, LawExplorer, Winter, 
JJMC89, Devwaker, Iniquity, Niklitov, _jensen, Urbanecm, rosalieper, Agabi10, 
JEumerus, Scott_WUaS, Ananthsubray, Superzerocool, Volker_E, Stanglavine, 
Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, Base, 
aude, Dcljr, Matanya, Mbch331, Jay8g, Krenair, Suran38, Biggs657, Lalamarie69, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725084 **merged** by Ryan Kemper:
  
  [labs/private@master] query_service: keep oauth secret in both paths
  
  https://gerrit.wikimedia.org/r/725084

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725084 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [labs/private@master] query_service: keep oauth secret in both paths
  
  https://gerrit.wikimedia.org/r/725084

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725049 **merged** by Ryan Kemper:
  
  [labs/private@master] Move query_service secrets to profile-specific file
  
  https://gerrit.wikimedia.org/r/725049

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T290688: Drop support for legacy search in modern Vector

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 720090 **abandoned** by Jdlrobson:
  
  [mediawiki/skins/Vector@master] Drop search related feature flags
  
  Reason:
  
  Not working on this now. Waiting to hear back on the Phabricator ticket from 
WMDE. Will push forward with something along these lines in November.
  
  https://gerrit.wikimedia.org/r/720090

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

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

To: gerritbot
Cc: Addshore, Dereckson, Aklapper, Moebeus, R4356th, Jdlrobson, Romain, 
Suran38, Biggs657, Patafisik_WMF, Invadibot, STei-WMF, Lalamarie69, Zabe, 
Selby, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Demian, Hook696, CptViraj, AKA_MBG, Kent7301, Dibya, joker88john, 94rain, 
DannyS712, CucyNoiD, Nandana, Tks4Fish, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, Jayprakash12345, QZanden, Kizule, 
LawExplorer, Winter, Lewizho99, JJMC89, Maathavan, Devwaker, Iniquity, 
Niklitov, _jensen, Urbanecm, rosalieper, Agabi10, JEumerus, Scott_WUaS, 
Ananthsubray, Superzerocool, Volker_E, Stanglavine, Tulsi_Bhagat, Wong128hk, 
Luke081515, SimmeD, Wikidata-bugs, Snowolf, Base, aude, Dcljr, Matanya, 
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] T280006: Set up the application authentication for WCQS on commons-query.wikimedia.org

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725049 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [labs/private@master] Move query_service secrets to profile-specific file
  
  https://gerrit.wikimedia.org/r/725049

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

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

To: gerritbot
Cc: RKemper, hnowlan, sdkim, BPirkle, Zache, Aklapper, Gehel, CBogen, ttaylor, 
Zbyszko, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _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] T291186: Privacy Policy Review for Global South Wikidata edits and active editors datasets

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic closed this task as "Resolved".
GoranSMilovanovic added a comment.


  @Htriedman Hal, thank you very much for your help and guidance around this 
issue.
  @Manuel I will share the datasets with you via e-mail.
  
  Closing the ticket as resolved.

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

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

To: Htriedman, GoranSMilovanovic
Cc: Mohammed_Sadat_WMDE, Milimetric, Tobi_WMDE_SW, Ladsgroup, 
GoranSMilovanovic, Manuel, Aklapper, Invadibot, maantietaja, Akuckartz, 
4748kitoko, Jcross, JFishback_WMF, Nandana, Akovalyov, Lahi, Gq86, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, JAllemandou, terrrydactyl, 
Wikidata-bugs, aude, 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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic closed subtask T291186: Privacy Policy Review for Global 
South Wikidata edits and active editors datasets as Resolved.

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

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

To: GoranSMilovanovic
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, Maintenance_bot
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331, Suran38, Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, 
Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T291186: Privacy Policy Review for Global South Wikidata edits and active editors datasets

2021-09-30 Thread Htriedman
Htriedman added a comment.


  @GoranSMilovanovic @Manuel
  
  Just checked the datasets that are going to be made available for public 
release. Everything is in order and you're all set to share them outside of the 
NDA group. With the mitigations taken, the residual risk level that this data 
poses to editors is low.
  
  More details on the privacy review and risk assessment here 
.

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

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

To: Htriedman
Cc: Mohammed_Sadat_WMDE, Milimetric, Tobi_WMDE_SW, Ladsgroup, 
GoranSMilovanovic, Manuel, Aklapper, Invadibot, maantietaja, Akuckartz, 
4748kitoko, Jcross, JFishback_WMF, Nandana, Akovalyov, Lahi, Gq86, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, JAllemandou, terrrydactyl, 
Wikidata-bugs, aude, 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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725039 **merged** by GoranSMilovanovic:
  
  [analytics/wmde/WD/WikidataAdHocAnalytics@master] T291170
  
  https://gerrit.wikimedia.org/r/725039

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

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

To: GoranSMilovanovic, gerritbot
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, QZanden, LawExplorer, Lewizho99, Maathavan, _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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, gerritbot
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, QZanden, LawExplorer, Lewizho99, Maathavan, _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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 725039 had a related patch set uploaded (by GoranSMilovanovic; author: 
GoranSMilovanovic):
  
  [analytics/wmde/WD/WikidataAdHocAnalytics@master] T291170
  
  https://gerrit.wikimedia.org/r/725039

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

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

To: GoranSMilovanovic, gerritbot
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
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] T291170: Global South Contributions to Wikidata

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Manuel Please see T291186#7391957 


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

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

To: GoranSMilovanovic
Cc: Mohammed_Sadat_WMDE, Aklapper, Tobi_WMDE_SW, Ladsgroup, Manuel, 
GoranSMilovanovic, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
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] T48643: [Story] Dispatching via job queue (instead of cron script)

2021-09-30 Thread Ladsgroup
Ladsgroup added a project: User-notice.

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

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

To: Ladsgroup
Cc: toan, Tarrow, jijiki, alaa_wmde, Ladsgroup, Joe, Addshore, Aklapper, 
Tobi_WMDE_SW, JanZerebecki, Wikidata-bugs, Abraham, Nemo_bis, Denny, aude, 
Ricordisamoa, Lydia_Pintscher, daniel, hoo, karapayneWMDE, Invadibot, R4356th, 
EhsanKhandowa, maantietaja, Akuckartz, PatsagornY, Michael, Viztor, Nandana, 
lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
JJMC89, _jensen, rosalieper, Scott_WUaS, Johan, Luke081515, TheDJ, Mbch331, 
Jay8g, RhinosF1, valerio.bozzolan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T291186: Privacy Policy Review for Global South Wikidata edits and active editors datasets

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Htriedman
  
  Please check `gs_edits_PUBLIC.csv` and `gs_active_editors_PUBLIC.csv` in 
`/home/goransm/Analytics/adhoc/WD_GlobalSouth_202109/_analytics/`: the datasets 
should now be in compliance with what is described in T291186#7385786 
. Thank you!
  
  @Manuel As soon as we have a confirmation from @Htriedman I am sharing the 
files mentioned here with you; in my understanding, you will be able to share 
them outside of the NDA group.

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

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

To: Htriedman, GoranSMilovanovic
Cc: Mohammed_Sadat_WMDE, Milimetric, Tobi_WMDE_SW, Ladsgroup, 
GoranSMilovanovic, Manuel, Aklapper, Invadibot, maantietaja, Akuckartz, 
4748kitoko, Jcross, JFishback_WMF, Nandana, Akovalyov, Lahi, Gq86, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, JAllemandou, terrrydactyl, 
Wikidata-bugs, aude, 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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In the meantime for my talk: Do we know what the current number is?

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

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

To: Lydia_Pintscher
Cc: MPhamWMF, dcausse, mpopov, Zbyszko, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, CBogen, 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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Ah I think it would be very unfortunate if this data isn't available publicly 
anymore. It's a pretty key thing for all of us and the community to be keeping 
an eye on imho.

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

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

To: Lydia_Pintscher
Cc: MPhamWMF, dcausse, mpopov, Zbyszko, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, CBogen, 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] T289473: Undo/revert allows having several properties with the same label in the same language

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Doing on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lucas_Werkmeister_WMDE removed toan as the assignee of this task.
Lucas_Werkmeister_WMDE added a subscriber: toan.
Lucas_Werkmeister_WMDE added a comment.


  Alright, then we need to keep the `Special:NewProperty` version of the code. 
(We can probably still remove the other part, somewhere in change ops IIRC.)

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: toan, Lydia_Pintscher, Addshore, Manuel, Lucas_Werkmeister_WMDE, Aklapper, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _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] T292203: Only format entity links with labels in edit summaries

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Super hacky sketch of an improvement:
  
  name=MediaWiki core
diff --git a/includes/Linker.php b/includes/Linker.php
index 8ebbd1c19e..33c5e9432a 100644
--- a/includes/Linker.php
+++ b/includes/Linker.php
@@ -120,7 +120,15 @@ public static function link(
return $linkRenderer->makePreloadedLink( $target, 
$text, '', $customAttribs, $query );
}
 
-   return $linkRenderer->makeLink( $target, $text, $customAttribs, 
$query );
+   if ( in_array( 'comment', $options, true ) ) {
+   $linkRenderer->renderingComment = true;
+   }
+
+   try {
+   return $linkRenderer->makeLink( $target, $text, 
$customAttribs, $query );
+   } finally {
+   $linkRenderer->renderingComment = false;
+   }
}
 
/**
@@ -1639,6 +1647,7 @@ public static function makeCommentLink(
/* escape = */ false // Already escaped
);
} else {
+   $options[] = 'comment';
$link = self::link( $linkTarget, $text, [], [], 
$options );
}
 
diff --git a/includes/linker/LinkRenderer.php 
b/includes/linker/LinkRenderer.php
index 18df8cfbdd..65a1c02baf 100644
--- a/includes/linker/LinkRenderer.php
+++ b/includes/linker/LinkRenderer.php
@@ -82,6 +82,8 @@ class LinkRenderer {
 */
private $specialPageFactory;
 
+   public $renderingComment = false;
+
/**
 * @internal For use by LinkRendererFactory
 * @param TitleFormatter $titleFormatter
  
  
  
  name=Wikibase
diff --git a/repo/includes/Hooks/HtmlPageLinkRendererEndHookHandler.php 
b/repo/includes/Hooks/HtmlPageLinkRendererEndHookHandler.php
index 9718c45db1..0967aa7004 100644
--- a/repo/includes/Hooks/HtmlPageLinkRendererEndHookHandler.php
+++ b/repo/includes/Hooks/HtmlPageLinkRendererEndHookHandler.php
@@ -169,6 +169,10 @@ public function onHtmlPageLinkRendererEnd(
return true;
}
 
+   if ( !$linkRenderer->renderingComment ) {
+   return true;
+   }
+
return $this->doHtmlPageLinkRendererEnd(
$linkRenderer,
Title::newFromLinkTarget( $target ),
  
  This seems to work locally. A non-hacky version will look somewhat different, 
of course, but I think it might not be totally separate either. Looking at the 
many methods in `Linker`/`LinkRenderer`, and how edit summary links and regular 
links share so much code, I feel like a separate hook handler (which would be a 
very clean solution from Wikibase’s point of view) might not be feasible; some 
kind of flag on the link renderer, where the hook handler can look up what the 
link renderer is doing, could be a relatively economical way to transfor this 
information between `Linker::makeCommentLink()` and the hook handler. (The flag 
wouldn’t necessarily need to be mutable: `Linker::link()` already creates 
different `LinkRenderer` instances for different `$options`, so there could 
also be “a link renderer for comment links”, and the flag of that instance 
would never change during its lifetime.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, WMDE-Fisch, aude, Dinoguy1000, Lydia_Pintscher, Addshore, 
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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread dcausse
dcausse added a comment.


  @MPhamWMF see T227782 , the data 
stopped to be officially updated on Aug 2021 (even though something in this 
data pipeline seemed to have broke earlier around April).

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

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

To: dcausse
Cc: MPhamWMF, dcausse, mpopov, Zbyszko, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, CBogen, 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] T292203: Only format entity links with labels in edit summaries

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, WMDE-Fisch, aude, Dinoguy1000, Lydia_Pintscher, Addshore, 
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] T292203: Only format entity links with labels in edit summaries

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, WMDE-Fisch, aude, 
Dinoguy1000, Lydia_Pintscher, Addshore, 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] T291186: Privacy Policy Review for Global South Wikidata edits and active editors datasets

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Htriedman @Manuel
  
  - Files from 
`/home/goransm/Analytics/adhoc/WD_GlobalSouth_202109/_analytics/` are now 
shared with @Manuel who has an NDA signed with the WMF.
  - Now producing the datasets as described in T291186#7385786 
 which could then be shared 
with third parties.

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

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

To: Htriedman, GoranSMilovanovic
Cc: Mohammed_Sadat_WMDE, Milimetric, Tobi_WMDE_SW, Ladsgroup, 
GoranSMilovanovic, Manuel, Aklapper, Invadibot, maantietaja, Akuckartz, 
4748kitoko, Jcross, JFishback_WMF, Nandana, Akovalyov, Jony, Lahi, Gq86, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, JAllemandou, 
terrrydactyl, Wikidata-bugs, aude, 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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread MPhamWMF
MPhamWMF added subscribers: Zbyszko, mpopov, dcausse, MPhamWMF.
MPhamWMF added a comment.


  I remember that @mpopov moved that graph to 
https://www.mediawiki.org/wiki/User:MPopov_(WMF)/Wikimania_2021_Hackathon in 
anticipation of decommissioning the link you included in the ticket. But I 
don't think it includes any new data since April 2021.
  
  @dcausse @Zbyszko , do I remember correctly that there is some unknown error 
that has caused us to not have data since April 2021?

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

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

To: MPhamWMF
Cc: MPhamWMF, dcausse, mpopov, Zbyszko, Aklapper, Lydia_Pintscher, Invadibot, 
maantietaja, CBogen, 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] T140879: WMFTimeoutException when loading some diffs on Wikidata [Timebox 8h]

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I opened a subtask for fixing this formatting: T292203: Only format entity 
links with labels in edit summaries 

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Marostegui, WMDE-Fisch, Epidosis, Addshore, 
jcrespo, Aklapper, abian, Zppix, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292203: Only format entity links with labels in edit summaries

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, wdwb-tech, Performance Issue, 
MediaWiki-Page-diffs, Wikidata-Campsite.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Wikibase has a useful feature where plain wikilinks in edit summaries are 
formatted with the label of the entity, which is very useful when looking e.g. 
at page histories:
  
  > `[[Property:P735]]: [[Q463035]]`
  
  →
  
  > given name (P735) : Douglas 
(Q463035) 
  
  F34662730: Screenshot 2021-09-30 at 15-45-26 Revision history of Douglas 
Adams (Q42) - Wikidata.png  
F34662732: Screenshot 2021-09-30 at 15-45-51 Difference between revisions of 
Douglas Adams (Q42) - Wikidata.png 
  
  However, the way this is implemented actually affects all links on diff and 
history URLs – specifically, this includes links in page content shown on 
diffs. This causes performance issues (T140879: WMFTimeoutException when 
loading some diffs on Wikidata [Timebox 8h] 
), but it’s also undesirable 
regardless of that – the content of a page looks different in diff and regular 
views, which is strange. For example:
  
  Here’s the original appearance of my sandbox 
:
  F34662778: Screenshot 2021-09-30 at 16-09-37 User Lucas Werkmeister (WMDE) 
sandbox - Wikidata.png 
  
  Then, I purged it without loading the result: `curl --data-binary @- 
'https://www.wikidata.org/w/index.php?title=User:Lucas_Werkmeister_(WMDE)/sandbox=1505856440=1463378660=source=purge'`
  
  And then loaded the diff: 
https://www.wikidata.org/w/index.php?title=User:Lucas_Werkmeister_(WMDE)/sandbox=1505856440=1463378660=source
  
  And not only are there entity labels in the diff view – because this ends up 
in the parser cache, those labels will also be shown on subsequent non-diff 
views:
  
  F34662782: Screenshot 2021-09-30 at 16-15-14 User Lucas Werkmeister (WMDE) 
sandbox - Wikidata.png 
  
  We should fix this, and only apply this special formatting to links that are 
actually in edit summaries.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, WMDE-Fisch, aude, 
Dinoguy1000, Lydia_Pintscher, Addshore, 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] T292073: Investigate the number of queries on DCAT endpoint

2021-09-30 Thread dcausse
dcausse added a comment.


  It is serving the Data Catalog Vocabulary so it's not used by deepcat.
  It is just offering sparql endpoint on top of the file 
https://dumps.wikimedia.org/other/wikibase/wikidatawiki/dcatap.rdf.
  I think the main benefit of this dataset is the links the dumps but I wonder 
if a sparql endpoint is interesting.
  While reviewing older tasks it looks like we:
  
  - we added the dcatap namespace to production machines (T178978 
)
  - moved it dcatap.wmflabs.org (T228297 
)
  - removed production dcatap namespace
  - broke dcatap.wmflabs.org (T289517 
)
  - currently trying to re-enable dcatap in production
  
  Overall I feel that this sparql endpoint either requires more love or needs 
to be removed :)

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

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

To: dcausse
Cc: dcausse, Lucas_Werkmeister_WMDE, MPhamWMF, Aklapper, Invadibot, 
maantietaja, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
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] T290901: Get list of queries that cause Blazegraph to break/stop responding

2021-09-30 Thread MPhamWMF
MPhamWMF triaged this task as "High" priority.

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

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

To: MPhamWMF
Cc: MPhamWMF, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, CDanis, 
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] T290901: Get list of queries that cause Blazegraph to break/stop responding

2021-09-30 Thread MPhamWMF
MPhamWMF updated the task description.

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

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

To: MPhamWMF
Cc: MPhamWMF, Aklapper, Invadibot, maantietaja, CBogen, Akuckartz, CDanis, 
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] T289053: [Epic] Create Simple Table component

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE closed subtask T289844: loading state of simple table component as 
Declined.

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T290953: Results page - confirmation of review decision submission

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE closed subtask T289844: loading state of simple table component as 
Declined.

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

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

To: Sarai-WMDE
Cc: Aklapper, Lydia_Pintscher, karapayneWMDE, Invadibot, maantietaja, 
Mattia_Capozzi_WMDE, 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] T289844: loading state of simple table component

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Declined".
Sarai-WMDE added a comment.


  During our Design review session today, we decided that under no 
circumstances would we need to incorporate a `loading`state to the table 
component at this time: in the context of the Mismatch finder, the indication 
that changes are being applied to the table will be handled by the application.

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

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

To: Sarai-WMDE
Cc: Aklapper, Mattia_Capozzi_WMDE, Sarai-WMDE, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, 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] T140879: WMFTimeoutException when loading some diffs on Wikidata [Timebox 8h]

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  And if you sort that first XHGui report by inclusive wall time (i.e. how much 
time was spent in a function, including all the other functions it called), the 
`HtmlPageLinkRendererEndHookHandler` methods indeed take up some 35 seconds of 
wall time, at 2708 calls. (Which turns into 5347 calls to the “term lookup” 
layer, because the hook handler gets the label and description for each item, 
so the number of calls is doubled.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Marostegui, WMDE-Fisch, Epidosis, Addshore, 
jcrespo, Aklapper, abian, Zppix, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T140879: WMFTimeoutException when loading some diffs on Wikidata [Timebox 8h]

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  This also explains the thousands of database queries. This hook handler sees 
one link at a time – it has no chance to preload or batch any labels, it makes 
one request at a time. (Or so I assume.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Marostegui, WMDE-Fisch, Epidosis, Addshore, 
jcrespo, Aklapper, abian, Zppix, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292073: Investigate the number of queries on DCAT endpoint

2021-09-30 Thread MPhamWMF
MPhamWMF triaged this task as "Medium" priority.

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

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

To: MPhamWMF
Cc: Lucas_Werkmeister_WMDE, MPhamWMF, Aklapper, Invadibot, maantietaja, CBogen, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 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] T140879: WMFTimeoutException when loading some diffs on Wikidata [Timebox 8h]

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > Rendering some diffs of these pages not only takes a long time, but also 
makes an almost exorbitant amount of database queries.
  
  And yet –
  
  > But it doesn’t look like most of the time is spent in diffing either: I 
built some `=yes` URLs from random recent-ish revisions of the page 
(example 
)
 and they all render almost instantly.
  
  And then I suddenly had an epiphany. You know this Wikibase feature where we 
show labels for entity links in edit summaries? As in, the edit summary just 
has a plain wikilink like `[[Q463035]]` or `[[Property:P735]]`, but we show it 
like this:
  
  > given name (P735) : Douglas 
(Q463035) 
  
  F34662730: Screenshot 2021-09-30 at 15-45-26 Revision history of Douglas 
Adams (Q42) - Wikidata.png 
  F34662732: Screenshot 2021-09-30 at 15-45-51 Difference between revisions of 
Douglas Adams (Q42) - Wikidata.png 
  
  I happen to remember how this feature is implemented (and you can look it up 
in the `HtmlPageLinkRendereEndHookHandler` class).
  
  The feature isn’t: “add labels to entity links in edit summaries.”
  
  The feature is: **on diff and history pages**, add labels **to all links** 
that don’t already have custom link text.
  
  So what’s happening here is that we have a page which //doesn’t// use the 
`{{Q}}` template to render links to items, because that would make the page 
impossible to load – the page just has plain links to the thousands of items it 
mentions. But when we load the page content in a diff URL – and only then! – 
Wikibase tries to add labels to //all those links//, because of the way that 
the “entity labels //in edit summaries//” feature is implemented (the hook 
handler apparently doesn’t know whether the link comes from an edit summary or 
not, so it instead checks if the current request URL is one where you would 
expect to see an edit summary).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Marostegui, WMDE-Fisch, Epidosis, Addshore, 
jcrespo, Aklapper, abian, Zppix, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T140879: WMFTimeoutException when loading some diffs on Wikidata [Timebox 8h]

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I looked at this a bit in XHGui. I’ll explain the requests I made 
chronologically, hopefully that’ll make sense.
  
  First up is this XHGui run for a diff timeout 
 
(for the first URL in the task description 
).
 There are two functions taking up the majority of the wall time: 
`Wikimedia\Rdbms\DatabaseMysqli::doQuery`, and 
`Preprocessor_Hash::buildDomTreeArrayFromText`. `doQuery()` is called 5502 
times, which feels a bit excessive.
  
  F34662685: Screenshot 2021-09-30 at 15-20-34 XHGui - Profile - 
6826fe25-6fdb-4df6-ac06-cd54c59578ff w index php.png 

  
  I then got this XHGui run for a non-diff non-timeout 
, 
for the latest version of the same page, with `action=purge` to make sure it 
did something. The same two functions are still on top of the wall time 
“leaderboard”, but with the Wikitext→DOM parsing well ahead of the database 
query; `doQuery()` also only has 309 calls this time, an order of magnitude 
less.
  
  F34662691: Screenshot 2021-09-30 at 15-23-44 XHGui - Profile - 
313bd5cb-0c3b-45de-8df1-b07f0f666a01 wiki Wikidata Database_reports 
Con[...].png 
  
  I then realized that comparing the latest version of the page to that old 
diff link wasn’t entirely representative, since the size of the page could’ve 
changed a lot. So I took the original URL again and removed the diff parameters 
while keeping the `=`. The result is this XHGui for a non-diff timeout 
 
(URL 
),
 where `doQuery()` suddenly gets called a lot less, only 253 times.
  
  F34662699: Screenshot 2021-09-30 at 15-30-09 XHGui - Profile - 
f06dafba-f0d7-4196-9556-a16513243495 w index php.png 

  
  Finally, I wondered if the decreasing `doQuery()` counts were just because 
some results (e.g. item labels) were loaded from the database in the first 
request but then gotten from a cache afterwards, so I loaded the original diff 
URL again. This gave me another diff timeout XHGui 
 
– with, again, 5264 `doQuery()` calls taking a lot of the time.
  
  F34662720: Screenshot 2021-09-30 at 15-38-30 XHGui - Profile - 
898c7663-7125-40b7-9726-aa984451cab4 w index php.png 

  
  I think there are two different issues here:
  
  1. Rendering some revisions of these huge pages just takes a long time – as 
evidenced by the third request, not a diff, spending a majority of its time in 
`Preprocessor_Hash`  before eventually timing out.
  2. Rendering some diffs of these pages not only takes a long time, but also 
makes an almost exorbitant amount of database queries.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Marostegui, WMDE-Fisch, Epidosis, Addshore, 
jcrespo, Aklapper, abian, Zppix, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286277: [Curious Facts] Provide a mode with equiprobability among constraints

2021-09-30 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, Maintenance_bot
Cc: Tobi_WMDE_SW, Manuel, GoranSMilovanovic, Lydia_Pintscher, amy_rc, Aklapper, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Suran38, 
Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, 
Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T276467: Ensure we have proper monitoring / alerting on the new Flink based WDQS Streaming Updater

2021-09-30 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: dcausse, gerritbot
Cc: Aklapper, Gehel, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, 
maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_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] T276467: Ensure we have proper monitoring / alerting on the new Flink based WDQS Streaming Updater

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724999 had a related patch set uploaded (by DCausse; author: DCausse):
  
  [operations/alerts@master] rdf-streaming-updater: Deploy only to k8s
  
  https://gerrit.wikimedia.org/r/724999

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

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

To: dcausse, gerritbot
Cc: Aklapper, Gehel, Invadibot, MPhamWMF, maantietaja, CBogen, 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] T286277: [Curious Facts] Provide a mode with equiprobability among constraints

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724994 **merged** by GoranSMilovanovic:
  
  [analytics/wmde/WD/WikidataAnalytics@master] T286277
  
  https://gerrit.wikimedia.org/r/724994

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

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

To: GoranSMilovanovic, gerritbot
Cc: Tobi_WMDE_SW, Manuel, GoranSMilovanovic, Lydia_Pintscher, amy_rc, Aklapper, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] T286277: [Curious Facts] Provide a mode with equiprobability among constraints

2021-09-30 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, gerritbot
Cc: Tobi_WMDE_SW, Manuel, GoranSMilovanovic, Lydia_Pintscher, amy_rc, Aklapper, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, 
LawExplorer, Lewizho99, Maathavan, _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] T286277: [Curious Facts] Provide a mode with equiprobability among constraints

2021-09-30 Thread gerritbot
gerritbot added a comment.


  Change 724994 had a related patch set uploaded (by GoranSMilovanovic; author: 
GoranSMilovanovic):
  
  [analytics/wmde/WD/WikidataAnalytics@master] T286277
  
  https://gerrit.wikimedia.org/r/724994

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

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

To: GoranSMilovanovic, gerritbot
Cc: Tobi_WMDE_SW, Manuel, GoranSMilovanovic, Lydia_Pintscher, amy_rc, Aklapper, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 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] T286277: [Curious Facts] Provide a mode with equiprobability among constraints

2021-09-30 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Lydia_Pintscher
  
  Ooops - amid tons of tickets I must have somehow forgotten that I have 
already implemented an equiprobable sampling of the anomaly type in Qurator 
Curious Facts ... 
please go check .

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

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

To: GoranSMilovanovic
Cc: Tobi_WMDE_SW, Manuel, GoranSMilovanovic, Lydia_Pintscher, amy_rc, Aklapper, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 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] T292181: Enable data value normalization by default (remove tmpNormalizeDataValues repo setting)

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  We probably want to backport this to the REL1_37 branch too.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Addshore, 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] T292181: Enable data value normalization by default (remove tmpNormalizeDataValues repo setting)

2021-09-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, wdwb-tech, 
MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a third-party Wikibase admin, I want data values to be normalized on my 
wiki like they are on Wikidata.
  As a Wikibase developer, I want tests to pass on my wiki without having to 
configure too many settings.
  
  **Problem:**
  In T251480 , we implemented 
normalization of data values, but hid it behind a feature flag 
(`tmpNormalizeDataValues`). Now that we’ve rolled this out to all production 
wikis, we should remove that feature flag and unconditionally enable the 
feature. This is also relevant to developers, because we have an API 
integration test for the feature which assumes that the feature is enabled, and 
fails in a default Wikibase install.
  
  **Example:**
  
  **Screenshots/mockups:**
  
  **BDD**
  GIVEN 
  AND 
  WHEN
  AND
  THEN
  AND
  
  **Acceptance criteria:**
  
  - the `tmpNormalizeDataValues` repo setting is gone
  - data value normalization is enabled everywhere
  
  **Open questions:**

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Addshore, 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] T289473: Undo/revert allows having several properties with the same label in the same language

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In T289473#7383839 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > This change cleans up the code so that we don’t check the uniqueness 
multiple times. However, it has one observable consequence: with that change, 
the uniqueness of the label of a new property is only validated after the 
property has already had an ID assigned, so if that check fails, the ID is 
still consumed. Previously, this doesn’t happen, and if someone tries to create 
a property with the label of an existing property, no property ID is skipped. 
Is it acceptable to skip property IDs in this case, or should we leave some 
duplicate code to perform the check before assigning an ID?
  
  If possible we'd avoid skipping IDs unnecessarily.

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

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

To: toan, Lydia_Pintscher
Cc: Lydia_Pintscher, Addshore, Manuel, Lucas_Werkmeister_WMDE, Aklapper, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _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] T290861: Results page - intro text

2021-09-30 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


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

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

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

To: guergana.tzatchkova
Cc: guergana.tzatchkova, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, 
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] T290864: Results page - back button

2021-09-30 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


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

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

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

To: guergana.tzatchkova
Cc: guergana.tzatchkova, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, 
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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Lydia_Pintscher, Invadibot, MPhamWMF, maantietaja, CBogen, 
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] T292050: Create a web endpoint to update a batch of mismatches

2021-09-30 Thread guergana.tzatchkova
guergana.tzatchkova removed guergana.tzatchkova as the assignee of this task.

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

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

To: guergana.tzatchkova
Cc: guergana.tzatchkova, Aklapper, ItamarWMDE, karapayneWMDE, Invadibot, 
maantietaja, Mattia_Capozzi_WMDE, 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] T292110: Security Readiness Review For Improved Property Suggester/Recommender for Wikidata

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Michaelcochez, Martaannaj, Lydia_Pintscher, Addshore, WMDE-leszek, 
karapayneWMDE, Aklapper, Invadibot, Devnull, maantietaja, Akuckartz, Jcross, 
Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Bawolff, 
Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290864: Results page - back button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, 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] T270327: Investigate how to ensure proper spacing between icons and labels in Button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE removed ItamarWMDE as the assignee of this task.

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

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

To: Sarai-WMDE
Cc: ItamarWMDE, Aklapper, Sarai-WMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Volker_E, 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] T290864: Results page - back button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE added a subtask: T270327: Investigate how to ensure proper spacing 
between icons and labels in Button.

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

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

To: Sarai-WMDE
Cc: Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, 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] T270327: Investigate how to ensure proper spacing between icons and labels in Button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE added a parent task: T290864: Results page - back button.

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

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

To: ItamarWMDE, Sarai-WMDE
Cc: ItamarWMDE, Aklapper, Sarai-WMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Volker_E, 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] T290864: Results page - back button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, 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] T270327: Investigate how to ensure proper spacing between icons and labels in Button

2021-09-30 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: ItamarWMDE, Sarai-WMDE
Cc: ItamarWMDE, Aklapper, Sarai-WMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Volker_E, 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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  It'd also help me to get a current number for daily queries already for my 
WikidataCon talk.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, 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] T292152: dashboard with daily query service usage not updating

2021-09-30 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  https://discovery.wmflabs.org/wdqs/#wdqs_usage has no new data since April 
2021 currently. It'd be good to get this to update again.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, 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] T254688: SpecialWhatLinksHere::showIndirectLinks on wikidatawiki needs optimizing

2021-09-30 Thread Marostegui
Marostegui added a comment.


  In order to close this, we just need to finish these two tasks:  T290868 
  T290865 


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

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

To: Marostegui
Cc: RhinosF1, Majavah, eprodromou, aaron, daniel, Lydia_Pintscher, Ladsgroup, 
Addshore, Aklapper, Marostegui, Invadibot, Devnull, LSobanski, maantietaja, 
Akuckartz, Iflorez, Nandana, Amorymeltzer, Lahi, Gq86, Lsherwinforone, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Vali.matei, 
Sethakill, Minhnv-2809, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org