An error occurred fetching the project authors.
  1. 16 Jun, 2020 1 commit
  2. 19 Nov, 2019 1 commit
  3. 13 Aug, 2019 1 commit
  4. 19 Jun, 2019 1 commit
  5. 12 Mar, 2019 1 commit
  6. 06 Mar, 2019 1 commit
  7. 03 Dec, 2018 2 commits
  8. 15 Oct, 2018 1 commit
  9. 19 May, 2018 1 commit
  10. 16 Mar, 2018 1 commit
  11. 11 Oct, 2017 1 commit
  12. 07 Sep, 2017 1 commit
  13. 21 Jun, 2017 1 commit
  14. 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
  15. 18 Feb, 2016 1 commit
  16. 16 Feb, 2016 2 commits
  17. 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
  18. 06 Oct, 2015 1 commit
  19. 18 Nov, 2014 2 commits
  20. 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
  21. 20 Mar, 2014 1 commit
  22. 21 Jan, 2014 1 commit
  23. 04 Sep, 2013 4 commits
  24. 19 Jul, 2013 1 commit
  25. 16 Jul, 2013 1 commit
  26. 04 Feb, 2013 1 commit
  27. 03 Oct, 2012 1 commit