An error occurred fetching the project authors.
  1. 20 Nov, 2014 1 commit
  2. 18 Nov, 2014 3 commits
  3. 08 Nov, 2014 1 commit
  4. 21 Oct, 2014 1 commit
    • Tristan Cavelier's avatar
      erp5 stack: fix mariadb host blocking · 6f11404d
      Tristan Cavelier authored
      - Use latest slapos.toolbox (0.41.0)
      - stack/erp5/buildout.cfg add script is-local-tcp-port-opened
      - Change instance-mariadb promise to use is-local-tcp-port-opened
      
      The monitor runs promises every 5 minutes.
      The previous mariadb promise check for listening tcp port by openning
      a socket and closing it, causing mariadb to block the host after a
      defined amount of time.
      
      The new script `is-local-tcp-port-opened` checks for opened tcp port
      on current machine by reading /proc/net/tcp{,6}. No socket is opened.
      Maria should not block hosts anymore.
      6f11404d
  5. 28 Aug, 2014 2 commits
  6. 07 Jul, 2014 1 commit
  7. 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
      ae79ce9b
  8. 03 Apr, 2014 2 commits
  9. 04 Feb, 2014 2 commits
  10. 21 Jan, 2014 1 commit
  11. 10 Jan, 2014 1 commit
  12. 04 Sep, 2013 1 commit
    • Vincent Pelletier's avatar
      erp5: Stop using slapos.cookbook:haproxy . · 783b34d8
      Vincent Pelletier authored
      Fixes backend maxconn value: it's now equal to zope's number of threads.
      Instead, generate configuration file from template and wrapper from
      stand-alone recipe.
      One local-only feature is lost: haproxy-ctl command is not present, but its
      usage should be rare enough to not be a problem now. Socket is present
      anyway, so any tool able to access a unix socket would do (ex: socat).
      783b34d8
  13. 07 Aug, 2013 1 commit
  14. 19 Jul, 2013 2 commits
  15. 18 Jul, 2013 2 commits
  16. 17 Jul, 2013 1 commit
  17. 16 Jul, 2013 5 commits
  18. 03 Jul, 2013 1 commit
  19. 10 May, 2013 1 commit
  20. 28 Feb, 2013 2 commits
  21. 04 Feb, 2013 1 commit
  22. 03 Oct, 2012 1 commit
  23. 25 Sep, 2012 1 commit
  24. 20 Sep, 2012 1 commit
    • Vincent Pelletier's avatar
      Stop using sphinx. · 57a0860a
      Vincent Pelletier authored
      It is not used in xwiki and lamp, does not work out of the box in erp5, and
      prevents erp5 from moving further toward IPv6 support.
      Do not drop its component SR and recipe just yet, as it might find some
      use in the near future.
      57a0860a
  25. 24 Aug, 2012 1 commit
  26. 21 Aug, 2012 1 commit
  27. 19 Jul, 2012 1 commit