[Wikidata-bugs] [Maniphest] T146979: Allow varying the wiki logo (wgLogo/ wgLogoHD) by interface language

2021-02-05 Thread Nikerabbit
Nikerabbit closed this task as a duplicate of T22807: Enable site logo 
displaying according to user language.

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

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

To: Nikerabbit
Cc: PokestarFan, Nikerabbit, Lydia_Pintscher, daniel, aude, Aklapper, hoo, 
NavinRizwi, Akuckartz, DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, Dinoguy1000, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T146979: Allow varying the wiki logo (wgLogo/ wgLogoHD) by interface language

2021-02-05 Thread Nikerabbit
Nikerabbit reopened this task as "Open".
Nikerabbit added a comment.


  Varian != interface language

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

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

To: Nikerabbit
Cc: PokestarFan, Nikerabbit, Lydia_Pintscher, daniel, aude, Aklapper, hoo, 
NavinRizwi, Akuckartz, DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, Dinoguy1000, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-05 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-02-05T23:35:16Z]  
T267927  Re-downloading latest dumps 
(main database, lexeme) in tmux session `downloads_dumps` on 
`ryankemper@wdqs1009.eqiad.wmnet`

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

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

To: RKemper, Stashbot
Cc: Aklapper, dcausse, MPhamWMF, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-05 Thread RKemper
RKemper added a comment.


  `sudo cookbook sre.wdqs.data-reload wdqs1009.eqiad.wmnet 
--reuse-downloaded-dump --reload-data wikidata --skolemize --reason 'T267927: 
Reload wikidata jnl from fresh dumps' --task-id T267927 ` is failing with:
  
- OUTPUT of 'test -f /srv/wdq...test-all.ttl.bz2' -

- OUTPUT of 'test -f /srv/wdq...-lexemes.ttl.bz2' -

- OUTPUT of 'dump_size=`du /s...avail+$db_size))' -

- OUTPUT of 'rm -rf /srv/wdqs...d -- --skolemize' -
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
22:46:13.025 [main] ERROR org.wikidata.query.rdf.tool.Munge - Fatal error 
munging RDF
org.openrdf.rio.RDFParseException: Expected an RDF value here, found '{' 
[line 2]
at 
org.openrdf.rio.helpers.RDFParserHelper.reportFatalError(RDFParserHelper.java:440)
at 
org.openrdf.rio.helpers.RDFParserBase.reportFatalError(RDFParserBase.java:685)
at 
org.openrdf.rio.turtle.TurtleParser.reportFatalError(TurtleParser.java:1405)
at org.openrdf.rio.turtle.TurtleParser.parseValue(TurtleParser.java:662)
at 
org.openrdf.rio.turtle.TurtleParser.parsePredicate(TurtleParser.java:505)
at 
org.openrdf.rio.turtle.TurtleParser.parsePredicateObjectList(TurtleParser.java:420)
at 
org.openrdf.rio.turtle.TurtleParser.parseImplicitBlank(TurtleParser.java:613)
at 
org.openrdf.rio.turtle.TurtleParser.parseTriples(TurtleParser.java:394)
at 
org.openrdf.rio.turtle.TurtleParser.parseStatement(TurtleParser.java:259)
at org.openrdf.rio.turtle.TurtleParser.parse(TurtleParser.java:214)
at org.wikidata.query.rdf.tool.Munge.run(Munge.java:105)
at org.wikidata.query.rdf.tool.Munge.main(Munge.java:59)
22:46:13.024 
[org.wikidata.query.rdf.tool.rdf.AsyncRDFHandler$RDFActionsReplayer] INFO  
org.wikidata.query.rdf.tool.Munge - Switching to 
/srv/wdqs/munged/wikidump-1.ttl.gz

  
  `sudo cookbook sre.wdqs.data-reload wdqs1010.eqiad.wmnet 
--reuse-downloaded-dump --reload-data wikidata --reason 'T267927: Reload 
wikidata jnl from fresh dumps' --task-id T267927`is failing with:
  
ryankemper@cumin1001:~$ sudo cookbook sre.wdqs.data-reload 
wdqs1010.eqiad.wmnet --reuse-downloaded-dump --reload-data wikidata --reason 
'T267927: Reload wikidata jnl from fresh dumps' --task-id T267927
START - Cookbook sre.wdqs.data-reload
- OUTPUT of 'test -f /srv/wdq...test-all.ttl.bz2' -

PASS 
||
 100% (1/1) [00:00<00:00,  1.92hosts/s]
