- 11 Sep, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, changed exceptions to safe
-
- 09 Sep, 2024 1 commit
-
-
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.
-
- 30 Jul, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, fix for notifications throttle delay value
-
- 29 Jul, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, throttle messages to avoid flooding the client
-
- 17 Jun, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 07 Jun, 2024 1 commit
-
-
Loïc Chapron authored
-
- 09 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
It forces programmers to think about errors we are logging and reporting to the frontend, because they need to contain no sensitive data.
-
- 04 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
WARNING: This sets the last mod time as UTC. Issue filed here for explanation: https://github.com/jgm/zip-archive/issues/67
-
- 20 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 11 Mar, 2024 2 commits
-
-
Przemyslaw Kaminski authored
Also, some test refactoring and add servant-client to tests.
-
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.
-
- 29 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 22 Jan, 2024 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 12 Dec, 2023 1 commit
-
-
Alfredo Di Napoli authored
It's a useful function to log (with `DEBUG` severity) the execution time of various functions. Debug logs won't be printed in production.
-
- 04 Dec, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 27 Nov, 2023 2 commits
-
-
Alfredo Di Napoli authored
We do that thanks to a new typeclass method for the `MonadJobStatus` called `noJobHandle`.
-
Alfredo Di Napoli authored
-
- 07 Nov, 2023 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
- 09 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 06 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 02 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 28 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
This fixes commit 5d5300cd which automatically changed all 'return' to 'pure' in our code, resulting in broken SQL etc.
-
- 21 Sep, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 21 Aug, 2023 1 commit
-
-
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.
-
- 17 Jul, 2023 1 commit
-
-
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.
-
- 10 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
We need to fix them properly as part of #198.
-
- 20 Jun, 2023 3 commits
-
-
Przemyslaw Kaminski authored
This reverts merge request !166
-
Przemyslaw Kaminski authored
JSON should now be better so that the UI can handle it in task async handler.
-
Przemyslaw Kaminski authored
JSON should now be better so that the UI can handle it in task async handler.
-
- 22 May, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 26 Apr, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 20 Apr, 2023 1 commit
-
-
Alexandre Delanoë authored
-