So that the new gb_by_central_id column is selectable.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | PRODUCTION ERROR | Zabe | T298707 "InvalidArgumentException: Blocker must be a local user" from GlobalBlocking | ||
Open | Zabe | T299371 Migrate globalblocks table to use central ids instead of usernames | |||
Resolved | Marostegui | T299827 Add gb_by_central_id column to globalblocks table | |||
Open | None | T300988 Recreate views for globalblocks table |
Event Timeline
Comment Actions
Yeah I can do this. Unless it's a high priority I'd like to start automating this.
I can't remember where I saw this, but there's this idea that to go from a manual to fully automated process, a good first step is a script that simply prompts the user to do every manual step, then prompts can be replaced by actual functions once the process is well understood. I think I'll try that :)
Comment Actions
(Got the idea of prompting the user to do the manual steps from https://phabricator.wikimedia.org/phame/post/view/217/runnable_runbooks/, which links to https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/)