FAIL |  
  |   0% (0/1) 
[00:00= 100.0% threshold) for command: 'test -f 
/srv/wdq...test-all.ttl.bz2'.
100.0% (1/1) success ratio (>= 100.0% threshold) of nodes successfully 
executed all commands.
Detected dump (/srv/wdqs/latest-all.ttl.bz2). Skipping download
- OUTPUT of 'test -f /srv/wdq...-lexemes.ttl.bz2' -

PASS 
||
 100% (1/1) [00:00<00:00,  2.44hosts/s]
FAIL |  
  |   0% (0/1) 
[00:00= 100.0% threshold) for command: 'test -f 
/srv/wdq...-lexemes.ttl.bz2'.
100.0% (1/1) success ratio (>= 100.0% threshold) of nodes successfully 
executed all commands.
Detected dump (/srv/wdqs/latest-lexemes.ttl.bz2). Skipping download
checking available disk space
- OUTPUT of 'dump_size=`du /s...avail+$db_size))' -

PASS 
||
 100% (1/1) [00:00<00:00,  2.45hosts/s]
FAIL |  
  |   0% (0/1) 
[00:00= 100.0% threshold) for command: 
'dump_size=`du /s...avail+$db_size))'.
100.0% (1/1) success ratio (>= 100.0% threshold) of nodes successfully 
executed all commands.
Running munger for main database and then lexeme
munging /srv/wdqs/munged (skolemizaton: False)
- OUTPUT of 'rm -rf /srv/wdqs.../wdqs/munged -- ' -
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
22:50:03.137 [main] ERROR org.wikidata.query.rdf.tool.Munge - Fatal error 
munging RDF
org.openrdf.rio.RDFParseException: Expected an RDF value here, found '{' 
[line 2]
at 
org.openrdf.rio.helpers.RDFParserHelper.reportFatalError(RDFParserHelper.java:440)

[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-05 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-02-05T22:42:01Z]  
T267927  `sudo cookbook 
sre.wdqs.data-reload wdqs1009.eqiad.wmnet --reuse-downloaded-dump --reload-data 
wikidata --skolemize --reason 'T267927: Reload wikidata jnl from fresh dumps' 
--task-id T267927` failing with `ERROR org.wikidata.query.rdf.tool.Munge - 
Fatal error munging RDF`

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

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

To: RKemper, Stashbot
Cc: Aklapper, dcausse, MPhamWMF, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267363: [12hr] Investigate (and fix, if possible) the use of baserevid with MCR and creating a new MediaInfo entity on an existing page

2021-02-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T267363#6806935 , 
@gerritbot wrote:
  
  > Change 661956 had a related patch set uploaded (by Lucas Werkmeister 
(WMDE); owner: Lucas Werkmeister (WMDE)):
  > [mediawiki/extensions/Wikibase@master] Simplify and fix 
WikiPageEntityMetaDataLookup::selectRevisionInformationById()
  >
  > https://gerrit.wikimedia.org/r/661956
  
  Note that this change does not fix this issue – it’s just something that I 
noticed while trying to figure out how to fix this. I hope it’s an improvement, 
but I still need to figure out how to actually fix this.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Tarrow, Lucas_Werkmeister_WMDE, Addshore, Aklapper, GFontenelle_WMF, 
FRomeo_WMF, Alter-paule, Beast1978, CBogen, Un1tY, Nintendofan885, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, 
Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Ramsey-WMF, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
JJMC89, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, 
Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T229482: PHP Warning: Wikibase\Lib\Store\Sql\WikiPageEntityRevisionLookup::getEntityRevision: Entity not loaded

2021-02-05 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Mholloway, gerritbot
Cc: daniel, WMDE-leszek, Smalyshev, egardner, Mholloway, Lydia_Pintscher, 
Ladsgroup, alaa_wmde, Liuxinyu970226, Aklapper, brennen, Muchiri124, 
Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Ramsey-WMF, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Jonas, Ixocactus, Wong128hk, Verdy_p, 
Wikidata-bugs, aude, El_Grafo, Dinoguy1000, Ricordisamoa, Jdforrester-WMF, 
Steinsplitter, Mbch331, Rxy, Jay8g, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267363: [12hr] Investigate (and fix, if possible) the use of baserevid with MCR and creating a new MediaInfo entity on an existing page

