[05:29:35] morning! [06:58:40] hey phedenskog [06:58:50] just taking george to nursery then i'm online proper [07:25:41] hello phuedx [08:11:41] why hello [08:25:13] and not morning? [08:25:51] lets see I had a couple of things but let me get back later. hows your schedule this week, could we team up for some Grafana? [08:26:55] ^ phedenskog: wrong channel i think ;) [08:27:30] :) [08:32:56] phedenskog: i'm close to having a working node module for creating ifbs on the fly [08:33:20] then i'd be happy with the change to sitespeedio/sltc [08:34:37] that would be super. I'm continue today to setup the pi. still wanna make the mobile webpagetest dashboard cleaner, I'm having a hard time seeing things there. [08:38:43] bmansuro_: be sure to submit a change with your refactorings [08:38:52] because they were good and i'd be happy to merge 'em [08:43:49] phuedx: cool, i'll do so later today [09:35:24] morning [09:59:34] joakino: you call this morning? [09:59:35] ;) [10:00:01] considering i have lunch at 3pm, yes :P [10:13:58] pretty sure morning is defined by a time rather than an event ;P [10:14:00] w/e [10:42:22] phedenskog: https://openstf.io/ [10:42:34] /cc joakino [10:42:39] just caught my eye [10:47:47] cool, I've starred it before but forgot about it :/ [10:50:41] would be cool to test it [16:01:24] phuedx: joakino bmansuro_ retro [17:16:47] nzr: just a heads-up, I pinged you in a declined task, but it still needs your brief attention [17:18:22] i did too ^ hehe [17:19:42] dbrant: could you please take a look at https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=9195497 ? I'm not sure, if this is a device problem :/ [17:20:40] FlorianSW: it says I don't have access to the ticket [17:21:30] o.O [17:21:43] ah, wait, it's in the tech-issues queue, I'll move it [17:22:00] can you try again please? [17:22:03] dbrant: ^ [17:24:37] FlorianSW: ah, actually that user has resolved his own problem (in a separate thread he started in the android queue). this one can be closed. [17:25:49] FlorianSW: https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=9198892 [17:28:25] dbrant: aha, ok, and I thought he meant mobile-l :P [17:28:34] thanks for pointing me to the ticket :) [17:29:25] np [18:08:33] mhurd I noticed on https://gerrit.wikimedia.org/r/#/c/292588/ you're asking for the revid to be included in the featured article feed response. How do you plan to use it? [18:25:07] bearND: iirc we use it to see if we have the latest version already [18:25:34] mhurd: so you're storing it client side, right? [18:27:20] mhurd: to see if you have the latest version you'd need to request the payload again and compare. I think using the etag would be better. Then the client networking library can do conditional requests. The one we use in Android does that automatically. [18:27:51] as long as the server provides one. MW API does provide etags, but the new RESTBase endpoints do. [18:40:55] sorry meant to write MW API doesn [18:41:00] 't [19:04:28] mdholloway: p/ hello! would you mind if i changed the date format used in most-read responses? it's currently like "2016/06/07" but this can't be consumed without a custom Gson date adapter in our codebase. i would like to change it to be like "2016-06-07Z". [19:04:38] mdholloway: i have the custom adapter built but it's a little clunky. i figure other clients of the service will probably want iso8601. the only downside would be that the date and would no longer be a string subset of the URL [19:05:02] bearND: ya etag would be much better! can u make sure all the service bits return etags? [19:05:09] niedzielski: sure, i don't have a strong preference on the format of the date string [19:05:30] mdholloway: sweet! that should simplify the implementation a little. thanks :) [19:07:02] niedzielski: mhurd: i actually didn't really intend for it to be doing any work, if anything more for debugging since in the aggregated response the most-read results will be from the previous day whereas the result will be current [19:07:14] s/result/rest [19:22:40] niedzielski: mdholloway: i'm not familiar with that date format - is that an android specific thing? if so i don't think the payload should be formatted making an assumption about the type of client... [19:23:05] mhurd: yes, all the MCS endpoints return etags. BTW, are you still planning on finishing the random endpoint? Or would you like me to take it? [19:24:08] mhurd mdholloway: not an android thing. i believe it's the default MW and javascript time format. [19:25:03] niedzielski: ah ok [19:26:28] bearND: oh if u can take it over that would be great! wanna chat this afternoon or tomorrow a bit? (gonna grab lunch atm) [19:26:51] mhurd: sounds good [21:31:05] mhurd: there in 90 secs