- 07 Nov, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 20 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
(no default getCurrentTime anymore)
-
- 16 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This is a first stepping stone in avoiding bugs by having `UserId` and `ContextId` being proper types, and not synonyms. We also refactor things to have `AuthenticatedUser` carry the `UserId`.
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
- 11 Oct, 2023 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 10 Oct, 2023 4 commits
-
-
Przemyslaw Kaminski authored
FlowCmdM -> DBCmd or HasNodeStory is usually enough
-
Przemyslaw Kaminski authored
- DBCmd instead of Cmd - remove FlowCmdM in favor of HasNodeStory
-
Przemyslaw Kaminski authored
-
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.
-
- 25 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 21 Sep, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
The issue was that when search was performed, the initial table didn't have an archive ready and so first commit resulted in some errors on the frontend. This fix performs the commit after flow is finished.
-
- 04 Sep, 2023 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit refactors the codebase to add a new function called `addDocumentsToHyperCorpus` which generalises the common pattern of calling `insertMasterDocs` and later adding the documents via the DB `Doc` functions. It also "lowers" some functions to run into a plain `DBCmd`.
-
Alfredo Di Napoli authored
-
- 21 Aug, 2023 2 commits
-
-
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.
-
Alfredo Di Napoli authored
-
- 08 Aug, 2023 2 commits
-
-
Przemyslaw Kaminski authored
Also, use ISO639 languages in some places.
-
Przemyslaw Kaminski authored
-
- 28 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 25 Jul, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 24 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
This important commit introduces the 'DbCmd' constraint set, allowing DB functions to require only a connection pool and some `GargConfig`.
-
- 19 Jul, 2023 2 commits
-
-
Przemyslaw Kaminski authored
The bug was introduced in gargantext/haskell-gargantext!177 (diffs) It caused hyperdata to be updated with whole corpus, serialized, hence hyperdata inside hyperdata.
-
Karen Konou authored
-
- 13 Jul, 2023 4 commits
-
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 04 Jul, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 28 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 27 Jun, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 26 Jun, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 21 Jun, 2023 2 commits
-
-
Alexandre Delanoë authored
-
qlobbe authored
-