2021-02-05 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Tarrow, Lucas_Werkmeister_WMDE, Addshore, Aklapper, GFontenelle_WMF, 
FRomeo_WMF, Alter-paule, Beast1978, CBogen, Un1tY, Nintendofan885, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, 
Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Ramsey-WMF, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
JJMC89, Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, 
Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T229482: PHP Warning: Wikibase\Lib\Store\Sql\WikiPageEntityRevisionLookup::getEntityRevision: Entity not loaded

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 661956 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Simplify and fix 
WikiPageEntityMetaDataLookup::selectRevisionInformationById()
  
  https://gerrit.wikimedia.org/r/661956

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

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

To: Mholloway, gerritbot
Cc: daniel, WMDE-leszek, Smalyshev, egardner, Mholloway, Lydia_Pintscher, 
Ladsgroup, alaa_wmde, Liuxinyu970226, Aklapper, brennen, Muchiri124, CBogen, 
Akuckartz, Iflorez, darthmon_wmde, Nandana, Lahi, Gq86, Ramsey-WMF, 
GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Jonas, Ixocactus, Wong128hk, Verdy_p, 
Wikidata-bugs, aude, El_Grafo, Dinoguy1000, Ricordisamoa, Jdforrester-WMF, 
Steinsplitter, Mbch331, Rxy, Jay8g, Keegan, RhinosF1
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267363: [12hr] Investigate (and fix, if possible) the use of baserevid with MCR and creating a new MediaInfo entity on an existing page

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 661956 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Simplify and fix 
WikiPageEntityMetaDataLookup::selectRevisionInformationById()
  
  https://gerrit.wikimedia.org/r/661956

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Tarrow, Lucas_Werkmeister_WMDE, Addshore, Aklapper, GFontenelle_WMF, 
FRomeo_WMF, CBogen, Nintendofan885, Akuckartz, Iflorez, alaa_wmde, DannyS712, 
Nandana, JKSTNK, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, 
LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, 
Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273097: Create Flink Base Image

2021-02-05 Thread akosiaris
akosiaris added a comment.


  In T273097#6805355 , 
@Mstyles wrote:
  
  > @akosiaris I just learned that there are archive links that have all of the 
Flink packages. I'm proposing that we close both this ticket and 
https://phabricator.wikimedia.org/T266495 and just use the Flink archive links 
where we won't have to worry about the packages no longer being available.
  
  Oh, that's nice. +1 on my side.

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

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

To: akosiaris
Cc: RKemper, dcausse, Aklapper, Gehel, akosiaris, Mstyles, MPhamWMF, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T271105: wbeditentity response does not contain lemma data

2021-02-05 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.30; 
2021-02-09); removed MW-1.36-notes (1.36.0-wmf.29; 2021-02-02).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Keegan, matthiasmullie, MarkTraceur, CBogen, noarave, Lydia_Pintscher, 
Jakob_WMDE, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273029: Make query sparql builder support "OR"-condition

2021-02-05 Thread amy_rc
amy_rc added a comment.


  Any BDD to test this as well before I close the ticket or is it just a sub 
task?

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

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

To: amy_rc
Cc: Michael, Aklapper, amy_rc, Lydia_Pintscher, Ladsgroup, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272996: (MS 4)Wire AND/OR Toggle component to the state

2021-02-05 Thread amy_rc
amy_rc added a comment.


  Can anyone tell me if there is a BDD to test before I close the ticket or is 
it just a sub task?

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

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

To: Ladsgroup, amy_rc
Cc: Aklapper, amy_rc, Lydia_Pintscher, Ladsgroup, Hazizibinmahdi, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272694: (MS 4) connect query conditions via OR

2021-02-05 Thread amy_rc
amy_rc added a comment.


  When I try the below query without //subclasses//, references, without 
references with the AND, OR conditions, I observe various kind of results.
  
  1. Q569815 is an instance of song but genre= house music
  2. Q548923 is an instance of song, and genre= psychedelic pop  and is 
subclass of pop.
  
  **SCREENSHOT**
  F34092955: image.png 
  
  **SPARQL:**
  
SELECT DISTINCT ?item ?itemLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language 
"[AUTO_LANGUAGE]". }
  {
SELECT DISTINCT ?item WHERE {
  ?item (p:P31/ps:P31) wd:Q7366.
  { ?item p:P136 ?statement0. }
  UNION
  { ?statement0 (ps:P136) wd:Q8341. }
  UNION
  { FILTER(EXISTS { ?statement0 prov:wasDerivedFrom ?reference. }) }
  UNION
  { ?item p:P136 ?statement1. }
  UNION
  { ?statement1 (ps:P136) wd:Q11399. }
  UNION
  { FILTER(EXISTS { ?statement1 prov:wasDerivedFrom ?reference. }) }
}
LIMIT 10
  }
}

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

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

