1. 06 Jan, 2023 2 commits
    • Kirill Smelkov's avatar
      Merge branch 'master' into master+ZODB4-wc2 · 4bf51569
      Kirill Smelkov authored
      * master: (502 commits)
        component/theia: version up 1.33.0
        component/theia: update generate_download_plugins_cfg.py
        component/theia: update plugins
        software/theia: don't include jdk/java extensions
        software/mosquitto: Added tests ...
        stack/erp5: Fix NEO URL formatting for WCFS
        golang: Switch default to Go1.18
        golang: Add go version 1.18
        stack/slapos: version up ZConfig 3.6.2
        unstable/component/kerberos/: remove
        fixup! wendelin.core: v↑ 2.0.alpha2.post2 -> 2.0.alpha3
        wendelin.core: v↑ 2.0.alpha2.post2 -> 2.0.alpha3
        golang: v↑ go1.17 (1.17.6 -> 1.17.13)
        Explicitly pin needed versions for Python2.
        stack/erp5: fix numpy and scipy versions
        slapos/ors-amarisoft: md5sum update
        stack/erp5: fix pandas version in erp5
        software/ors-amarisoft: fixup check_cpu_temperature
        component/pandas: fix versions
        Don't hardcode cycler version in software.cfg
        ...
      4bf51569
    • Jérome Perrin's avatar
      Theia 1.33.0 · cd3e68c8
      Jérome Perrin authored
      Disable java
      
      Do not update vscode-uri yet, because theia does not support vscode-uri 3 currently, so we have to keep our patch.
      
      See merge request nexedi/slapos!1315
      cd3e68c8
  2. 05 Jan, 2023 4 commits
  3. 02 Jan, 2023 2 commits
  4. 30 Dec, 2022 3 commits
  5. 26 Dec, 2022 2 commits
  6. 23 Dec, 2022 1 commit
  7. 22 Dec, 2022 1 commit
  8. 20 Dec, 2022 1 commit
  9. 18 Dec, 2022 1 commit
  10. 16 Dec, 2022 4 commits
    • Thomas Gambier's avatar
      stack/erp5: fix numpy and scipy versions · 0baefb41
      Thomas Gambier authored
      This is a fixup of 431eed50
      0baefb41
    • lu.xu's avatar
      slapos/ors-amarisoft: md5sum update · b38e89d2
      lu.xu authored
      b38e89d2
    • Thomas Gambier's avatar
      stack/erp5: fix pandas version in erp5 · ca5ba490
      Thomas Gambier authored
      The version of pandas was overwritten in
      02fad6a8 but didn't work with python2.
      
      Then the version was downgraded to 0.24.2 in
      15569ea9 but ERP5 doesn't work with this
      pandas version:
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/bin/runTestSuite", line 325, in <module>
          import Products.ERP5Type.tests.runTestSuite
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/__init__.py", line 92, in <module>
          from . import ZopePatch
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/ZopePatch.py", line 30, in <module>
          from Products.ERP5Type.patches import Restricted
        File "/srv/slapgrid/slappart3/t/dgg/soft/63c49071f5be63057dd48d7a85c10226/parts/erp5/product/ERP5Type/patches/Restricted.py", line 491, in <module>
          allow_type(pd.indexes.range.RangeIndex)
      AttributeError: 'module' object has no attribute 'indexes'
      
      So reuse old version 0.19.2
      ca5ba490
    • lu.xu's avatar
      8eb40f83
  11. 15 Dec, 2022 10 commits
  12. 14 Dec, 2022 4 commits
  13. 13 Dec, 2022 5 commits