[03:05:15] tgr: http://blog.getsentry.com/2015/10/08/sentry-8-is-here.html [04:17:32] tgr: what kind of computed value? just basic math? or...? [17:40:03] ori: Know what happened with regards to moving the dblists? [17:41:31] yes, springle left :( [17:41:35] we should still do it [17:42:40] uhh, eh? [18:04:03] ori, did springle need to be involved in it..? [18:04:15] was he the one working on it? [18:19:16] legoktm: https://gerrit.wikimedia.org/r/#/c/244642/ [18:24:59] Krenair: yes, I think so [18:25:50] AaronSchulz: I'm at WCUSA, so I probably won't get to it today [18:26:10] legoktm: give Katie a hug from me [18:26:25] * Katie got hugged. [18:26:26] make it slightly awkward [18:26:29] We're sitting together. [18:26:34] It was definitely slightly awkward. [18:26:34] hot [18:26:45] Jeremy B. is here. It's a party. [18:27:02] woo, send him my regards [19:13:45] Krenair, Reedy: I had this idea -- https://gerrit.wikimedia.org/r/#/c/244733/ [19:15:24] Krenair, Reedy: don't merge yet, i'll add a unit test [19:15:30] ori: boring [19:21:02] There's a tonne of cleanup to be done in puppet [19:28:04] Should be trivial [19:29:21] submit patches, i'll merge [19:40:15] Well, we need to merge the mwconfig patch at the same time... [19:40:27] ori: I wonder, is it worth creating reverse symlinks in mwconfig first [19:41:10] ie pointing FROM the dblist folder to the level up [19:41:14] Update puppet to point at it [19:44:52] Hmmm.... Though [19:44:53] modules/mediawiki/manifests/maintenance/updatequerypages.pp: command => "/usr/local/bin/mwscriptwikiset updateSpecialPages.php s1.dblist --override --only=Mostlinkedcategories > /var/log/mediawiki/updateSpecialPages/${name}-MostLinkedCategories.log 2>&1", [19:58:51] ori: dblist dblists? [20:45:43] Reedy: hm? [20:46:21] which one [20:46:24] plural? [20:46:48] dblists are legion [20:47:02] 19:50:20 1) dbconfigTests::testDbAssignedToAnExistingCluster with data set #2 ('labs', 'eqiad') [20:47:02] 19:50:20 This test did not perform any assertions [20:47:04] That is annoying me [20:52:55] It doesn't seem to show as incomplete locally [22:17:27] anomie: is there a reason that the alternative way to specify useragent to the API is not simply an URL parameter? [22:19:40] setting Api-User-Agent turns simple CORS requests into preflights which is a significant performance hit [22:20:20] Ugh why does setting a UA trigger preflight? [22:20:27] Or is it because it's a custom header? [22:21:09] yes, you cannot change the standard header for security reasons [22:22:26] I would guess it was a header to avoid making URL length longer [22:22:43] but that's just a random guess