1. 30 Jul, 2024 1 commit
  2. 14 Feb, 2024 1 commit
    • Przemyslaw Kaminski's avatar
      [search] fix to_tsquery call · 6b9588b1
      Przemyslaw Kaminski authored
      When user searched for a phrase with space inside, in database, the
      'to_tsquery' function raised an sql error. One should use
      'plainto_tsquery'. Also, a proper test was added.
      6b9588b1
  3. 27 Oct, 2023 3 commits
  4. 26 Oct, 2023 1 commit
  5. 25 Oct, 2023 1 commit
  6. 16 Oct, 2023 1 commit
  7. 12 Oct, 2023 1 commit
  8. 10 Oct, 2023 1 commit
  9. 02 Oct, 2023 3 commits
  10. 12 Sep, 2023 2 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
  14. 24 Jul, 2023 2 commits