Commit graph

1566 commits

Author SHA1 Message Date
Josué Tille
84fe23786c Fix permission sychronization 2019-09-10 22:05:03 +02:00
Alexandre Aubin
ec3856a25c Propagate changes about revert mechanism and naming on migration 12 2019-09-10 17:15:08 +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
3d10e8fef2
Merge pull request #786 from YunoHost/dyndns_update_force
"yunohost dyndns update" "--force" and "--dry-run"
2019-09-01 16:23:14 +02:00
Alexandre Aubin
a208763d0c
Merge pull request #747 from YunoHost/python-hooks-reloaded
Python hooks reloaded
2019-08-31 04:08:52 +02:00
Bram
9f07031da9
Merge pull request #762 from madtibo/pg_pwd_security
[enh] PostgreSQL password security
2019-08-28 23:59:43 +02:00
Laurent Peuch
2aa5e7f640 [mod] raw string for correct escape sequence 2019-08-27 19:45:45 +02:00
Laurent Peuch
87435775ee [enh] add --dry-run option to dyndns update 2019-08-27 19:45:33 +02:00
Laurent Peuch
b8f27b7593 [enh] add --force to 'dyndns update' 2019-08-26 17:35:18 +02:00
Laurent Peuch
19dbe87167 [mod] regex must be stored in raw strings 2019-08-25 16:50:30 +02:00
Laurent Peuch
0849adbee1 [mod] remove useless weird comment 2019-08-25 16:48:21 +02:00
Laurent Peuch
68e9724517 [mod] remove catchall bad exception 2019-08-25 16:40:41 +02:00
Alexandre Aubin
fcae50a6e0 Move / test / fix migration for postgresql auth 2019-08-24 18:14:16 +02:00
madtibo
2fc13a7af0 switch from password to md5 authentication in postgresql 2019-08-24 17:52:08 +02:00
Alexandre Aubin
ff2caae183 Now guess hook type using mimetypes lib 2019-08-24 15:56:52 +02:00
Alexandre Aubin
2ffb413a46 This TODO is implemented now 2019-08-24 15:49:25 +02:00
Bram
3d7c3d13de
Merge pull request #783 from yalh76/token
adding token to not be logged
2019-08-20 21:18:48 +02:00
yalh76
98423a7f91 adding token to not be logged 2019-08-20 20:23:45 +02:00
Kayou
63d364e547
[Fix] Upgrade: Not enough arguments for format string 2019-08-18 16:56:18 +02:00
ljf
b54266cbf3 [fix] Unwanted residual code 2019-08-14 17:55:17 +02:00
ljf
f98ad4f191 [enh] Avoid to modify untestable migrations 2019-08-14 17:39:23 +02:00
ljf
0a2ba102c8 [enh] Avoid to modify untestable migrations 2019-08-14 17:37:43 +02:00
ljf
fac44f44d0 [enh] Avoid to modify untestable migrations 2019-08-14 17:29:24 +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
Bram
a19df2c09c
Merge pull request #764 from YunoHost/actions_and_config_operation_logs
[enh] integrate actions/config-panel into operation_logs
2019-08-12 13:51:44 +02:00
Bram
268abdfbbd
Merge pull request #767 from YunoHost/ux_better_not_installed_apps
[ux] better error message for not installed app
2019-08-09 16:47:32 +02:00
Bram
82631c1dc7
Merge pull request #748 from YunoHost/manifest-in-toml
Manifest in toml
2019-08-09 16:46:38 +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
1a095f1299 Remove service_enable from stuff logged using operation logger ... it's buggy (i18n not working) + doesn't make sense that this one and not service_disable and service add/start/... 2019-08-05 19:10:48 +02:00
Alexandre Aubin
9d559bf42c We need quotes here, otheriwse yaml isn't happy later when loading the metadata file 2019-08-05 18:36:09 +02:00
Alexandre Aubin
32e01d9cff Don't miserably fail if we can't load detail for a log entry 2019-08-05 18:36:03 +02:00
Alexandre Aubin
1cec9d78eb We need quotes here, otheriwse yaml isn't happy later when loading the metadata file 2019-08-05 18:27:11 +02:00
Alexandre Aubin
d507d447dd Don't miserably fail if we can't load detail for a log entry 2019-08-05 18:27:00 +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
817358ade4 [yolo] Improve handling of situation where applist can't be fetched somehow... 2019-08-04 22:18:32 +02:00
Alexandre Aubin
c6f653822e Gotta feed the file path, not the file itself 2019-08-04 18:47:34 +02:00
Alexandre Aubin
6936fa95b9 Gotta feed the file path, not the file itself 2019-08-04 18:45:42 +02:00
Laurent Peuch
1224380265 [fix] retreive the actual value 2019-08-04 18:16:35 +02:00