[00:01:09] @seen m08 [00:01:09] acagastya: I have never seen m08 [14:04:58] hey, question regarding this change: https://www.mediawiki.org/wiki/Actor_migration [14:05:33] seems like the rev_user column was renamed to rev_actor, or dropped, one or the other [14:05:40] https://phabricator.wikimedia.org/diffusion/EFLR/browse/master/business/RevisionReviewForm.php$384 so what's going on here? rev_user is still being used? [14:11:13] ah, revision store [15:07:34] ProcReader: yeah, queryInfo arrays help establish the relevant joins and aliases [15:43:39] trying to update a gerrit commit with an updated patch (per this: https://www.mediawiki.org/wiki/Gerrit/Advanced_usage#Working_on_an_existing_change_set) [15:43:54] getting error: Failed to submit Gerrit change: com.urswolfer.gerrit.client.rest.http.HttpStatusException: Request not successful. Message: Forbidden. Status-Code: 403. Content: submit not permitted. [15:44:43] what am I doing wrong here? [16:48:04] ProcReader: so you're modifying a patch made by someone else? [16:48:15] yeah I got it pushed, somehow [16:48:28] won't let me push again though - "invalid committer", googling my way around it now [16:49:06] your gerrit username is "ProcrastinatingReader" right? [16:51:28] yeah haha [16:51:39] got it to work again *I think* [16:59:55] while I'm here, can someone with MW +2 merge my mailmap entry? https://gerrit.wikimedia.org/r/c/mediawiki/core/+/606790 [17:01:06] looking [17:02:09] lgtm, but not familiar enough to +2, sorry [17:04:13] DannyS712: thanks for that review btw :) [17:04:13] the quotes were to get around https://phabricator.wikimedia.org/T255390 (my local is SQLite, but it's causing the query to return no results due to that bug) [17:04:19] just gonna take the time to move to MySQL by this point [21:10:55] would anyone like to explain how mw.loader.load seems to bypass cors entirely?