[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-11 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, Fernandobacasegua34, Astuthiodit_1, AWesterinen, 786, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, 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, Neuronton, 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] T306899: WCQS 500 errors

2022-05-11 Thread gerritbot
gerritbot added a comment.


  Change 790775 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [wikidata/query/rdf@master] Separate logging deps into dedicated package
  
  https://gerrit.wikimedia.org/r/790775

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

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

To: gerritbot
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, 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] T244485: Include WikibaseLexemeCirrusSearch into CirrusSearch tests

2022-05-11 Thread Gehel
Gehel moved this task from elastic / cirrus to watching / waiting on the 
Discovery-Search board.
Restricted Application added a project: wdwb-tech.

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

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

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

To: Gehel
Cc: Addshore, Astuthiodit_1, bking, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, Wilmanbeno, Peteosx1x, CBogen, ItamarWMDE, Mgagat, Akuckartz, 
Totolinototo3, Zanziii, Sadisticturd, ET4Eva, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, LawExplorer, Avner, Gehel, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, FloNight, Wikidata-bugs, aude, 
jayvdb, Mbch331, hashar, 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] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-11 Thread Superraptor123
Superraptor123 updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T307951: Issue with runUpdate.sh with local instance of Wikibase and Wikidata Query Service

2022-05-11 Thread Superraptor123
Superraptor123 closed this task as "Resolved".
Superraptor123 claimed this task.
Superraptor123 added a comment.


  For the most part, this is now resolved. Because I was tunneling into the 
instance remotely, I needed to use:
  
sudo bash 
/var/lib/mediawiki/extensions/wikidata-query-rdf/dist/target/service-0.3.111-SNAPSHOT/runUpdate.sh
 -n placeholdernamespace -- --wikibaseUrl http://localhost:80 --conceptUri 
http://localhost:400
  
  Instead of:
  
sudo bash 
/var/lib/mediawiki/extensions/wikidata-query-rdf/dist/target/service-0.3.111-SNAPSHOT/runUpdate.sh
 -n placeholdernamespace -- --wikibaseUrl http://localhost:400 --conceptUri 
http://localhost:400
  
  Basically changing the Wikibase URL to port 80 instead of port 400. I'm not 
sure if this behavior is documented elsewhere in terms of remote access, but I 
stumbled upon it working purely by accident.
  
  Additionally, above I noted that I had to "go in and delete schema:name or 
skos:prefLabel from the ttl doc manually because it will fail to load correctly 
otherwise". This was true for the RDF dump in the remote MediaWiki version 
1.37. However, when I ran an RDF dump from a local MediaWiki version 1.35, it 
did not have "schema:name" or "skos:prefLabel" and loaded in fine without the 
need for preprocessing. This behavior may also need to be documented if 
individuals are exporting/importing RDF dumps between versions.

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

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

To: Superraptor123
Cc: Aklapper, Superraptor123, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, darthmon_wmde, 
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, 
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] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-11 Thread Superraptor123
Superraptor123 created this task.
Superraptor123 added projects: Wikibase (3rd party installations), Wikidata 
Query UI.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **List of steps to reproduce** (step by step, including full links if 
applicable):
  
  - Install MediaWiki, Wikibase, Wikidata Query Service on remote server.
  - Test to make sure all are functional.
  - Install Wikidata Query Service GUI on same remote server.
  - Connect to MediaWiki.
  - Run, and then connect to, Blazegraph, check via localhost: that it is 
functional.
  - Load data in Blazegraph and test sample query.
  - Run Wikidata Query Service GUI.
  - Attempt to run query `SELECT * where {?a ?b ?c} LIMIT 10`
  
  **What happens?**:
  
  When using the GUI with any query (ex: `SELECT * where {?a ?b ?c} LIMIT 10`), 
the following trace is created:
  
jquery.js:10109  GET 
http://localhost:/bigdata/namespace/wdq/sparql?query=SELECT%20*%20where%20%7B%3Fa%20%3Fb%20%3Fc%7D%20LIMIT%2010
 net::ERR_FAILED 200
