An error occurred fetching the project authors.
  1. 17 Jan, 2017 1 commit
  2. 13 Jan, 2017 1 commit
  3. 11 Jan, 2017 1 commit
  4. 08 Dec, 2016 1 commit
  5. 05 Dec, 2016 1 commit
  6. 07 Nov, 2016 1 commit
  7. 26 Oct, 2016 1 commit
    • Kirill Smelkov's avatar
      erp5: jupyter.enable is boolean, not string · 02900123
      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)
      02900123
  8. 30 Sep, 2016 1 commit
  9. 28 Sep, 2016 1 commit
    • Vincent Pelletier's avatar
      erp5: Improve replication setup support. · 5ff0a4e0
      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.
      5ff0a4e0
  10. 27 Sep, 2016 1 commit
  11. 19 Sep, 2016 1 commit
  12. 16 Sep, 2016 2 commits
  13. 31 Aug, 2016 1 commit
  14. 10 Aug, 2016 1 commit
  15. 13 Jul, 2016 1 commit
  16. 11 Jul, 2016 1 commit
  17. 06 Jul, 2016 1 commit
    • Vincent Pelletier's avatar
      erp5: Make ZODB pool-size default to thread_amount. · 423341c8
      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.
      423341c8
  18. 04 Jul, 2016 3 commits
    • Kazuhiko Shiozaki's avatar
      version up eggs · b4255368
      Kazuhiko Shiozaki authored
      b4255368
    • Jérome Perrin's avatar
      b41f2565
    • Jérome Perrin's avatar
      erp5: stop including -----\n in zope logfiles · 287a6201
      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
      287a6201
  19. 03 Jun, 2016 1 commit
  20. 24 May, 2016 1 commit
  21. 20 May, 2016 1 commit
  22. 13 May, 2016 1 commit
  23. 12 May, 2016 1 commit
  24. 10 May, 2016 3 commits
  25. 06 May, 2016 2 commits
  26. 13 Apr, 2016 3 commits
  27. 08 Apr, 2016 1 commit
  28. 04 Apr, 2016 1 commit
  29. 15 Mar, 2016 1 commit
  30. 07 Mar, 2016 2 commits
  31. 01 Mar, 2016 1 commit