Commit graph

721 commits

Author SHA1 Message Date
Kayou
8b4c2133cc
add key=value args if not present in install_app script 2024-06-24 15:32:52 +02:00
Salamandar
77b3b4e9d5
Merge pull request #158 from YunoHost/main_branch
support main branch for app to test as git repository
2024-05-20 20:59:11 +02:00
b97296eb77 Run resource metrics inside container.
This will provide a real RAM metric of the container, and not of the full system.

For disk usage that won't change anything.
2024-05-20 20:08:55 +02:00
Alexandre Aubin
aaca713790 Fix stupid edge case where people add comment after [install.foobar] when parsing the manifest arg list 2024-05-19 14:06:50 +02:00
211ec2aefd support main branch for app to test as git repository 2024-03-23 19:01:26 +01:00
Salamandar
b9640a3ffb
Merge pull request #156 from YunoHost/incus
Allow the use of incus instead of LXD.
2024-03-15 19:45:20 +01:00
fc79adbed4 Support different syntaxes for lxc incus snapshot create / restore 2024-03-15 16:00:13 +01:00
0998271a98 Allow the use of incus instead of LXD. In the future, we could remove LXD support, making the README way shorter (no snap, etc) 2024-03-10 00:47:09 +01:00
OniriCorpe
5934139593 fix typo 2024-03-07 16:07:41 +01:00
OniriCorpe
a10cd914da ci: add autoblacks actions 2024-03-07 16:07:41 +01:00
Félix Piédallu
11bbec5b8d Add disk usage metrics based on df output 2024-03-07 12:16:10 +01:00
d1b7d4907f When testing for app page access, reuse cookies between requests.
cURL --location will follow redirects, but by default won't reuse cookies.
Some apps, like Jackett, might add authentication cookies in a chain of redirections
Passing --cookie <useless file> to cURL tells it to keep cookies between 'sessions'.
2024-03-07 11:12:50 +01:00
Kayou
42961ea755
Merge pull request #153 from OniriCorpe/patch-1
Force current hour in UTC and show explicitly that we’re using UTC
2024-02-20 07:51:07 +01:00
OniriCorpe
074b79ea48
Force current hour in UTC and show explicitly that we’re using UTC 2024-02-20 03:30:25 +01:00
Alexandre Aubin
17a37b5927
Merge pull request #152 from Salamandar/fix_parse_tests
Ffs, add execution permission to script
2024-01-28 23:31:03 +01:00
0fba05bb5f Ffs, add execution permission to script 2024-01-28 23:29:42 +01:00
Alexandre Aubin
12412eb5a5
Merge pull request #151 from Salamandar/fix_parse_tests
Fix parse_tests_toml, oopsie on pathlib, and in the calling bash script
2024-01-28 23:27:14 +01:00
1b10f0ff76 Fix parse_tests_toml, oopsie on pathlib, and in the calling bash script 2024-01-28 23:22:00 +01:00
Alexandre Aubin
815de69187
Merge pull request #150 from Salamandar/rework
Rework a bit parse_tests_toml.py
2024-01-28 22:34:13 +01:00
a2e27999e6 parse_tests_toml: make a proper python script (chmod, shebang, argparse), use a bit typing 2024-01-28 20:43:41 +01:00
68718c951c Rework a bit default_install_args.py, make a proper python script, use typing, split into 2 functions 2024-01-28 20:37:19 +01:00
Alexandre Aubin
dbe2441b0c
Merge pull request #144 from YunoHost/yunopaste-on-failure
Publish logs with YunoPaste on failure
2024-01-22 18:29:47 +01:00
Alexandre Aubin
7cdffc745c Fix boring issue with preinstalling apt dependencies in the context of transmission/cockpit: ignore apt dependencies starting with the app's id 2024-01-22 16:00:29 +01:00
Alexandre Aubin
9627a8c0a3 Make sure to generate the psql password to prevent warnings 2024-01-10 22:06:18 +01:00
Alexandre Aubin
ac8108a352 Woopsies 2024-01-10 21:44:31 +01:00
Alexandre Aubin
8e267559a7 Restructure some stuff to improve UX, ideally don't want to wait for the apt deps to install before being able to know which yunohost version is running and package linter ... 2024-01-10 21:41:48 +01:00
Alexandre Aubin
1dda43eef4 Zgrompf 2024-01-10 21:22:35 +01:00
Alexandre Aubin
2def397a8a Need those classic option for noninteractive apt etc.. 2024-01-10 21:18:02 +01:00
Alexandre Aubin
94abddf58d yolo: attempt to preinstall apt dependencies in the initial lxc snapshot 2024-01-10 21:13:08 +01:00
Alexandre Aubin
e7b47542c8 People keep writing name = 'Upgrade from x.y.z' but then it's also added by the test code which ends up in 'Upgrade from Upgrade from x.y.z' 2024-01-08 19:37:01 +01:00
Alexandre Aubin
3b76e5159a
Merge pull request #148 from Salamandar/patch-1
Fix get_default_values
2024-01-06 17:09:10 +01:00
Salamandar
472e316a97
Fix get_default_values
For choices, default value is the first of either list or dict.
2024-01-06 17:06:39 +01:00
Alexandre Aubin
27c4baa97b Revert "..."
This reverts commit 6953d958e6.
2024-01-02 18:04:37 +01:00
Alexandre Aubin
6953d958e6 ... 2024-01-02 02:37:02 +01:00
Alexandre Aubin
fa38485328 Revert "More stupid debugging because i can't even"
This reverts commit 81ffd3b7bf.
2024-01-01 23:49:49 +01:00
Alexandre Aubin
1edcae1153 Revert "Add some debug because something funky seems to be happening with the value of check_path ..."
This reverts commit 3e1708969e.
2024-01-01 23:49:48 +01:00
Alexandre Aubin
81ffd3b7bf More stupid debugging because i can't even 2024-01-01 23:20:49 +01:00
Alexandre Aubin
3e1708969e Add some debug because something funky seems to be happening with the value of check_path ... 2024-01-01 22:39:02 +01:00
Alexandre Aubin
b8606ecc5e Fix a stupid issue in which a custom arg ending with _path would get its value replaced instead of the actual path é_è 2023-12-31 18:08:18 +01:00
Alexandre Aubin
fee310b0b2 yolo: drop test for 'private' install on bookworm ... 2023-11-23 21:11:34 +01:00
Tagada
b23959a61a Publish logs with YunoPaste on failure 2023-09-26 18:54:41 +02:00
Alexandre Aubin
bea9c77046
Merge pull request #143 from YunoHost/Tagadda-patch-1
Don't remove the app when install fails
2023-09-26 17:59:39 +02:00
Tagada
22dacd70fd
Don't remove the app when install fails 2023-09-26 16:14:14 +02:00
Alexandre Aubin
06107167bf
Merge pull request #142 from orhtej2/patch-1
Don't create safety backup when testing upgrade.
2023-09-25 13:13:58 +02:00
orhtej2
62b7e02f12
Don't create safety backup when testing upgrade. 2023-09-25 12:59:20 +02:00
Alexandre Aubin
b8f23983d6 Previous commit was the other way around ... the real key used by bash script is install_args, the one from toml is 'args' 2023-07-21 02:58:55 +02:00
Alexandre Aubin
1ba05dda6d Add --dry-run option to debug what tests are going to be ran exactly 2023-07-21 02:56:43 +02:00
Alexandre Aubin
0b71d81f91 Fix args in test_upgrade_from not being taken into account because of confusion betweenaargs and install_args 2023-07-21 00:09:02 +02:00
Alexandre Aubin
3529409001 Fix config panel test ? 2023-07-09 19:03:45 +02:00
Alexandre Aubin
d02957319a Yolo-add transversal test that config panel does work after install/upgrade/restore 2023-07-09 16:03:44 +02:00