1. 09 Jan, 2023 1 commit
    • Jérome Perrin's avatar
      stack/erp5: also use backup cloudooo by default · 0249d8e1
      Jérome Perrin authored
      We have two public cloudooo instances, https:///cloudooo.erp5.net/ and
      https://cloudooo1.erp5.net/ but the software release uses only the first
      one. This changes to use both instances by default, in a random order.
      This happens for the ERP5 instance and also for the test runner.
      
      This also includes a breaking change: the parameter is renamed from
      `cloudooo-url` into `cloudooo-url-list` and instead of being a coma
      delimited list of URLs, this is now a proper list of URLs.
      
      Some obsolete code and comments about the old `erp5-cloudooo` partition
      that used to part of ERP5 software release have also been removed.
      
      On testing side, ZopeSkinsMixin._setUpClass is changed be made more
      robust, by waiting that all activities are processed and using a new
      xmlrpc client in every iteration ( to prevent issues like the one from
      https://erp5js.nexedi.net/#/test_result_module/20230107-548523A7/10 )
      0249d8e1
  2. 06 Jan, 2023 1 commit
    • 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 !1315
      cd3e68c8
  3. 05 Jan, 2023 4 commits
  4. 02 Jan, 2023 2 commits
  5. 30 Dec, 2022 3 commits
  6. 26 Dec, 2022 2 commits
  7. 23 Dec, 2022 1 commit
  8. 22 Dec, 2022 1 commit
  9. 20 Dec, 2022 1 commit
  10. 18 Dec, 2022 1 commit
  11. 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
  12. 15 Dec, 2022 10 commits
  13. 14 Dec, 2022 4 commits
  14. 13 Dec, 2022 5 commits