send @ jquery.js:10109
ajax @ jquery.js:9690
wikibase.queryService.api.Sparql.SELF._query @ Sparql.js:181
(anonymous) @ Sparql.js:141
mightThrow @ jquery.js:3766
process @ jquery.js:3834
setTimeout (async)
(anonymous) @ jquery.js:3872
fire @ jquery.js:3500
add @ jquery.js:3559
(anonymous) @ jquery.js:3892
Deferred @ jquery.js:3983
then @ jquery.js:3877
wikibase.queryService.api.Sparql.SELF.query @ Sparql.js:140
wikibase.queryService.ui.ResultView.SELF.draw @ ResultView.js:304
wikibase.queryService.ui.App.SELF._handleQuerySubmit @ App.js:824
proxy @ jquery.js:10780
dispatch @ jquery.js:5430
elemData.handle @ jquery.js:5234
:600/#SELECT%20%2a%20where%20%7B%3Fa%20%3Fb%20%3Fc%7D%20LIMIT%2010:1 Access 
to XMLHttpRequest at 'http://localhost:/bigdata/namespace/wdq/sparql' from 
origin 'http://localhost:600' has been blocked by CORS policy: No 
'Access-Control-Allow-Origin' header is present on the requested resource.
jquery.js:10109  POST 
http://localhost:/bigdata/namespace/wdq/sparql net::ERR_FAILED 200
  
  And then, instead of a results appearing in the GUI, `server error` appears.
  
  **What should have happened instead?**:
  
  The results of `SELECT * where {?a ?b ?c} LIMIT 10` should have been 
displayed in the GUI. The localhost GUI should be able to communicate with the 
localhost Blazegraph.
  
  The Blazegraph is producing correct SPARQL output when a URL is manually run, 
and the GUI server has CORS enabled.
  
  **Software version (if not a Wikimedia wiki), browser information, 
screenshots, other information, etc.**:
  
  - MediaWiki Version: 1.37
  - Wikibase Version: 1.37
  - Browser: Google Chrome, Version 101.0.4951.54 (Official Build) (64-bit)
  - Host OS: Ubuntu 20.04.4 LTS (GNU/Linux 5.13.0-1022-aws x86-64
  - Tunneling Info (between host and remote):
- localhost:80 [MediaWiki] --> localhost:400
- localhost:8080 [Wikidata Query Service GUI] --> localhost:600
- localhost: [Blazegraph] --> localhost:

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

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

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


[Wikidata-bugs] [Maniphest] T306899: WCQS 500 errors

2022-05-11 Thread EBernhardson
EBernhardson added a comment.


  Following the thread of something related to auth, I've found that the 
application server (jetty) which hosts the app has never properly had it's 
logging setup. Logs only come from the embedded applications, the application 
server itself ends up with bare minimum logging into the host local journald 
where it's mostly forgotten about. Currently working out how jetty should be 
configured for logging to work as expected. This likely means there are wdqs 
errors that go unnoticed as well. Hoping that with proper logging in place we 
start to get more details about whatever is causing these 500's.
  
  The default logging is quite minimal, looking through the logs turns up a few 
unexplained errors that could be related. Not clear any of these are the 
symptoms of the same problem, but lacking more information best bet seems to be 
to look into these.
  
  0-3 per day. These don't seem to be new, logs go back to mar 23, and this 
shows up on mar 24. Frequency is quite low.
  
May 10 15:34:21 wcqs1001 wcqs-blazegraph[29631]: 2022-05-10 
15:34:21.036:WARN:oejs.HttpChannel:qtp968514068-231008: /oauth/check_auth 
java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout 
expired: 3/3 ms
  
  Occured on multiple days over the last month, but not with any regularity. 
The value inside quotes is sometimes an html error page, sometimes the included 
value. suggests error messages are being interpreted as a valid response (but 
then not validating and failing later):
  
May 05 05:47:54 wcqs1002 wcqs-blazegraph[24508]: 
javax.servlet.ServletException: javax.servlet.ServletException: 
com.github.scribejava.core.exceptions.OAuthException: Response body is 
incorrect. Can't extract token and secret from this: 'upstream connect error or 
disconnect/reset before headers. reset reason: overflow'

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

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

To: EBernhardson
Cc: EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, Fuzheado, Aklapper, 
Dominicbm, 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] T308062: Carolinian language (ISO code: cal) and Tanapag (ISO code: tpv) label support on Wikidata

2022-05-11 Thread mrephabricator
mrephabricator added a comment.


  Thank you for placing this in the correct tags/categories and confirming that 
this is possible. How long does it typically take for a termbox to be added?
  
  I am thinking of going through the official languages of other countries and 
territories to see if there are other notable omissions. Those would be "low 
hanging fruit" for multilingual wikidata contributions since any language with 
official status is going to have written supporting documentation in that 
language as well as translations, dictionaries, etc.

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

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

