1. 23 Oct, 2023 1 commit
  2. 20 Oct, 2023 1 commit
  3. 16 Oct, 2023 1 commit
  4. 13 Oct, 2023 2 commits
  5. 12 Oct, 2023 2 commits
  6. 11 Oct, 2023 1 commit
  7. 10 Oct, 2023 3 commits
  8. 05 Oct, 2023 2 commits
    • Alfredo Di Napoli's avatar
      Partially revert GraphQL policy checks · d0b3bafd
      Alfredo Di Napoli authored
      This commit partially undo the access policy checks for the
      GraphQL endpoints, until we find a better story to correlate
      the `user_id` we sometimes receive with the info from the
      `AuthenticatedUser`.
      d0b3bafd
    • Alfredo Di Napoli's avatar
      More lax /version test · e0d3d72a
      Alfredo Di Napoli authored
      This commit makes the `GET /api/v1.0/version` test more lax, and less
      prone to break on version bumps.
      e0d3d72a
  9. 02 Oct, 2023 14 commits
  10. 12 Sep, 2023 4 commits
  11. 04 Sep, 2023 5 commits
  12. 31 Aug, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Split tasty and hspec runners · 03513e86
      Alfredo Di Napoli authored
      Alas I (Alfredo) had to split the runners for tasty and hspec because in
      tasty we cannot control explicitly the level of parallelism, but for the
      DB stuff we need sequential tests, whereas for the Jobs tests we need
      parallelism, or rather the executable to be compiled with `-threaded`.
      03513e86
  13. 28 Aug, 2023 3 commits