[03:34:25] [[Tech]]; Al12si; /* Category:Pages using the JsonConfig extension – what is this? */ new section; https://meta.wikimedia.org/w/index.php?diff=29130489&oldid=29128513&rcid=36512120 [09:14:10] [[Tech]]; AKlapper (WMF); /* Create User settings/issue */ Reply; https://meta.wikimedia.org/w/index.php?diff=29131507&oldid=29130489&rcid=36513730 [09:14:34] [[Tech]]; AKlapper (WMF); /* Category:Pages using the JsonConfig extension – what is this? */ Reply; https://meta.wikimedia.org/w/index.php?diff=29131508&oldid=29131507&rcid=36513731 [14:02:48] [[Tech]]; Rafi2025; /* Create User settings/issue */ Reply; https://meta.wikimedia.org/w/index.php?diff=29132331&oldid=29131508&rcid=36515487 [16:09:21] [[Tech]]; Al12si; /* Category:Pages using the JsonConfig extension – what is this? */ Reply; https://meta.wikimedia.org/w/index.php?diff=29132805&oldid=29132331&rcid=36516602 [17:52:55] I'm currently working on https://phabricator.wikimedia.org/T402038 (add missing namespace for GlobalVarConfig in extension.json), but I've done this for a few extensions and noticed that I'll probably have to upload a ton more patchsets to fix this in every WMF-deployed extension, is there anything I need to consider when doing this like e.g. to [17:52:56] not block CI for other (possibly more important) changes? [17:56:51] SomeRandomDev: if you are automating something, just dont do it too fast to not get blocked [17:57:05] generally should be ok though. maybe on the weekend is a good time [17:59:44] I'm not automating it, I use the gerrit web UI which means it takes me like 60-90s per patch in theory [18:01:33] But more important is probably how fast the patches are merged, the reason why I was asking is that recently there were like 50 patchsets merged for fixing test coverage in boilerplate code in maintenance scripts and gate-and-submit for master was clogged for like 2 hours when I was trying to get a security patch merged [18:02:14] I would say avoid doing it during regular train deployment times. [18:02:31] Saturday/Sunday would be quiet