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

234 commits

Author SHA1 Message Date
eea62e4236 Remove duplicate data 2024-02-14 22:10:13 +01:00
610e49b1f3 Use tqdm instead of home-made progressbar 2024-02-14 22:09:36 +01:00
60831358a7 Add sys.path.insert to import appslib 2024-02-14 22:09:36 +01:00
e32c11e200 Use pathlib.Path 2024-02-14 22:09:36 +01:00
1f5b104764 Use argparse, move github auth logic temporarily in main() 2024-02-14 22:09:36 +01:00
e811fffe72 Use main() function 2024-02-14 22:09:36 +01:00
OniriCorpe
61f053f3b8 fix latest_release_html_url assignement 2024-02-14 22:06:13 +01:00
OniriCorpe
c51e87fd66 we don't need that, it's handled by GitlabAPI 2024-02-14 05:42:04 +01:00
OniriCorpe
a019ac2c63 lol forgot debug prints 2024-02-14 05:28:37 +01:00
OniriCorpe
153f3de6d9 small enhancement 2024-02-14 05:27:25 +01:00
OniriCorpe
f3743b15a3 small refactor 2024-02-14 05:00:07 +01:00
OniriCorpe
78ea65f7fc wasn't a typo lmao i'm too tired 2024-02-14 04:24:02 +01:00
OniriCorpe
f628744126 typo 2024-02-14 04:23:03 +01:00
OniriCorpe
9647844060 supports 1.13.1-2 version numbers 2024-02-14 04:21:10 +01:00
OniriCorpe
be03798ede removing irrelevant project_id 2024-02-14 04:08:31 +01:00
OniriCorpe
a213afcb8c small fixes 2024-02-14 03:58:37 +01:00
OniriCorpe
019c446f57 fix strategies (split gitea & forgejo) 2024-02-14 03:43:16 +01:00
OniriCorpe
95c1d1b14e Initial support for Gitea & Forgejo 2024-02-14 03:40:26 +01:00
Alexandre Aubin
febe3ad822 Fixes for update_app_levels.py 2024-02-09 21:41:26 +01:00
Alexandre Aubin
8522cba43e Fix list_builder.py to be compatible with Python 3.9 2024-02-09 01:41:33 +01:00
ddb6a8ae00 Small cleanup of mypy warnings 2024-02-08 23:09:11 +01:00
1ca207e0b3 Wooops, revert wrong apps_repo repo! 2024-02-08 23:08:46 +01:00
5e692f37d7 Fix scripts shebangs 2024-02-08 22:34:48 +01:00
fc32704565 woops, end of file 2024-02-08 22:20:17 +01:00
f893187abd Rename xmpplogger into logging_sender 2024-02-08 22:20:17 +01:00
dd50e4dedb don't do automatic activation of xmpplogger 2024-02-08 22:20:17 +01:00
dfd71dc71a Cleanup, isort, etc 2024-02-08 22:20:17 +01:00
950e5907ac Commonize code to read catalog, categories etc 2024-02-08 22:20:17 +01:00
4118ba6746 Oops, cleanup legacy file 2024-02-08 22:20:17 +01:00
2f3fcd24e2 Rework list_builder.py
FAAAAAASTEEEEEEER
2024-02-08 22:20:17 +01:00
c84179e33e remove unused import, chmod +x 2024-02-07 19:39:40 +01:00
Félix Piédallu
902b8f1fc8 add appslib 2024-02-07 19:37:45 +01:00
Félix Piédallu
f230dd4807 Add apps_caches.py script that handles the download of the apps cache for the other scripts 2024-02-07 19:35:07 +01:00
Félix Piédallu
e52750af38 Small cleanup 2024-02-07 17:33:01 +01:00
Félix Piédallu
3b8e9270ef Add emojis to Pr results 2024-02-07 17:30:45 +01:00
Félix Piédallu
5cb71cbe5c Handle updating pull requests 2024-02-07 17:25:16 +01:00
Félix Piédallu
89d576e20c Refactor update_appslevels.py: use argparse, gitpython, jinja2 for pr message 2024-02-07 17:24:47 +01:00
Félix Piédallu
afb5e87e45 Move list_builder.py to tools subdirectory 2024-02-07 15:13:11 +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
Alexandre Aubin
8a4789b68f
Merge branch 'master' into support_gitlab_autoupgrade 2024-01-24 00:14:59 +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
OniriCorpe
b616930a15 remove debug print 2024-01-05 20:56:36 +01:00
OniriCorpe
6592537ea6 fix title 2024-01-05 20:54:10 +01:00
OniriCorpe
2bf8888662 remove debug print 2024-01-04 23:26:37 +01:00
OniriCorpe
76117a7d12 fix return 2024-01-04 23:22:20 +01:00
OniriCorpe
5ca6a2110b get changelog link for release tarball too 2024-01-04 23:21:07 +01:00
OniriCorpe
d05a3239e4
Update tools/autoupdate_app_sources/autoupdate_app_sources.py
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-01-04 22:47:58 +01:00