Commit graph

193 commits

Author SHA1 Message Date
Alexandre Aubin
2687121f6d diagnosis: typo / don't run dnsrecords tests for special tlds 2021-10-20 19:25:23 +02:00
Alexandre Aubin
b0e8a58b24 lint: Invalid escape sequences 2021-10-05 12:49:33 +02:00
Alexandre Aubin
df0cdd483d Black 2021-09-29 22:20:36 +02:00
Alexandre Aubin
c44560b6f7 Misc cleanups in dns diagnoser 2021-09-29 21:38:03 +02:00
Alexandre Aubin
17aafe6f6a General improvement for special-use TLD / ynh dyndns domains 2021-09-29 20:36:45 +02:00
Kayou
636fc1cf6d
[Fix] App diagnosis grep 2021-09-20 11:49:49 +02:00
Alexandre Aubin
4d3692a70b Black 2021-09-19 23:08:27 +02:00
Alexandre Aubin
cdabfc12cc dns: Repair diagnosis ugh 2021-09-19 19:34:45 +02:00
Alexandre Aubin
ae03be3bad i18n tests: simplify hardcoded stuff 2021-09-19 17:10:14 +02:00
Alexandre Aubin
4533b74d6c autodns: Various tweaks and refactorings to make test pass 2021-09-12 22:55:31 +02:00
Alexandre Aubin
ba2fc82246 Merge branch 'enh-config-panel-file' into enh-dns-autoconf 2021-09-12 16:04:08 +02:00
Alexandre Aubin
88a624ddbc Revert publicsuffix changes in dnsrecord diagnoser 2021-09-12 15:44:51 +02:00
yunohost-bot
a289f081d9 [CI] Format code 2021-09-04 22:52:35 +00:00
Alexandre Aubin
163ee759fc
Merge branch 'dev' into diagnose-suspicious-auth-failure 2021-09-05 00:25:46 +02:00
Alexandre Aubin
1eb059931d Savagely split the dns/registrar stuff in a new dns.py 2021-08-28 21:02:13 +02:00
Alexandre Aubin
8438efa680 Move dig() to utils.dns 2021-08-28 20:20:22 +02:00
Alexandre Aubin
46b51b84f3
Merge branch 'dev' into enh-dns-autoconf 2021-08-28 17:39:59 +02:00
yunohost-bot
d0cd3437ba [CI] Format code 2021-08-28 00:45:56 +00:00
Alexandre Aubin
c35d25c14d
Merge pull request #1217 from YunoHost/app-diagnosis
Add diagnosis section to check that app are in catalog with good quality, check for deprecated practices
2021-08-28 02:08:08 +02:00
Kay0u
569dc24267
remove unused imports 2021-08-26 23:01:14 +02:00
yunohost-bot
aac8b8d460 [CI] Format code 2021-08-26 20:09:57 +00:00
Alexandre Aubin
9d4a51a17f Merge branch 'dev' into diagnose-suspicious-auth-failure 2021-08-26 20:10:10 +02:00
Alexandre Aubin
9e63142748 Diagnosis: report suspiciously high number of auth failures 2021-08-19 01:10:54 +02:00
Alexandre Aubin
e493b89d6a diagnosis: Zblerg, .dev is actually an actual TLD 2021-08-12 20:16:35 +02:00
Alexandre Aubin
7f3eeafbed mdns/diagnosis: following suggestion IRL: extend the no-check mecanism for .local to .onion and other special-use TLDs 2021-08-12 19:40:36 +02:00
Alexandre Aubin
849ccb043a mdns: diagnosis expects a 'data' key instead of 'results' 2021-08-12 19:13:35 +02:00
MercierCorentin
97bdedd723 Migrate from public suffix to public suffix list 2021-08-01 19:04:51 +02:00
tituspijean
842783f64c Accomodate mDNS feature in diagnosis 2021-07-11 15:20:14 +00:00
Alexandre Aubin
913b02e4fc Add diagnosis section to check that app are in catalog with good quality + check for deprecated practices 2021-04-24 21:34:57 +02:00
yunohost-bot
66f2613518 [CI] Format code 2021-04-17 00:31:06 +00:00
Alexandre Aubin
8f3a7067d9 Advertise the new SSH port setting for people that manually modified the SSH port 2021-04-16 22:20:06 +02:00
Alexandre Aubin
c53f5ac16a Report an error in the diagnosis and migration if sshd config is insecure 2021-04-16 22:05:36 +02:00
Alexandre Aubin
09d306924a Fix minor issue with main_space diagnosis: duplicated error/warning, missing / partition when it's on a /dev/loop 2021-03-22 17:46:32 +01:00
Kay0u
dc6033c399
python3 way to get a list of dict keys 2021-03-15 14:10:13 +01:00
Kay0u
bfd7257a8c
fix linter, remove allow_failure for corresponding tests 2021-02-02 16:16:07 +01:00
yunohost-bot
c4439110e1 [CI] Format code 2021-02-02 03:37:40 +00:00
Alexandre Aubin
8b3ec8a137 Diagnosis: report low total space for rootfs 2021-01-21 20:34:43 +01:00
Alexandre Aubin
21a0c65ed6 diagnosis: Ignore /dev/loop devices in systemresources 2021-01-21 20:03:59 +01:00
Alexandre Aubin
c8a23f26bb Handle case where DKIM record is split into several pieces 2021-01-21 16:25:58 +01:00
Alexandre Aubin
c43a51ba30
Merge branch 'dev' into enh-python3 2021-01-10 18:31:19 +01:00
Alexandre Aubin
57c302cb63 Merge branch 'dev' into report-backport-in-source-list 2021-01-03 21:20:07 +01:00
Alexandre Aubin
cce020daac Uniformize check_output calls to use moulinette helpers which shall now automatically decode() automatically + also strip() etc 2021-01-01 05:03:55 +01:00
Alexandre Aubin
b685a27481 [yolo] Detect moar hardware name 2020-12-28 22:57:52 +01:00
Alexandre Aubin
a5b282e5c6 Diagnosis: report usage of backports repository in apt's sources.list 2020-10-31 19:14:33 +01:00
Alexandre Aubin
7aa3ff5255 Added a .strip() to moulinette's check_output because was tired of adding it all over the places 2020-10-31 18:58:19 +01:00
Alexandre Aubin
a60cd4f559
Diagnose ssl libs installed from sury (#1053)
* Small fix / syntax improvement in apt conf regen hook

* Diagnose, report and add a tip if some ssl libs are installed from Sury (shouldnt happen with the new pinning strategy, but some user still encounter issues because of this because of legacy installs)
2020-09-16 16:18:10 +02:00
Alexandre Aubin
50f68e2886 Properly handle case where no match from grep 2020-09-08 17:25:11 +02:00
Alexandre Aubin
4c75620ee9
Merge branch 'dev' into code-cleanup 2020-09-06 22:16:06 +02:00
Alexandre Aubin
9640b22a23 Do not miserably fail if no oom_reaper line found... 2020-09-05 19:15:34 +02:00
Alexandre Aubin
ecbd63636b autopep8 --in-place -a -a -a -a -a -r data/ doc/ tests/ src/yunohost/tests/ src/yunohost/utils/ src/yunohost/data_migrations/ 2020-09-03 17:36:59 +02:00