Commit graph

1521 commits

Author SHA1 Message Date
Alexandre Aubin
18330ab042 Check available space in /var/lib/postgresql before running postgresql migration 2018-06-11 18:15:19 +02:00
Alexandre Aubin
e11730c1e3 Fix service description for php7.0 2018-06-10 18:07:51 +02:00
ljf
65d8d88a09 [fix] Some unit operation setup 2018-06-05 16:32:12 +02:00
ljf
9d59c8555a [enh] Display log help at the end of logs 2018-06-04 21:36:28 +02:00
ljf
cad0b9ba1f [enh] Improve help to get log message 2018-06-04 20:58:24 +02:00
ljf
ab816f292e [enh] Display log message to help to get log 2018-06-04 20:35:45 +02:00
ljf
793b4d2f88 [enh] Add some translations and start uo 2018-06-04 19:18:11 +02:00
ljf
5676f05dfb [enh] Better help for log list action 2018-06-04 04:04:10 +02:00
Alexandre Aubin
742c52f496 Merge branch 'testing' into stretch-unstable 2018-05-28 02:26:49 +02:00
ljf
24bd5f9c83 [fix] Manage yaml corrupted error 2018-05-22 21:18:59 +02:00
Bram
646425e780
Merge pull request #476 from YunoHost/translate_service_descriptions
Translate service descriptions
2018-05-21 03:26:02 +02:00
Alexandre Aubin
dd8af083b3 Merge branch 'unstable' into stretch-unstable 2018-05-20 21:43:05 +02:00
Laurent Peuch
72bd201cb2 [enh] import services descriptions from https://pad.aquilenet.fr/p/8Cg5Miv6Of
Thanks to everyone who contributed <3

