[Wikidata-bugs] [Maniphest] T285498: Wikidata: Investigate bibliographic bot

2021-08-30 Thread ldelench_wmf
ldelench_wmf edited projects, added Community-Tech (CommTech-Sprint-8); removed 
Community-Tech (CommTech-Sprint-7).

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

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

To: Daimona, ldelench_wmf
Cc: Lydia_Pintscher, Samwilson, HMonroy, Aklapper, KSiebert, NRodriguez, 
ldelench_wmf, Invadibot, maantietaja, Akuckartz, ifried, Nandana, Lahi, Gq86, 
dmaza, GoranSMilovanovic, QZanden, LawExplorer, JJMC89, B20180, _jensen, 
rosalieper, Scott_WUaS, Nakon, MusikAnimal, Wikidata-bugs, aude, Ricordisamoa, 
-jem-, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

2021-08-30 Thread RKemper
RKemper added a comment.


  Log of steps to generate tls certs for wcqs with cergen for 
https://gerrit.wikimedia.org/r/713958
  
-
  
  `/srv/private` commit + 2 gerrit patches for TLS certs:
  ---
  
  (1) `[/srv/private]  Commit SHA => 
a761d97c6395aab546d0024c4fce1b7174f50aa0`
  (2) `[operations/puppet] Patch  => 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/715569`
  (3) `[labs/private]  Patch  => 
https://gerrit.wikimedia.org/r/c/labs/private/+/715570`
  
  ---
  
  Log of steps to generate tls certs for wcqs with cergen for 
https://gerrit.wikimedia.org/r/713958
  
-
  
  **(1)** Create 
`/srv/private/modules/secret/secrets/certificates/certificate.manifests.d/wcqs.certs.yaml`
 on puppetmaster1001.eqiad.wmnet
  
  Here's what it looks like for WDQS currently:
  
ryankemper@puppetmaster1001:~$ cat 
/srv/private/modules/secret/secrets/certificates/certificate.manifests.d/wdqs.certs.yaml
wdqs.discovery.wmnet:
  authority: puppet_ca
  expiry: null
  alt_names: 
["wdqs.discovery.wmnet","wdqs.svc.eqiad.wmnet","wdqs.svc.codfw.wmnet","wdqs.wikimedia.org","wdqs1005.eqiad.wmnet","query.wikidata.org"]
  key:
password: REDACTED
algorithm: ec
  
  So let's try the following for wcqs:
  
wcqs.discovery.wmnet:
  authority: puppet_ca
  expiry: null
  alt_names: 
["wcqs.discovery.wmnet","wcqs.svc.eqiad.wmnet","wcqs.svc.codfw.wmnet","commons-query.wikimedia.org"]
  key:
password: REDACTED
algorithm: ec
  
  `sudo git add 
modules/secret/secrets/certificates/certificate.manifests.d/wcqs.certs.yaml`
  
  **(2)**
  
  `sudo cergen -c 'wcqs.*' --generate --base-path 
/srv/private/modules/secret/secrets/certificates 
/srv/private/modules/secret/secrets/certificates/certificate.manifests.d`
  
  `=>`
  
