[14:19:47] jdlrobson: Are you interested in reviewing https://gerrit.wikimedia.org/r/293695 at all? If not I can ask someone on the MM team to take a look but since you chimed in a few times I figured I'd give you a chance [18:46:48] Hi dbrant: mdholloway: cooltey: I wanted to give a short update on the work on 'on this day' card. I have attached a screencast : https://drive.google.com/open?id=0B_maM54cPModbVEtYzRHWGhTMW8 ... will be pushing a patch shortly after some minor code tweaks . Some UI work and all of testing work is pending. [18:53:05] nice work sharvani! [18:54:47] Thanks cooltey: lots left still .. [18:55:25] 👍 [19:25:47] bmansurov: https://phabricator.wikimedia.org/T169730#3654848 [19:28:22] HaeB, looking [19:30:12] HaeB, replied [19:32:21] thanks! [19:34:44] mdholloway: mhurd : https://gerrit.wikimedia.org/r/#/c/381507 is ready to be merged [20:34:49] bearND: looking now. just took me a little while to get my local RESTBase back in working order after some recent DB changes... [20:35:40] k, ty [20:52:38] mdholloway: BTW, in the RB config you now want to add a table_ng entry, too. (Then do a s/cassandra/sqlite/gm) [20:53:21] yeah, i saw that. i had to clear out my existing sqlite db files as well. [20:53:58] i'm still fiddling around a bit but the patch looks good. just want to confirm, though, is it expected that there will be per-wiki language filtering on the service side, as well as geoIP filtering on the client side? (cc dbrant) [20:59:02] mdholloway: I think so, since we did a similar thing before. When we ran English announcements we also filtered it to be just for enwiki. The equivalent thing for this one is to filter for frwiki since it targets French speakers in France only. //cc:JoshM [21:00:40] yeah. i see that it was a similar setup for en. it was just a bit surprising to me and i don't remember any prior discussions about it, so just thought i'd double-check. [21:00:56] if the intent is to target french-speakers in france only then this will definitely accomplish that. [22:19:10] bearND: can we get the new summary endpoint live on the beta cluster? [22:19:14] do we need to do services to do that? [22:22:54] jdlrobson: Yeah, we would need service to expose it. Right now we only have the MCS portion by itself in appservice.wmflabs.org (example http://appservice.wmflabs.org/en.wikipedia.org/v1/page/summary/Dog), which doesn't have all the extra metadata we want. [22:24:39] jdlrobson: Speaking of which: Is your plan for the summary endpoint in MCS to also provide the metadata we usually get by having RB doing the MW API request? [22:26:09] I'm just wondering what we should do with the Swagger/OpenAPI spec for the summary endpoint. Or in other words. Is what MCS provides more an "extracts" replacement or going to be the full summary output?