To: amy_rc
Cc: Michael, Ladsgroup, Lydia_Pintscher, amy_rc, Aklapper, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T160504: When editing Lexeme with wbeditentity API action, response should not contain fields not relevant for Lexemes

2021-02-05 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Tpt, Pablo-WMDE, Ladsgroup, Aklapper, Lydia_Pintscher, daniel, WMDE-leszek, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T202725: API: When creating a Lexeme with wbeditentity API the result is confusing and mixed

2021-02-05 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Tarrow, Addshore, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Alter-paule, Beast1978, 
Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, 
Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T271105: wbeditentity response does not contain lemma data

2021-02-05 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Keegan, matthiasmullie, MarkTraceur, CBogen, noarave, Lydia_Pintscher, 
Jakob_WMDE, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T160504: When editing Lexeme with wbeditentity API action, response should not contain fields not relevant for Lexemes

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658603 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Test that wbeditentity returns 
full entity data
  
  https://gerrit.wikimedia.org/r/658603

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

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

To: gerritbot
Cc: Tpt, Pablo-WMDE, Ladsgroup, Aklapper, Lydia_Pintscher, daniel, WMDE-leszek, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T202725: API: When creating a Lexeme with wbeditentity API the result is confusing and mixed

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658603 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Test that wbeditentity returns 
full entity data
  
  https://gerrit.wikimedia.org/r/658603

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

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

To: gerritbot
Cc: Tarrow, Addshore, 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, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T271105: wbeditentity response does not contain lemma data

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658603 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Test that wbeditentity returns 
full entity data
  
  https://gerrit.wikimedia.org/r/658603

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Keegan, matthiasmullie, MarkTraceur, CBogen, noarave, Lydia_Pintscher, 
Jakob_WMDE, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T202725: API: When creating a Lexeme with wbeditentity API the result is confusing and mixed

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658602 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Make wbeditentity return full entity 
data
  
  https://gerrit.wikimedia.org/r/658602

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

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

To: gerritbot
Cc: Tarrow, Addshore, 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, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T271105: wbeditentity response does not contain lemma data

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658602 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Make wbeditentity return full entity 
data
  
  https://gerrit.wikimedia.org/r/658602

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Keegan, matthiasmullie, MarkTraceur, CBogen, noarave, Lydia_Pintscher, 
Jakob_WMDE, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T160504: When editing Lexeme with wbeditentity API action, response should not contain fields not relevant for Lexemes

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658602 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Make wbeditentity return full entity 
data
  
  https://gerrit.wikimedia.org/r/658602

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

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

To: gerritbot
Cc: Tpt, Pablo-WMDE, Ladsgroup, Aklapper, Lydia_Pintscher, daniel, WMDE-leszek, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272128: fix query service UI tracking

2021-02-05 Thread Ladsgroup
Ladsgroup added a comment.


  Depends on the eye of the beholder. If it's just a mistake, we can actually 
fix sending the data so both hit the same endpoint?

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

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

To: Ladsgroup
Cc: Addshore, Ladsgroup, Aklapper, Lydia_Pintscher, MPhamWMF, CBogen, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T271105: wbeditentity response does not contain lemma data

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 658645 **merged** by jenkins-bot:
  [mediawiki/extensions/WikibaseLexeme@master] Don’t try to read lemmas from 
wbeditentity response
  
  https://gerrit.wikimedia.org/r/658645

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Keegan, matthiasmullie, MarkTraceur, CBogen, noarave, Lydia_Pintscher, 
Jakob_WMDE, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272981: (MS 4) Add AND/OR Toggle component

2021-02-05 Thread amy_rc
amy_rc closed this task as "Resolved".
amy_rc added a comment.


  

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

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

To: Ladsgroup, amy_rc
Cc: Ladsgroup, Aklapper, amy_rc, Lydia_Pintscher, guergana.tzatchkova, 
Hazizibinmahdi, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272694: (MS 4) connect query conditions via OR

2021-02-05 Thread amy_rc
amy_rc closed subtask T272981: (MS 4) Add AND/OR Toggle component as 
Resolved.

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

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

To: amy_rc
Cc: Lydia_Pintscher, amy_rc, Aklapper, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272699: (MS 6) Filter by references

2021-02-05 Thread amy_rc
amy_rc closed subtask T273659: (MS 6) Implement Filtering for references in 
sparql as Resolved.

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

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

