1. 11 Sep, 2024 1 commit
  2. 09 Sep, 2024 1 commit
    • Grégoire Locqueville's avatar
      Remove useless code, dependencies, warnings · 802e0cdf
      Grégoire Locqueville authored
      - Re-enable orphan warnings that were manually disabled in many modules
      - Remove non-Haskell files that were just sitting in the source tree
      - Remove modules that were not called from anywhere
      - Remove unused dependencies
      
      This is not exhaustive by any means. In particular, some more weeding out
      can be achieved by looking at individual functions and even branches of
      functions. Weeder can help with that.
      802e0cdf
  3. 30 Jul, 2024 1 commit
  4. 29 Jul, 2024 1 commit
  5. 17 Jun, 2024 2 commits
  6. 07 Jun, 2024 1 commit
  7. 09 Apr, 2024 1 commit
  8. 08 Apr, 2024 1 commit
  9. 04 Apr, 2024 1 commit
  10. 20 Mar, 2024 1 commit
  11. 11 Mar, 2024 2 commits
    • Przemyslaw Kaminski's avatar
      [ngrams] fix for json/csv upload for older terms · a13df89f
      Przemyslaw Kaminski authored
      Also, some test refactoring and add servant-client to tests.
      a13df89f
    • Alfredo Di Napoli's avatar
      Drop 'All' data constructor from 'Lang' · 63fcd605
      Alfredo Di Napoli authored
      Removing the `All` data constructor from  the `Lang` datatype has
      several benifits, the main one being that we now have total functions
      for things like `toISO693`.
      
      This will make possible to write an uniform interface for stemming
      `stem :: Lang -> StemmingAlgorithm -> T.Text -> T.Text`, as now
      `Lang` will always map to a valid (ISO693) language.
      63fcd605
  12. 29 Feb, 2024 1 commit
  13. 22 Jan, 2024 3 commits
  14. 12 Dec, 2023 1 commit
  15. 04 Dec, 2023 2 commits
  16. 27 Nov, 2023 2 commits
  17. 07 Nov, 2023 3 commits
  18. 12 Oct, 2023 1 commit
  19. 09 Oct, 2023 1 commit
  20. 06 Oct, 2023 1 commit
  21. 02 Oct, 2023 1 commit
  22. 28 Sep, 2023 1 commit
  23. 21 Sep, 2023 1 commit
  24. 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
  25. 17 Jul, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Move threadDelay for gcThread at the beginning · 8664117b
      Alfredo Di Napoli authored
      This commit moves the `threadDelay` present in the `gcThread` function
      at the beginning of the `go` aux rather than at the end. This has the
      effect that the first GC happens _after_ the delay time and not
      immediately, which might make some tests unpredictable if we get unlucky
      and some job ids are removed from the underlying map before we can
      inspect their state.
      8664117b
  26. 10 Jul, 2023 1 commit
  27. 20 Jun, 2023 3 commits
  28. 22 May, 2023 1 commit
  29. 26 Apr, 2023 1 commit
  30. 20 Apr, 2023 1 commit