- 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.
-
- 26 Apr, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 19 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 13 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 06 Apr, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This big commit improves the jobs API in a way that now we can completely abstract away over a JobLog.
-
- 27 Mar, 2023 7 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit also moves the JobHandle into the `Gargantext.Utils.Jobs.Monad` module.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit renames the `Gargantext.Utils.Job.API` module to `Gargantext.Utils.Job.Internal`, because it turns out it's *not* what Gargantext is using directly; rather, the user-facing function in use lives at `Gargantext.Utils.Jobs` and is called `serveJobsAPI`. This distinction makes clearer who is using what.
-
- 25 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Based on the suggestions in https://kodimensional.dev/space-leak
-
- 27 Dec, 2022 1 commit
-
-
Przemyslaw Kaminski authored
-
- 19 Oct, 2022 1 commit
-
-
Alp Mestanogullari authored
-
- 18 Oct, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 17 Oct, 2022 1 commit
-
-
Alp Mestanogullari authored
-