Co-authored-by: ariasuni <perso@hack-libre.org>
Co-authored-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2018-05-18 04:31:09 +02:00
Laurent Peuch
02842b311d [enh] add service descriptions to en.json 2018-05-18 04:10:41 +02:00
ButterflyOfFire
da27a0c947 [i18n] Translated using Weblate (Arabic)
Currently translated at 93.5% (361 of 386 strings)
2018-05-18 02:09:41 +00:00
Quenti
9ed8d9cdbc [i18n] Translated using Weblate (Occitan)
Currently translated at 22.2% (86 of 386 strings)
2018-05-18 02:09:41 +00:00
Jean-Baptiste Holcroft
644c927d85 [i18n] Translated using Weblate (French)
Currently translated at 100.0% (386 of 386 strings)
2018-05-12 08:45:58 +00:00
Quenti
4686e48dbc [i18n] Translated using Weblate (Occitan)
Currently translated at 17.3% (67 of 386 strings)
2018-05-12 03:27:38 +00:00
Bram
95e1d48836
Merge pull request #467 from yunohost-bot/weblate-yunohost-yunohost
Update from Weblate.
2018-05-12 04:35:42 +02:00
Bram
74b38ba929
Merge pull request #468 from YunoHost/clean_services.py
more debug output in services.py
2018-05-12 04:35:16 +02:00
Alexandre Aubin
8186f044dc Replace the nginx.conf thing with a function called at the beginning of the migration that restore the original file if it was modified 2018-05-11 03:32:54 +02:00
Bram
9d1ed9e8d2
Merge branch 'unstable' into clean_services.py 2018-05-10 23:39:02 +02:00
Jean-Baptiste Holcroft
606d04981a [i18n] Translated using Weblate (Arabic)
Currently translated at 93.2% (360 of 386 strings)
2018-05-10 21:12:01 +00:00
Quenti
ee319ef525 [i18n] Translated using Weblate (Occitan)
Currently translated at 10.3% (40 of 385 strings)
2018-05-10 20:58:59 +00:00
ButterflyOfFire
62e9c9f04d [i18n] Translated using Weblate (Arabic)
Currently translated at 93.2% (359 of 385 strings)
2018-05-10 20:58:59 +00:00
Gustavo
aab608b8d3 [i18n] Translated using Weblate (Portuguese)
Currently translated at 29.0% (112 of 385 strings)
2018-05-10 20:58:59 +00:00
Quenti
be35b49160 [i18n] Translated using Weblate (Occitan)
Currently translated at 1.5% (6 of 385 strings)
2018-05-10 20:58:59 +00:00
Alexandre Aubin
2843ce923d Have a specific upgrade for nginx-common because some people edit /etc/nginx/nginx.conf 2018-05-10 22:37:27 +02:00
Laurent Peuch
061b6bbcce [enh] display service journalctl logs on failed to start/stop/enable/disable error 2018-05-10 22:09:02 +02:00
YunoHost Bot
e66a9d5e34 [i18n] Translated using Weblate (Portuguese) (#461)
Currently translated at 28.8% (111 of 385 strings)
2018-05-06 18:02:41 +02:00
Alexandre Aubin
3955aee5ca Add missing description for PHP5->7 migration 2018-05-02 18:07:31 +02:00
Alexandre Aubin
922821418e Draft of DB migration from Postgresql 9.4 to 9.6 2018-05-02 18:07:30 +02:00
Alexandre Aubin
5013965c0e
[enh] [wip] Stretch migration (#433)
* Add migration skeleton
* Clumsy attempt to adapt the upgrade script to python
* At the end of the migration, force the regen conf of specific services
* Implement the apt clean/autoremove at the end of migration
* Attempt to fix the upgrade of yunohost packages
* Dumb mistake :|
* Adding strings
* Add test of free space for /var/
* Fix sources.list patching
* Stupid mistake :|
* Check system is up to date
* Working on disclaimer draft
* Add a function to list installed 'unstable' apps
* Get actual list of problemtic apps + improve disclaimer message building
* Use helper to run the apt update
* More simplifications of disclaimer building
* Add helper function to get manually modified files
* Fetch actuall list of manually modified files to build disclaimer
* Internationalize disclaimer
* Don't skip stretch migration when running postinstall on jessie
* Add a done message at the very end of the migration
* Also patch jessie/updates and backports in sources.list
* Backup and restore conf files modified during the upgrade to not mess regen-conf
* Also check for yunohost being in 2.x at the beginning of upgrade
* Fix the check for upgradable packages..
* Try to be more robust if folder already exists (when running multiple times)
* I probably meant fail2ban here o.O
* Try to improve robustness when running multiple time
* Add a check after the main upgrade that we're effectively on stretch
* Hold apps equivs packages during the upgrade
* Show dist-upgrade logs in the yunohost admin, using call_async_output
* Misc fixes because I broke things /o\
* Touch /etc/yunohost/installed at the end, because for some weird reason it get deleted sometimes :|
* Removing this unecessary message, especially because it 'hide' the previous one when running from the webadmin
* Install php-zip for nextcloud and kanboard
* Don't crash if there's no [app]-ynh-deps
* Revert previous commit that added this, should be fixed in the stretch branch now
* [fix] Unhold metronome for migration (#452)
* Let's use forge.yunohost.org as repo now
2018-05-02 02:10:46 +02:00
Alexandre Aubin
01956d22bd
Merge pull request #429 from YunoHost/manual-migrations
[enh] Manual migrations
2018-05-02 02:00:32 +02:00
bjarkan
995319d502 [i18n] Translated using Weblate (Spanish)
Currently translated at 82.0% (301 of 367 strings)
2018-05-01 21:45:19 +00:00
Quentí
dc26b1de7c [i18n] Translated using Weblate (Occitan)
Currently translated at 1.3% (5 of 367 strings)
2018-05-01 21:45:19 +00:00
Quentí
ddc35770bb Added translation using Weblate (Occitan) 2018-05-01 21:45:19 +00:00
beyercenter
f59d6531f7 [i18n] Translated using Weblate (German)
Currently translated at 79.2% (291 of 367 strings)
2018-05-01 21:45:19 +00:00
Philip Gatzka
f21b2749fc [i18n] Translated using Weblate (German)
Currently translated at 79.0% (290 of 367 strings)
2018-05-01 21:45:19 +00:00
Cedric
0da8973352 [i18n] Translated using Weblate (German)
Currently translated at 79.0% (290 of 367 strings)
2018-05-01 21:45:19 +00:00
beyercenter
1628b248d2 [i18n] Translated using Weblate (German)
Currently translated at 79.0% (290 of 367 strings)
2018-05-01 21:45:18 +00:00
Cedric
6ae7173073 [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
Jeroen Keerl
4592b5994d [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
Cedric
3094711c8a [i18n] Translated using Weblate (German)
Currently translated at 78.7% (289 of 367 strings)
2018-05-01 21:45:18 +00:00
eric g
0e2e349d31 [i18n] Translated using Weblate (French)
Currently translated at 100.0% (367 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
d1cf7abc42 [i18n] Translated using Weblate (Arabic)
Currently translated at 97.8% (359 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
9a6d5a4a8b [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
165e3e1ca7 [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
ButterflyOfFire
9d249e6eb9 [i18n] Translated using Weblate (Arabic)
Currently translated at 99.7% (366 of 367 strings)
2018-05-01 21:45:18 +00:00
ljf
2c30bb8965 [enh] Configure unit operations on cert management 2018-04-14 04:14:14 +02:00