- 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 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 19 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 14 Apr, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Also, added a basic GraphQL endpoint.
-
- 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 8 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
-
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.
-
- 23 Mar, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 16 Mar, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Mar, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 09 Feb, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Remove joins, use optionalRestrict instead. Also, remove cabal.project because stack.yaml and package.yaml cover dependencies already.
-
- 25 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Based on the suggestions in https://kodimensional.dev/space-leak
-
- 03 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 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
-
- 05 Sep, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 22 Mar, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 09 Mar, 2022 1 commit
-
-
Przemyslaw Kaminski authored
Doesn't compile yet. This is somewhere in Flow.hs in types for ConduitT () a m () where m monad is IO.
-
- 31 Jan, 2022 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 28 Jan, 2022 2 commits
-
-
Przemyslaw Kaminski authored
Issue both pos and lemma tasks, then wait for both. This is a bit better „parallelization” than: issue pos, wait for it, issue lemma, wait for it.
-
Przemyslaw Kaminski authored
-