To: mrephabricator
Cc: Mbch331, Manuel, Amire80, mrephabricator, Wangombe, Astuthiodit_1, 
karapayneWMDE, Invadibot, PallaviPatke, maantietaja, Rileych, ItamarWMDE, 
Akuckartz, 50019062, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Soum213, Bodhisattwa, Taiwania_Justo, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Lydia_Pintscher, Nikerabbit, Arrbee, 
santhosh, KartikMistry
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308062: Carolinian language (ISO code: cal) and Tanapag (ISO code: tpv) label support on Wikidata

2022-05-11 Thread Mbch331
Mbch331 added a comment.


  @Manuel: The term termbox languages means Labels/Aliases/Descriptions. When 
added, they are also available for Monolingual properties. They won't become 
available for Lexemes on the other hand.

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

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

To: Mbch331
Cc: Mbch331, Manuel, Amire80, mrephabricator, Wangombe, Astuthiodit_1, 
karapayneWMDE, Invadibot, PallaviPatke, maantietaja, Rileych, ItamarWMDE, 
Akuckartz, 50019062, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Soum213, Bodhisattwa, Taiwania_Justo, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Lydia_Pintscher, Nikerabbit, Arrbee, 
santhosh, KartikMistry
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T306727: Split the test strategy into sub-components (scale, functional...)

2022-05-11 Thread AWesterinen
AWesterinen moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
AWesterinen added a comment.


  The test strategy and its coverage is described on the page, 
https://wikitech.wikimedia.org/wiki/User:AndreaWest/WDQS_Testing.
  
  Query and update loading/stress testing is also described on that page, as 
well as the dashboard data that will be used to generate the load 
characteristics.

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

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

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

To: AWesterinen
Cc: Aklapper, MPhamWMF, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
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] T305858: When replacing Blazegraph, need to understand how the proprietary GAS Service is used, in order to replace it

2022-05-11 Thread AWesterinen
AWesterinen moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
AWesterinen added a comment.


  Details on the use of the GAS SERVICE are documented at 
https://wikitech.wikimedia.org/wiki/User:AndreaWest/Blazegraph_Features_and_Capabilities#More_Detail_on_the_Use_of_the_GAS_SERVICE.

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

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

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

To: AWesterinen
Cc: Lydia_Pintscher, Jheald, Mahir256, Lucas_Werkmeister_WMDE, Aklapper, 
MPhamWMF, AWesterinen, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
CBogen, ItamarWMDE, 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] T298154: Prefill input fields by URL parameter

2022-05-11 Thread gerritbot
gerritbot added a comment.


  Change 790296 **abandoned** by Michael Große:
  
  [mediawiki/extensions/WikibaseLexeme@master] [PoC] parse only needed URL 
params on server
  
  Reason:
  
  We decided to go with I65a73b0af5477ccf0da5170098617474957acabd
  
  https://gerrit.wikimedia.org/r/790296

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

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

To: gerritbot
Cc: ItamarWMDE, Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, 
Fernandobacasegua34, Astuthiodit_1, 786, Suran38, Biggs657, karapayneWMDE, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, 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] T298150: Lexical Category lookup - prioritize Items for lexical categories in the Item lookup

2022-05-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Test (Verification) to Doing on the 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7) board.
Lucas_Werkmeister_WMDE added a comment.


  Moving back to doing because I noticed we’re including the suggested items in 
the search offset, meaning some search results get skipped.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: noarave, ItamarWMDE, Jakob_WMDE, iecetcwcpggwqpgciazwvzpfjpwomjxn, 
VIGNERON, Ladsgroup, daniel, Jan_Dittrich, abian, Liuxinyu970226, gerritbot, 
So9q, eranroz, Aklapper, Lydia_Pintscher, Fernandobacasegua34, Astuthiodit_1, 
786, Suran38, Biggs657, karapayneWMDE, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T306725: Decide which Blazegraph-specific SERVICEs will be migrated and how

2022-05-11 Thread Gehel
Gehel moved this task from Incoming to Needs review on the Discovery-Search 
(Current work) board.
Gehel added a comment.


  Documentation on options is completed at 
https://wikitech.wikimedia.org/wiki/User:AndreaWest/Blazegraph_Features_and_Capabilities.
 The team now needs to decide on which strategy we follow and if support is 
going to be continued for some of the less frequently used services.

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

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

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

