[04:43:32] PROBLEM - puppet last run on wdqs1003 is CRITICAL: CRITICAL: Catalog fetch fail. Either compilation failed or puppetmaster has issues [05:11:32] RECOVERY - puppet last run on wdqs1003 is OK: OK: Puppet is currently enabled, last run 11 seconds ago with 0 failures [09:04:26] hi! seeking help for wikidata-query-rdf on my own Wikibase installation [09:04:34] posted it on the mailing list: https://lists.wikimedia.org/pipermail/wikidata-tech/2017-March/001096.html [11:30:13] mparaz: hey :) sorry i just looked at your email. i unfortunately don't know what is wrong. But I am pinging SMalyshev and gehel who might have an idea. [11:30:28] SMalyshev is probably not awake yet though [11:30:54] Lydia_WMDE, mparaz: /me is just in the middle of a maps deployment, will have a look after [11:31:03] no problem [11:47:24] Morning? :) [11:47:45] https://lists.wikimedia.org/pipermail/wikidata-tech/2017-March/001096.html If anyone can assist with that. :D [11:52:09] LauraHale: Hi! You should probably ask SMalyshev He is often on IRC during San Francisco day [12:02:27] Will try to be here then :) [12:02:39] Trying to coordinate Spain, Australia and SF is a pain in the butt :) [17:07:59] Jonas_WMDE: regarding enabling browsertests for lexeme [17:08:17] here's the patch for the config where I enabled it for the twocolconflict extension: https://gerrit.wikimedia.org/r/#/c/320595/ [17:08:57] Jonas_WMDE: note that I enable it as experimental there, this means they will not run immediately every time you upload a new patch [17:09:29] you have to type "check experimental" in a review comment in order to trigger the tests [17:09:48] that way you can first fix all issues with the tests before you enable them finally [17:10:56] Jonas_WMDE: and here's the patch where I then move them from experimental to enabled always: https://gerrit.wikimedia.org/r/#/c/320770/ [17:43:05] hello, can anyone tell me if it's possible to get an item by a specific property using pywb? [17:56:13] alchimista: what do you mean by "by a specific property" ? Do you want to find an item which contains a particular statement? If so, SPARQL seems to be the way to go [18:01:57] pintoch, i'm developing a script to create articles about plants, and update the iw's in wikidata. one example: how do i get https://www.wikidata.org/wiki/Q1942887 from IUCN-ID -> https://www.wikidata.org/wiki/Property:P627 ? [19:08:46] thanks Tobi_WMDE_SW [19:28:51] alchimista: I would run the SPARQL query "SELECT ?item WHERE { ?item wdt:P627 "56057" }" [19:29:13] pywikibot has a SPARQL client that can help you do that [19:30:09] if you want to retrieve many such items you can use "SELECT ?item ?value WHERE { ?item wdt:P627 ?value. FILTER(?value IN ("56057", "54789", "3874")) }" [19:30:55] or you can use Magnus' Wikidata resolver: https://tools.wmflabs.org/wikidata-todo/resolver.php [21:39:03] Change on 12www.mediawiki.org a page Extension:Wikibase Client was modified, changed by Shirayuki link https://www.mediawiki.org/w/index.php?diff=2428894 edit summary: [+48] Lint errors