Commit graph

3155 commits

Author SHA1 Message Date
Kay0u
bbe0486935
Trying to fix some lgtm warnings 2021-12-30 00:08:49 +01:00
Kay0u
2cc09aca91
some improvements 2021-12-29 22:45:25 +01:00
Kay0u
f92c88aff7
remove unused lines 2021-12-29 22:41:57 +01:00
yunohost-bot
94bf107838 [CI] Format code with Black 2021-12-29 00:44:22 +00:00
Alexandre Aubin
2f38639a2e Revert "Tmp removal of bullseye migration for small release"
This reverts commit 76b9838bfd.
2021-12-29 01:07:34 +01:00
Alexandre Aubin
76b9838bfd Tmp removal of bullseye migration for small release 2021-12-29 01:06:45 +01:00
Alexandre Aubin
377ccd8acf Typo /o\ 2021-12-27 15:19:48 +01:00
Alexandre Aubin
7112deb167 f-string all the things! 2021-12-27 14:59:08 +01:00
Laurent Peuch
77058ab356 [mod] stop using old style class 2021-12-24 01:16:52 +01:00
Laurent Peuch
ad56275801 [mod] run pyupgrade on source code 2021-12-24 01:16:41 +01:00
tituspijean
4decdfc07c
Fix typo in deleting superfluous question keys
Co-authored-by: jacen05 <jacen05@users.noreply.github.com>
2021-12-21 10:32:19 +01:00
yunohost-bot
6cc7978b4a [CI] Format code with Black 2021-12-09 19:18:07 +00:00
Alexandre Aubin
451ee7a8ae
Merge pull request #1242 from YunoHost/migrate_to_bullseye
WIP: buster -> bullseye migration
2021-12-09 20:01:16 +01:00
Alexandre Aubin
8abd843fdd Aaaand typo T_T 2021-12-09 17:31:07 +01:00
Alexandre Aubin
c4732b776e migrate_to_bullseye: Remove legacy postgresql service record added by helpers, will now be dynamically handled by the core in bullseye 2021-12-09 17:13:06 +01:00
Alexandre Aubin
107bd854eb migrate_to_bullseye: fix PHP dependencies issues 2021-12-09 16:47:57 +01:00
Kayou
e3015765b3
Merge pull request #1381 from YunoHost/fix-backup_delete
fix backup_delete when compress_tar_archives is True
2021-12-09 11:09:24 +01:00
Alexandre Aubin
b617c799d0 migrate_to_bullseye: move /home/yunohost.conf to /var/cache/yunohost/regenconf 2021-12-08 22:11:02 +01:00
Alexandre Aubin
a124bbc790 Merge branch 'dev' into migrate_to_bullseye 2021-12-08 22:08:13 +01:00
ljf
4106ed669e [enh] Manage SSH PasswordAuthentication setting 2021-12-06 23:01:06 +01:00
Alexandre Aubin
6a8aa333ea
appurl: Add test for app url containing tilde 2021-11-23 23:11:37 +01:00
tituspijean
4f6d3c426a Allow tilde in username/organization for repo URLs 2021-11-23 21:22:22 +00:00
Alexandre Aubin
dc4341f98c migrate_to_bullseye: /usr/share/yunohost/yunohost-config/ssl/yunoCA -> /usr/share/yunohost/ssl 2021-11-22 08:21:54 +01:00
Kay0u
16dba79a39
fix backup_delete when compress_tar_archives is True 2021-11-17 00:44:58 +01:00
Alexandre Aubin
abcaaa8054 Merge branch 'dev' into migrate_to_bullseye 2021-11-14 21:47:41 +01:00
yunohost-bot
697dd8b9c2 [CI] Format code with Black 2021-11-14 16:52:57 +00:00
Alexandre Aubin
7c569d16b7 certificate: fix stupid certificate/diagnosis issue with subdomains of ynh domains 2021-11-08 18:13:14 +01:00
Alexandre Aubin
03065dda4e log: Simplify code to fetch lines before ynh_exit_properly in dump_script_log_extract_for_debugging 2021-11-08 13:48:23 +01:00
Alexandre Aubin
a9b0619f42 log: Factorize boring/irrelevant log line filter definition 2021-11-08 12:57:28 +01:00
0a5bf3d021 Fix dump_script_log_extract_for_debugging : We want to catch the last exit in the logs, not the first one. 2021-11-08 10:01:38 +01:00
Alexandre Aubin
85eb43a730 apps: Add YNH_ARCH to app script env for easier debugging and arch check in script 2021-11-02 01:38:11 +01:00
Alexandre Aubin
edc5295d51
Add some debug to _collect_app_files exception ... 2021-11-02 01:29:07 +01:00
yunohost-bot
a97b282d97 [CI] Format code with Black 2021-11-01 20:34:04 +00:00
Alexandre Aubin
36117a6297
Merge pull request #1367 from YunoHost/dyndns_yagni
Drop some YAGNI in dyndns.py + improve resilience w.r.t. ns0 / ns1 being down
2021-11-01 17:07:24 +01:00
ljf
4162557aac [fix] Mypy CI 2021-10-26 12:37:08 +02:00
Alexandre Aubin
e8e2cee030 dyndns: During dyndns update, first make sure we have an ipv4 or ipv6 to avoid the remaining code miserably crashing 2021-10-24 22:30:10 +02:00
Alexandre Aubin
f7cea60a30 Moar dyndns yagni: we don't need to be able to specify ipv4/ipv6/keyfile during dyndns update 2021-10-24 22:27:11 +02:00
Alexandre Aubin
c6dfe08973 Drop some dyndns yagni: we don't need to be able to specify a custom dyndns host... 2021-10-24 22:16:07 +02:00
Alexandre Aubin
4e917b5e96 [enh] logging: we don't care about 'update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults' 2021-10-24 16:09:34 +02:00
Alexandre Aubin
4dc53d5a8e migrate_to_bullseye: get rid of custom my.cnf 2021-10-20 21:07:53 +02:00
Alexandre Aubin
b2ebcda6fb Merge branch 'dev' into migrate_to_bullseye 2021-10-19 19:48:54 +02:00
yunohost-bot
57081f4433 [CI] Format code with Black 2021-10-19 16:59:31 +00:00
Alexandre Aubin
a61d023198
dyndns update: Fix for ipv6-only hosts 2021-10-19 18:40:57 +02:00
yunohost-bot
3ca4cc4f7e [CI] Format code with Black 2021-10-19 12:38:33 +00:00
Alexandre Aubin
41876f950a ci/tests: sigh, YunohostError undefined 2021-10-19 14:25:54 +02:00
Alexandre Aubin
d09e3e79b3 ci: test now returns a YunohostError instead of YunohostValidationError 2021-10-19 12:46:38 +02:00
Alexandre Aubin
9c22329e2b Moar fixes... 2021-10-19 12:44:50 +02:00
ljf (zamentur)
341059d07d
[fix] Default config toml path 2021-10-18 20:51:05 +02:00
ljf (zamentur)
eae826b2a6
[fix] App config panel save mode missing 2021-10-18 00:14:38 +02:00
yunohost-bot
33d973bab4 [CI] Format code with Black 2021-10-17 22:03:50 +00:00