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

51 commits

Author SHA1 Message Date
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
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
Félix Piédallu
cea7ad2277 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +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
OniriCorpe
444f278494
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:54 +01:00
OniriCorpe
3c1efb8029 fix if 2024-01-04 22:34:04 +01:00
OniriCorpe
8ff2088698 add changelog link for latest_github_release 2024-01-04 22:09:00 +01:00
Tagada
1008242203
Add a missing quote in autoupdate_app_sources.py 2023-09-28 19:03:27 +02:00
orhtej2
1352b4253e
Reset YNH integration version to 1 on upstream version bumps 2023-09-24 23:01:45 +02:00
Alexandre Aubin
ed9b3256be autoupdate_app_sources: don't push an upgrade if newest version is actually older than current version 2023-07-24 21:09:13 +02:00
Alexandre Aubin
906eb7b1bc autoupdate_app_sources: more human-friendly messages when data type mismatch between old and new infos 2023-07-24 20:59:46 +02:00
Alexandre Aubin
8c7798d0a1 autoupdate_app_sources: add debug info in matrix message 2023-07-24 20:43:30 +02:00
Alexandre Aubin
14002cc5e7 autoupdate_app_sources: boring special case for dokuwiki 2023-06-19 21:19:06 +02:00
Alexandre Aubin
24d49284fb autoupdate_app_sources: stupid fix for apps with tag like 'v.x.y.z' 2023-06-19 21:05:23 +02:00
Alexandre Aubin
1c3fea6e50 autoupdate app sources: skip app for which new branch already exists 2023-04-05 17:07:36 +02:00
Alexandre Aubin
09a243330b autoupdate app sources: fix asset url for latest tag strategy 2023-04-04 19:15:04 +02:00
Alexandre Aubin
c33440d0de autoupdate app sources: don't update if main version didnt change, despite previous commits 2023-04-04 18:55:05 +02:00
Alexandre Aubin
88d70749ac autoupdate app sources: some upstream repo have a trailing slash ... 2023-04-04 18:44:43 +02:00
Alexandre Aubin
05061a7ac5 Meh 2023-04-04 18:41:30 +02:00
Alexandre Aubin
df187ecbc1 autoupdate app source: add boring 'force_version' parameter for cases where the upstreams don't give a flying fuck about pushi proper tags/releases... 2023-04-04 18:32:12 +02:00
Alexandre Aubin
7daa6cc694 autoupdate app source: various script improvements after tests on the battlefield 2023-04-04 18:15:35 +02:00
Alexandre Aubin
662d9bd089 autoupdate-app-sources: always run in dry-run mode by default, even when running on the entire catalog 2023-04-04 16:25:12 +02:00
Alexandre Aubin
2939e876ff New source autoupdate: black 2023-03-28 19:28:11 +02:00
Alexandre Aubin
13b47e62a4 Improve new autoupdate mechanism, support latest_github_commit, be able to specify custom upstream to check, run in dry mode if passing an app path 2023-03-28 19:14:12 +02:00
Alexandre Aubin
d8fc762bfa New source autoupdate: black 2023-03-28 00:42:18 +02:00
Alexandre Aubin
4d6dbe6234 New source autoupdate: add logic to iterate over all relevant apps in catalog 2023-03-27 18:41:38 +02:00
Alexandre Aubin
a4f1590d45 New source autoupdate: actually create the PR using PyGithub 2023-03-27 17:50:13 +02:00
Alexandre Aubin
6d9c0c7c07 New source autoupdate: add logic to compute sha256 + update infos in manifest.toml 2023-03-21 00:24:52 +01:00