1-50 of 67 results (8ms)
2021-10-19 §
20:56 <wm-bot> <lucaswerkmeister> previous log messages all related to T293828 [tools.notwikilambda]
20:41 <wm-bot> <lucaswerkmeister> added $wgMemoryLimit = '1G'; to LocalSettings.php [tools.notwikilambda]
20:32 <wm-bot> <lucaswerkmeister> added mem: 2G to ~/service.template and stop+started webservice [tools.notwikilambda]
20:26 <wm-bot> <lucaswerkmeister> added git submodule update to ~/update script [tools.notwikilambda]
20:23 <wm-bot> <lucaswerkmeister> git -C ~/public_html/w/extensions/WikiLambda/ submodule update [tools.notwikilambda]
2021-10-06 §
20:24 <wm-bot> <lucaswerkmeister> mount only function-orchestrator source into pod (8731f2ff6e), working around apparent “toolforge: tool” issue [tools.notwikilambda]
2021-09-25 §
17:13 <wm-bot> <lucaswerkmeister> cleaned up old replicasets: kubectl delete rs $(kubectl get rs -o json | jq -r ".items |.[] | select(.status.replicas == 0) | .metadata.name") [tools.notwikilambda]
16:45 <wm-bot> <lucaswerkmeister> updated pygments-server to Python 3.9 (cef7948b15) [tools.notwikilambda]
16:37 <wm-bot> <lucaswerkmeister> switched pygments-server from web to base image (25f8a10fa0) [tools.notwikilambda]
16:36 <wm-bot> <lucaswerkmeister> switched function evaluator and orchestrator from web to base image (8424307b5d) [tools.notwikilambda]
16:29 <wm-bot> <lucaswerkmeister> shortened periodSeconds of JS container probes from 15 to 5 seconds (3d658c10ba) [tools.notwikilambda]
16:18 <wm-bot> <lucaswerkmeister> added --no-save to npm install in function evaluator and orchestrator (266c550663) and manually reset the package-lock.json in both repos [tools.notwikilambda]
11:36 <wm-bot> <lucaswerkmeister> deployed pygments-server 1ae6e19920 (preserve boolean status of exit code) [tools.notwikilambda]
10:58 <wm-bot> <lucaswerkmeister> deployed new pygments-server that works with latest SyntaxHighlight (i.e. supports input files), and restored SyntaxHighlight to latest master; it turns out yesterday’s code worked perfectly fine, MediaWiki just cached a broken lexers list in APCu, which didn’t get purged by action=purge, and also didn’t show up in shell.php because the APCu cache is disabled in cli blaarggghhhh [tools.notwikilambda]
2021-09-24 §
18:58 <wm-bot> <lucaswerkmeister> tried to deploy new pygments-server with support for latest SyntaxHighlight; not quite working yet, but as pages with SyntaxHighlight still work (just without highlighting), I’m okay to leave it at this for now, and hopefully resume tomorrow [tools.notwikilambda]
2021-09-22 §
19:57 <wm-bot> <lucaswerkmeister> deleted and recreated `update` deployment, it was stuck unable to roll out a new replicaset due to quota; I’m not sure where the new replicaset came from, maybe I accidentally rollout-restarted it? [tools.notwikilambda]
2021-09-21 §
23:40 <wm-bot> <lucaswerkmeister> set pygments-server memory limits to 256Mi (3cea8f6a18) [tools.notwikilambda]
19:29 <wm-bot> <lucaswerkmeister> undeployed workaround for T291325, seems to be fixed [tools.notwikilambda]
2021-09-20 §
21:23 <wm-bot> <lucaswerkmeister> successfully rolled out node12 for function-orchestrator too [tools.notwikilambda]
21:19 <wm-bot> <lucaswerkmeister> successfully rolled out node12 for function-evaluator after changing `npm ci` to `npm install` (ecfa5ab9ab) [tools.notwikilambda]
21:00 <wm-bot> <lucaswerkmeister> tried to deploy d028cb3667 (switch to node12) for function-evaluator but the new pod never came up so I undid the rollout; will consider further steps [tools.notwikilambda]
20:50 <wm-bot> <lucaswerkmeister> set cronjob successfulJobsHistoryLimit to 0 (0aa054b391) [tools.notwikilambda]
20:40 <wm-bot> <lucaswerkmeister> `git -C ~/www/js/function-orchestrator/ config pull.rebase true` ditto [tools.notwikilambda]
20:40 <wm-bot> <lucaswerkmeister> `git -C ~/www/js/function-evaluator/ config pull.rebase true` to silence `git pull` warnings (presumably due to newer git in node12 container) [tools.notwikilambda]
2021-09-19 §
16:47 <wm-bot> <lucaswerkmeister> changed restart cronjob to 9:30 and 21:30 to avoid congestion at midnight/noon [tools.notwikilambda]
16:39 <wm-bot> <lucaswerkmeister> (and reenabled SyntaxHighlight_GeSHi) [tools.notwikilambda]
16:39 <wm-bot> <lucaswerkmeister> rolled back SyntaxHighlight_GeSHi to commit 580ce3425f, because I2e82e5aa2a is incompatible with pygments-server (provides input as file instead of stdin) [tools.notwikilambda]
15:48 <wm-bot> <lucaswerkmeister> temporarily disabled SyntaxHighlight extension due to issues with the Pygments server [tools.notwikilambda]
15:34 <wm-bot> <lucaswerkmeister> improved automatic updates of function orchestrator and evaluator, should work without downtime now [tools.notwikilambda]
10:47 <wm-bot> <lucaswerkmeister> configured $wgFooterIcons if notwikilambda-configure-wgFooterIcons URL parameter isn’t set to false, working around T291325 [tools.notwikilambda]
2021-08-25 §
21:05 <wm-bot> <lucaswerkmeister> namespace-protect ZObject and ZObject talk namespaces so nobody (not even sysops) can edit them – there should be no reason to use that namespace after T289682 and I assume WikiLambda will soon stop defining it [tools.notwikilambda]
20:43 <wm-bot> <lucaswerkmeister> removed namespace protection from main namespace, now that move of ZObjects to main namespace is completed (T289682) [tools.notwikilambda]
20:19 <wm-bot> <lucaswerkmeister> deployed new versions of function orchestrator+evaluator deployments which don’t skip the `npm ci` step (since the old override of the kad package doesn’t seem to be necessary anymore) [tools.notwikilambda]
19:46 <wm-bot> <lucaswerkmeister> removed $wgNamespacesToBeSearchedDefault from LocalSettings.php now that the ZObject namespace is no longer used [tools.notwikilambda]
19:43 <wm-bot> <lucaswerkmeister> updated and restarted function-orchestrator and function-evaluator (they were ancient, I’ll have to check why the update script doesn’t seem to update them) [tools.notwikilambda]
19:24 <wm-bot> <lucaswerkmeister> kubectl create -f k8s/update/deployment.yaml # restart automatic updates (T289682) [tools.notwikilambda]
19:18 <wm-bot> <lucaswerkmeister> moved all ZObject pages to main namespace using moveBatch.php (T289682) [tools.notwikilambda]
18:55 <wm-bot> <lucaswerkmeister> kubectl delete deployment update # temporarily disable automatic updates since I’ll probably have to hand-edit the code for T289682 [tools.notwikilambda]
2021-08-22 §
17:45 <wm-bot> <lucaswerkmeister> namespace-protected the main namespace so only sysops can edit it, since ZObjects are expected to move into this namespace [tools.notwikilambda]
2021-08-20 §
19:55 <wm-bot> <lucaswerkmeister> ran "php extensions/WikiLambda/maintenance/reloadBuiltinData.php" at ArthurPSmith’s request [tools.notwikilambda]
19:46 <wm-bot> <lucaswerkmeister> ran "git -C extensions/WikiLambda/ submodule update --init --recursive", apparently the function-schemata submodule was missing? [tools.notwikilambda]
2021-08-14 §
19:21 <wm-bot> <lucaswerkmeister> installed TemplateStyles extension (turns out it doesn’t do what I wanted to but let’s keep it anyways) [tools.notwikilambda]
2021-07-26 §
18:49 <wm-bot> <lucaswerkmeister> installed MinervaNeue and MobileFrontend a few hours ago, forgot to log it earlier (T287401) [tools.notwikilambda]
2021-07-15 §
21:05 <wm-bot> <lucaswerkmeister> updated pygments-server to 2d4ab81a68 (prevent open(); T286724) [tools.notwikilambda]
18:49 <wm-bot> <lucaswerkmeister> block external traffic to internal pods (T286724) [tools.notwikilambda]
18:24 <wm-bot> <lucaswerkmeister> don’t mount service tokens into pods (T286724) [tools.notwikilambda]
17:53 <wm-bot> <lucaswerkmeister> only mount ~/www/python into pygments-server pod (T286724) [tools.notwikilambda]
2021-06-21 §
18:05 <wm-bot> <lucaswerkmeister> fixed function orchestrator and evaluator [tools.notwikilambda]
2021-06-05 §
12:23 <wm-bot> <lucaswerkmeister> wiki no longer read-only (T284368) [tools.notwikilambda]
12:11 <wm-bot> <lucaswerkmeister> ran extensions/WikiLambda/maintenance/reloadBuiltinData.php, most objects seemed to work, only a few errors (T284368) [tools.notwikilambda]