An error occurred fetching the project authors.
- 09 Dec, 2014 1 commit
-
-
Julien Muchembled authored
All parameters about SLA, i.e. computer-guid & instance-guid, are removed in favor of a new "sla-dict" parameter, which is easier to implement and much more versatile. All changes in the request parameters are incompatible. The old ones are ignored without warning/error. For compatibility, the reference of ZEO partition is still "zodb". Default settings were also fine. Default name of mount-point and FileStorage file is reverted to 'root' instead of 'main'.
-
- 08 Dec, 2014 2 commits
-
-
Julien Muchembled authored
We now use a version of ZEO that support ipv6 natively so this is useless. Although TIDStorage only supports ipv4, it's easier and better to fix TIDStorage rather than maintaining such hack in SlapOS.
-
Julien Muchembled authored
-
- 27 Nov, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 20 Nov, 2014 2 commits
-
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
- 19 Nov, 2014 1 commit
-
-
Julien Muchembled authored
-
- 18 Nov, 2014 3 commits
-
-
Julien Muchembled authored
In order not to conflict with a future integration of NEO in ERP5: - the input schema has a new parameter for external storages. - zodb-software-type & zodb is used only for internal storages and only ZEO is supported. NEO logging is also enabled for clients.
-
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 %}
-
- 09 Nov, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 08 Nov, 2014 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 24 Oct, 2014 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
Remove slapos.recipe.build from stack/erp5/buildout.cfg because is already defined in stack/slapos.cfg
-
- 22 Oct, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 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.
-
- 09 Oct, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Sep, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Sep, 2014 1 commit
-
-
Klaus Wölfel authored
-
- 11 Sep, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 09 Sep, 2014 1 commit
-
-
Vincent Pelletier authored
-
- 08 Sep, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 03 Sep, 2014 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
to migrate other repositories containing product/ but no Products/, you can do like the following : * remove Products from .gitignore if exists * make a symlink Products -> product * git add Products && git commit if the repository has no product/__init__.py, you can copy from erp5/product/__init__.py.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 30 Aug, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 29 Aug, 2014 1 commit
-
-
Vincent Pelletier authored
Update user to use the command form, as it properly handles an existing LD_PRELOAD variable internally.
-
- 28 Aug, 2014 4 commits
-
-
Vincent Pelletier authored
Update users.
-
Vincent Pelletier authored
Implemented using libuserhosts. Only provided to zope processes so far, may be extended in the future with each process seeing different sets of aliases, with potentially different resolutions.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, do not tolerate missing instance-count internal zope partition parameter.
-
- 26 Aug, 2014 2 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-