To: amy_rc
Cc: guergana.tzatchkova, Ladsgroup, Lydia_Pintscher, amy_rc, Aklapper, 
Hazizibinmahdi, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273659: (MS 6) Implement Filtering for references in sparql

2021-02-05 Thread amy_rc
amy_rc closed this task as "Resolved".
amy_rc added a comment.


  \o/ 

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

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

To: guergana.tzatchkova, amy_rc
Cc: amy_rc, Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273659: (MS 6) Implement Filtering for references in sparql

2021-02-05 Thread amy_rc
amy_rc renamed this task from "Implement Filtering for references in sparql" to 
"(MS 6) Implement Filtering for references in sparql".

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

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

To: guergana.tzatchkova, amy_rc
Cc: Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272699: (MS 6) Filter by references

2021-02-05 Thread amy_rc
amy_rc closed this task as "Resolved".
amy_rc claimed this task.
amy_rc added a comment.


   Tested querying with references only and without references only  \o/

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

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

To: amy_rc
Cc: guergana.tzatchkova, Ladsgroup, Lydia_Pintscher, amy_rc, Aklapper, 
Hazizibinmahdi, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T267363: [12hr] Investigate (and fix, if possible) the use of baserevid with MCR and creating a new MediaInfo entity on an existing page

2021-02-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To Do (prioritised from top to 
bottom) to Doing on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Tarrow, Lucas_Werkmeister_WMDE, Addshore, Aklapper, GFontenelle_WMF, 
FRomeo_WMF, CBogen, Nintendofan885, Akuckartz, Iflorez, alaa_wmde, DannyS712, 
Nandana, JKSTNK, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, 
LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, Scott_WUaS, Jonas, 
Wikidata-bugs, aude, Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, 
Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273830: Merging lexemes fails if source lexeme has links to its own senses

2021-02-05 Thread LucasWerkmeister
LucasWerkmeister claimed this task.

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

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

To: LucasWerkmeister
Cc: LucasWerkmeister, Nikki, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T268456: Value stored and value displayed are different for large numbers

2021-02-05 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.30; 2021-02-09).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Rosalie_WMDE, Jakob_WMDE, cscott, Lucas_Werkmeister_WMDE, Lydia_Pintscher, 
Aklapper, Mohammed_Sadat_WMDE, 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, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273039: investigation: links as components vs. reusable styles [timebox: 1d]

2021-02-05 Thread amy_rc
amy_rc closed this task as "Resolved".
amy_rc added a comment.


   closing the ticket as the investigation is done.

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

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

To: bete, amy_rc
Cc: amy_rc, ItamarWMDE, bete, Michael, Sarai-WMDE, Aklapper, Ladsgroup, 
Lydia_Pintscher, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272958: (MS 5) Create link component

2021-02-05 Thread amy_rc
amy_rc closed subtask T273039: investigation: links as components vs. reusable 
styles [timebox: 1d] as Resolved.

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

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

To: bete, amy_rc
Cc: Ladsgroup, Aklapper, Sarai-WMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T268456: Value stored and value displayed are different for large numbers

2021-02-05 Thread gerritbot
gerritbot added a comment.


  Change 656236 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Check whether MediaWiki can precisely 
format a number
  
  https://gerrit.wikimedia.org/r/656236

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Rosalie_WMDE, Jakob_WMDE, cscott, Lucas_Werkmeister_WMDE, Lydia_Pintscher, 
Aklapper, Mohammed_Sadat_WMDE, 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, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T124758: [Story] Show all available languages in monolingual text value's suggester

2021-02-05 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Bouzinac, VIGNERON, Mbch331, Lucas_Werkmeister_WMDE, Raymond, NoInkling, 
WMDE-leszek, Nemo_bis, Sascha, Mvolz, Tarrow, Michael, Timothyjosephwood, 
Zache, Nikerabbit, gerritbot, Lea_Lacroix_WMDE, Amire80, Lokal_Profil, 
Lydia_Pintscher, Charlie_WMDE, Sjoerddebruin, C933103, Liuxinyu970226, Nikki, 
daniel, Tobi_WMDE_SW, adrianheine, Aklapper, Manishagoenka, cristiana023, 
Akuckartz, JanJaquemot, Demian, DannyS712, Nandana, Jony, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
Taiwania_Justo, Scott_WUaS, Jonas, Wikidata-bugs, aude, Arrbee, santhosh, 
KartikMistry
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272980: Modify store and query to accept OR connections between conditions