ryankemper@puppetmaster1001:/srv/private$ sudo cergen -c 'wcqs.*' 
--generate --base-path /srv/private/modules/secret/secrets/certificates 
/srv/private/modules/secret/secrets/certificates/certificate.manifests.d
2021-08-30 17:26:10,965 INFO cergen   
Generating certificates ['wcqs.discovery.wmnet'] with force=False
2021-08-30 17:26:10,965 INFO Certificate(wcqs.discovery.wmnet)
Generating all files, force=False...
2021-08-30 17:26:10,967 INFO Certificate(wcqs.discovery.wmnet)
Generating certificate file
/usr/lib/python3/dist-packages/urllib3/connection.py:362: 
SubjectAltNameWarning: Certificate for puppetmaster1001.eqiad.wmnet has no 
`subjectAltName`, falling back to check for a `commonName` for now. This 
feature is being removed by major browsers and deprecated by RFC 2818. (See 
https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
/usr/lib/python3/dist-packages/urllib3/connection.py:362: 
SubjectAltNameWarning: Certificate for puppetmaster1001.eqiad.wmnet has no 
`subjectAltName`, falling back to check for a `commonName` for now. This 
feature is being removed by major browsers and deprecated by RFC 2818. (See 
https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
/usr/lib/python3/dist-packages/urllib3/connection.py:362: 
SubjectAltNameWarning: Certificate for puppetmaster1001.eqiad.wmnet has no 
`subjectAltName`, falling back to check for a `commonName` for now. This 
feature is being removed by major browsers and deprecated by RFC 2818. (See 
https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
2021-08-30 17:26:12,621 INFO Certificate(wcqs.discovery.wmnet)
Generating CA certificate file
2021-08-30 17:26:12,622 INFO Certificate(wcqs.discovery.wmnet)
Generating PKCS12 keystore file
2021-08-30 17:26:12,951 INFO Certificate(wcqs.discovery.wmnet)
Generating Java keystore file
2021-08-30 17:26:13,931 INFO Certificate(wcqs.discovery.wmnet)
Importing PuppetCA(puppetmaster1001.eqiad.wmnet_8140) cert into Java keystore
2021-08-30 17:26:15,092 INFO Certificate(wcqs.discovery.wmnet)
Generating Java truststore file with CA certificate 
PuppetCA(puppetmaster1001.eqiad.wmnet_8140)

Status of certificates ['wcqs.discovery.wmnet']

Certificate(wcqs.discovery.wmnet, 
authorities=[PuppetCA(puppetmaster1001.eqiad.wmnet_8140)]):

/srv/private/modules/secret/secrets/certificates/wcqs.discovery.wmnet/wcqs.discovery.wmnet.key.private.pem:
 PRESENT (mtime: 2021-08-30T17:26:10.966004)

/srv/private/modules/secret/secrets/certificates/wcqs.discovery.wmnet/wcqs.discovery.wmnet.key.public.pem:
 PRESENT (mtime: 2021-08-30T17:26:10.966004)


[Wikidata-bugs] [Maniphest] T280001: Set up puppet configuration for new WCQS cluster

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


  Change 715570 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [labs/private@master] wcqs: add wcqs.discovery.wmnet dummy key
  
  https://gerrit.wikimedia.org/r/715570

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

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

To: RKemper, gerritbot
Cc: EBernhardson, Aklapper, Zbyszko, 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] T280001: Set up puppet configuration for new WCQS cluster

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


  Change 715569 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [operations/puppet@production] wcqs: create tls cert
  
  https://gerrit.wikimedia.org/r/715569

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

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

To: RKemper, gerritbot
Cc: EBernhardson, Aklapper, Zbyszko, 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] T289853: Selenium tests fail when targeting a wiki created by Wikibase/Docker

2021-08-30 Thread zeljkofilipin
zeljkofilipin removed zeljkofilipin as the assignee of this task.
zeljkofilipin moved this task from In Progress ️‍♂️ to Waiting...  on the 
User-zeljkofilipin board.

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

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

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

To: zeljkofilipin
Cc: Jakob_WMDE, awight, Addshore, Ladsgroup, WMDE-Fisch, Aklapper, 
zeljkofilipin, Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
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] T289853: Selenium tests fail when targeting a wiki created by Wikibase/Docker

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

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

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

To: zeljkofilipin, gerritbot
Cc: Jakob_WMDE, awight, Addshore, Ladsgroup, WMDE-Fisch, Aklapper, 
zeljkofilipin, Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
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] T289853: Selenium tests fail when targeting a wiki created by Wikibase/Docker

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


  Change 715500 had a related patch set uploaded (by Zfilipin; author: 
Zfilipin):
  
  [mediawiki/extensions/Wikibase@master] selenium: Update README.md files
  
  https://gerrit.wikimedia.org/r/715500

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

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

To: zeljkofilipin, gerritbot
Cc: Jakob_WMDE, awight, Addshore, Ladsgroup, WMDE-Fisch, Aklapper, 
zeljkofilipin, 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] T289853: Selenium tests fail when targeting a wiki created by Wikibase/Docker

2021-08-30 Thread zeljkofilipin
zeljkofilipin added a subscriber: Jakob_WMDE.
zeljkofilipin added a comment.


  @Jakob_WMDE do you see what I'm doing wrong?

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

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

To: zeljkofilipin
Cc: Jakob_WMDE, awight, Addshore, Ladsgroup, WMDE-Fisch, Aklapper, 
zeljkofilipin, 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] T281359: Onboard teams with Grafana alerts to AlertManager

2021-08-30 Thread Ladsgroup
Ladsgroup updated the task description.

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

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

To: lmata, Ladsgroup
Cc: fgiunchedi, Aklapper, Suran38, Biggs657, Invadibot, Lalamarie69, 
maantietaja, lmata, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Kotchchanipa, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, herron, 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] T286903: Track and monitor items per editor ratio for Wikidata

2021-08-30 Thread Manuel
Manuel closed this task as "Resolved".
Manuel added a comment.


  Thank you!

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

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

