1-50 of 185 results (28ms)
2024-10-25 §
19:38 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 13fc15a961 (upgrade dependencies, including Werkzeug 3.0.6) [tools.quickcategories]
2024-10-13 §
11:33 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 2a72076fda (upgrade dependencies, including MarkupSafe 3.0); also, disregard the previous SAL message (2024-10-11) which was in fact meant for the wd-image-positions tool (there’s no l10n in quickcategories yet) – I accidentally deployed and logged in the wrong tool (the deploy presumably introduced no changes) ^^ [tools.quickcategories]
2024-10-11 §
17:29 <wmbot~lucaswerkmeister@tools-bastion-13> deployed f6af6d59e6 (l10n updates: ar, ca, el, es, it, sv, uk; had been broken for a while due to T373807) [tools.quickcategories]
2024-10-10 §
21:42 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 119ab5275b (handle bad content format / model errors better) [tools.quickcategories]
2024-09-28 §
13:50 <wmbot~lucaswerkmeister@tools-bastion-13> deployed d6ad9841d7 (update dependencies) [tools.quickcategories]
13:45 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 3edc9faa4e (improve typing: tokyo drift) [tools.quickcategories]
12:44 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 2be9737e71 (2 improve 2 typing) [tools.quickcategories]
12:05 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 03c567ef7f (further improve typing) [tools.quickcategories]
11:49 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 8f5f9683eb (improve typing, should be a no-op) [tools.quickcategories]
2024-09-18 §
20:02 <wmbot~lucaswerkmeister@tools-bastion-13> deployed b9a658f45e (health check for background runner, T374152) [tools.quickcategories]
19:47 <wmbot~lucaswerkmeister@tools-bastion-13> mv www/ www-unused-since-2024-09-18/ [tools.quickcategories]
19:47 <wmbot~lucaswerkmeister@tools-bastion-13> curl -sL 'https://gitlab.wikimedia.org/toolforge-repos/quickcategories/-/raw/main/service.template' > service.template [tools.quickcategories]
19:03 <wmbot~lucaswerkmeister@tools-bastion-13> kubectl delete deployment background-runner && toolforge jobs run background-runner --command background-runner --image tool-quickcategories/tool-quickcategories:latest --continuous [tools.quickcategories]
19:00 <wmbot~lucaswerkmeister@tools-bastion-13> webservice stop && webservice --mount=none buildservice start [tools.quickcategories]
18:44 <lucaswerkmeister> toolforge build start https://gitlab.wikimedia.org/toolforge-repos/quickcategories [tools.quickcategories]
2024-09-17 §
20:00 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 4cfe24a186 (fix background runner database config) [tools.quickcategories]
19:58 <wmbot~lucaswerkmeister@tools-bastion-13> kubectl delete deployment background-runner && kubectl create -f deployment.yaml # recreate background runner, seemed to be running old code version? idk [tools.quickcategories]
19:54 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 0be765159c (editgroups from envvars) [tools.quickcategories]
19:53 <wmbot~lucaswerkmeister@tools-bastion-13> toolforge envvars create TOOL_EDITGROUPS__COMMONSWIKI__SINCE 2021-09-14T00:00:00Z [tools.quickcategories]
19:52 <wmbot~lucaswerkmeister@tools-bastion-13> toolforge envvars create TOOL_EDITGROUPS__COMMONSWIKI__URL "'https://editgroups-commons.toolforge.org/b/QC/{0}/'" [tools.quickcategories]
19:52 <wmbot~lucaswerkmeister@tools-bastion-13> toolforge envvars create TOOL_EDITGROUPS__COMMONSWIKI__DOMAIN commons.wikimedia.org [tools.quickcategories]
2024-09-16 §
19:20 <wmbot~lucaswerkmeister@tools-bastion-13> deployed a82f584c44 (read toolsdb from envvars); commented out DATABASE section in config.yaml, should use envvars instead [tools.quickcategories]
19:17 <wmbot~lucaswerkmeister@tools-bastion-13> toolforge envvars create TOOL_DATABASE__DB s53976__quickcategories [tools.quickcategories]
19:17 <wmbot~lucaswerkmeister@tools-bastion-13> toolforge envvars create TOOL_DATABASE__TOOLSDB true [tools.quickcategories]
2024-09-15 §
19:25 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 377aab02c6 (lowercase nested keys to work around T374780) [tools.quickcategories]
19:25 <lucaswerkmeister> commented out OAUTH section in config.yaml, should use envvars instead [tools.quickcategories]
19:25 <lucaswerkmeister> python3 -c 'import yaml; print(yaml.safe_dump(yaml.safe_load(open("config.yaml"))["OAUTH"]["consumer_secret"]))' | toolforge envvars create TOOL_OAUTH__CONSUMER_SECRET [tools.quickcategories]
19:25 <lucaswerkmeister> python3 -c 'import yaml; print(yaml.safe_dump(yaml.safe_load(open("config.yaml"))["OAUTH"]["consumer_key"]))' | toolforge envvars create TOOL_OAUTH__CONSUMER_KEY [tools.quickcategories]
14:12 <wmbot~lucaswerkmeister@tools-bastion-13> commented out SUMMARY_BATCH_LINK in config.yaml, TOOL_SUMMARY_BATCH_LINK envvar is now used instead [tools.quickcategories]
14:11 <lucaswerkmeister> python3 -c 'import yaml; print(yaml.safe_dump(yaml.safe_load(open("config.yaml"))["SUMMARY_BATCH_LINK"]))' | toolforge envvars create TOOL_SUMMARY_BATCH_LINK [tools.quickcategories]
12:44 <wmbot~lucaswerkmeister@tools-bastion-13> removed SUMMARY_SUFFIX from config.yaml, unused since da859e4b81 five years ago [tools.quickcategories]
2024-09-14 §
18:33 <wmbot~lucaswerkmeister@tools-bastion-13> commented out SECRET_KEY in config.yaml, TOOL_SECRET_KEY envvar is now used instead [tools.quickcategories]
18:31 <lucaswerkmeister> toolforge envvars create TOOL_SECRET_KEY "$(python3 -c 'import yaml; print(yaml.safe_load(open("config.yaml"))["SECRET_KEY"])')" [tools.quickcategories]
18:26 <wmbot~lucaswerkmeister@tools-bastion-13> deployed c2dfddb8b1 (load config from TOOL_* envvars in addition to config.yaml; no envvars actually added yet) [tools.quickcategories]
17:49 <wmbot~lucaswerkmeister@tools-bastion-13> deployed feae0e7e66 (refactor config) [tools.quickcategories]
13:44 <wmbot~lucaswerkmeister@tools-bastion-13> deployed 6d6aed57e0 (update dependencies); includes a restart of the background runner which probably “fixes” T374152 for now [tools.quickcategories]
2024-08-09 §
09:15 <wmbot~lucaswerkmeister@tools-bastion-13> kubectl rollout restart deployment background-runner # seemed stuck? [tools.quickcategories]
2024-06-12 §
20:28 <wmbot~lucaswerkmeister@tools-bastion-13> restarted webservice to pull in new image for T367345 [tools.quickcategories]
2024-04-08 §
19:14 <wmbot~lucaswerkmeister@tools-sgebastion-10> deployed 5dbb79bd6f (configure health-check-path) [tools.quickcategories]
18:18 <wmbot~lucaswerkmeister@tools-sgebastion-10> deployed 2ed8a895fd (make session permanent after login) [tools.quickcategories]
2024-01-04 §
12:52 <wm-bot> <lucaswerkmeister> deployed 3d120692b5 (update dependencies, mwparserfromhell 0.6.6) [tools.quickcategories]
2023-12-28 §
13:46 <wm-bot> <lucaswerkmeister> deployed ade8d9c639 (better whitespace cleanup) [tools.quickcategories]
11:40 <wm-bot> <lucaswerkmeister> deployed 0ad1812b77 (allow Wikifunctions) [tools.quickcategories]
2023-10-25 §
18:22 <wm-bot> <lucaswerkmeister> deployed d817ca5f60 (Werkzeug 3.0.1) [tools.quickcategories]
2023-10-03 §
12:18 <wm-bot> <lucaswerkmeister> deployed d174a2b28c (support ProofreadPage index pages; should resolve background-runner crash loop) [tools.quickcategories]
11:12 <wm-bot> <lucaswerkmeister> deployed 23486f8772 (update dependencies, Flask+Werkzeug 3) [tools.quickcategories]
2023-09-07 §
19:52 <wm-bot> <lucaswerkmeister> deployed c0be8e6bd4 (upgrade dependencies; Flask/Werkzeug, mwparserfromhell – nothing major) [tools.quickcategories]
2023-07-15 §
13:37 <wm-bot> <lucaswerkmeister> deployed a937a30991 (cleanup typings and update github actions) [tools.quickcategories]
13:28 <wm-bot> <lucaswerkmeister> deployed 7fd188d540 (Python 3.11) [tools.quickcategories]
2023-05-01 §
23:47 <wm-bot> <lucaswerkmeister> deployed 18060ebfea (upgrade dependencies, GHSA-m2qf-hxjv-5gpq) [tools.quickcategories]