Commit graph

52 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
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
8b6190a6ae
Merge pull request #104 from YunoHost/fix-lxc-exec
Fix lxc exec
2021-03-23 00:39:18 +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
529fb591de
fix double quotes around lxc exec 2021-03-22 14:27:39 +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
465f490653 Whoopsies 2021-03-09 00:00:35 +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
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
5270cd2c6b
fix port already used service 2021-01-30 00:20:32 +01:00
Kay0u
2ee8d7941f
Force the upgrade 2021-01-15 14:20:26 +01:00
Alexandre Aubin
1ce755346e semantics: LXC_START -> LXC_EXEC 2021-01-12 02:23:57 +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
Kay0u
433c302672
fix skipped_uris value 2021-01-04 19:49:43 +01:00
Alexandre Aubin
65315edd44
Current backup/restore tests fail on subdir ... I'm thinking maybe because the test archive of the root install ain't overwritten ? 2021-01-03 20:03:48 +01:00
Alexandre Aubin
043071a175 Since buster(?) the page title is 'Welcome to nginx!'... 2021-01-02 20:09:42 +01:00
Alexandre Aubin
9f26e6c8e0 Cosmetics 2020-12-25 16:08:36 +01:00
Alexandre Aubin
0f5e1187e3
Update lib/tests.sh
Co-authored-by: Kayou <pierre@kayou.io>
2020-12-25 14:34:30 +01:00
Alexandre Aubin
9279a913aa
Update lib/tests.sh
Co-authored-by: Kayou <pierre@kayou.io>
2020-12-25 14:34:19 +01:00
Kay0u
a4c0a3fcc4
backup/restore for both root and subdir 2020-12-24 18:39:32 +01:00
Kay0u
612d531e41
fix change_url tests 2020-12-22 21:42:54 +01:00
Kay0u
e8d9b50e5d
do not run preinstall every time 2020-12-22 19:38:18 +01:00
Kay0u
0e8dc6ab58
fix preinstall 2020-12-22 18:46:13 +01:00
Kay0u
896dea99dd
fix actions & config_panel tests 2020-12-22 11:51:12 +01:00
Alexandre Aubin
e9c8737bd7 Zblerg this doesnt behave as expected, clarify the syntax 2020-12-19 04:28:03 +01:00
Alexandre Aubin
9969581d5d Check path may be empty, which may fuck a lot of things up if we don't double-quote that var 2020-12-19 03:53:20 +01:00
Alexandre Aubin
e9aaa408a0 More tweak about displaying curl results to avoid displaying it for non-web apps (for which curl_result won't exist..) 2020-12-19 03:31:50 +01:00
Alexandre Aubin
c958b7eff5 Gotta put that & at the end to be consistent with everything else 2020-12-19 03:14:13 +01:00
Alexandre Aubin
a0c2b22be9 Fetch default value from manifest 2020-12-19 03:03:34 +01:00
Alexandre Aubin
c7a2448e74 Keep a message to tell about creating/loading snapshots 2020-12-19 01:23:46 +01:00
Alexandre Aubin
2da7359840 Moar stupid typos 2020-12-19 01:18:25 +01:00
Alexandre Aubin
2201575539 Typo 2020-12-19 01:06:32 +01:00
Alexandre Aubin
d9a3b0ee39 Trying to re-add some display of the curl output 2020-12-19 01:04:29 +01:00
Kay0u
d24f39cfff
Merge branch 'cleanup-3' of github.com:YunoHost/package_check into cleanup-3 2020-12-18 23:48:40 +01:00
Kay0u
2ecb6cb3e8
force remove $package_path during a custom upgrade 2020-12-18 23:48:23 +01:00
Alexandre Aubin
33cc6cb230 Uhoh this is in package_path 2020-12-18 23:43:26 +01:00
Alexandre Aubin
c3dc035f23 Don't override is_public if it's not a boolean 2020-12-18 23:40:00 +01:00
Alexandre Aubin
3620ecc064 Do not sudo everything 2020-12-18 23:19:12 +01:00
Alexandre Aubin
a0be02d592 (not tested) Validate that all manifest install args are indeed provided to avoid miserably hanging forever 2020-12-18 23:10:04 +01:00
Kay0u
5952eb8feb
fix the backup 2020-12-18 22:33:22 +01:00
Kay0u
dea439e41a
fix curl 2020-12-18 19:20:41 +01:00
Alexandre Aubin
942531c3ff Moar fiksizes 2020-12-18 04:54:42 +01:00
Alexandre Aubin
5f2b74dbfc Moar fiksizes 2020-12-18 03:22:13 +01:00