1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Commit graph

16 commits

Author SHA1 Message Date
OniriCorpe
1880b5eaa7 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
40c5a04f51 Fix some gitlab instances that return 404 on url-encoded project paths, by calling search 2024-02-24 22:15:28 +01:00
4a06a1ee8f autoupdater: Fix double slash in gitlab and gitea forges 2024-02-19 16:38:51 +01:00
4107216ab3 Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00
03facd3df8 Fix autoupdater for forges allowing for non-domain-root install and multiple levels of projects 2024-02-16 22:45:54 +01:00
dab2524f9c rest_api: rename properties for readability 2024-02-16 19:35:23 +01:00
64aa8fe4f4 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 21:42:59 +00:00
1c260fa6b6 Fix typing for giteaforgejoapi, fix url_for_ref for gitlab 2024-02-15 00:03:39 +01:00
42b97a2df8 Revamp autoupdate_app_sources.py 2024-02-14 22:10:32 +01:00
OniriCorpe
be03798ede removing irrelevant project_id 2024-02-14 04:08:31 +01:00
OniriCorpe
95c1d1b14e Initial support for Gitea & Forgejo 2024-02-14 03:40:26 +01:00
Félix Piédallu
cea7ad2277 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
0e0f35372c Use direct API request for projects instead of search 2024-01-26 22:52:33 +01:00
orhtej2
cf8f6f7d28 Support for GitLab upstream repos part 2. 2024-01-24 19:32:24 +01:00
orhtej2
66ff33a476 Initial support for Gitlab 2024-01-23 23:37:24 +01:00
orhtej2
aa7fc2859b Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00