|
fe78e23bb7
|
Cleanup for mypy, code simplification
|
2024-02-15 17:12:41 +01:00 |
|
|
2777015097
|
Handle invalid syntax in some local app's manifest during initial apps listing
|
2024-02-15 17:12:41 +01:00 |
|
|
711f71d68e
|
Remove debug print
|
2024-02-15 17:12:41 +01:00 |
|
Alexandre Aubin
|
f5fe0eac24
|
Merge pull request #2022 from Salamandar/rename_readme_generator
Rename readme generator
|
2024-02-15 17:03:57 +01:00 |
|
|
fec15f5dea
|
Rename README-generator -> readme_generator because python tools hate caps…
|
2024-02-15 15:03:31 +01:00 |
|
Alexandre Aubin
|
fd304e8e76
|
Merge pull request #2019 from Salamandar/rework_autoupdater
Rework autoupdater - part 2
|
2024-02-15 01:12:44 +01:00 |
|
Alexandre Aubin
|
781cccde37
|
Merge pull request #2015 from Salamandar/rework_autoupdater_part_1
Rework autoupdater part 1
|
2024-02-15 01:11:33 +01:00 |
|
Alexandre Aubin
|
8ce78a9c7e
|
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 |
|
|
4af0a19501
|
Remove testing
|
2024-02-15 00:05:23 +01:00 |
|
|
a5dafede4c
|
Fix typing for giteaforgejoapi, fix url_for_ref for gitlab
|
2024-02-15 00:03:39 +01:00 |
|
|
62e793b69a
|
Fix typing for giteaforgejoapi, fix url_for_ref for gitlab
|
2024-02-14 23:56:32 +01:00 |
|
Alexandre Aubin
|
eea3d6cb8a
|
Merge pull request #2016 from Salamandar/list_builder_argparse
tools/list_builder.py: use argparse
|
2024-02-14 22:59:20 +01:00 |
|
|
3ba7092d27
|
tools/list_builder.py: use argparse to set target dir, jobs count, and disable cache updating
|
2024-02-14 22:44:19 +01:00 |
|
|
f606c77e9c
|
finish autoupdater rework
|
2024-02-14 22:10:33 +01:00 |
|
|
b8b7eb3a78
|
Revamp autoupdate_app_sources.py
|
2024-02-14 22:10:32 +01:00 |
|
|
d13d8e275f
|
Small cleanup of autoupdate try..except..else
|
2024-02-14 22:10:13 +01:00 |
|
|
c94268519e
|
Remove duplicate data
|
2024-02-14 22:10:13 +01:00 |
|
|
8b7465d1e5
|
Use tqdm instead of home-made progressbar
|
2024-02-14 22:09:36 +01:00 |
|
|
5c63af8814
|
Add sys.path.insert to import appslib
|
2024-02-14 22:09:36 +01:00 |
|
|
52fe42cb4d
|
Use pathlib.Path
|
2024-02-14 22:09:36 +01:00 |
|
|
428044088f
|
Use argparse, move github auth logic temporarily in main()
|
2024-02-14 22:09:36 +01:00 |
|
|
e41dd944e5
|
Use main() function
|
2024-02-14 22:09:36 +01:00 |
|
Tagada
|
18a7b146e6
|
Merge pull request #2014 from OniriCorpe/fix-autoupdate
fix latest_release_html_url assignement
|
2024-02-14 22:09:04 +01:00 |
|
OniriCorpe
|
99a5cd74bd
|
fix latest_release_html_url assignement
|
2024-02-14 22:06:13 +01:00 |
|
Alexandre Aubin
|
5d1230692b
|
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
|
d488c22561
|
we don't need that, it's handled by GitlabAPI
|
2024-02-14 05:42:04 +01:00 |
|
OniriCorpe
|
d793e0db05
|
lol forgot debug prints
|
2024-02-14 05:28:37 +01:00 |
|
OniriCorpe
|
83b1786264
|
small enhancement
|
2024-02-14 05:27:25 +01:00 |
|
OniriCorpe
|
46cca08476
|
small refactor
|
2024-02-14 05:00:07 +01:00 |
|
OniriCorpe
|
c201929f22
|
wasn't a typo lmao i'm too tired
|
2024-02-14 04:24:02 +01:00 |
|
OniriCorpe
|
9b4f0d38c3
|
typo
|
2024-02-14 04:23:03 +01:00 |
|
OniriCorpe
|
0b652381e1
|
supports 1.13.1-2 version numbers
|
2024-02-14 04:21:10 +01:00 |
|
OniriCorpe
|
8a5355ff4a
|
removing irrelevant project_id
|
2024-02-14 04:08:31 +01:00 |
|
OniriCorpe
|
9447b7d343
|
small fixes
|
2024-02-14 03:58:37 +01:00 |
|
OniriCorpe
|
b2f45c7cff
|
fix strategies (split gitea & forgejo)
|
2024-02-14 03:43:16 +01:00 |
|
OniriCorpe
|
f9d938ff87
|
Initial support for Gitea & Forgejo
|
2024-02-14 03:40:26 +01:00 |
|
Alexandre Aubin
|
696884d41b
|
Fixes for update_app_levels.py
|
2024-02-09 21:41:26 +01:00 |
|
Alexandre Aubin
|
1ff9b48b77
|
Fix list_builder.py to be compatible with Python 3.9
|
2024-02-09 01:41:33 +01:00 |
|
Alexandre Aubin
|
3c273f3e30
|
Merge pull request #2004 from Salamandar/fixes
Fixes
|
2024-02-08 23:10:30 +01:00 |
|
|
662f1b5ec4
|
Small cleanup of mypy warnings
|
2024-02-08 23:09:11 +01:00 |
|
|
ca50208894
|
Wooops, revert wrong apps_repo repo!
|
2024-02-08 23:08:46 +01:00 |
|
Alexandre Aubin
|
4df78dad97
|
Merge pull request #1999 from Salamandar/refactor
Rework list_builder.py
|
2024-02-08 22:38:54 +01:00 |
|
|
9368e485cf
|
Fix scripts shebangs
|
2024-02-08 22:34:48 +01:00 |
|
|
6d2984cf2e
|
woops, end of file
|
2024-02-08 22:20:17 +01:00 |
|
|
5ea1086f1d
|
Rename xmpplogger into logging_sender
|
2024-02-08 22:20:17 +01:00 |
|
|
c67fa0e7c6
|
don't do automatic activation of xmpplogger
|
2024-02-08 22:20:17 +01:00 |
|
|
9b9806914b
|
Cleanup, isort, etc
|
2024-02-08 22:20:17 +01:00 |
|
|
12b5fdc5d9
|
Commonize code to read catalog, categories etc
|
2024-02-08 22:20:17 +01:00 |
|
|
d714790ebf
|
Oops, cleanup legacy file
|
2024-02-08 22:20:17 +01:00 |
|
|
9d5f16378e
|
Rework list_builder.py
FAAAAAASTEEEEEEER
|
2024-02-08 22:20:17 +01:00 |
|