[05:26:23] <[1997kB]> !admin https://www.wikidata.org/wiki/Special:Contributions/177.230.124.31 [05:26:23] Please visit https://www.wikidata.org/wiki/WD:AN [07:25:51] https://www.wikidata.org/wiki/Q18956856 [07:26:13] Instance of oak complains because oak is not marked as a subclass of anything, but as an instance of taxon [07:26:38] If that's how we model plants, animals etc, then we probably should allow "instance of taxon" in the constraints [07:26:40] ? [12:06:11] buiakasha [21:13:38] PROBLEM - puppet last run on wdqs1007 is CRITICAL: CRITICAL: Catalog fetch fail. Either compilation failed or puppetmaster has issues [21:39:58] RECOVERY - puppet last run on wdqs1007 is OK: OK: Puppet is currently enabled, last run 2 minutes ago with 0 failures [21:45:28] How to trigger jenkins build/test new patch on gerrit? [22:03:58] takitam[m]: the patch submitter has to be on the list of pre-approved users or an approved used has to add a comment like "check" to trigger it [22:04:20] * bd808 is looking for any actual docs on that [22:04:37] https://www.mediawiki.org/wiki/Continuous_integration/Whitelist [22:07:17] bd808: Thanks!!! [23:27:36] is there an easy way to read the values from wikidata properties with javascript? [23:34:30] SothoTalKer: just GET 'https://query.wikidata.org/sparql?query=QUERY_HERE with header 'Accept: application/sparql-results+json' [23:34:54] eg curl -H 'Accept: application/sparql-results+json' 'https://query.wikidata.org/sparql?query=QUERY_HERE [23:39:53] So you mean there is no way to get it directly from the page via a script? ;p [23:41:12] SothoTalKer: uh... i misunderstand you [23:41:35] well, that happens sometimes. [23:42:33] i am looking at the html source, but i don't know how to access it, hehe [23:45:27] i probably have to reuse some code, meh.