1. 11 Jan, 2023 3 commits
    • Thomas Gambier's avatar
      component/theia: support compilation on device with 2GB RAM · 4b2cd282
      Thomas Gambier authored
      Without this commit, compilation fails with:
      
      Reached heap limit Allocation failed - JavaScript heap out of memory
      
      See merge request !1317
      4b2cd282
    • Thomas Gambier's avatar
      component/libiconv: upgrade to 1.17 · 2829e5ad
      Thomas Gambier authored
      libiconv 1.14 doesn't compile on aarch64 with the following error:
      configure: error: cannot guess build type; you must specify one
      
      See merge request !1317
      2829e5ad
    • Levin Zimmermann's avatar
      software/erp5/test: Run tests with ZEO & NEO · 7869b558
      Levin Zimmermann authored
      Before this patch all ERP5 SlapOS Integration tests only run with ZEO
      storage. We should also run them against NEO, because we are using
      ERP5 with NEO in SlapOS.
      
      In order to do so we implemented parameterized test classes for our ERP5
      integration tests. Each test case can be configured via its __test_matrix__
      attribute. A test matrix is a dict which maps the flavoured class name suffix to
      a tuple of parameters. A parameter is a function which receives the
      instance_parameter_dict and modifies it in place. You can use the
      'matrix' helper function to construct a test matrix. If .__test_matrix__
      is 'None' the test case is ignored.
      
      /reviewed-by @kirr & @jerome
      /reviewed-on !1306
      7869b558
  2. 10 Jan, 2023 7 commits
  3. 09 Jan, 2023 24 commits
  4. 06 Jan, 2023 3 commits
  5. 05 Jan, 2023 3 commits