[00:16:53] ebernhardson: is there a task about the redirect state issue? [05:28:13] Amir1: fyi, doing an unrelated tourbot sweep and noticed this: https://kw.wikipedia.org/w/index.php?title=MediaWiki%3AVector.css&diff=213809&oldid=213808 [05:28:47] quite a few wikis have basically copied another wiki's Common.css at some point in the last 20 years to get e.g. infobox and ambox working (without realiznig what else is in there), and then it just stays that way. [05:29:04] this wiki doesn't have FlaggedRevs installed even! [10:57:14] lol [16:38:36] - ->where( [ 'old_id NOT IN ( ' . $dbw->makeList( $cur ) . ' )' ] ) [16:38:36] + ->where( $dbw->expr( 'old_id', '!=', $cur ) ) [16:38:39] Very nice! [16:38:44] https://gerrit.wikimedia.org/r/c/mediawiki/core/+/970792/1/maintenance/includes/Maintenance.php [17:03:54] wait what :o [17:04:18] at a first glance that almost feels too magical to me 😅 [17:04:37] but I’ll probably get used to it (and moving away from SQL strings is still good) ^^ [17:42:47] Krinkle: not specifically, the general task is about getting a new flink application running in k8s (T347075), i'm mostly sourcing errors from it's deployment and working on them one at a time [17:42:48] T347075: Deploy test instance of cirrus updater in k8s - https://phabricator.wikimedia.org/T347075