1. 16 Mar, 2021 5 commits
    • Kirill Smelkov's avatar
      X stack/erp5 += WCFS service (draft) · a50b4be1
      Kirill Smelkov authored
      This complements 7f877621 (Move wendelin.core from Wendelin to ERP5) for
      wendelin.core 2 which introduces new filesystem server component that serves
      in-ZODB arrays data as OS files for Zopes to memory-map.
      
      - WCFS is by default disabled in ERP5 - we do not want to load every
        ERP5 user with it in the early days of wendelin.core 2.
      - WCFS is by default enabled in Wendelin and SlapOS Master.
      - There is a duplication for instance-erp5.cfg.in in between stack/erp5/
        and software/slapos-master/ . It was negotiated with VIFIB developers
        to go this way instead of first deduplicating instance-erp5.cfg.in
        copying that was started in 87d13789 (slapos-master: Copy files from
        erp5 stack for local changes).
      a50b4be1
    • Kirill Smelkov's avatar
      X wendelin.core: Switch to using wendelin.core 2 draft · 514b3459
      Kirill Smelkov authored
      kirr/wendelin.core@t is current WC2 draft.
      514b3459
    • Kirill Smelkov's avatar
      Merge branch 'y/ZODB.5' into y/wc2-next.5 · bf0980bf
      Kirill Smelkov authored
      * y/ZODB.5:
        ZODB: Provide ZODB4-wc2 which backports MVCC approach from ZODB5
        ZODB: Factor it to separate component
      bf0980bf
    • Kirill Smelkov's avatar
      ZODB: Provide ZODB4-wc2 which backports MVCC approach from ZODB5 · c170fe3e
      Kirill Smelkov authored
      To always call loadBefore instead of load.
      Wendelin.core 2 needs this - see nexedi/ZODB@8e7eab33 for details.
      
      There is also ZEO4-wc2 which contains backports of ZEO5 patches that are
      needed for wendelin.core 2 to work correctly.
      
      Wendelin.core 2 will work with ZODB4-wc2 or ZODB5.
      Wendelin.core 2 will not work with just ZODB4.
      c170fe3e
    • Kirill Smelkov's avatar
      ZODB: Factor it to separate component · 4be09b6e
      Kirill Smelkov authored
      Factor-out things that provide components for ZODB stack from software/neoppod/
      into component/ZODB/.
      4be09b6e
  2. 15 Mar, 2021 1 commit
  3. 12 Mar, 2021 3 commits
  4. 10 Mar, 2021 10 commits
  5. 09 Mar, 2021 9 commits
  6. 08 Mar, 2021 5 commits
  7. 04 Mar, 2021 4 commits
    • Łukasz Nowak's avatar
      170ee884
    • Jérome Perrin's avatar
      software/gitlab: unset $GOBIN · e0feec78
      Jérome Perrin authored
      gitaly's Makefile forcibly sets $GOPATH to install in _build
      folder. Once gitaly is built, it is expected to be in _build/bin/gitaly
      and copied from there.
      
      With 8eac67a5 (golang: Prepare for future GOPATH removal, 2021-02-26) the
      env.sh sets GOBIN, to its own $GOPATH/bin
      
      Since gitaly's build does not set $GOBIN, even if it overrides $GOPATH, the
      final bin/gitaly is not in $GOPATH/bin/gitaly (with $GOPATH from Makefile),
      but in $GOBIN/gitaly (with $GOBIN from env.sh)
      
      To prevent this, unset $GOBIN before running make, which keeps the old
      behavior of only using the $GOPATH from the Makefile
      e0feec78
    • Jérome Perrin's avatar
      Update Grafana · 71d6154a
      Jérome Perrin authored
      Update grafana, to use more recent golang. This also brings support of multi line logs in loki.
      
      See merge request nexedi/slapos!921
      71d6154a
    • Jérome Perrin's avatar
      Repman: update golang · b13ba7f7
      Jérome Perrin authored
      See merge request nexedi/slapos!925
      b13ba7f7
  8. 03 Mar, 2021 3 commits