To: Lucas_Werkmeister_WMDE, Manuel
Cc: Ladsgroup, Michael, Lucas_Werkmeister_WMDE, So9q, Esc3300, Lydia_Pintscher, 
Manuel, 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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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

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

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

To: Ladsgroup, Maintenance_bot
Cc: Michael, WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, lmata, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, fgiunchedi, 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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

2021-08-30 Thread Ladsgroup
Ladsgroup moved this task from Doing to Test (Verification) on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Ladsgroup added a comment.


  The grafana part is done, there are some other wikidata alerts that need 
migrating to AM which I will do separately on the parent ticket.

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

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

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

To: Ladsgroup
Cc: Michael, WMDE-leszek, Aklapper, Addshore, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, lmata, Juan90264, Alter-paule, Hazizibinmahdi, 
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, 
Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T289836: Upgrade to latest flink (1.13.2)

2021-08-30 Thread Gehel
Gehel set the point value for this task to "5".

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

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

To: Gehel
Cc: dcausse, 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] T289517: DCAT AP endpoint is down

2021-08-30 Thread Gehel
Gehel set the point value for this task to "2".

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

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

To: Gehel
Cc: Aklapper, So9q, 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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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


  Change 715543 **merged** by Filippo Giunchedi:
  
  [operations/puppet@production] icinga: Drop grafana alerts
  
  https://gerrit.wikimedia.org/r/715543

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

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

To: Ladsgroup, gerritbot
Cc: Michael, WMDE-leszek, Aklapper, Addshore, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, lmata, Juan90264, Alter-paule, Hazizibinmahdi, 
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, 
Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283591: StateExtractionJob is too slow

2021-08-30 Thread Gehel
Gehel set the point value for this task to "5".

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

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

To: Gehel
Cc: dcausse, 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] T279541: Add a reconciliation strategy to the wdqs streaming updater

2021-08-30 Thread Gehel
Gehel removed a project: Discovery-Search (Current work).

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

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

To: Gehel
Cc: dcausse, 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] T207676: Parallelize scap deployment of WDQS

2021-08-30 Thread RKemper
RKemper added a comment.


  I'll talk to rel-eng to see what scap changes are needed to parallelize 
between groups (wdqs eqiad public vs wdqs eqiad internal, etc)
  
  There's a chance it might be worth it to rely on a cookbook to rolling 
restart. Basically we'd use scap to get the new code in place and a cookbook to 
do the actual rolling restarts to actually uptake the changes. But for now I'd 
assume we'll just be changing it in scap-land and not introducing a cookbook

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

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

To: RKemper
Cc: RKemper, Smalyshev, Gehel, Mathew.onipe, 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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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

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

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

To: Ladsgroup, gerritbot
Cc: Michael, WMDE-leszek, Aklapper, Addshore, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, lmata, Juan90264, Alter-paule, Hazizibinmahdi, 
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, 
Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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


  Change 715543 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [operations/puppet@production] icinga: Drop grafana alerts
  
  https://gerrit.wikimedia.org/r/715543

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

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

To: Ladsgroup, gerritbot
Cc: Michael, WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, lmata, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T207676: Parallelize scap deployment of WDQS

2021-08-30 Thread Gehel
Gehel added a comment.


  This needs to be discussed with the rel-eng team before re-estimating and 
starting implementation.
  
  Note that if adding support in Scap is too complex, it might make sense to 
implement deployment as cookbooks instead

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

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

To: Gehel
Cc: Smalyshev, Gehel, Mathew.onipe, 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] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2021-08-30 Thread Addshore
Addshore closed subtask T240370: Maxlag=5 for Petscan as Resolved.

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

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

To: Addshore
Cc: Xqt, Lydia_Pintscher, Framawiki, Sjoerddebruin, Addshore, Bugreporter, 
Pintoch, Aklapper, 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] T240370: Maxlag=5 for Petscan

2021-08-30 Thread Addshore
Addshore closed this task as "Resolved".
Addshore added a comment.


  AFAIK maxlag is now used 
https://bitbucket.org/magnusmanske/magnustools/src/81602412a886757ace2b69f209be454b26de90ad/public_html/php/oauth.php#lines-419

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

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

To: Magnus, Addshore
Cc: Addshore, Bugreporter, Aklapper, Pintoch, 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] T240369: Chase up bot operators whose bot keeps running when the dispatch lag is higher than 5

2021-08-30 Thread Addshore
Addshore closed this task as "Resolved".
Addshore claimed this task.
Restricted Application added a project: User-Addshore.

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

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

To: Addshore
Cc: Xqt, Lydia_Pintscher, Framawiki, Sjoerddebruin, Addshore, Bugreporter, 
Pintoch, Aklapper, 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] T289838: Wikibase Geographic coordinate changes may not propagate to GeoData database table

