- 03 Sep, 2018 1 commit
-
-
Jérome Perrin authored
-
- 10 Aug, 2018 1 commit
-
-
Julien Muchembled authored
-
- 25 May, 2018 1 commit
-
-
Yusei Tahara authored
erp5, mariadb: Allow users to set additional environment variables to mysqld to use third party ODBC libraries for CONNECT storage engine.
-
- 23 May, 2018 1 commit
-
-
Tristan Cavelier authored
more discussion at !266
-
- 17 May, 2018 1 commit
-
-
Xiaowu Zhang authored
/reviewed-on !329
-
- 27 Feb, 2018 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Feb, 2018 1 commit
-
-
Yusei Tahara authored
-
- 24 Feb, 2018 1 commit
-
-
Yusei Tahara authored
-
- 23 Feb, 2018 1 commit
-
-
Roque authored
-
- 22 Feb, 2018 2 commits
-
-
Gabriel Monnerat authored
This should fix the error below to run zope. Error: invalid literal for int() with base 10: '10m' (line 39, in file:///srv/slapgrid/slappart7/srv/testnode/awf/inst/test0-7/etc/zope-0.conf)
-
Ivan Tyagov authored
-
- 21 Feb, 2018 1 commit
-
-
Ivan Tyagov authored
Make it possible to specify the desired threshold before a requests gets saved to a temporary file instead of being read completely into memory. @nexedi, tests do pass (I squashed commits) so unless objections today I merge it tomorrow. https://nexedi.erp5.net/test_result_module/20180216-696E64EA /reviewed-on !290
-
- 13 Feb, 2018 1 commit
-
-
Julien Muchembled authored
Current version of wendelin.core is limited in that there's no cooperation in memory allocation between several processes sharing the same /dev/shm. Over time, the distribution of memory among processes becomes more and more inequal until some of them get killed due to allocation failure. This is a temporary solution that relies on user namespaces.
-
- 02 Feb, 2018 1 commit
-
-
Ivan Tyagov authored
…l for activities is needed. /reviewed-on !281
-
- 08 Jan, 2018 1 commit
-
-
Ayush Tiwari authored
Also update README accordingly. Its becasue now erp5-site is being created automatically using software-type default and there is no create-erp5-site software-type anymore.
-
- 03 Nov, 2017 1 commit
-
-
Julien Muchembled authored
See erp5@5169f193
-
- 12 Oct, 2017 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 02 Oct, 2017 1 commit
-
-
Sebastien Robin authored
This reverts commit 40108537. Using the public cloudooo for all unit tests makes things unreliable, we have every day many tests failing due to this. It would be required to reapply this change to : - make ERP5 more resilient to network failures when there is issues connecting to cloudooo - find some automated ways to have a cloudooo per testnode machine, with idea of having possibility to request "where is the nearest service doing that" - possibly having a CDN of cloudooo, but this does not prevent having a cloudooo per testnode
-
- 27 Sep, 2017 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 13 Sep, 2017 1 commit
-
-
Julien Muchembled authored
Since erp5@6c6b77a0, this is now a safe operation, in that a mistake while moving databases won't result in a loss of the catalog if the zodb is empty. This new implementation relies on erp5@6bb4c56e, which means that zopes decide on their own to create the site at startup if there's none, and the 'erp5-bootstrap' service is removed from the root partition. /reviewed-on !217
-
- 01 Sep, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 03 Jul, 2017 1 commit
-
-
Alain Takoudjou authored
Allows requesting a caucase partition and reusing an existing caucase instance. For client-certificate-based authentication, client must be able to access backend directly (frontend is not possible).
-
- 21 Jun, 2017 2 commits
-
-
Hardik Juneja authored
Parameters not ready for stabilisation yet
-
Hardik Juneja authored
The parameters not ready for stabilisation yet This reverts commit 1db0265c.
-
- 20 Jun, 2017 3 commits
-
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
- 06 Apr, 2017 1 commit
-
-
Yusei Tahara authored
-
- 22 Mar, 2017 1 commit
-
-
Yusei Tahara authored
software/erp5 & stack/erp5: Add a new parameter wendelin-core-zblk-fmt. Use it to specify wendelin.core format(ZBlk0 or ZBlk1).
-
- 27 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
Now that it really works.
-
- 22 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 16 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
Hostname is dot-less. Domain name may contain dots.
-
- 08 Feb, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 18 Jan, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Oct, 2016 1 commit
-
-
Kirill Smelkov authored
@vpelletier says: I do not think this is a "slave" instance, but just a sub-instance. "slave instance" is a way to pass parameter to a foreign instance. For example, frontend is an instance, and a slave instance is the rule given by an unrelated partition to make that existing frontend instance direct http://foo.com to 1.2.3.4:80 . OTOH, "balancer" is a sub-instance of ERP5's SR base instance (which is typically the root instance also). /noticed-by @vpelletier (on !43)
-
- 28 Sep, 2016 1 commit
-
-
Vincent Pelletier authored
Document how to setup replication. Add support for no-zope ERP5 instance, so it is possible to setup a replicating, full-featured ERP5 Cluster instance tree without providing service until it needs to take over its upstream, or to become otherwise independent.
-
- 27 Sep, 2016 1 commit
-
-
Jérome Perrin authored
Because this url is use by [erp5_promise](https://lab.nexedi.com/nexedi/erp5/blob/450ae11128503934b4d81de8c7c72ba7aa7948d5/bt5/erp5_promise/SkinTemplateItem/portal_skins/erp5_promise/Alarm_checkPromiseConversionServer.py#L5) to configure cloudooo in the preference, but erp5 preference is not supposed to be `cloudooo://` but just `http://` . FYI, this erp5_promise is the **Check Site Consistency** part described in the "ERP5 on webrunner" installation procedure as documented in https://www.erp5.com/erp5-HowTo.Request.Erp5.Instance.On.Slap.Os.Webrunner /cc @tc @vpelletier /reviewed-on !94
-
- 26 Aug, 2016 1 commit
-
-
Vincent Pelletier authored
-