1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
Félix Piédallu
73195bc785 update_app_levels: Use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
c46a9f95f4 tools: refactor github credentials location
Tools were reading github creds from all over the place.
They now all read /tools/.github_{login,token,webhook_secret}.
Updating the gitignore to reflet that.
2024-05-28 19:10:47 +02:00
alexAubin
a54dea4c2c 🎨 Format Python code with Black 2024-03-16 13:55:01 +00:00
Félix Piédallu
f4cc0f7060 update_app_levels: use tomlkit to keep the comments in apps.toml 2024-03-16 13:31:53 +01:00
OniriCorpe
d81f11f6ee 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
Alexandre Aubin
dec35f88e9 Fixes for update_app_levels.py 2024-02-09 21:41:26 +01:00
Félix Piédallu
5c660e5652 Small cleanup of mypy warnings 2024-02-08 23:09:11 +01:00
Félix Piédallu
f6b99fd888 Wooops, revert wrong apps_repo repo! 2024-02-08 23:08:46 +01:00
Félix Piédallu
9836a8092d Small cleanup 2024-02-07 17:33:01 +01:00
Félix Piédallu
fe60531955 Add emojis to Pr results 2024-02-07 17:30:45 +01:00
Félix Piédallu
e985b8bb57 Handle updating pull requests 2024-02-07 17:25:16 +01:00
Félix Piédallu
5138e099c2 Refactor update_appslevels.py: use argparse, gitpython, jinja2 for pr message 2024-02-07 17:24:47 +01:00
Félix Piédallu
a6c976b309 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
Alexandre Aubin
fe068c5195 update_app_level script: use new result endpoint 2023-03-03 22:28:14 +01:00
Alexandre Aubin
77e9a821e1 update_app_levels: Minor quirk in major/minor regression definition 2023-01-20 18:11:29 +01:00
Alexandre Aubin
1c448ef8b8 Typo /o\ 2023-01-20 18:10:34 +01:00
Alexandre Aubin
ba0fdb8ae2 update_app_level: use absolute path for github token fetching 2023-01-20 18:07:01 +01:00
Alexandre Aubin
98b87d4f72 update_app_levels: autosort keys 2023-01-20 17:14:30 +01:00
Alexandre Aubin
d5299825e6 Add a new script to update levels according to CI results and create the corresponding PR 2023-01-20 16:44:00 +01:00