1
0
Fork 0
Commit graph

667 commits

Author SHA1 Message Date
Félix Piédallu
aacce11e4e Fix app_caches.py 2024-09-14 12:00:12 +02:00
Félix Piédallu
f80106a29e Merge requirements.txt 2024-09-14 12:00:12 +02:00
Félix Piédallu
aadb331616 Update gitignore after repo split 2024-09-14 12:00:12 +02:00
Félix Piédallu
f391deaf01 get_apps_repo.from_args: support when allow_temp was false 2024-09-13 11:20:18 +02:00
Félix Piédallu
0ea25c671e Refactor autopatch: use a AppToPatch class that regroups actions, put loops outside the action functions 2024-09-12 18:14:14 +02:00
Félix Piédallu
fad36a07dc Rename patch.sh to patch and chmod +x and add shebang, for compat with python 2024-09-12 18:14:14 +02:00
root
b8baa56ea8 Fix: maintenance.sh was using the wrong apps_cache dir 2024-09-12 15:55:36 +00:00
root
ae382dcb43 Fix maintenance.sh: tools should use local apps repository 2024-09-12 13:43:13 +00:00
Félix Piédallu
32b0416336 autoupdate_app_sources: Fix debugging exit()... 2024-09-12 14:49:46 +02:00
github-actions[bot]
ebb1b75bc3 🎨 Format Python code with Black (#2582)
Co-authored-by: Salamandar <6552989+Salamandar@users.noreply.github.com>
2024-09-12 14:48:36 +02:00
Félix Piédallu
f1c90b93b5 Update maintenance.sh to use app_caches.py explicitly 2024-09-12 14:39:40 +02:00
Félix Piédallu
3faa54dfbe list_builder: use ge_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
cd1f9363d2 catalog_linter: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
7b0e26fc5b app_caches: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
a1b9ade4f1 readme_generator: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
539dc79e51 autoupdate_app_sources: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
a039a43ed6 make_readme: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
71420f1c17 save_added_date: use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
73195bc785 update_app_levels: Use get_apps_repo 2024-09-12 14:39:40 +02:00
Félix Piédallu
5613dcb86d tools: add get_apps_repo.py, a lib that allows to pass --apps-repo or --apps-dir to tools or the env var YNH_APPS_DIR 2024-09-12 14:39:40 +02:00
Félix Piédallu
a08974bf87 Refactor app_caches: use a class to store local data 2024-09-12 14:39:40 +02:00
Félix Piédallu
6b17d3125e autopatch: do not rely on REPO_APPS_ROOT 2024-09-12 14:39:40 +02:00
Félix Piédallu
3959147809 autoupdate_app_sources: do not rely on REPO_APPS_ROOT 2024-09-12 14:39:40 +02:00
Félix Piédallu
109bbd27f2 autopatches: use argparse 2024-09-12 14:39:40 +02:00
Félix Piédallu
746133594c Cleanup unused api in appslib.utils 2024-09-12 14:39:40 +02:00
Félix Piédallu
7042ffbd63 Better scripting, and exit on git pull 2024-09-09 17:24:58 +02:00
Félix Piédallu
3252e9744f Send message to maintainers chan if local changes are present 2024-09-09 14:43:26 +02:00
YunoHost Bot
3223cad34e Translated readme-generator using Weblate (Dutch) (#2568)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/nl/

Co-authored-by: Mer <git@meriam.dev>
2024-09-06 23:20:29 +02:00
YunoHost Bot
1117915cf5 Translated readme-generator using Weblate (Dutch) (#2563)
Currently translated at 89.7% (35 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/nl/

Co-authored-by: Mer <git@meriam.dev>
2024-09-05 21:16:35 +02:00
GreNa
c0e2ece0ba Translated readme-generator using Weblate (Spanish)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/es/
2024-09-02 22:56:58 +02:00
Alexandre Aubin
9c418434e8 maintenance.sh: Silence pip install -r requirements.txt (otherwise displayed in every cron job mail) (#2545) 2024-08-30 18:29:14 +02:00
Félix Piédallu
b42702dd1f Update tools venv after git pull 2024-08-30 13:52:07 +02:00
José M
6024c06a4a Translated readme-generator using Weblate (Galician)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/gl/
2024-08-29 22:59:40 +02:00
Salamandar
5a966c4873 🎨 Format Python code with Black 2024-08-28 21:35:11 +02:00
Félix Piédallu
75d50a2a55 Add DownloadPageAPI to the autoupdater to download from HTML web pages 2024-08-28 21:08:10 +02:00
Félix Piédallu
e93bf7f0ff autoupdater: Move upstream.rstrip('/') to rest_api classes 2024-08-28 21:08:10 +02:00
Félix Piédallu
8495456aac app_caches: git pull when downloading all branches 2024-08-28 19:01:02 +02:00
Félix Piédallu
6be9d2ff17 Return None when catching an exception 2024-08-28 19:01:02 +02:00
github-actions[bot]
9bedbd5645 Format Python code with Black (#2531)
Co-authored-by: tituspijean <8769166+tituspijean@users.noreply.github.com>
2024-08-18 13:45:09 +02:00
tituspijean
d1fad8abf2 Enhance app rejection (#2528) 2024-08-18 13:42:39 +02:00
tituspijean
5d2ee37424 🎨 Format Python code with Black 2024-08-18 02:01:21 +02:00
tituspijean
b06f909c9d Implement an app rejection list (#2515)
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
2024-08-18 01:52:37 +02:00
tituspijean
5ef9e66b3a Update .gitignore (#2523) 2024-08-17 13:34:01 +02:00
yunohost-bot
d1bfe996ad 🎨 Format Python code with Black 2024-08-17 12:02:01 +02:00
root
f6cb50d374 Fix webhooks: they should return response.empty (no error) on github_post if it's not a valid PR 2024-08-17 09:51:19 +00:00
Félix Piédallu
4c04ef911c not .as_string() 2024-08-14 12:34:31 +02:00
Félix Piédallu
921890c6e9 Fix revision split 2024-08-14 12:34:31 +02:00
Félix Piédallu
4131b654ab Fix: need to get pr infos 2024-08-14 12:34:31 +02:00
Félix Piédallu
c6f680a1bc Add ! bump comment webhook 2024-08-14 12:34:31 +02:00
Ivan Davydov
d645abe6ff Translated readme-generator using Weblate (Russian)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/ru/
2024-08-11 01:10:20 +02:00