Commit graph

508 commits

Author SHA1 Message Date
OniriCorpe
afa48673ed bypass_ratelimit if staff 2024-02-21 22:52:44 +01:00
Bram
ff1decee07 Merge pull request #2038 from OniriCorpe/patch-2
Wishlist adding: Many texts improvements, to enhance user understanding
2024-02-20 21:38:40 +01:00
Tagada
62e40f9053 Merge pull request #2039 from Salamandar/fix_double_slash
autoupdater: Fix double slash in gitlab and gitea forges
2024-02-19 17:16:57 +01:00
0eb09e4c3f autoupdater: Fix double slash in gitlab and gitea forges 2024-02-19 16:38:51 +01:00
OniriCorpe
5efbd25a61 Merge branch 'patch-2' of git@github.com:OniriCorpe/apps.git 2024-02-19 05:00:19 +01:00
OniriCorpe
4ffee0fcc2 smol translation fix 2024-02-19 05:00:11 +01:00
OniriCorpe
5de526ae56 Update README.md 2024-02-19 04:51:49 +01:00
OniriCorpe
308928d727 updating translations & smol fixes 2024-02-19 02:31:41 +01:00
OniriCorpe
c3323b7c99 Update app.py 2024-02-19 02:19:21 +01:00
OniriCorpe
86128678fe Update app.py 2024-02-19 01:34:28 +01:00
OniriCorpe
1df39a3805 Update app.py 2024-02-19 01:23:30 +01:00
OniriCorpe
1abc081ff8 Add ‘pip3 install tqdm GitPython’ required for list_builder.py 2024-02-19 01:10:27 +01:00
OniriCorpe
1a00426b82 Allow html in errormsg 2024-02-18 22:42:43 +01:00
OniriCorpe
80ef129539 Many texts improvements, to enhance user understanding 2024-02-18 22:40:21 +01:00
Tagada
e4c59db72f Merge pull request #2033 from Salamandar/fix_version_number
Fix version numbering in source autoupdating (remove leading v)
2024-02-17 19:10:31 +01:00
bce1706717 Fix version numbering in source autoupdating (remove leading v) 2024-02-17 19:06:20 +01:00
Alexandre Aubin
81f66a1fac Merge pull request #2032 from Salamandar/fix_autoupdater
autoupdate.version_regex: allow multiple capture groups, splitted by '.'
2024-02-17 16:04:07 +01:00
1129b266eb autoupdate.version_regex: allow multiple capture groups, splitted by '.' 2024-02-17 16:00:52 +01:00
Alexandre Aubin
85ab519650 Merge pull request #2030 from Salamandar/fix_autoupdater
Update the autoupdater
2024-02-17 00:39:43 +01:00
56a2358537 Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
2024-02-17 00:04:00 +01:00
232117f248 Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00
9b91836273 autoupdater: Call infos.get("autoupdate") way sooner for cleaner code 2024-02-16 22:46:00 +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
1b8c7d5a95 Clean message issues 2024-02-16 19:35:23 +01:00
c4c931bdf1 remove roge double quote 2024-02-16 19:35:23 +01:00
8bdfbc8010 Handle cases with already existing branch / commit 2024-02-16 19:35:23 +01:00
37d6c96235 Fix duplicate code 2024-02-16 19:35:23 +01:00
Alexandre Aubin
1d6e4932c9 Merge pull request #2027 from Salamandar/fix_autoupdater
Fix autoupdater
2024-02-15 23:31:21 +01:00
5bd6cac198 Use a state enum to handle already existing update prs 2024-02-15 23:13:16 +01:00
75e18e9405 autoupdate_app_sources: set proper defaults on argparse, just to be sure 2024-02-15 22:52:11 +01:00
454d70eec4 Add proper arguments to autoupdate_app_sources.py 2024-02-15 22:51:45 +01:00
Alexandre Aubin
6349f81a44 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
a52ff3cc72 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 21:42:59 +00:00
250612694b Fix compatibility with python3.9: use union, optional from typing 2024-02-15 22:42:06 +01:00
Alexandre Aubin
4d0c817244 Merge pull request #2023 from Salamandar/rework_autoupdater
Rework autoupdater - part 3
2024-02-15 17:22:07 +01:00
Alexandre Aubin
d450e9decd Add cron stuff 2024-02-15 17:15:08 +01:00
fb825b0eba Add back the logging_sender 2024-02-15 17:12:41 +01:00
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