1. 21 Sep, 2020 11 commits
  2. 18 Sep, 2020 1 commit
  3. 17 Sep, 2020 7 commits
  4. 16 Sep, 2020 11 commits
  5. 15 Sep, 2020 7 commits
  6. 11 Sep, 2020 3 commits
    • Jérome Perrin's avatar
      test_result: Retry flaky tests · b559f4c5
      Jérome Perrin authored
      ERP5 functional tests are failing too often, until we improve the tests or the
      code so that we don't have these intermitent failures, restart the failed tests
      a bit automatically.
      
      This is of course not good, because it's hiding problems, but the current state
      of the test suite with many randomly failing test makes that we sometimes miss
      when permanent failures are introduced.
      
      See merge request nexedi/erp5!1206
      b559f4c5
    • Jérome Perrin's avatar
      core: Show "Diff Object" / "Diff Module Objects" only to manager · 06a7737f
      Jérome Perrin authored
      these actions are not ready to be used by end users
      06a7737f
    • Jérome Perrin's avatar
      base: ensure migrated persons have a user_id · c91f40e1
      Jérome Perrin authored
      Persons created before the introduction of ERP5 Login and user_id will only
      have a user_id after migration if they were already user before migration,
      otherwise they will not have a user_id and creating assignments and ERP5 Login
      for this person creates a user which can not log in the system.
      
      To make it possible for these persons to login anyway, we ensure person has a
      user id when validating a login
      
      This is bc67c2c4 again, but with a proxy role
      on the interaction workflow and a non regression test to cover the problem with
      the first version of that commit.
      c91f40e1