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

508 commits

Author SHA1 Message Date
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
Alexandre Aubin
5f780a9aff POC for new declarative app source auto-update mechanism 2023-03-13 17:40:35 +01:00
Alexandre Aubin
ed9a2c010f appsv2: don't miserably crash when failing to convert port number because of syntaxes such as $port+1 2023-03-13 17:39:32 +01:00
Alexandre Aubin
e688c33c46 Uh wut 2023-03-09 15:59:50 +01:00
Alexandre Aubin
2dbb6f814c Iterate on convert_app_to_packaging_v2.py to parse and convert app.src stuff 2023-03-09 15:10:33 +01:00
Alexandre Aubin
f3ec4fe4d0 appv2: fix quotes around port keys 2023-03-04 18:04:50 +01:00
Alexandre Aubin
4cab9ecc45 update_app_level script: use new result endpoint 2023-03-03 22:28:14 +01:00
tituspijean
6c7c91f589
Merge pull request #1624 from YunoHost/autoupdater-upgrader 2023-03-01 21:07:21 +01:00
tituspijean
8e9b9b10dc
Fix auto-updater upgrader 2023-02-24 00:50:32 +01:00
Alexandre Aubin
56ffb0aabe appsv2: add tricks to adapt change_url script 2023-02-20 18:39:22 +01:00
ericgaspar
2d9357621f bring the badge back to a new line 2023-02-12 09:17:08 +01:00
Alexandre Aubin
147e3760c0 ci: add a check that a 'state' key does exist for every app in the catalog 2023-02-09 17:29:37 +01:00
Alexandre Aubin
726ac9527e packaging v1-v2: not 100% sure about this but it shouldnt be needed anymore to declare phpversion/YNH_PHP_VERSION, the phpversion setting will automagically be created using the dependency list 2023-02-03 02:43:20 +01:00
tituspijean
1065f87755
Add auto-updater upgrader 2023-01-29 18:32:39 +01:00
Alexandre Aubin
35da6f9e51 AutoREADME: fix trailing space ... 2023-01-21 23:40:09 +01:00
Alexandre Aubin
a6465fd421 update_app_levels: Minor quirk in major/minor regression definition 2023-01-20 18:11:29 +01:00
Alexandre Aubin
d7f0f40e88 Typo /o\ 2023-01-20 18:10:34 +01:00
Alexandre Aubin
e0832609b1 update_app_level: use absolute path for github token fetching 2023-01-20 18:07:01 +01:00
Alexandre Aubin
485861e7a8 ci: Add a proper catalog linter instead of bash mess 2023-01-20 17:33:33 +01:00
Alexandre Aubin
cd4e6f0cbc update_app_levels: autosort keys 2023-01-20 17:14:30 +01:00
Alexandre Aubin
7904db0c6a Add a new script to update levels according to CI results and create the corresponding PR 2023-01-20 16:44:00 +01:00
Alexandre Aubin
83ab9a84aa Propagate the json/yml -> toml change to README generator 2023-01-20 00:02:59 +01:00
Aris
cee5e94e39
Correction des apostrophes (signe typographique) 2023-01-16 04:59:33 +01:00
Alexandre Aubin
311c2f877e autoreadme: add toml to requirements.txt 2023-01-11 10:05:00 +01:00
Alexandre Aubin
73b070e084 make_readme: support .toml manifests 2023-01-11 09:58:45 +01:00
tituspijean
1e5f83c616
Merge pull request #1544 from YunoHost/bot-repo-cleanup 2022-12-29 16:34:14 +01:00
tituspijean
1f1d5986da
Add a file for storing the token 2022-12-29 14:50:32 +01:00
Alexandre Aubin
9cece9466d packagingv2: also autocomment nginx reload lines which are superfluous 2022-12-04 03:47:09 +01:00
Alexandre Aubin
e70808eed1
convert_app_to_packaging_v2: add explanation on the meaning of the ldap and sso keys 2022-11-27 16:39:49 +01:00
tituspijean
c87472b0e2
Remove superfluous continue clause in bot-repo-cleanup 2022-11-26 21:03:19 +01:00
tituspijean
89f1da0ca3
Optimize the bot-repo-cleanup script 2022-11-26 20:53:50 +01:00
tituspijean
e0200c729e
Comment the bot-repo-cleanup script 2022-11-26 20:45:17 +01:00
tituspijean
94cdb2ca9e
Add yunohost-bot forks cleanup script 2022-11-23 22:01:58 +01:00
Tagada
0e9c48d98b
typo 2022-10-06 23:20:19 +02:00
Tagada
1a46657e0c
Revert "Add a warning on the README when not on the master branch" 2022-10-06 23:12:37 +02:00
Alexandre Aubin
0ab409fbd0 Packaging v2: add a 'fund' key in the upstream section 2022-08-14 02:15:40 +02:00
Alexandre Aubin
5e7b298710
Merge pull request #1337 from Tagadda/enh-readme-current-branch
Add a warning on the README when not on the master branch
2022-08-07 18:47:42 +02:00
Hadrien
1ca328a6b2 patch message 2022-08-07 16:34:00 +02:00
Hadrien
b1746c1d8c Add a script to add cpe id to manifests
indent + utf8
2022-08-07 16:33:55 +02:00