1
0
Fork 0
Commit graph

23 commits

Author SHA1 Message Date
orhtej2
1bbdbf1029 Strip the trailing / from project name. 2024-09-16 12:08:15 +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
github-actions[bot]
6332665748 🎨 Format Python code with Black (#2475)
Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com>
2024-07-15 16:36:06 +02:00
Mateusz
9afa3e01bb Provide links to changed assets - release notes, tag page, changelog between commits. 2024-07-15 16:32:58 +02:00
Alexandre Aubin
a842cd314c Boring fixes for app sources autoupdater (#2334)
* autoupdate app sources: Stupid ad-hoc patch for focalboard where 7.11.4 doesn't have the proper asset

* autoupdate app sources: add ?per_page=100 to github api release fetching for bazaar...
2024-05-13 18:59:53 +02:00
OniriCorpe
d81f11f6ee 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
Félix Piédallu
7fe5e1a8e2 Fix some gitlab instances that return 404 on url-encoded project paths, by calling search 2024-02-24 22:15:28 +01:00
Félix Piédallu
5b33638e20 autoupdater: Fix double slash in gitlab and gitea forges 2024-02-19 16:38:51 +01:00
Félix Piédallu
60ee37c240 Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00
Félix Piédallu
189462259c Fix autoupdater for forges allowing for non-domain-root install and multiple levels of projects 2024-02-16 22:45:54 +01:00
Félix Piédallu
408827f902 rest_api: rename properties for readability 2024-02-16 19:35:23 +01:00
Félix Piédallu
79a74bf846 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 21:42:59 +00:00
Félix Piédallu
76aa4c9f0a Fix typing for giteaforgejoapi, fix url_for_ref for gitlab 2024-02-15 00:03:39 +01:00
Félix Piédallu
878ea4640a Revamp autoupdate_app_sources.py 2024-02-14 22:10:32 +01:00
OniriCorpe
2189b3e602 removing irrelevant project_id 2024-02-14 04:08:31 +01:00
OniriCorpe
5f1a16d36c Initial support for Gitea & Forgejo 2024-02-14 03:40:26 +01:00
Félix Piédallu
a6c976b309 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
Félix Piédallu
ef15049979 Use direct API request for projects instead of search 2024-01-26 22:52:33 +01:00
orhtej2
bb638b1d61 Support for GitLab upstream repos part 2. 2024-01-24 19:32:24 +01:00
orhtej2
6afca1e82a Initial support for Gitlab 2024-01-23 23:37:24 +01:00
orhtej2
bfaf681369 Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00