An error occurred fetching the project authors.
  1. 05 Mar, 2023 3 commits
  2. 09 Feb, 2022 1 commit
  3. 11 Jan, 2022 2 commits
  4. 09 Mar, 2021 1 commit
  5. 08 Mar, 2021 1 commit
  6. 19 Jun, 2020 1 commit
  7. 04 Dec, 2019 1 commit
  8. 24 Jun, 2019 1 commit
  9. 21 Feb, 2018 1 commit
  10. 03 Nov, 2017 1 commit
  11. 13 Sep, 2017 1 commit
  12. 04 Jul, 2016 1 commit
    • 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
  13. 07 Dec, 2015 1 commit
  14. 09 Dec, 2014 1 commit
    • Julien Muchembled's avatar
      erp5: review request parameters for SLA & ZODB · a2ba55e0
      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'.
      a2ba55e0
  15. 18 Nov, 2014 1 commit
    • Julien Muchembled's avatar
      Make ERP5 instantiable with an external NEO storage · a546487f
      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.
      a546487f
  16. 28 Aug, 2014 1 commit
  17. 05 Apr, 2014 2 commits
    • Vincent Pelletier's avatar
      erp5: Add webdav support. · f2183d38
      Vincent Pelletier authored
      Move haproxy httpchk configuration per-listen as zope's webdav returns 401
      on (at least) GET / . TCP-level checks are still active, which should be
      sufficient.
      Also, change zope_family_address_list check to getitem as it's more natural
      than concatenating.
      Also, stop using apache.zope.backend recipe to add support for per-port
      scheme so automatic ERP5Site creation knows which URL is really HTTP.
      Also, stop using certificate_authority recipe and call openssl directly
      when generating self-signed cert for https/webdavs support.
      Also, rework balancer parameters a bit (still undocumented).
      Also, make instance-balancer always publish ipv6 value (empty when no ipv6
      available), so instance-erp5 always succeeds.
      f2183d38
    • Vincent Pelletier's avatar
  18. 03 Apr, 2014 2 commits
  19. 07 Feb, 2014 1 commit
  20. 04 Feb, 2014 1 commit
  21. 16 Jul, 2013 1 commit
  22. 04 Feb, 2013 1 commit
  23. 03 Oct, 2012 1 commit
  24. 20 Sep, 2012 1 commit
  25. 24 Aug, 2012 1 commit
  26. 10 Jul, 2012 1 commit
  27. 26 Jun, 2012 1 commit
  28. 20 Jun, 2012 1 commit
  29. 11 Jun, 2012 1 commit
  30. 09 Jun, 2012 1 commit
  31. 07 Jun, 2012 1 commit