[01:56:11] I noticed the update to 1.26.0 that the extension directory is basically empty, I assume this is on purpose [01:57:56] I didn't see or missed anything in the release notes [02:00:21] From the tarball? [02:02:11] http://download.wikimedia.org/mediawiki/1.26/mediawiki-1.26.0.tar.gz has extensions [02:02:19] i'm presuming http://download.wikimedia.org/mediawiki/1.26/mediawiki-core-1.26.0.tar.gz doesn't [02:34:53] Reedy: I took the one of the main page [02:38:36] Reedy: Yes, your link is a good one, it even un-zipped in the usual way thanx :) [13:42:58] borderland: The network has been under ddos attacks for ~18 hours (off and on) [14:46:22] RD: yes, saw the message few hours ago. thanks. [18:20:49] I'm attempting to set up a wiki at http://hellomouse.tk/w/, but the installer hangs indefinitely after I click "" [18:20:57] continue on the Language page. [18:21:13] Is there any way past this? [18:21:49] You probably shouldn't be using the git master version [18:22:01] I tried the stable version, but the same problem occured [18:22:30] I preume it's some server issue [18:22:35] What OS/webserver/php version? [18:24:20] PHP 5.6.14-0+deb8u1, Debian Jessie, webserver Apache [18:35:37] https://grafana.wikimedia.org/dashboard/db/extension-distributor-downloads?var-release=REL1_26 [18:36:47] legoktm: We need something similar for MW downloads. [18:37:01] from releases.wm.o? [18:37:24] try asking addshore nicely to work his magic ;) [18:37:36] *waves* [18:38:37] looks like that would have to come from the web request logs though :P [18:39:26] legoktm: bleh Comcast died. Yes exactly. [18:40:02] ostriches: well, if it is behind varnish, then the request stuff should be in hadoop! [18:40:49] Yeah i think its just a matter of getting at the data and massaging it into something meaningful and pretty [18:40:54] The data is there for sure [18:41:19] is there already a way to go from hadoop -> graphite? [18:41:55] legoktm, well of course, but its not too nice, I would guess you run a query in a script, then take the data and send it to graphite [18:42:12] not sure if there is something more built in, such as catch data as it comes in and send it to graphite, but there might be! [18:48:54] Imma file a task. [18:49:55] ostriches: I just filed https://phabricator.wikimedia.org/T119772?workflow=create :P [18:50:07] beat me to it heeh [18:50:09] *hehe [18:52:21] addshore: how difficult do you think it would be to take the top 10 extensions (and skins) from graphite, and display it in MW? I'd like https://www.mediawiki.org/wiki/Special:ExtensionDistributor to have a "Top 10 most popular" list or something [18:52:50] addshore: otherwise I'll just hardcode the list in wmf-config and update it regularly [18:53:24] trivial :P but you probably wouldnt want to call graphite for that :P, infact you couldnt because cors [18:53:44] in that case the tracking should probably be in mw itself right? ;P [18:54:47] I don't really want to set up a db table to store counts... :/ [18:54:57] why not ? :P [18:56:04] something something hit counters [18:56:11] xD [18:56:58] you could probably write something to pull the data from graphite once a day or something?, but I wouldnt have the lcinet pull it locally [18:57:00] *client [18:57:17] just get it as json and then do whatever you want on the special page? [18:57:40] it could be a dirty maint script? [19:37:46] bd808: around? [19:38:02] addshore: yeah, what's up? [19:38:16] it would be great to get a review of this one https://gerrit.wikimedia.org/r/#/c/255720/ [19:39:10] As you have looked at it all before! [19:42:22] addshore: hmm... tgr or ori would probably be better reviewers. I'd have to read a lot of source to remember what removing the stringification does to the stack [19:42:45] hmmm, okay, well, I cant actually add that back in [19:42:58] I was just trying to keep it more like the parent method [19:47:05] bd808: updated, now it simply moved the stringification which was in the wrong place! [19:59:39] addshore: is there a simple web request call I can make to graphite to get the top 10 list? [19:59:48] heh [19:59:50] well [19:59:51] xD [20:01:16] there should be one you can make yes, I'm not sure I have time to look at it now though :p [20:54:18] OK :p