1. 22 Nov, 2021 24 commits
  2. 18 Nov, 2021 3 commits
  3. 17 Nov, 2021 1 commit
  4. 16 Nov, 2021 10 commits
    • 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:
      
      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
    • Jérome Perrin's avatar
      Metabase 0.41.2 · e870252f
      Jérome Perrin authored
      Update metabase and fix a few minor problems, mostly:
       - use proper passwords for keystore and for postgresql
       - use Eclipse Temurin JRE, where the SSH tunnels work
      
      
      See merge request !1077
      e870252f
    • Łukasz Nowak's avatar
      caddy-frontend: Support not resolving backend hostnames · 14d90bcd
      Łukasz Nowak authored
      The setup "last,libc,none" allows lazy resolving of backend servers which is
      crucial in order to being able to start when the domain does not exists (yet).
      14d90bcd
    • Łukasz Nowak's avatar
      component/caddy: Use golang 1.17 · eff1c1ff
      Łukasz Nowak authored
      Follows dae1747d
      eff1c1ff
    • Jérome Perrin's avatar
      software/metabase: configure fonts and tempdir · f2eb74db
      Jérome Perrin authored
      This is needed for xlsx export
      f2eb74db
    • Jérome Perrin's avatar
      c147f794
    • Jérome Perrin's avatar
      46c9fd3e
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      software/metabase: use temurin JRE · 79f48da7
      Jérome Perrin authored
      This solves the issue that ssh tunnels can not be used for database
      connections, with sun's java they fail with an error containing:
      
          JCE cannot authenticate the provider BC
      79f48da7
    • Jérome Perrin's avatar
      component/java: add temurin JRE · fd74c5d3
      Jérome Perrin authored
      This is an alternate JRE from https://projects.eclipse.org/projects/adoptium.temurin
      
      This version is the one used in metabase docker images
      fd74c5d3
  5. 15 Nov, 2021 2 commits