Commit graph

328 commits

Author SHA1 Message Date
Laurent Peuch
877cfc1fe5 [ux] move 'maindomain' command from 'tools' to 'domain' section 2019-10-05 04:24:32 +02:00
Laurent Peuch
3bc4945ccf [ux] 'new-domain' argument of maindomain command was confusing 2019-10-05 04:24:32 +02:00
Alexandre Aubin
6ed062b41b app_no_upgrade -> apps_already_up_to_date 2019-09-20 14:49:31 +02:00
Alexandre Aubin
ff2bbb0377 Fix / remove stale i18n strings 2019-09-20 14:49:06 +02:00
Alexandre Aubin
dc7b8d1faa
Merge branch 'stretch-unstable' into rework-migration-system 2019-09-10 14:27:56 +02:00
Alexandre Aubin
b29731c28b We don't need this try/except 2019-09-10 14:25:51 +02:00
Alexandre Aubin
92fa21641b Fix some stuff about removing the --revert option 2019-09-09 12:07:44 +02:00
Alexandre Aubin
ee67ebfd86 Remove deprecated helpers while still supporting them through hacky patching... 2019-08-18 01:40:48 +02:00
Alexandre Aubin
050750b7c9 Propagate the changes on other parts of the code relying on the appslist system 2019-08-17 17:43:38 +02:00
ljf
b54266cbf3 [fix] Unwanted residual code 2019-08-14 17:55:17 +02:00
ljf
ed3e014fee [enh] Remove revert mechanism 2019-08-14 16:46:14 +02:00
ljf
f0c0eff41d [enh] english sentence in a comment 2019-08-14 13:13:59 +02:00
ljf
7a0dbf7977 [fix] Ask for specifying migrations to skip 2019-08-14 13:05:23 +02:00
ljf
c81eab396b [enh] Pep8 2019-08-14 12:52:47 +02:00
ljf
81ae41a3e4 [enh] Warn user about --revert option 2019-08-14 12:27:32 +02:00
ljf
fc426cff69 [fix] Avoid to revert migrations without backward routine 2019-08-14 12:07:39 +02:00
Alexandre Aubin
fe3ecd7a7d c.f. issue #1136, don't fail miserably in case we can't change the hostname because that should be okay 2019-08-12 17:25:32 +02:00
Alexandre Aubin
74b5ea5982 Propagate changes to _skip_all_migrations 2019-08-05 22:07:48 +02:00
Alexandre Aubin
dedc85e52a Implement / clean strings + fix some edge cases 2019-08-05 21:55:52 +02:00
Alexandre Aubin
add3bd29b0 Add dependencies between migrations 2019-08-05 21:10:03 +02:00
Alexandre Aubin
da64778b0d Migrate the old migration json to the new yaml format 2019-08-05 17:57:13 +02:00
Alexandre Aubin
2723300dca Rework the migration system to have independent, non-ordered migrations, so each migration has a state skipped / done / pending and can be ran independently from others 2019-08-05 17:57:13 +02:00
Alexandre Aubin
bee4fb70fd [mod] Move this block to have a whole part dedicated to migrations 2019-08-05 17:57:13 +02:00
Alexandre Aubin
3132d35df6 Typos 2019-07-30 01:22:31 +02:00
Laurent Peuch
6b285bae88 [mod] remove silent exception in toos_update 2019-07-30 01:18:14 +02:00
Alexandre Aubin
59e2db99ba
Merge branch 'stretch-unstable' into group_permission 2019-07-05 20:59:10 +02:00
Alexandre Aubin
41c0689af3 Add '+' in front of messages so that they're displayed in grey in webadmin logs instead of blue, to being able to better visually differentiate these 2019-07-03 21:14:16 +02:00
Alexandre Aubin
158aa08022 Fix self-upgrade mechanism, now using systemd-run which is more robust than '&' 2019-06-19 17:56:36 +02:00
Alexandre Aubin
7ebb8bade3 Add current and new version for apps in tools_update output 2019-06-07 19:47:09 +02:00
Alexandre Aubin
5e93b5cfd9 [fix] When self-upgrading, use a hack to not fill the ended_at and success key right away 2019-06-05 16:23:13 +02:00
Alexandre Aubin
24cfc15536 Merge branch 'stretch-unstable' into group_permission 2019-05-31 18:15:09 +02:00
Alexandre Aubin
d0c982a422 Check for obvious conflict with already running apt/dpkg commands when running yunohost upgrade 2019-05-31 16:09:25 +02:00
Alexandre Aubin
331bdb53aa
Merge branch 'stretch-unstable' into authenticate-as-root 2019-05-16 17:08:48 +02:00
Josué Tille
fde8cafa4e
Merge remote-tracking branch 'upstream/stretch-unstable' into group_permission 2019-05-10 22:53:06 +02:00
Alexandre Aubin
f010f49528 Get rid of all those crazy 'auth' arguments. Instead : directly fetch the ldap interface when and where it's actually needed 2019-05-10 02:11:40 +02:00
Alexandre Aubin
c15cc788ed Add utils to fetch LDAP interface 2019-05-10 01:56:33 +02:00
Alexandre Aubin
1781dd7abe
Merge branch 'stretch-unstable' into rework-update-and-upgrade 2019-05-09 17:15:41 +02:00
Josué Tille
9f28bfccad Use root UID to authenticate to LDAP 2019-05-02 15:30:44 +02:00
Laurent Peuch
cecaee4f13 [fix] meh, it's not haskell 2019-04-29 00:22:31 +02:00
Laurent Peuch
9b08afc118 [mod] small refactoring, remove useless exception 2019-04-28 03:43:42 +02:00
Alexandre Aubin
7ee0e986a6 Explicly mark failure if command failed + more readable syntax 2019-04-25 00:26:42 +02:00
Alexandre Aubin
cf619fe134 Fix / improve success mark in logs 2019-04-24 19:02:35 +02:00
Alexandre Aubin
f4b87f9695 Move low-level apt stuff to utils/packages.py 2019-04-24 17:46:39 +02:00
Alexandre Aubin
5731e69541 PEP8 2019-04-24 03:23:47 +02:00
Alexandre Aubin
12bcd5d0f8 Avoid messy output when running apt stuff 2019-04-24 00:49:52 +02:00
Alexandre Aubin
4f3eaa5e23 Check there's actually some apps to update when using tools upgrade --apps 2019-04-24 00:49:11 +02:00
Alexandre Aubin
a192bdd31a Consistent options for tools_update (compared to upgrade) + semantic improvements 2019-04-23 16:51:32 +02:00
Alexandre Aubin
ec9deec9d4 i18n for messages 2019-04-23 00:08:44 +02:00
Alexandre Aubin
1b84d9a65f Reorganize for clarity 2019-04-22 23:25:57 +02:00
Alexandre Aubin
68ac7d3f1c Misc tweak for display 2019-04-22 22:31:21 +02:00