To: Gehel
Cc: Gehel, Aklapper, MPhamWMF, Astuthiodit_1, karapayneWMDE, Invadibot, 
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] T306727: Split the test strategy into sub-components (scale, functional...)

2022-05-11 Thread Gehel
Gehel assigned this task to AWesterinen.

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

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

To: AWesterinen, Gehel
Cc: Aklapper, MPhamWMF, Astuthiodit_1, karapayneWMDE, Invadibot, 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] T308062: Carolinian language (ISO code: cal) and Tanapag (ISO code: tpv) label support on Wikidata

2022-05-11 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: Manuel, Amire80, mrephabricator, Wangombe, Astuthiodit_1, karapayneWMDE, 
Invadibot, PallaviPatke, maantietaja, Rileych, ItamarWMDE, Akuckartz, 50019062, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Soum213, Bodhisattwa, Taiwania_Justo, Scott_WUaS, Nikki, 
Wikidata-bugs, aude, Lydia_Pintscher, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T308062: Carolinian language (ISO code: cal) and Tanapag (ISO code: tpv) label support on Wikidata

2022-05-11 Thread Manuel
Manuel added a project: Wikidata-Campsite (Team A Hearth ).
Manuel added a comment.


  Thank you for this, Amire80! And yes, we care and this helps a lot! \o/

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

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

To: Manuel
Cc: Manuel, Amire80, mrephabricator, Wangombe, Astuthiodit_1, karapayneWMDE, 
Invadibot, PallaviPatke, maantietaja, Rileych, ItamarWMDE, Akuckartz, 50019062, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Soum213, Bodhisattwa, Taiwania_Justo, Scott_WUaS, Nikki, 
Wikidata-bugs, aude, Lydia_Pintscher, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305988: ️ Create an initial implementation of GET /entities/items/{item_id}/statements

2022-05-11 Thread WMDE-leszek
WMDE-leszek moved this task from Sprint 5 to Sprint 6 on the Wikibase Product 
Platform board.
WMDE-leszek edited projects, added Wikibase Product Platform (Sprint 6); 
removed Wikibase Product Platform (Sprint 5).

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

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

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

To: WMDE-leszek
Cc: Jakob_WMDE, Silvan_WMDE, Ollie.Shotton_WMDE, Aklapper, WMDE-leszek, 
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] T308117: Send Special:NewLexemeAlpha URL param data from server to client

2022-05-11 Thread Michael
Michael moved this task from To Do to Doing on the Special:NewLexeme revival 
(Special:NewLexeme revival - sprint 7) board.
Michael claimed this task.
Restricted Application added a project: User-Michael.

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

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

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

To: Michael
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T201587: Audit keyboard navigation on Special:NewLexeme

2022-05-11 Thread ItamarWMDE
ItamarWMDE renamed this task from "Investigate keyboard navigation on 
Special:NewLexeme" to "Audit keyboard navigation on Special:NewLexeme".
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: ItamarWMDE, Erdinc_Ciftci_WMDE, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T304511: "Waiting State" after clicking the submit button

2022-05-11 Thread ItamarWMDE
ItamarWMDE added a comment.


  IMO We would need the disabled state for the button to provide an additional 
indicator to the lack of behaviour, as well as prevent unnecessary clicks being 
processed by the browser.

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

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

To: ItamarWMDE
Cc: ItamarWMDE, Sarai-WMDE, Lydia_Pintscher, Erdinc_Ciftci_WMDE, Aklapper, 
Michael, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, 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] T304511: "Waiting State" after clicking the submit button

2022-05-11 Thread ItamarWMDE
ItamarWMDE renamed this task from "DESIGN - "Waiting State" after clicking the 
submit button" to ""Waiting State" after clicking the submit button".
ItamarWMDE removed Erdinc_Ciftci_WMDE as the assignee of this task.
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Sarai-WMDE, Lydia_Pintscher, Erdinc_Ciftci_WMDE, Aklapper, Michael, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, 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] T308118: Use Special:NewLexemeAlpha URL param data in client

2022-05-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To Do to Doing on the 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T305359: Adjust behavior of pressing "enter" in Lookups

2022-05-11 Thread ItamarWMDE
ItamarWMDE removed ItamarWMDE as the assignee of this task.

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

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

To: ItamarWMDE
Cc: ItamarWMDE, Lydia_Pintscher, Nikki, Erdinc_Ciftci_WMDE, Sarai-WMDE, 
Aklapper, Michael, Astuthiodit_1, STHart, 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] T305359: Adjust behavior of pressing "enter" in Lookups

