An error occurred fetching the project authors.
- 03 Mar, 2015 2 commits
-
-
Alain Takoudjou authored
We can set a specific port-base to use for monitor instance. We can also activate or desactivate monitor by using parameter "monitor": true in zope or mariadb parameters.
-
Tristan Cavelier authored
Conflicts: stack/erp5/buildout.cfg
-
- 17 Feb, 2015 2 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
- 10 Feb, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 09 Feb, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 27 Jan, 2015 1 commit
-
-
Cédric de Saint Martin authored
-
- 26 Jan, 2015 1 commit
-
-
Cédric de Saint Martin authored
Also move mariadb buildout instance profile to dynamic template.
-
- 16 Jan, 2015 3 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
Side effect: activate binlogs. current backup system does not work.
-
- 18 Nov, 2014 2 commits
-
-
Julien Muchembled authored
New 'slapos-kill' from slapos.toolbox is used instead of 'killpidfromfile' This is required for NEO which does not write any pid file.
-
Julien Muchembled authored
The inline recipe for ERP5 has been improved and converted into recipe, which is reused for NEO. Templates are instanciated only if they're used, so no need anymore to wrap them with: {% if slap_software_type == software_type -%} ... {% endif %}
-
- 21 Oct, 2014 1 commit
-
-
Tristan Cavelier authored
- Use latest slapos.toolbox (0.41.0) - stack/erp5/buildout.cfg add script is-local-tcp-port-opened - Change instance-mariadb promise to use is-local-tcp-port-opened The monitor runs promises every 5 minutes. The previous mariadb promise check for listening tcp port by openning a socket and closing it, causing mariadb to block the host after a defined amount of time. The new script `is-local-tcp-port-opened` checks for opened tcp port on current machine by reading /proc/net/tcp{,6}. No socket is opened. Maria should not block hosts anymore.
-
- 11 Sep, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 05 Jun, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
also cleanup pt-* commands in mariadb instanciation.
-
- 24 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
Fix spurious newlines being emitted, breaking published values. Also, remove unneeded whitespace trimming on "else" statement.
-
- 23 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
Allow creating databases without associated user account. Do not document this, as it is part of a yet-incomplete feature.
-
- 22 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 07 Apr, 2014 1 commit
-
-
Vincent Pelletier authored
This reverts commit 37a0e975. It was too early to change this default value, code requesting test instance is not ready for this yet, which in turn prevents latest SR improvements from being tested. Break the cycle by creating test databases again. This code will go away again in the future.
-
- 05 Apr, 2014 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 03 Apr, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 20 Mar, 2014 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Test node now requests them.
-
Vincent Pelletier authored
Not perfect yet, as some strings end in configuration files for example and need escape mechanisms aware of individual configuration file syntaxes.
-
- 05 Feb, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 20 Jan, 2014 1 commit
-
-
Vincent Pelletier authored
Noticed by Julien Muchembled.
-
- 17 Sep, 2013 1 commit
-
-
Vincent Pelletier authored
Otherwise, mysqldump locks all tables wich cause a (noticeable or not, depending on backup duration and site load at backup time) total site unavailability.
-
- 04 Sep, 2013 1 commit
-
-
Julien Muchembled authored
-
- 08 Aug, 2013 1 commit
-
-
Julien Muchembled authored
-
- 19 Jul, 2013 1 commit
-
-
Julien Muchembled authored
-
- 18 Jul, 2013 1 commit
-
-
Julien Muchembled authored
Same as commit 8da9aa07, to reduce redundancy.
-
- 16 Jul, 2013 7 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Was accidentally lost, and documented as the intended value - though it is not.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Better failing than silently ignoring a missing parameter because of a typo. Only parameters provided by users should be allowed to be missing, not internal ones.
-
Vincent Pelletier authored
Also, follow naming convention.
-
Benjamin Blanc authored
vincent: Minor fixes. Move branch switch to a separate commit. vincent: Provide configuration to mysql_install_binary.
-