An error occurred fetching the project authors.
- 05 Mar, 2023 1 commit
-
-
Jérome Perrin authored
-
- 28 Apr, 2022 1 commit
-
-
Thomas Leymonerie authored
Use slapos.recipe.template instead of slapos.recipe.template if possible Harmonize template keys : rendered -> output template -> url template = inline: -> inline = Delete "mode" key See merge request nexedi/slapos!1151
-
- 16 Mar, 2021 1 commit
-
-
Kirill Smelkov authored
Factor-out things that provide components for ZODB stack from software/neoppod/ into component/ZODB/.
-
- 08 Nov, 2019 1 commit
-
-
Łukasz Nowak authored
runTestSuite.in uses _update_hash_filename_ compatbility to avoid clash with section's filename key. As software.cfg is extended by other software releases rename the template part to template-neo in order to avoid clash of sections.
-
- 30 Aug, 2019 1 commit
-
-
Julien Muchembled authored
-
- 13 Aug, 2019 1 commit
-
-
Rafael Monnerat authored
Remove duplicated version definition at software level to prevent excessive duplication of the value.
-
- 16 Dec, 2018 1 commit
-
-
Julien Muchembled authored
See sqlite-mixin.cfg to skip the building of MariaDB.
-
- 17 Jul, 2018 2 commits
-
-
Julien Muchembled authored
-
Rafael Monnerat authored
-
- 24 May, 2018 1 commit
-
-
Julien Muchembled authored
-
- 16 May, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 18 Apr, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
It already happened that the first tests of the suite failed because the MySQL server was not fully started: OperationalError: (2002, 'Can\'t connect to local MySQL server through socket \'.../var/run/mariadb.sock\' (2 "No such file or directory")')
-
- 17 Jan, 2017 1 commit
-
-
Julien Muchembled authored
-
- 05 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 29 Sep, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 16 Sep, 2016 1 commit
-
-
Julien Muchembled authored
-
- 31 Aug, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 14 Aug, 2016 1 commit
-
-
Kirill Smelkov authored
This is backported to ZODB-3.10 https://github.com/zopefoundation/persistent/pull/44 The patch is needed for wendelin.core to being able to relase not needed memory. /reviewed-on nexedi/slapos!93
-
- 06 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 01 Apr, 2016 1 commit
-
-
Ivan Tyagov authored
-
- 15 Oct, 2015 1 commit
-
-
Julien Muchembled authored
-
- 08 Jul, 2015 1 commit
-
-
Saurabh authored
Before it was only possible to make an ERP5 cluster connect to a NEO cluster that was instanciated separately, by passing "name" and "master_nodes" connection parameters in "storage-dict". For an internal NEO DB, "name" and "master_nodes" is filled automatically and you must instead pass a "server" dict, with same parameters as in NEO SR. Currently, a NEO cluster name must be given. Later, we hope to generate a good name automatically. All this was implemented by refactoring NEO & ERP5 SR, with common files. For the ERP5 SR, the root partition also serves as "root" partition for NEO partitions: in other words, there's no second empty partition.
-
- 25 Jun, 2015 1 commit
-
-
Julien Muchembled authored
-
- 11 Jun, 2015 2 commits
- 10 Jun, 2015 1 commit
-
-
Saurabh authored
- There's now a single software type 'neo' (in addition to the default) which contains: - 1 master - 1 admin - a configurable number of storage nodes, that share the same MySQL server - Review of parameters to configure MySQL server. (innodb_buffer_pool_size is important) - Check of meaningless values of 'replicas'.
-
- 04 Feb, 2015 2 commits
-
-
Julien Muchembled authored
This problem was not found during development because I used a local checkout of slapos cookbook and these files were not downloaded but directly copied from the disk. In zc.buildout, the Download class should be changed to use something that respects umask, instead of 'tempfile.mkstemp'.
-
Julien Muchembled authored
- switch-softwaretype recipe is not merged to master yet so we must slapos-cookbook in develop mode, like for ERP5. - Recognize "RootSoftwareInstance" as default software type for compatibility.
-
- 09 Dec, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 08 Dec, 2014 1 commit
-
-
Julien Muchembled authored
-
- 19 Nov, 2014 1 commit
-
-
Julien Muchembled authored
-
- 18 Nov, 2014 3 commits
-
-
Julien Muchembled authored
Contrary to ERP5, there's no mysql-update service: - this simplifies the SR - after reading the MySQL documentation, the automatic use of mysql_upgrade is quite frightening: « You should always back up your current MySQL installation before performing an upgrade. » « After running mysql_upgrade, stop the server and restart it so that any changes made to the system tables take effect. » (which is currently not done by the recipe) - the future of NEO is an embedded DB like libmysqld
-
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 %}
-
- 05 Mar, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 09 Jul, 2013 3 commits
-
-
Mame Coumba Sall authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-