2022-05-11 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Lydia_Pintscher, Nikki, Erdinc_Ciftci_WMDE, Sarai-WMDE, Aklapper, Michael, 
Astuthiodit_1, STHart, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
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] T305359: Adjust behavior of pressing "enter" in Lookups

2022-05-11 Thread ItamarWMDE
ItamarWMDE renamed this task from "Define and adjust behavior of pressing 
"enter" in Lookups" to "Adjust behavior of pressing "enter" in Lookups".

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

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

To: ItamarWMDE
Cc: Lydia_Pintscher, Nikki, Erdinc_Ciftci_WMDE, Sarai-WMDE, Aklapper, Michael, 
Astuthiodit_1, STHart, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
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] T305359: Define and adjust behavior of pressing "enter" in Lookups

2022-05-11 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Lydia_Pintscher, Nikki, Erdinc_Ciftci_WMDE, Sarai-WMDE, Aklapper, Michael, 
Astuthiodit_1, STHart, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
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] T308118: Use Special:NewLexemeAlpha URL param data in client

2022-05-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata Lexicographical data, Wikidata, 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7).

TASK DESCRIPTION
  Use the data we get from the server (T308117 
) to fill in the input fields.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T308117: Send Special:NewLexemeAlpha URL param data from server to client

2022-05-11 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata Lexicographical data, Wikidata, 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7).

TASK DESCRIPTION
  Collect the URL parameters (using the class constants), as well as associated 
data (labels of the language and lexical category item IDs, and language code 
statement of the language item), and send it to the client.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Lucas_Werkmeister_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T290733: Results of EntityLookup are not announced to screen reader

2022-05-11 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Sarai-WMDE, Lydia_Pintscher, Aklapper, Michael, Astuthiodit_1, STHart, 
karapayneWMDE, bwang, Invadibot, Mooeena, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, Orienteerix, 
LawExplorer, Flycatchr, Zppix, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290733: Results of EntityLookup are not announced to screen reader

2022-05-11 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Sarai-WMDE, Lydia_Pintscher, Aklapper, Michael, Astuthiodit_1, STHart, 
karapayneWMDE, bwang, Invadibot, Mooeena, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, Orienteerix, 
LawExplorer, Flycatchr, Zppix, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302321: Expand documentation in Special:NewLexeme repositories

2022-05-11 Thread ItamarWMDE
ItamarWMDE moved this task from Test (Verification) to Done on the 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 7) board.
ItamarWMDE closed this task as "Resolved".

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

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

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

To: Michael, ItamarWMDE
Cc: guergana.tzatchkova, Lucas_Werkmeister_WMDE, ItamarWMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T302321: Expand documentation in Special:NewLexeme repositories

2022-05-11 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Verification Notes:**
  
  //**`new-lexeme-special-page.git/README.md` includes...**//
  
  [X] When and How: Linting, formatting and fixing \o/
  [X] Where and How: Running tests (with a short description for what each type 
of test is for and where it goes) \o/
  
  Thank you! It looks great now!

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

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

To: Michael, ItamarWMDE
Cc: guergana.tzatchkova, Lucas_Werkmeister_WMDE, ItamarWMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T138208: Connections to all db servers for wikidata as wikiadmin from snapshot, terbium

2022-05-11 Thread Ladsgroup
Ladsgroup closed this task as "Resolved".
Ladsgroup added a project: DBA.
Ladsgroup claimed this task.
Ladsgroup added a comment.


  One month have passed. We haven't had major issues like we used to (dumps 
running making it impossible to depool any host in s8) so I call this done. We 
can reopen or create new tickets if it happens again in a smaller scale or 
smaller dumps

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

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

To: Ladsgroup
Cc: Kormat, LSobanski, Ladsgroup, Marostegui, Addshore, Lydia_Pintscher, 
daniel, hoo, ArielGlenn, jcrespo, Zppix, Busfault, Astuthiodit_1, 
karapayneWMDE, Invadibot, Devnull, maantietaja, jannee_e, ItamarWMDE, 
Akuckartz, Iflorez, holger.knust, RhinosF1, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair, 
Hokwelum
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2022-05-11 Thread Ladsgroup
Ladsgroup closed subtask T249683: Redefine mysql GRANTs for wikiadmin as 
Resolved.

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

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

