1. 27 Oct, 2020 2 commits
    • Jérome Perrin's avatar
      testnode: advertise log URL with log_frontend_url · daf3d133
      Jérome Perrin authored
      testnode use to publish the URL of logs so that Nexedi ERP5 can
      display link to "view logs". This URL was an IPv6 URL on a certificate
      which does not validate.
      
      Now testnode software release request a shared frontend for these
      logs and generate a config file with log_frontend_url set.
      
      testnode now advertise the URL of log using the log frontend url
      from config.
      
      Also simplify frontend_url key to manage it using the same way.
      daf3d133
    • Jérome Perrin's avatar
      testnode: pass arguments as environment variables · fcbdb89b
      Jérome Perrin authored
      SLAPOS_TEST_LOG_DIRECTORY and SLAPOS_TEST_SHARED_PART_LIST have been
      introduced recently, they are passed to runTestSuite using the usual
      way of running runTestSuite once with --help to inspect supported
      arguments and passing the argument only if runTestSuite supports them,
      but these arguments are not necessarily heavy to compute and are always
      known (unlike for example firefox path which is only known if seleniumrunner
      extra software was installed), so simplify all this by passing the
      parameters are environment variables.
      fcbdb89b
  2. 26 Oct, 2020 2 commits
  3. 22 Oct, 2020 2 commits
    • Jérome Perrin's avatar
      core: support Manager user in Base_getDialogSectionCategoryItemList · 99c1c6c0
      Jérome Perrin authored
      Base_getDialogSectionCategoryItemList was supporting the case of
      users from zodb_users plugin, but not the case of ERP5 users with
      roles set from zodb_roles.
      
      It's a more and more common case to make manager users using a
      "normal" ERP5 user as person (so that we can reset password etc)
      and to give Manager role by zodb_roles, but this was not supported
      by this script.
      99c1c6c0
    • Jérome Perrin's avatar
      crm: re-enable testCrmReports as expectedFailure · e20ed41a
      Jérome Perrin authored
      Now that we properly detect 0 tests as errors/UNKNOWN, this test was reported
      as UNKNOWN state. Run the tests, but as expectedFailure since they have not
      been updated since b4b5bcf8.
      e20ed41a
  4. 20 Oct, 2020 2 commits
  5. 19 Oct, 2020 7 commits
  6. 15 Oct, 2020 3 commits
  7. 14 Oct, 2020 4 commits
  8. 13 Oct, 2020 4 commits
  9. 12 Oct, 2020 1 commit
  10. 08 Oct, 2020 1 commit
  11. 05 Oct, 2020 9 commits
  12. 01 Oct, 2020 3 commits