Valentin Lab
c15b075126
fix: [odoo-tecnativa] support restoring large database file
8 months ago
Valentin Lab
bf1ba1ab1a
fix: [postgres] set ``drop`` action to not trigger hooks
11 months ago
Valentin Lab
b634796544
fix: [postgres] prevent possible edge case depending on content of stdin !minor
If stdin was "-e" for instance, this would have been interpreted.
11 months ago
Valentin Lab
19fa8608db
fix: [postgres] display service name in error message !minor
Unused variables or options were also removed.
11 months ago
Valentin Lab
183dc8c965
new: [postgres] add support of ``--neutralize|-n`` option to ``load`` action
11 months ago
Valentin Lab
4458a17756
fix: [postgres] remove unused variable initialization !minor
11 months ago
Valentin Lab
17c345e43a
chg: [odoo-tecnativa,compose] make ``load``, ``save`` and ``sql`` action force usage of ``no-hooks``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
d6aebbf175
fix: [odoo-tecnativa] typos !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
86357dfc69
chg: [odoo-tecnativa] make drop more reliable and use manual drop if necessary
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
cdcb310c93
chg: dev: [odoo-tecnativa] refactor out and strengthen detection of running container
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
7b86833518
chg: [odoo-tecnativa] rewrite ``load`` and ``save`` to use stdin and stdout, add ``drop`` action.
The previous implementation had several shortcoming about file
due to ``compose`` being run in a docker container. By shifting to
``stdin`` and ``stdout`` usage, we make a more elegant proposition.
See ``--help`` to get full doc with examples of usage.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
9de24e94d0
new: [odoo-tecnativa] add ``install`` action to install module into database
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
541dde1f25
new: [odoo-tecnativa] fetch admin password in config if not specified.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
5 years ago
Valentin Lab
16e92631c2
fix: [odoo-tecnativa] avoid leaking stopped containers
6 years ago
Valentin Lab
5a3b8d5b41
new: [postgres,odoo-tecnativa] rewrite to avoid any host direct contact
This allows ``compose`` to be run from a docker.
6 years ago
Valentin Lab
80554298d1
chg: dev: whitespaces !minor
6 years ago
Valentin Lab
ad8c02f8e1
new: [odoo-tecnativa] added action ``load``
6 years ago
Valentin Lab
9d1385ad19
new: [odoo-tecnativa] added 'save' action.
6 years ago