To: Addshore, Ladsgroup
Cc: WMDE-leszek, Risker, Amire80, SunAfterRain, RhinosF1, jcrespo, CDanis, 
Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, Jony, 
Majavah, Jar, SCP-2000, Mahir256, alaa, hoo, Soul_Train, Mr.Ibrahem, Krinkle, 
NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, Emaus, RexxS, 
Paladox, MaxSem, BRPever, AntiCompositeNumber, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, Wittylama, PKM, 
Erutuon, Moebeus, Kizule, MusikAnimal, Thibaut120094, Pcoombe, RoySmith, 
Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, 
Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, Zabe, Devnull, R4356th, Bebiezaza, LSobanski, EhsanKhandowa, 
maantietaja, lmata, Hazizibinmahdi, ItamarWMDE, Akuckartz, Iflorez, 
darthmon_wmde, Rosalie_WMDE, PatsagornY, alaa_wmde, Viztor, Nandana, jijiki, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Minhnv-2809, 
JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Johan, Wong128hk, Luke081515, 
Verdy_p, Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, 
TheDJ, Mbch331, Jay8g, akosiaris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T157651: sql.php must not run LoadExtensionSchemaUpdates

2022-05-11 Thread Ladsgroup
Ladsgroup closed subtask T249683: Redefine mysql GRANTs for wikiadmin as 
Resolved.

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

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

To: daniel, Ladsgroup
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, Fernandobacasegua34, Astuthiodit_1, 786, Suran38, 
Biggs657, karapayneWMDE, Invadibot, Lectrician1, Lalamarie69, caldera, 
maantietaja, Juan90264, Naike, Alter-paule, NavinRizwi, Beast1978, ItamarWMDE, 
Un1tY, Akuckartz, eprodromou, Hook696, PatsagornY, Kent7301, joker88john, 
94rain, CucyNoiD, Nandana, jijiki, Klaas_Z4us_V, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Jayprakash12345, 
Nattes, QZanden, EnricoCNC, LawExplorer, Vali.matei, Lewizho99, Maathavan, 
elukey, _jensen, rosalieper, Agabi10, Taiwania_Justo, Neuronton, Scott_WUaS, 
Pchelolo, Wikidata-bugs, aude, Dcljr, geraki, Dinoguy1000, Gryllida, jeblad, 
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] T287582: Move some Wikibase selenium tests to a standalone job

2022-05-11 Thread hashar
hashar added a comment.


  When trying the jobs yesterday they failed again. The reason is that the 
extension dependencies are not injected by Zuul since the change is in progress 
and not deployed. I have been testing them by manually triggering them on 
Jenkins, I have added a temp change 
https://gerrit.wikimedia.org/r/c/integration/config/+/790984 to inject 
`EXT_DEPENDENCIES=mediawiki/skins/MinervaNeue\nmediawiki/extensions/MobileFrontend\nmediawiki/extensions/UniversalLanguageSelector`.
  
  Looking at the steps durations for the jobs:
  
  wikibase-selenium-bridge-docker 

  
  - 55 seconds to finish clone, dependencies and MediaWiki installation
  - 1m24 for `npm ci`
  - 2m08 for wdio
  
  wikibase-selenium-repo-docker 

  
  - 52 seconds to finish clone, dependencies and MediaWiki installation
  - 1m23 for `npm ci`
  - 1m20 for wdio
  
  In the wmf-quibble-selenium-php72-docker job 
 
that would shred roughly 5 minutes and 30 seconds of build time if I get it 
right.  Given that jobs takes 12 to 15 minutes to run, that would be a 
noticeable improvement.
  
  Then I guess from Wikibase repository we can rename the `selenium-test` 
target which will prevent Quibble from discovering them and thus stop running 
them in the CI jobs:
  
  name=Wikibase/package.json
"scripts": {
"selenium-test": "npm-run-all --continue-on-error selenium-test:*",
"selenium-test:repo": "wdio repo/tests/selenium/wdio.conf.js",
"selenium-test:bridge": "npm --prefix client/data-bridge run 
selenium-test",
}

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

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

To: hashar
Cc: toan, Michael, Addshore, WMDE-leszek, Jakob_WMDE, Ladsgroup, 
Jdforrester-WMF, hashar, Aklapper, Fernandobacasegua34, Astuthiodit_1, 786, 
TheReadOnly, Suran38, Biggs657, karapayneWMDE, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Peteosx1x, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Mgagat, Akuckartz, Totolinototo3, Hook696, darthmon_wmde, Kent7301, Zanziii, 
Sadisticturd, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Liudvikas, Scott_WUaS, thcipriani, 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