2021-08-30 Thread Gehel
Gehel added a comment.


  This seems to be related to wikibase. The team is already tagged on this 
ticket, let's see if they have an idea.

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

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

To: Gehel
Cc: Gehel, Aklapper, CtrlZvi, Invadibot, MPhamWMF, maantietaja, CBogen, 
Akuckartz, darthmon_wmde, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, EBjune, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
aude, 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] T214064: hamstar/Wikimate code is hitting wikidata API without passing maxlag

2021-08-30 Thread Addshore
Addshore changed the task status from "Invalid" to "Resolved".

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

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

To: Addshore
Cc: Framawiki, Aklapper, Lydia_Pintscher, Addshore, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, Soda, Chaytanya, 
wiki-helenatxu, Nandana, Tks4Fish, Mh-3110, Lahi, Gq86, GoranSMilovanovic, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 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] T199662: Contact wikidata bot owners & script runners not passing maxlag

2021-08-30 Thread Addshore
Addshore changed the status of subtask T214064: hamstar/Wikimate code is 
hitting wikidata API without passing maxlag from Invalid to 
Resolved.

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

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

To: Addshore
Cc: Sjoerddebruin, Framawiki, Lydia_Pintscher, Addshore, Aklapper, 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] T214064: hamstar/Wikimate code is hitting wikidata API without passing maxlag

2021-08-30 Thread Addshore
Addshore added a comment.


  Done https://github.com/hamstar/Wikimate/issues/92#issuecomment-876511012

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

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

To: Addshore
Cc: Framawiki, Aklapper, Lydia_Pintscher, Addshore, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, Soda, Chaytanya, 
wiki-helenatxu, Nandana, Tks4Fish, Mh-3110, Lahi, Gq86, GoranSMilovanovic, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 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] T289912: Commons filenames with a + get URL-encoded again as %2B in wikidata sparql query service

2021-08-30 Thread Gehel
Gehel removed a project: Discovery-Search.

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

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

To: Gehel
Cc: Mbch331, Aklapper, Valeriummaximum, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Alilje, Nandana, Namenlos314, Lahi, Gq86, Looniverse, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, Orienteerix, 
merbst, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, Jonas, 
phabyogi, Xmlizer, Susannaanas, lxbarth, jkroll, Planemad, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Yurik, TheDJ, 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] T289912: Commons filenames with a + get URL-encoded again as %2B in wikidata sparql query service

2021-08-30 Thread Gehel
Gehel triaged this task as "Medium" priority.

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

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

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

To: Gehel
Cc: Mbch331, Aklapper, Valeriummaximum, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Alilje, Nandana, Namenlos314, Lahi, Gq86, Looniverse, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, Orienteerix, 
merbst, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, Jonas, 
phabyogi, Xmlizer, Susannaanas, lxbarth, jkroll, Planemad, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Yurik, TheDJ, 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] T289836: Upgrade to latest flink (1.13.2)

2021-08-30 Thread Gehel
Gehel moved this task from All WDQS-related tasks to Current work on the 
Wikidata-Query-Service board.
Gehel added a project: Discovery-Search (Current work).

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

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

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

To: Gehel
Cc: dcausse, 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] T289760: Evaluate Oxigraph as alternative to Blazegraph

2021-08-30 Thread Gehel
Gehel triaged this task as "Medium" priority.
Gehel moved this task from All WDQS-related tasks to Scaling on the 
Wikidata-Query-Service board.
Gehel added a comment.


  The Search Platform team will dig into this when we start work on evaluating 
Blazegraph alternatives

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

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

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

To: Gehel
Cc: Gehel, Thadguidry, Tpt, 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 Rya as alternative to Blazegraph

2021-08-30 Thread Gehel
Gehel added a comment.


  The Search Platform team will dig into this when we start work on evaluating 
Blazegraph alternatives

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

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

To: Gehel
Cc: 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] T289621: Evaluate Halyard as alternative to Blazegraph

2021-08-30 Thread Gehel
Gehel moved this task from All WDQS-related tasks to Scaling on the 
Wikidata-Query-Service board.
Gehel triaged this task as "Medium" priority.
Gehel added a comment.


  The Search Platform team will dig into this when we start work on evaluating 
Blazegraph alternatives

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

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

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

