1
0
Fork 0
Commit graph

308 commits

Author SHA1 Message Date
Alexandre Aubin
64e1467143 Merge pull request #2027 from Salamandar/fix_autoupdater
Fix autoupdater
2024-02-15 23:31:21 +01:00
Félix Piédallu
5be1f4f2e2 Use a state enum to handle already existing update prs 2024-02-15 23:13:16 +01:00
Félix Piédallu
83ae0689b0 autoupdate_app_sources: set proper defaults on argparse, just to be sure 2024-02-15 22:52:11 +01:00
Alexandre Aubin
892218e909 Merge pull request #2026 from Salamandar/compat_union_optional
Fix compatibility with python3.9: use union, optional from typing
2024-02-15 22:47:41 +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
908f26b115 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 22:42:06 +01:00
Alexandre Aubin
d31f1a2775 Merge pull request #2023 from Salamandar/rework_autoupdater
Rework autoupdater - part 3
2024-02-15 17:22:07 +01:00
Alexandre Aubin
b741b6dc2a Add cron stuff 2024-02-15 17:15:08 +01:00
Félix Piédallu
1509a0c2ed Add back the logging_sender 2024-02-15 17:12:41 +01:00
Félix Piédallu
7ee6711119 Cleanup for mypy, code simplification 2024-02-15 17:12:41 +01:00
Félix Piédallu
ae6b32c786 Handle invalid syntax in some local app's manifest during initial apps listing 2024-02-15 17:12:41 +01:00
Félix Piédallu
51dd818445 Remove debug print 2024-02-15 17:12:41 +01:00
Alexandre Aubin
81730cbb50 Merge pull request #2022 from Salamandar/rename_readme_generator
Rename readme generator
2024-02-15 17:03:57 +01:00
Félix Piédallu
e02e54dc5f Rename README-generator -> readme_generator because python tools hate caps… 2024-02-15 15:03:31 +01:00
Félix Piédallu
4bee6c7ca4 Reorganize the gitignore 2024-02-15 15:03:11 +01:00
Alexandre Aubin
e6903bf275 Merge pull request #2019 from Salamandar/rework_autoupdater
Rework autoupdater - part 2
2024-02-15 01:12:44 +01:00
Alexandre Aubin
29c0bb9c46 Merge pull request #2015 from Salamandar/rework_autoupdater_part_1
Rework autoupdater part 1
2024-02-15 01:11:33 +01:00
Alexandre Aubin
ee5c07c1a9 Merge pull request #2018 from Salamandar/fix_rest_api
Fix typing for giteaforgejoapi, fix url_for_ref for gitlab
2024-02-15 01:11:13 +01:00
Félix Piédallu
c0f75ea887 Remove testing 2024-02-15 00:05:23 +01: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
382d6b3f47 Fix typing for giteaforgejoapi, fix url_for_ref for gitlab 2024-02-14 23:56:32 +01:00
Alexandre Aubin
51c67407de Merge pull request #2016 from Salamandar/list_builder_argparse
tools/list_builder.py: use argparse
2024-02-14 22:59:20 +01:00
Félix Piédallu
14b2409058 tools/list_builder.py: use argparse to set target dir, jobs count, and disable cache updating 2024-02-14 22:44:19 +01:00
Félix Piédallu
a791da9c3e finish autoupdater rework 2024-02-14 22:10:33 +01:00
Félix Piédallu
878ea4640a Revamp autoupdate_app_sources.py 2024-02-14 22:10:32 +01:00
Félix Piédallu
6a829ebbac Small cleanup of autoupdate try..except..else 2024-02-14 22:10:13 +01:00
Félix Piédallu
292154c109 Remove duplicate data 2024-02-14 22:10:13 +01:00
Félix Piédallu
20081a9620 Use tqdm instead of home-made progressbar 2024-02-14 22:09:36 +01:00
Félix Piédallu
350d083122 Add sys.path.insert to import appslib 2024-02-14 22:09:36 +01:00
Félix Piédallu
9ed2f8d017 Use pathlib.Path 2024-02-14 22:09:36 +01:00
Félix Piédallu
b5af26a872 Use argparse, move github auth logic temporarily in main() 2024-02-14 22:09:36 +01:00
Félix Piédallu
0af4cc2148 Use main() function 2024-02-14 22:09:36 +01:00
Tagada
b06e6dfd85 Merge pull request #2014 from OniriCorpe/fix-autoupdate
fix latest_release_html_url assignement
2024-02-14 22:09:04 +01:00
OniriCorpe
a13d6eb44d fix latest_release_html_url assignement 2024-02-14 22:06:13 +01:00
Alexandre Aubin
92e6832978 Merge pull request #2012 from OniriCorpe/gitea-forgejo-api-autoupdate
Auto-updater: Initial support for Gitea & Forgejo
2024-02-14 15:39:16 +01:00
OniriCorpe
480b337914 we don't need that, it's handled by GitlabAPI 2024-02-14 05:42:04 +01:00
OniriCorpe
2c960ebc3b lol forgot debug prints 2024-02-14 05:28:37 +01:00
OniriCorpe
9f6036d471 small enhancement 2024-02-14 05:27:25 +01:00
OniriCorpe
fb0e0e12d1 small refactor 2024-02-14 05:00:07 +01:00
OniriCorpe
5570b003ab wasn't a typo lmao i'm too tired 2024-02-14 04:24:02 +01:00
OniriCorpe
a83dd3fdf0 typo 2024-02-14 04:23:03 +01:00
OniriCorpe
f58c3aeb0a supports 1.13.1-2 version numbers 2024-02-14 04:21:10 +01:00
OniriCorpe
2189b3e602 removing irrelevant project_id 2024-02-14 04:08:31 +01:00
OniriCorpe
0ef037d7de small fixes 2024-02-14 03:58:37 +01:00
OniriCorpe
d65a43a89d fix strategies (split gitea & forgejo) 2024-02-14 03:43:16 +01:00
OniriCorpe
5f1a16d36c Initial support for Gitea & Forgejo 2024-02-14 03:40:26 +01:00
Alexandre Aubin
dec35f88e9 Fixes for update_app_levels.py 2024-02-09 21:41:26 +01:00
Alexandre Aubin
43f3495257 Fix list_builder.py to be compatible with Python 3.9 2024-02-09 01:41:33 +01:00
Alexandre Aubin
f1e7901e52 Merge pull request #2004 from Salamandar/fixes
Fixes
2024-02-08 23:10:30 +01:00
Félix Piédallu
5c660e5652 Small cleanup of mypy warnings 2024-02-08 23:09:11 +01:00