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