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-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] |