1. 14 Sep, 2023 2 commits
  2. 13 Sep, 2023 1 commit
  3. 12 Sep, 2023 5 commits
  4. 07 Sep, 2023 2 commits
  5. 04 Sep, 2023 7 commits
  6. 01 Sep, 2023 3 commits
  7. 31 Aug, 2023 2 commits
    • 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
    • Alfredo Di Napoli's avatar
      Fix CI · 10ad8ed7
      Alfredo Di Napoli authored
      10ad8ed7
  8. 28 Aug, 2023 8 commits
  9. 24 Aug, 2023 1 commit
  10. 23 Aug, 2023 8 commits
  11. 21 Aug, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Fix the 'happiness' bug · 0ce35337
      Alfredo Di Napoli authored
      Fixes #258
      
      This commit fixes the issue of the "empty Ngrams". The culprit was a bug
      in the `arxiv-api` package, which was fixed by:
      
      gargantext/crawlers/arxiv-api!2 (commits)
      
      In a nutshell, due to the fact the relevant `Conduit` was never
      completing, it was blocking the `flow` function, which was endlessly
      waiting for the last part of the results to arrive.
      
      Hence we were never calling the `flowCorpusUser`, which is the function
      responsible for generating the Ngrams.
      0ce35337