An error occurred fetching the project authors.
  1. 15 Oct, 2018 1 commit
  2. 19 May, 2018 1 commit
  3. 16 Mar, 2018 1 commit
  4. 11 Oct, 2017 1 commit
  5. 07 Sep, 2017 1 commit
  6. 21 Jun, 2017 1 commit
  7. 20 Apr, 2017 1 commit
    • Rafael Monnerat's avatar
      slapos-master: Follow up recent changes on erp5 stack · c9a3ff91
      Rafael Monnerat authored
        Apply commits:
         stack.erp5: Drop unneeded executable permissions. (fe7ea950)
         stack.logrotate: Fix support for stopped processes.
         stack.erp5: Use an iterator to produce port numbers.
         software/erp5: if wendelin-core-zblk-fmt is not given, then use wendelin.core's default.
         software/erp5 & stack/erp5: Add a new parameter wendelin-core-zblk-fmt.
      c9a3ff91
  8. 18 Feb, 2016 1 commit
  9. 16 Feb, 2016 2 commits
  10. 09 Dec, 2015 1 commit
    • Julien Muchembled's avatar
      ERP5: sort balancer families by name before assigning ports · ba9ef609
      Julien Muchembled authored
      If the list of families does not change, their ports must not change, and it's
      wrong to get this by relying on CPython implementation details. Even if we
      automated the update of frontends with new urls, this couldn't be done
      atomically and we'd get random failures.
      
      Currently, frontends are only updated manually so we also want to minimize
      changes when families are added/renamed/removed. By sorting alphabetically,
      we have something predictable. Of course, this does not cover cases like the
      following one:
      - before: A, B, C
      - after: A, C
      Even if we added a 'port-base' parameter for the balancer, the port would
      change for one of the 2 families.
      
      We have no need for the moment, but we could go further with an optional list
      parameter to choose the order, and a special value to skip ports. Another
      option is to use publish-early but it's more complicated to implement and
      we lose everything when we reinstanciate.
      
      The sort in haproxy.cfg.in is for the stats page.
      ba9ef609
  11. 06 Oct, 2015 1 commit
  12. 18 Nov, 2014 2 commits
  13. 05 Apr, 2014 2 commits
    • Vincent Pelletier's avatar
      26fe60f9
    • 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
  14. 20 Mar, 2014 1 commit
  15. 21 Jan, 2014 1 commit
  16. 04 Sep, 2013 4 commits
  17. 19 Jul, 2013 1 commit
  18. 16 Jul, 2013 1 commit
  19. 04 Feb, 2013 1 commit
  20. 03 Oct, 2012 1 commit