Commit graph

9763 commits

Author SHA1 Message Date
Alexandre Aubin
094c5f0807 Attempt to fix the CI again ... for some reason it complains that pytest ain't in the image despite being installed ... 2021-11-14 21:11:06 +01:00
yunohost-bot
697dd8b9c2 [CI] Format code with Black 2021-11-14 16:52:57 +00:00
Alexandre Aubin
02e397ccc8 ci: Fix filter on ci branches ... my regex doesn't seem to be working :| 2021-11-14 17:43:34 +01:00
Alexandre Aubin
38f5352fc0 Fix -conf_ynh_settings backup/restore when /etc/yunohost/domains doesn't exist 2021-11-14 16:06:04 +01:00
Alexandre Aubin
8d5e69566b Fix error during mysql regenconf, no templates folder anymoar 2021-11-13 20:14:25 +01:00
Alexandre Aubin
044038d1c7 ci: Attempt to ignore branches created by the CI .. 2021-11-13 20:12:52 +01:00
Alexandre Aubin
51d5dca033 Make ynh_add_fpm_config more robust to some edge cases 2021-11-13 18:36:38 +01:00
Alexandre Aubin
244287bdd0 ci: Idk why dch ain't there by default anymore but meh, installing devscripts should solve the issue... 2021-11-12 21:31:41 +01:00
Alexandre Aubin
e19330b0c2 Aaaaand forgot to git add diagnosis/__init__.py 2021-11-10 19:56:59 +01:00
Alexandre Aubin
248d7f5678 data_migrations -> migrations 2021-11-10 19:53:05 +01:00
Alexandre Aubin
ebf9d522e0 Adapt diagnosers code to load them as python modules instead of hooks 2021-11-10 19:51:11 +01:00
Alexandre Aubin
38f24c4518
Merge pull request #1375 from rthouvenin/fix-1873-read-bl-answer
[fix] Read DNS Blacklist answer and compare it against list of non-BL codes
2021-11-10 19:02:35 +01:00
Alexandre Aubin
58793ba3e4
Merge pull request #1372 from ericgaspar/n
helpers: Update n to 8.0.0
2021-11-10 18:47:05 +01:00
Alexandre Aubin
05f25fa85f Propagate dir structure change to scripts etc 2021-11-10 18:25:37 +01:00
Alexandre Aubin
5de9e4fe6a Yolorework the repo dir structure 2021-11-10 17:56:02 +01:00
Alexandre Aubin
fca4cc7d3b Merge branch 'dev' into bullseye 2021-11-10 16:56:43 +01: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
78f32fa069
Merge pull request #1376 from Salamandar/fix_log_debug
Fix dump_script_log_extract_for_debugging
2021-11-08 13:50:09 +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
Romain Thouvenin
b166abab1d Read DNS Blacklist answer and compare it against list of non-BL codes 2021-11-07 21:13:34 +00:00
Alexandre Aubin
fff1a8a4d6 [enh] Smarter API self-upgrade mechanics 2021-11-06 18:58:31 +01:00
Alexandre Aubin
5a08206837 Update changelog for 4.3.2.2 2021-11-06 17:40:31 +01:00
Alexandre Aubin
74e2a51e4d nginx: Try to fix again the webadmin cache hell 2021-11-06 17:39:46 +01:00
Alexandre Aubin
e6effd49d8 Update changelog for 4.3.2.1 2021-11-06 16:59:10 +01:00
Alexandre Aubin
1cc3e44038 nginx: Refine experimental CSP header (in the end still gotta enable unsafe-inline and unsafe-eval for a bunch of things, but better than no policy at all...) 2021-11-06 16:45:25 +01:00
Alexandre Aubin
6558b23dd6 Fix conflict with redis-server 2021-11-06 15:54:34 +01:00
Alexandre Aubin
69b8603f14 mdns: Aaaaand we don't want to crash if mdns.aliases doesnt exists obviously 2021-11-05 16:41:33 +01:00
Alexandre Aubin
3da2df6e29 mdns: Add possibility to manually add .local aliases via /etc/yunohost/mdns.aliases (meant for internetcube) 2021-11-05 16:34:46 +01:00
ericgaspar
09d5f6ea00
Update nodejs 2021-11-05 12:07:16 +01:00
Alexandre Aubin
875677a863 Update changelog for 4.3.2 2021-11-05 02:33:48 +01:00
Alexandre Aubin
f223e65374
Merge pull request #1371 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-11-05 02:30:50 +01:00
Quentí
6ec12e92a6 Translated using Weblate (Occitan)
Currently translated at 50.0% (353 of 705 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2021-11-04 20:34:43 +00:00
punkrockgirl
2d89e15671 Translated using Weblate (Basque)
Currently translated at 100.0% (705 of 705 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eu/
2021-11-04 20:34:42 +00:00
punkrockgirl
dc55a2d99e Translated using Weblate (Basque)
Currently translated at 100.0% (705 of 705 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eu/
2021-11-04 17:18:08 +00:00
Alexandre Aubin
744729713d Add notes for app resources logic 2021-11-03 22:06:32 +01:00
Alexandre Aubin
810534c661 Cleanup / refactor a bunch of utils into utils/system.py 2021-11-03 20:56:34 +01:00
Alexandre Aubin
0489b71729 Update changelog for 4.3.1.8 2021-11-03 18:42:02 +01:00
Alexandre Aubin
6a437c0b4f Rework requirement checks to integrate architecture, multiinnstance, disk/ram, ... + drop disk/ram as resource, have them directly in 'integration' 2021-11-03 18:33:00 +01:00
Alexandre Aubin
20037cf387
Merge pull request #1370 from YunoHost/curl-auto-visitors-if-needed
ynh_local_curl: temporarily auto-add visitors if needed
2021-11-03 18:30:32 +01:00
Alexandre Aubin
eb14a2220f Merge branch 'dev' into manifestv2 2021-11-03 16:40:41 +01:00
Alexandre Aubin
0a750b7b61 Absolutely yolo iteration on app resources draft 2021-11-03 16:36:46 +01:00
Alexandre Aubin
abaa60d774 ynh_install_n / ux: remove useless info message / redundant because scripts already include a script_progression ... 2021-11-02 03:24:39 +01:00
Alexandre Aubin
99e46b3a61 ynh_local_curl: temporarily auto-add visitors if needed 2021-11-02 02:50:32 +01:00
Alexandre Aubin
3eb69224aa ci: Add test for apt helpers 2021-11-02 02:03:53 +01:00
Alexandre Aubin
ba489bfc27 helpers: We don't care about the apt_dependencies setting ... it's not used and the info is already stored in the $app-ynh-deps virtual package 2021-11-02 02:02:29 +01:00
Alexandre Aubin
c571516c68 i18n strings 2021-11-02 01:44:48 +01:00
Alexandre Aubin
b953ae9dd4 Typo + used existing ynh_package_is_installed helper 2021-11-02 01:43:31 +01:00
Alexandre Aubin
844346320b Typo :| 2021-11-02 01:38:33 +01:00