Commit graph

116 commits

Author SHA1 Message Date
Alexandre Aubin
f8f48a7e7f
Attempt to display error info for php apps when encountering 50x errors 2021-04-19 18:29:44 +02:00
Kay0u
6161d43650
remove the parentheses from the install args 2021-03-29 11:21:30 +02:00
Alexandre Aubin
cbe130a714
Fix service name parsing, there's a stupid ● hanging on the line 2021-03-26 15:57:57 +01:00
Alexandre Aubin
a84c5f760f
Revert 8bd0cdffa4 until we find a proper fix 2021-03-25 02:29:14 +01:00
Alexandre Aubin
474ada2bd9
Only handle shitload-of-warnings as an actual error if it's > 200 2021-03-23 23:37:22 +01:00
Alexandre Aubin
2474602713
Move the new shitload-of-warning test for level 7 definition 2021-03-23 23:33:56 +01:00
Kay0u
8bd0cdffa4
remove awk from install_args parse because it wuks without 2021-03-23 20:56:44 +01:00
Alexandre Aubin
8b6190a6ae
Merge pull request #104 from YunoHost/fix-lxc-exec
Fix lxc exec
2021-03-23 00:39:18 +01:00
Alexandre Aubin
af9fab5bfa
Revert the removal of awk/tr, needed because there are some stupid trailing (DOMAIN) and similar stuff ... Gotta see later how to handle properly args containing spaces 2021-03-23 00:37:30 +01:00
Alexandre Aubin
b70d9d362f Lower shitload-number-of-warning treshold to 50 2021-03-22 22:44:50 +01:00
Alexandre Aubin
24644664a1 Add --all to systemctl to also hopefully catch disabled services 2021-03-22 22:44:17 +01:00
Kay0u
b18ac0b157
double quotes action/config tests args 2021-03-22 14:53:16 +01:00
Kay0u
ee6c5571ad
use commit as name if the folder doesn't exist 2021-03-22 14:36:17 +01:00
Kay0u
529fb591de
fix double quotes around lxc exec 2021-03-22 14:27:39 +01:00
Alexandre Aubin
d2777febbb Add an error message if there's some file being found as 'manually modified' during upgrade 2021-03-20 13:45:25 +01:00
Alexandre Aubin
d885ce2308 Misc fixes attempt 2021-03-17 19:17:09 +01:00
Alexandre Aubin
763f293531 Add an error message when /var/www/ is world-readable/enterable 2021-03-13 02:28:53 +01:00
Alexandre Aubin
1b3f2fba0f Did I break everything again ? You can't prove it! 2021-03-09 16:15:50 +01:00
Alexandre Aubin
473da583d2 Can't have pipe in LXC_EXEC commands 2021-03-09 14:23:45 +01:00
Alexandre Aubin
280c3261d6 Uhoh tests were not failing anymore 2021-03-09 06:08:56 +01:00
Alexandre Aubin
465f490653 Whoopsies 2021-03-09 00:00:35 +01:00
Alexandre Aubin
ed7be85005 Add a check that there isn't a shitload of warnings in the script outputs 2021-03-08 20:27:30 +01:00
Alexandre Aubin
faa67b38e2 Try to display service logs when hitting 50x errors 2021-03-08 19:11:43 +01:00
Alexandre Aubin
f4523d8e87 Tweak retry timing when there's a 502 ? 2021-03-08 18:57:19 +01:00
Alexandre Aubin
1047c3c148 Only check upgrade from same version for level 3 2021-03-03 17:34:00 +01:00
Alexandre Aubin
9c092c21b6 We don't need no mysql password 2021-03-03 17:25:39 +01:00
Kayou
ef7dc42078
Merge pull request #101 from YunoHost/fallback-to-local-image
fallback to local image
2021-03-01 13:51:40 +01:00
Alexandre Aubin
59f17c48ab Don't force value for args ending with 'user' to package_check, because most of the time that's in fact breaking tests 2021-03-01 00:50:02 +01:00
Kay0u
8228370c84
fallback to local image 2021-02-17 16:17:36 +01:00
Kay0u
ab28b10f81
another fix for swapfiles 2021-02-04 14:24:29 +01:00
Alexandre Aubin
7a0abea251 Disable also swapfiles in /var/lib/lxd (in setups where lxd ain't installed using snap) 2021-02-03 01:31:57 +01:00
Kay0u
5270cd2c6b
fix port already used service 2021-01-30 00:20:32 +01:00
Kayou
37bac48c8a
Fix swapoff before reset 2021-01-29 22:06:54 +01:00
Kay0u
de2170f49e
swapoff before reset 2021-01-28 01:24:53 +01:00
Alexandre Aubin
6ea5b2ff88 Improve branch display, show corresponding commit 2021-01-21 22:05:19 +01:00
Kay0u
1a8ca9d37a
Remove swap before restoring a snapshot 2021-01-15 14:50:16 +01:00
Kay0u
2ee8d7941f
Force the upgrade 2021-01-15 14:20:26 +01:00
Alexandre Aubin
6f89e9f6a6 Redirect lxc launch output to complete.log 2021-01-14 15:08:20 +01:00
Alexandre Aubin
eee062fb03 Python3 yo dawg 2021-01-13 02:01:44 +01:00
Alexandre Aubin
157f764079 Add --force during LXC_RESET because some containers don't want to be stopped for some reasons... 2021-01-12 02:27:38 +01:00
Alexandre Aubin
1ce755346e semantics: LXC_START -> LXC_EXEC 2021-01-12 02:23:57 +01:00
Kay0u
025f4bc9db
remove some debug 2021-01-07 20:24:10 +01:00
Alexandre Aubin
b1f78eba29 Install argument fixes 2021-01-06 17:58:40 +01:00
Alexandre Aubin
314fff9534 Cosmetics 2021-01-05 16:58:25 +01:00
Alexandre Aubin
1f020067d0 Only tweak skipped_uri for app that are private by default 2021-01-05 15:39:46 +01:00
Alexandre Aubin
8de208ac76 Misc fixes for cleanup/cancel handling 2021-01-04 20:52:02 +01:00
Kay0u
433c302672
fix skipped_uris value 2021-01-04 19:49:43 +01:00
Kay0u
c403ef5820
fix password in rebuild container 2021-01-04 19:47:57 +01:00
Alexandre Aubin
cc5d5521e2 Prevent displaying -- FAIL -- when setting the test duration 2021-01-03 22:24:05 +01:00
Alexandre Aubin
37317c080c Add test_duration info to results 2021-01-03 21:07:03 +01:00