[Wikidata-bugs] [Maniphest] [Commented On] T225507: Create delegating preference repository

2019-06-16 Thread gerritbot
gerritbot added a comment.


  Change 517264 had a related patch set uploaded (by Matthias Geisler; owner: 
Matthias Geisler):
  [wikibase/termbox@master] Introduce UserInfoService
  
  https://gerrit.wikimedia.org/r/517264

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

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

To: Pablo-WMDE, gerritbot
Cc: Aklapper, Jakob_WMDE, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, _jensen, rosalieper, 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] [Updated] T216601: Allow download of Wikidata query results in GPS-friendly format(s)

2019-06-16 Thread Pigsonthewing
Pigsonthewing edited projects, added Google-Summer-of-Code (2019); removed 
patch-welcome.
Pigsonthewing added a comment.


  What needs to be done for this to be be dployed to th live Query Service? 
When might that happen?

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

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

To: Pigsonthewing
Cc: Husky, Peb, Frettie, Geertivp, Salgo60, Pigsonthewing, Aklapper, 
darthmon_wmde, AbhishekSinghDhadwal, Madhurgupta10, Ferenczy, sarhan.alaa, 
Samuditha24, IM3847, Nandana, kostajh, Lahi, Himanshuc3, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Chicocvenancio, 
MichaelSchoenitzer_WMDE, QZanden, EBjune, srishakatux, merbst, LawExplorer, 
Jogi_don, _jensen, rosalieper, D3r1ck01, Jonas, Xmlizer, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, Jdlrobson, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher, Mbch331, Rxy, Dinadineke, tabish.shaikh91, Soteriaspace, 
JakeTheDeveloper, TheDJ
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T225893: Wikibase updater throwing error

2019-06-16 Thread DD063520
DD063520 created this task.
DD063520 added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Hello,
  
  I have set up, using docker, an installation of Wikibase. When I import some 
entities using the WikibaseImport tool the updater makes an error:
  
  wdqs-updater_1 | 17:27:33.376 [main] ERROR 
org.wikidata.query.rdf.tool.Update - Error during updater run.
  wdqs-updater_1 | java.lang.RuntimeException: 
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 
60)): expected a valid value (number, String, array, object, 'true', 'false' or 
'null')
  wdqs-updater_1 |  at [Source: 
(org.apache.http.client.entity.LazyDecompressingInputStream); line: 1, column: 
2]
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.wikibase.WikibaseRepository.fetchRecentChanges(WikibaseRepository.java:270)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.fetchRecentChanges(RecentChangesPoller.java:301)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.batch(RecentChangesPoller.java:314)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.nextBatch(RecentChangesPoller.java:144)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.nextBatch(RecentChangesPoller.java:33)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Updater.nextBatch(Updater.java:269)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Updater.run(Updater.java:156)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Update.main(Update.java:80)
  wdqs-updater_1 | Caused by: 
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 
60)): expected a valid value (number, String, array, object, 'true', 'false' or 
'null')
  wdqs-updater_1 |  at [Source: 
(org.apache.http.client.entity.LazyDecompressingInputStream); line: 1, column: 
2]
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1798)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:663)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:561)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2625)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:826)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:723)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4129)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3988)
  wdqs-updater_1 |  at 
com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3058)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.wikibase.WikibaseRepository.getJson(WikibaseRepository.java:422)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.wikibase.WikibaseRepository.fetchRecentChanges(WikibaseRepository.java:264)
  wdqs-updater_1 |  ... 7 common frames omitted
  wdqs-updater_1 | Exception in thread "main" java.lang.RuntimeException: 
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 
60)): expected a valid value (number, String, array, object, 'true', 'false' or 
'null')
  wdqs-updater_1 |  at [Source: 
(org.apache.http.client.entity.LazyDecompressingInputStream); line: 1, column: 
2]
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.wikibase.WikibaseRepository.fetchRecentChanges(WikibaseRepository.java:270)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.fetchRecentChanges(RecentChangesPoller.java:301)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.batch(RecentChangesPoller.java:314)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.nextBatch(RecentChangesPoller.java:144)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.change.RecentChangesPoller.nextBatch(RecentChangesPoller.java:33)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Updater.nextBatch(Updater.java:269)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Updater.run(Updater.java:156)
  wdqs-updater_1 |  at 
org.wikidata.query.rdf.tool.Update.main(Update.java:80)
  wdqs-updater_1 | Caused by: 
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 
60)): expected a valid value (number, String, array, object, 'true', 'false' or 
'null')
  wdqs-updater_1 |  at [Source: 
(org.apache.http.client.entity.LazyDecompressingInputStream); line: 1, column: 
2]
  

[Wikidata-bugs] [Maniphest] [Commented On] T225506: OAuth authentication request returns 500

2019-06-16 Thread Tgr
Tgr added a comment.


  Unless something is seriously broken the `error` log channel should contain 
the full stack trace for the WebResponse call (something is tyring to set a 
cookie after the JWT has been output, but without a stack trace it will be hard 
to figure out what - although you could try adding `cookie` to the log channels 
and check what cookie is being set).

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

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

To: Tgr
Cc: Tgr, Lydia_Pintscher, Addshore, Tarrow, Aklapper, Moraorviz, darthmon_wmde, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T222503: Item properties not showing in menu

2019-06-16 Thread Addshore
Addshore added a comment.


  If you are building your own images then we probably can't help you.
  If you are pulling the images from docker hub then please let us know which 
version / image tag you are using.
  You should be able to see which images you have on your machine by doing 
"docker image ls". If you want to get this info from docker-compos eit has a 
similar command , see https://docs.docker.com/compose/reference/images/
  
  Other than that, is anything appearing in your JS console or network tab when 
