An error occurred fetching the project authors.
  1. 18 Jan, 2022 1 commit
  2. 08 Dec, 2021 1 commit
  3. 16 Nov, 2021 1 commit
    • Kirill Smelkov's avatar
      wendelin.core: v↑ 0.13 -> 2.0.alpha1 · e256ed97
      Kirill Smelkov authored
      Update to wendelin.core 2, which reached its alpha state.
      
      Even though it is wendelin.core 2, it continues to work by default in
      wendelin.core 1 mode with providing the same stability guarantees as
      before. This mode works with all ZODB4, ZODB4-wc2 and ZODB5. However
      every Zope has its own private cache for ZBigFile data which wastes RAM,
      prevents us to use as many Zopes as there are CPU cores, and potentially
      leads to OOM issues where one Zope tend to allocate whole memory while
      other Zopes cannot allocate even a single page. This mode, as well as
      previous Wendelin.core 1, is also subject to data-corruption that can
      happen on ZBigFile's BTree topology change:
      
      nexedi/wendelin.core@8c32c9f6
      
      WCFS mode - that is what wendelin.core 2 actually provides over
      wendelin.core 1 - is currently opt-in. When used in "WCFS mode", all
      Zopes share cache for ZBigFile data and there should be no data
      corruption. This mode works with both ZODB4-wc2 and ZODB5, but not with
      plain ZODB4. The way to opt-in into this mode for a software-release is
      to set `erp5-defaults:wcfs-enable-default = true`, like SlapOS Master
      currently does:
      
          # SlapOS Master needs to use Wendelin.core 2.
          # Wendelin.core 2 works with either ZODB4-wc2, or ZODB5, but not with ZODB4.
          # ERP5 does not currently work with ZODB5.
          # -> this leaves ZODB4-wc2 as the only choice.
          [ZODB]
          major = 4-wc2
      
          [erp5-defaults]
          wcfs-enable-default = true
      
      Remove activate-WC2-preview.cfg as wendelin.core 2 is no longer draft
      and there should be no need to use my personal repository and dirty
      branch anymore.
      e256ed97
  4. 27 May, 2021 1 commit
  5. 24 Mar, 2021 1 commit
  6. 03 Dec, 2020 1 commit
  7. 12 Aug, 2020 1 commit
  8. 25 Nov, 2019 1 commit
  9. 21 Nov, 2019 1 commit
  10. 08 Mar, 2019 1 commit
  11. 11 Oct, 2017 1 commit
  12. 20 Sep, 2017 2 commits
  13. 27 Apr, 2017 2 commits
  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. 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 nexedi/slapos!43)
      02900123
  16. 07 Sep, 2016 2 commits
  17. 13 Apr, 2016 1 commit
  18. 18 Feb, 2016 1 commit
  19. 16 Feb, 2016 2 commits
  20. 15 Feb, 2016 1 commit
  21. 09 Nov, 2015 1 commit
  22. 06 Nov, 2015 1 commit
  23. 21 Sep, 2015 1 commit
  24. 19 Aug, 2015 1 commit
  25. 18 Nov, 2014 1 commit
  26. 15 Sep, 2014 1 commit
  27. 19 Aug, 2014 1 commit
  28. 20 Jun, 2013 1 commit
  29. 24 Aug, 2012 1 commit
  30. 13 Aug, 2012 1 commit
  31. 23 Jul, 2012 1 commit
    • Łukasz Nowak's avatar
      Add Luke's certificate. · 4a5489cc
      Łukasz Nowak authored
      Also put back certificates on software release url.
      
      This is the only remote url which is going to be trusted outside of buildout.
      
      Fetching list of keys over the network from non signed url has no sense.
      4a5489cc
  32. 10 Jul, 2012 1 commit
  33. 09 Jul, 2012 2 commits
  34. 28 Jun, 2012 1 commit
  35. 26 Jun, 2012 1 commit