An error occurred fetching the project authors.
- 17 Jan, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 13 Jan, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 Jan, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 08 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 05 Dec, 2016 1 commit
-
-
Julien Muchembled authored
-
- 07 Nov, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Oct, 2016 1 commit
-
-
Kirill Smelkov authored
When originally in 0a446263 (ERP5 and Jupyter integrated together) I added Jupyter support into ERP5 the parameter for whether to enable/disable it was declared as boolean in JSON schema but processed as string in instance code, this way preventing usage of real JSON's boolean. Fix it. (also fixing up software/slapos-master/ which copied the files for play in 87d13789) /noticed-by @vpelletier (on !43)
-
- 30 Sep, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 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 nexedi/slapos!94
-
- 19 Sep, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 16 Sep, 2016 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 31 Aug, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Aug, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 13 Jul, 2016 1 commit
-
-
Tristan Cavelier authored
- apache: add generic configuration file for backend - erp5: make balancer use generic apache backend configuration file
-
- 11 Jul, 2016 1 commit
-
-
Douglas authored
@Tyagov this is the slapos part of nexedi/erp5!131. It includes: - Documentation on top on each Jupyter notebook about why and how we use the environment object. - astor egg, used to convert abstract syntax tree objects back to source code. /reviewed-on nexedi/slapos!76
-
- 06 Jul, 2016 1 commit
-
-
Vincent Pelletier authored
Avoids being spammed with WARNING ZODB.DB DB.open() has X open connections with a pool_size of 7 on zopes with more than 7 worker threads. Also, allows better hit-rate on volatile attributes in such case, as otherwise connections (and their cache) would be discarded when many threads would be made busy, decreasing performance.
-
- 04 Jul, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This patch change the log format from: ``` 2016-03-25 04:26:37,609 WARNING access 172.17.0.2 - Anonymous [25/Mar/2016:04:26:37 +0200] "GET / HTTP/1.0" 200 0 "" "" ------ 2016-03-25 04:26:37,613 WARNING access 172.17.0.2 - Anonymous [25/Mar/2016:04:26:37 +0200] "GET / HTTP/1.0" 200 1971 "" "" ------ 2016-03-25 04:26:37,619 WARNING access 172.17.0.2 - Anonymous [25/Mar/2016:04:26:37 +0200] "GET / HTTP/1.1" 200 1952 "" "" ------ 2016-03-25 04:26:40,619 WARNING access 172.17.0.2 - Anonymous [25/Mar/2016:04:26:40 +0200] "GET / HTTP/1.0" 200 1971 "" "" ------ 2016-03-25 04:26:43,622 WARNING access 172.17.0.2 - Anonymous [25/Mar/2016:04:26:43 +0200] "GET / HTTP/1.0" 200 1971 "" "" ``` to something more concise for the eye: ``` 2016-04-06 10:13:41,854 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:41 +0200] "GET / HTTP/1.0" 200 1971 "" "" 2016-04-06 10:13:44,861 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:44 +0200] "GET / HTTP/1.0" 200 1971 "" "" 2016-04-06 10:13:47,868 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:47 +0200] "GET / HTTP/1.0" 200 1971 "" "" 2016-04-06 10:13:50,875 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:50 +0200] "GET / HTTP/1.0" 200 1971 "" "" 2016-04-06 10:13:53,882 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:53 +0200] "GET / HTTP/1.0" 200 1971 "" "" 2016-04-06 10:13:56,890 WARNING access 172.17.0.2 - Anonymous [06/Apr/2016:10:13:56 +0200] "GET / HTTP/1.0" 200 1971 "" "" ``` by changing the log format from the default `------\n%(asctime)s %(levelname)s %(name)s %(message)s` ( defined [here](https://github.com/zopefoundation/ZConfig/blob/0d6a8a1/ZConfig/components/logger/handlers.xml#L38 )) to simply `%(asctime)s %(levelname)s %(name)s %(message)s` It is enabled for both event.log and Z2.log /cc @kazuhiko @vpelletier @tc /reviewed-on nexedi/slapos!67
-
- 03 Jun, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 20 May, 2016 1 commit
-
-
Vincent Pelletier authored
This allows enabling replication later without requiring a mariadb restart. For now, nothing passes the internal server-id instance parameter, so replication is not.
-
- 13 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 12 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 May, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
because Products.ExternalEditor 2.0.0's dtml is not based on Zope2 OFS's one and it drops icons, sort by last_modified etc in ZMI.
-
Alain Takoudjou authored
-
Vincent Pelletier authored
-
- 06 May, 2016 2 commits
-
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
- 13 Apr, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 08 Apr, 2016 1 commit
-
-
Ivan Tyagov authored
-
- 04 Apr, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 15 Mar, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Mar, 2016 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 01 Mar, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-