To: Gehel
Cc: Smalyshev, Aklapper, Lucas_Werkmeister_WMDE, Gehel, Andrawaag, Addshore, 
Susannaanas, Akuckartz, TomT0m, Jecummings4, Krabina, So9q, Salgo60, 
WMDE-leszek, GreenReaper, Ostrzyciel, Samantha_Alipio_WMDE, Tagishsimon, 
Lydia_Pintscher, DanBri, Jneubert, Ivanhercaz, TheKtk, Justin0x2004, Afandian, 
Sj, TallTed, Tpt, Thadguidry, danshick-wmde, Hjfocs, Mohammed_Sadat_WMDE, 
MarioGom, karapayneWMDE, Majavah, Jerven, Invadibot, MPhamWMF, Jtm-lis, 
maantietaja, NavinRizwi, CBogen, Isaacandy, Demian, Olson.jared.m, Nandana, 
Namenlos314, Lahi, Gq86, Bryandamon, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Steko, 
Samwilson, PhotographerTom, suriyaa, Psychoslave, tosfos, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Darenwelsh, Dinoguy1000, 
Manybubbles, brion, Mbch331, MarkAHershberger
___
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 Rya as alternative to Blazegraph

2021-08-30 Thread Gehel
Gehel triaged this task as "Medium" priority.

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

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

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

To: Gehel
Cc: 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] T289517: DCAT AP endpoint is down

2021-08-30 Thread Gehel
Gehel moved this task from All WDQS-related tasks to Current work on the 
Wikidata-Query-Service board.
Gehel added a project: Discovery-Search (Current work).

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

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

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

To: Gehel
Cc: Aklapper, So9q, 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] T289517: DCAT AP endpoint is down

2021-08-30 Thread Gehel
Gehel triaged this task as "Unbreak Now!" priority.

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

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

To: Gehel
Cc: Aklapper, So9q, 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, RhinosF1
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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

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

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

To: Ladsgroup, Maintenance_bot
Cc: WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, lmata, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, fgiunchedi, 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] T288443: Create a new wdio-wikibase release and update usages

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

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

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

To: dang, gerritbot
Cc: Aklapper, Michael, 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, Lydia_Pintscher, zeljkofilipin, 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] T288443: Create a new wdio-wikibase release and update usages

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


  Change 715528 had a related patch set uploaded (by Dat Nguyen; author: Dat 
Nguyen):
  
  [mediawiki/extensions/Wikibase@master] Update wdio-wikibase to 5.1.0
  
  https://gerrit.wikimedia.org/r/715528

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

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

To: dang, gerritbot
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T284137: Allow federated queries with the Lingua Libre SPARQL endpoint

2021-08-30 Thread WikiLucas00
WikiLucas00 added a subscriber: Lepticed7.
WikiLucas00 added a comment.


  In T284137#7169548 , 
@dcausse wrote:
  
  > Deployed and available on https://wcqs-beta.wmflabs.org/ via `SERVICE 