2021-02-05 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  It's done technically but needs some refactoring

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

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

To: Michael, guergana.tzatchkova
Cc: Aklapper, amy_rc, Lydia_Pintscher, guergana.tzatchkova, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T269099: [8hrs] Investigate the effects of apc.enable_cli on the addSite.php maintenance script

2021-02-05 Thread Addshore
Addshore added a comment.


  > So I think the task description is a bit misguided
  
  Yep, I think this is one of the issues with trying to over specify the thing 
up front before it is looked at.
  This ticket should have just been left describing the perceived problem and 
desired result without all of the other parts.

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

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

To: Lucas_Werkmeister_WMDE, Addshore
Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Rxy, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T268343: Production Checklist

2021-02-05 Thread Addshore
Addshore added a comment.


  Per T272130#6804226  the 
git move may not be needed if we don't want to for other reasons

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

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

To: Addshore
Cc: Addshore, Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272128: fix query service UI tracking

2021-02-05 Thread Addshore
Addshore updated the task description.

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

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

To: Addshore
Cc: Addshore, Ladsgroup, Aklapper, Lydia_Pintscher, MPhamWMF, CBogen, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T272128: fix query service UI tracking

2021-02-05 Thread Addshore
Addshore added a comment.


  Right, so it is mainly fixes to the grafana dashboard rather than sending 
different / new data?

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

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

To: Addshore
Cc: Addshore, Ladsgroup, Aklapper, Lydia_Pintscher, MPhamWMF, CBogen, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273874: Make wb_changes_dispatch.chd_seen unsigned in production

2021-02-05 Thread Marostegui
Marostegui updated the task description.

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

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

To: Marostegui
Cc: Ladsgroup, Aklapper, Addshore, Lucas_Werkmeister_WMDE, Devnull, LSobanski, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273874: Make wb_changes_dispatch.chd_seen unsigned in production

2021-02-05 Thread Marostegui
Marostegui added a comment.


  I have altered `testwikidatawiki` (the connection errors are hosts that are 
down for maintenance and will get the schema change once mysql is started again)
  
# ./section s3   | while read host port; do echo "$host:$port" ;  mysql.py 
-h$host:$port  testwikidatawiki -e "show create table wb_changes_dispatch\G" | 
grep -i chd_seen | grep -v KEY;done
labsdb1012.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
labsdb1011.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
labsdb1010.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
labsdb1009.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
dbstore1004.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
db2127.codfw.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db2109.codfw.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
db2105.codfw.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db2098.codfw.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db2094.codfw.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db2074.codfw.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db1175.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
db1171.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db1166.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
db1157.eqiad.wmnet:3306
ERROR 2002 (HY000): Can't connect to MySQL server on 'db1157.eqiad.wmnet' 
(115)
db1154.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
db1124.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db1123.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db1112.eqiad.wmnet:3306
  `chd_seen` int(10) unsigned NOT NULL DEFAULT '0',
db1075.eqiad.wmnet:3306
ERROR 2002 (HY000): Can't connect to MySQL server on 'db1075.eqiad.wmnet' 
(115)
clouddb1017.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,
clouddb1013.eqiad.wmnet:3313
  `chd_seen` int(10) unsigned NOT NULL DEFAULT 0,

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

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

To: Marostegui
Cc: Ladsgroup, Aklapper, Addshore, Lucas_Werkmeister_WMDE, Devnull, LSobanski, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273874: Make wb_changes_dispatch.chd_seen unsigned in production

2021-02-05 Thread Marostegui
Marostegui updated the task description.

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

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

To: Marostegui
Cc: Ladsgroup, Aklapper, Addshore, Lucas_Werkmeister_WMDE, Devnull, LSobanski, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273874: Make wb_changes_dispatch.chd_seen unsigned in production

2021-02-05 Thread Marostegui
Marostegui added a comment.


  Wikis:
  
#cat dblists/wikibaserepo.dblist  | grep -v "#"
commonswiki
testcommonswiki
testwikidatawiki
wikidatawiki

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

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

To: Marostegui
Cc: Ladsgroup, Aklapper, Addshore, Lucas_Werkmeister_WMDE, Devnull, LSobanski, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T273874: Make wb_changes_dispatch.chd_seen unsigned in production

2021-02-05 Thread Marostegui
Marostegui claimed this task.

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

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

To: Marostegui
Cc: Ladsgroup, Aklapper, Addshore, Lucas_Werkmeister_WMDE, Devnull, LSobanski, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Marostegui, LawExplorer, Minhnv-2809, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs