1. 23 Jan, 2023 4 commits
  2. 19 Jan, 2023 2 commits
  3. 18 Jan, 2023 12 commits
  4. 17 Jan, 2023 9 commits
  5. 16 Jan, 2023 6 commits
  6. 13 Jan, 2023 6 commits
  7. 12 Jan, 2023 1 commit
    • Jérome Perrin's avatar
      stack/erp5: also use backup cloudooo by default · a729a677
      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 )
      a729a677