`, will be available on wdqs after the next 
deploy (probably next monday).
  
  Hello @dcausse, is it available on wikidata query service now?
  @Lepticed7 and @VIGNERON crafted a request 

 to have speakers of Lingua Libre displayed on a map. The request works on WCQS 
but only with a limit of 100 (out of 322 locations). I wondered if that came 
from the fact that WCQS is in Beta for the moment, and if the result would be 
different if the query was made from WDQS.
  All the best

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

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

To: dcausse, WikiLucas00
Cc: Lepticed7, So9q, Gehel, dev.kadirselcuk, sbassett, Aklapper, mickeybarber, 
Xenophon, Seb35, VIGNERON, dcausse, MPhamWMF, WikiLucas00, Salgo60, Nikki, 
Invadibot, GFontenelle_WMF, Devnull, maantietaja, Y.ssk, FRomeo_WMF, 
Muchiri124, CBogen, Nintendofan885, Akuckartz, Eihel, DannyS712, Nandana, 
JKSTNK, Namenlos314, Poslovitch, Lahi, Gq86, E1presidente, Ramsey-WMF, Cparle, 
Anoop, SandraF_WMF, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
Tramullas, Acer, merbst, LawExplorer, Silverfish, Poyekhali, _jensen, 
rosalieper, Pamputt, Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Susannaanas, 
Ixocactus, Wong128hk, Jane023, jkroll, Wikidata-bugs, Jdouglas, Base, 
matthiasmullie, aude, Tobias1984, Bawolff, El_Grafo, Dinoguy1000, Manybubbles, 
Ricordisamoa, Wesalius, Lydia_Pintscher, Raymond, Steinsplitter, Mbch331, 
Ltrlg, 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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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


  Change 715505 **merged** by Filippo Giunchedi:
  
  [operations/puppet@production] alertmanager: Add Wikidata team to alert 
manager
  
  https://gerrit.wikimedia.org/r/715505

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

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

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Aklapper, Addshore, Suran38, Biggs657, Invadibot, Lalamarie69, 
maantietaja, lmata, Juan90264, Alter-paule, Hazizibinmahdi, 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, Lydia_Pintscher, Mbch331, 
fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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

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

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

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Aklapper, Addshore, Suran38, Biggs657, Invadibot, Lalamarie69, 
maantietaja, lmata, Juan90264, Alter-paule, Hazizibinmahdi, 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, Lydia_Pintscher, Mbch331, 
fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

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


  Change 715505 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [operations/puppet@production] alertmanager: Add Wikidata team to alert 
manager
  
  https://gerrit.wikimedia.org/r/715505

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

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

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, lmata, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290007: Add monolingual language code gil

2021-08-30 Thread Tcr25
Tcr25 created this task.
Tcr25 added projects: Wikidata, Language codes.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Please add the language code gil to the list of language codes supported for 
monolingual text values.
  
  language code: gil
  language name: Gilbertese
  used script: Latin
  where used: Pacific island nation of Kiribati
  Wikidata item id: Q30898
  Where to use: https://www.wikidata.org/wiki/Q3015052 (Gilbertese-language 
label for Sida fallax should be added "te kaura")

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

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

To: Tcr25
Cc: Aklapper, Tcr25, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, 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] T288443: Create a new wdio-wikibase release and update usages

2021-08-30 Thread Michael
Michael added a comment.


  In T288443#7318763 , @dang 
wrote:
  
  > Hey @Michael,
  > in Wikibase there is a folder named `data-bridge` using 
`wdio-wikibase@3.0.1`. Is it what you mean `Wikidata bridge` in AC?
  
  Yes, exactly!
  
  If you want to play around with it a bit, have a look at 
https://en.wikipedia.beta.wmflabs.org/wiki/Wikidata_Bridge_Showcase and 
https://en.wikipedia.beta.wmflabs.org/wiki/Data_bridge.

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

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

To: dang, Michael
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T288443: Create a new wdio-wikibase release and update usages

2021-08-30 Thread dang
dang added a comment.


  Hey @Michael,
  in Wikibase there is a folder named `data-bridge` using 
`wdio-wikibase@3.0.1`. Is it what you mean `Wikidata bridge` in AC?

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

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

To: dang
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T289853: Selenium tests fail when targeting a wiki created by Wikibase/Docker

2021-08-30 Thread zeljkofilipin
zeljkofilipin claimed this task.
zeljkofilipin moved this task from Waiting...  to In Progress ️‍♂️ on the 
User-zeljkofilipin board.

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

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

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

To: zeljkofilipin
Cc: awight, Addshore, Ladsgroup, WMDE-Fisch, Aklapper, zeljkofilipin, 
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] T287741: Convert wikidata-alerts grafana dashboard to AlertManager

2021-08-30 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup moved this task from To Do (prioritised from top to bottom) to Doing 
on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Ladsgroup.

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

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

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

To: Ladsgroup
Cc: WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, lmata, 
Hazizibinmahdi, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T288443: Create a new wdio-wikibase release and update usages

2021-08-30 Thread dang
dang updated the task description.

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

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

To: dang
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T264006: Deploy Flink (rdf-streaming-updater) to kubernetes (k8s)

2021-08-30 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.

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

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

To: Gehel
Cc: So9q, Ottomata, jijiki, dcausse, Zbyszko, akosiaris, Mstyles, Gehel, 
Aklapper, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, wkandek, JMeybohm, 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, Addshore, Mbch331, Dzahn
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T244590: [Epic] Rework the WDQS updater as an event driven application

2021-08-30 Thread Gehel
Gehel closed subtask T264006: Deploy Flink (rdf-streaming-updater)  to 
kubernetes (k8s) as Resolved.

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

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

To: Gehel
Cc: karapayneWMDE, MPhamWMF, Daniel_Mietchen, Thadguidry, tfmorris, revi, 
Ladsgroup, Multichill, darthmon_wmde, Iamamz3, Smalyshev, Ottomata, 
JAllemandou, Aklapper, Zbyszko, Gehel, dcausse, Invadibot, maantietaja, 
NavinRizwi, 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, Dinoguy1000, 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] T287374: PipelineBot for flink-rdf-streaming-updater does not generate proper deployment-chart patches

2021-08-30 Thread Gehel
Gehel closed this task as "Resolved".
Gehel claimed this task.

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

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

To: Gehel
Cc: thcipriani, jeena, Aklapper, dcausse, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Nandana, NebulousIris, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Liudvikas, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, dduvall, 
Jdforrester-WMF, 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] T264006: Deploy Flink (rdf-streaming-updater) to kubernetes (k8s)

2021-08-30 Thread Gehel
Gehel closed subtask T273098: High Availability Flink as Resolved.

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

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

To: Gehel
Cc: So9q, Ottomata, jijiki, dcausse, Zbyszko, akosiaris, Mstyles, Gehel, 
Aklapper, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, wkandek, JMeybohm, 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, Addshore, Mbch331, Dzahn
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T273098: High Availability Flink

2021-08-30 Thread Gehel
Gehel closed this task as "Resolved".

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

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

To: dcausse, Gehel
Cc: Mstyles, dcausse, JMeybohm, jijiki, Aklapper, Gehel, akosiaris, 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] T288443: Create a new wdio-wikibase release and update usages

2021-08-30 Thread dang
dang added a comment.


  Before I can release wdio-wikibase, I have to update `glob-parent` to `5.1.2` 
for security purpose
  
  https://github.com/wmde/wdio-wikibase/pull/39

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

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

To: dang
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T289986: improve without/without

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_WMDE, 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] T289987: improve visual relationship of conditions to each other

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_WMDE, 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] T289988: jump to results after clicking "run query"

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_WMDE, 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] T289990: Date malformed when adding point

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_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] T285049: Run CI tests daily on master for ungated extensions

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

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

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

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, DannyS712, Aklapper, Addshore, 
Michael, Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Mgagat, Akuckartz, 
Totolinototo3, Hook696, Iflorez, Kent7301, alaa_wmde, Zanziii, Sadisticturd, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, hashar
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285049: Run CI tests daily on master for ungated extensions

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


  Change 715470 had a related patch set uploaded (by Ladsgroup; author: Amir 
Sarabadani):
  
  [integration/config@master] Add EXT_DEPENDENCIES to quibble-daily jobs
  
  https://gerrit.wikimedia.org/r/715470

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

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

To: Ladsgroup, gerritbot
Cc: WMDE-leszek, Lucas_Werkmeister_WMDE, DannyS712, Aklapper, Addshore, 
Michael, Invadibot, maantietaja, Hazizibinmahdi, Mgagat, Akuckartz, 
Totolinototo3, Iflorez, alaa_wmde, Zanziii, Sadisticturd, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, hashar
___
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-08-30 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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] T284069: Wikibase Release Pipeline: Update hadolint github action to the official `hadolint/hadolint-action`

2021-08-30 Thread ItamarWMDE
ItamarWMDE added a comment.


  Seems like https://github.com/hadolint/hadolint-action/pull/34 was merged

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

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

To: ItamarWMDE
Cc: Tarrow, Addshore, Aklapper, ItamarWMDE, Invadibot, maantietaja, 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] T289426: make it possible to switch the language of the Query Builder

2021-08-30 Thread Charlie_WMDE
Charlie_WMDE updated the task description.

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

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

To: Charlie_WMDE
Cc: Ladsgroup, Aklapper, Lydia_Pintscher, 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] T289981: Improve copy of "limited support" warning

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_WMDE, 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] T289982: Improve copy for "regardless of value"

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_WMDE, 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] T289985: Issues selecting from the lookup component

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

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

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

To: Maintenance_bot
Cc: Aklapper, Charlie_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] T289947: add examples to the Query Builder

2021-08-30 Thread Charlie_WMDE
Charlie_WMDE updated the task description.

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

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

To: Charlie_WMDE
Cc: Aklapper, Lydia_Pintscher, 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] T289057: Create Text area component - Storybook and porting to Wikit

2021-08-30 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  All looking good 
  
  Just a couple of notes for alignment purposes:
  
  - Resize: This property should also take the value `both`, which aligns the 
common diagonal resizing. As agreed, this addition will be tackled by Camp in a 
separate ticket.
  - Controls: Making the component `disabled` and `read-only` using Controls in 
Storybook will be tackled in a separate task T289058 

  - Browser tests were not needed, so the corresponding task (T289143 
) was declined

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

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

To: Sarai-WMDE
Cc: ItamarWMDE, Sarai-WMDE, karapayneWMDE, Aklapper, Invadibot, maantietaja, 
Mattia_Capozzi_WMDE, 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] T289057: Create Text area component - Storybook and porting to Wikit

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

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

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

To: Sarai-WMDE
Cc: ItamarWMDE, Sarai-WMDE, karapayneWMDE, Aklapper, Invadibot, maantietaja, 
Mattia_Capozzi_WMDE, 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] T288443: Create a new wdio-wikibase release and update usages

2021-08-30 Thread dang
dang claimed this task.

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

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

To: dang
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T288443: Create a new wdio-wikibase release and update usages

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

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

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

To: toan
Cc: Aklapper, Michael, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, zeljkofilipin, 
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] T289053: [Epic] Create Simple Table component

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

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] T287769: Performance review of Query Builder

2021-08-30 Thread Ladsgroup
Ladsgroup added a comment.


  Sure. If you need a call or chat. Feel free to ping me in IRC.

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

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

To: Peter, Ladsgroup
Cc: RhinosF1, dpifke, conny-kawohl_WMDE, karapayneWMDE, Lucas_Werkmeister_WMDE, 
Michael, Lydia_Pintscher, Krinkle, Aklapper, Ladsgroup, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Jony, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, 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] T287571: Mismatch Finder website header

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

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, 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] T287571: Mismatch Finder website header

2021-08-30 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Just in case this has any impact on any of the decisions made during 
implementation, it's worth mentioning that, ideally, the header (the top 
section displaying the Wikidata logo and – optionally – links) should be 
available to be copied/reused in other SPAs, such as the Query builder. This is 
not a system component, but a structural section (like the Query Builder 
footer) that SPAs should share in order to be visually consistent.

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, 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] T287571: Mismatch Finder website header

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

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

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] T269724: Allow restricting constraints to certain entity types

2021-08-30 Thread Nikki
Nikki added a comment.


  Another to fix: The property scope constraint for ALA-LC romanisation 
 should be split, with "main 
value" for forms and "qualifier" for items.

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

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

To: Lucas_Werkmeister_WMDE, Nikki
Cc: Michael, Manuel, Eihel, Esc3300, MisterSynergy, abian, Lydia_Pintscher, 
Lucas_Werkmeister_WMDE, Nikki, 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, Agabi10, 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] T289970: Recommend exponential waiting time to tool authors?

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

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

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

To: Maintenance_bot
Cc: Aklapper, Myst, Lucas_Werkmeister_WMDE, So9q, Multichill, Invadibot, 
MPhamWMF, 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] T178445: flapping monitoring for recommendation_api on scb

2021-08-30 Thread Legoktm
Legoktm closed this task as "Resolved".
Legoktm added a comment.


  This is no longer an issue because SCB is long gone, and there are no 
flapping alerts for this service that I've seen recently.

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

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

To: Legoktm
Cc: Legoktm, jcrespo, brennen, Joe, Volans, mobrovac, Smalyshev, Gehel, 
Stashbot, Aklapper, Dzahn, joanna_borun, Invadibot, MPhamWMF, Devnull, 
maantietaja, lmata, Muchiri124, Akuckartz, WDoranWMF, holger.knust, RhinosF1, 
EvanProdromou, ET4Eva, Legado_Shulgin, ReaperDawn, Nandana, Davinaclare77, 
Techguru.pc, Lahi, Gq86, herron, GoranSMilovanovic, Chicocvenancio, Hfbn0, 
QZanden, EBjune, LawExplorer, Avner, Zppix, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, FloNight, Wong128hk, Eevans, Hardikj, Wikidata-bugs, 
aude, Capt_Swing, faidon, Mbch331, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T289970: Recommend exponential waiting time to tool authors?

2021-08-30 Thread So9q
So9q renamed this task from "Recommend exponential waiting time to tool 
authors" to "Recommend exponential waiting time to tool authors?".

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

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

To: So9q
Cc: Aklapper, Myst, Lucas_Werkmeister_WMDE, So9q, Multichill, MPhamWMF, CBogen, 
Namenlos314, Gq86, GoranSMilovanovic, 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] T289970: Recommend exponential waiting time to tool authors

2021-08-30 Thread So9q
So9q updated the task description.

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

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

To: So9q
Cc: Aklapper, Myst, Lucas_Werkmeister_WMDE, So9q, Multichill, MPhamWMF, CBogen, 
Namenlos314, Gq86, GoranSMilovanovic, 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] T289970: Recommend exponential waiting time to tool authors

2021-08-30 Thread So9q
So9q created this task.
So9q added projects: Wikidata Analytics, Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  See suggestion by @Multichill 
  https://phabricator.wikimedia.org/T221774#5679907
  
  Tool authors look at 
  https://www.mediawiki.org/wiki/Manual:Maxlag_parameter
  
  The Retry-After: header currently does not implement exponential waiting. See 
https://github.com/LeMyst/WikibaseIntegrator/issues/179

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

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

To: So9q
Cc: Aklapper, Myst, Lucas_Werkmeister_WMDE, So9q, Multichill, MPhamWMF, CBogen, 
Namenlos314, Gq86, GoranSMilovanovic, 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