Commit graph

16 commits

Author SHA1 Message Date
OniriCorpe
c4ac379b56 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
d96f8a5187 Fix some gitlab instances that return 404 on url-encoded project paths, by calling search 2024-02-24 22:15:28 +01:00
0eb09e4c3f autoupdater: Fix double slash in gitlab and gitea forges 2024-02-19 16:38:51 +01:00
232117f248 Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00
ca8ef0f901 Fix autoupdater for forges allowing for non-domain-root install and multiple levels of projects 2024-02-16 22:45:54 +01:00
3c3518916c rest_api: rename properties for readability 2024-02-16 19:35:23 +01:00
a52ff3cc72 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 21:42:59 +00:00
a5dafede4c Fix typing for giteaforgejoapi, fix url_for_ref for gitlab 2024-02-15 00:03:39 +01:00
b8b7eb3a78 Revamp autoupdate_app_sources.py 2024-02-14 22:10:32 +01:00
OniriCorpe
8a5355ff4a removing irrelevant project_id 2024-02-14 04:08:31 +01:00
OniriCorpe
f9d938ff87 Initial support for Gitea & Forgejo 2024-02-14 03:40:26 +01:00
Félix Piédallu
73296ab02d python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
d3e6f48c51 Use direct API request for projects instead of search 2024-01-26 22:52:33 +01:00
orhtej2
77ef621f38 Support for GitLab upstream repos part 2. 2024-01-24 19:32:24 +01:00
orhtej2
e8aafd0b89 Initial support for Gitlab 2024-01-23 23:37:24 +01:00
orhtej2
94f7c78328 Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00