you are trying to find properties in the UI?
  Are there any logs in the mediawiki / wikibase logs?
  What properties have you created?
  Is this a public wikibase instance we can look at?

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

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

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


[Wikidata-bugs] [Maniphest] [Updated] T222509: building of wikibase 1.31 fails in Docker due to newer ca-certificates package

2019-06-16 Thread Addshore
Addshore removed a project: Front-end-Standards-Group.

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

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

To: Ladsgroup, Addshore
Cc: WMDE-leszek, Addshore, Topway.it, Aklapper, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Flycatchr, 
Volker_E, SBisson, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T222509: building of wikibase 1.31 fails in Docker due to newer ca-certificates package

2019-06-16 Thread Addshore
Addshore closed this task as "Declined".
Addshore added a comment.


  In T222509#5260925 , 
@Topway.it wrote:
  
  > Hello, I've tried to download from https://github.com/dbs/wikibase-docker/
  >  and it works.
  
  
  If you want to download the Dockerfiles please use 
https://github.com/wmde/wikibase-docker
  This is our repo.
  
  The best thing to do is just download the built images from docker hub.
  https://hub.docker.com/u/wikibase
  
  > However, I have still the issue described here
  > 
  > https://phabricator.wikimedia.org/T222503
  > 
  > item properties don't show in menu. (the list is empty)
  > 
  > do you have any hint ?
  > thanks
  >  (Thomas)
  
  If you are having the issue described in T222503 
 then lets discuss that there rather 
than here.

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

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

To: Ladsgroup, Addshore
Cc: WMDE-leszek, Addshore, Topway.it, Aklapper, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Flycatchr, 
_jensen, rosalieper, Jonas, Volker_E, SBisson, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T214362: RFC: Store WikibaseQualityConstraint check data in persistent storage

2019-06-16 Thread Addshore
Addshore added a comment.


  In T214362#5259988 , 
@daniel wrote:
  
  > @Addshore if you think no further discussion is needed and this is ripe for 
a decision, I'll propose to move this to last call at our next meeting. I'll 
put it in the RFC inbox for that purpose.
  
  
  Yup, it seems like it is ready.
  
  > In general, if you want TechCom to make a call on the status of an RFC or 
propose for it to move to a different stage in the process, drop it in the 
inbox, with a comment.
  
  Gotcha

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

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

To: Addshore
Cc: abian, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Marostegui, Joe, daniel, 
Agabi10, Aklapper, Addshore, darthmon_wmde, Nandana, kostajh, Lahi, Gq86, 
GoranSMilovanovic, QZanden, merbst, LawExplorer, _jensen, rosalieper, D3r1ck01, 
SBisson, Eevans, mobrovac, Hardikj, Wikidata-bugs, aude, GWicke, jayvdb, fbstj, 
santhosh, Jdforrester-WMF, Ladsgroup, Mbch331, Rxy, Jay8g, Ltrlg, bd808, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T207893: Partial Blocks are enforced as Sitewide blocks in Wikibase entities

2019-06-16 Thread Addshore
Addshore updated the task description.

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

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

To: Addshore
Cc: Tchanders, Niharika, Lydia_Pintscher, WMDE-leszek, TBolliger, 
Lucas_Werkmeister_WMDE, Addshore, Aklapper, dbarratt, MGChecker, darthmon_wmde, 
MattLongCT, Nandana, aezell, Lahi, Gq86, dmaza, GoranSMilovanovic, SPoore, 
QZanden, LawExplorer, JJMC89, _jensen, rosalieper, PEarleyWMF, RuyP, jrbs, 
Jonas, Wong128hk, Bsadowski1, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T225506: OAuth authentication request returns 500

2019-06-16 Thread Addshore
Addshore added a comment.


  Is there anything else appearing in the logs?

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

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

To: Addshore
Cc: Tgr, Lydia_Pintscher, Addshore, Tarrow, Aklapper, Moraorviz, darthmon_wmde, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, Chicocvenancio, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T221774: Add Wikidata query service lag to Wikidata maxlag

2019-06-16 Thread Multichill
Multichill added a comment.


  Bump, we had another preventable incident, see 
https://www.wikidata.org/w/index.php?title=Wikidata:Administrators%27_noticeboard=963260218#Edoderoobot_edit_rate
 . 
  @hoo any update?

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

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

To: hoo, Multichill
Cc: Multichill, Ladsgroup, Smalyshev, fgiunchedi, hoo, Daniel_Mietchen, 
MisterSynergy, Addshore, Sjoerddebruin, Aklapper, Lucas_Werkmeister_WMDE, 
Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, alaa_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Chicocvenancio, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, 
Lewizho99, Volans, Maathavan, _jensen, rosalieper, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T225883: Wikidata Query Service results should be capable of displaying a report title (new feature request)

2019-06-16 Thread Tagishsimon
Tagishsimon created this task.
Tagishsimon added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  WDQS report results, and especially those from embedded queries, would 
benefit from the ability to provide a title describing the contents of the 
report.
  
  This is especially the case given the availability of the 'Short URL to 
result', which provides a link to an embed.html version of the report.
  
  Consider https://w.wiki/4z$ ... what is it a report of? If you know how to 
get to the SPARQL and can understand it, you're good. If not then the report, 
without context, is mostly useless.
  
  So, this feature request is for the provision of a Title parameter that can 
be included with the WDQS SPARQL (e.g. #title= ), allowing a title string to be 
associated with the SPARQL such that the title is displayed on report output - 
both when the output is viewed within the WDQS editing screen, and when the 
output is viewed via an embed.html rendition.

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

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

To: Tagishsimon
Cc: Tagishsimon, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs