- 09 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 26 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
It's faster now, makes less joins, doesn't need VALUES.
-
- 25 Mar, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This was (User, Either CorpusName, [CorpusId]) before, but the case of UserMaster doesn't make sense with these parameters, so I rewrote the function to accept only correct datatypes as inputs.
-
- 22 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
We had CoreNLP hardcoded, however with Spacy this resulted in selectLems returning no entries, because the algo_id from DB didn't match. Hence no singulars grouping.
-
- 21 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This contains only data, removes some Database dependency in imports.
-
- 14 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This reverts commit f4284b4e.
-
- 07 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
This reverts commit efbe327f, reversing changes made to 6d9bcd07.
-
- 04 Mar, 2024 2 commits
-
-
Przemyslaw Kaminski authored
We have contexts.hash_id which is enough (computed by postgres as a trigger).
-
Przemyslaw Kaminski authored
-
- 22 Jan, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 09 Jan, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Related to purescript-gargantext#600
-
- 04 Dec, 2023 5 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit adds a `panicTrace` function to be used as a drop-in replacement of the `panic` function, with the difference that we wrap the error in a `WithStacktrace` error, to be later caught and logged.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This allows us to have only one single (static) map which will be treated by GHC as a CAF.
-
- 09 Nov, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 07 Nov, 2023 4 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit starts adding the conversion functions from a `BackendInternalError` to a `FrontendError`.
-
Alfredo Di Napoli authored
-
- 24 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit tries to improve the `isSharedWith` SQL function to deal with arbitrarily deep shared nodes in the hierarchy.
-
- 23 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit introduces a new DB function called `isSharedWith` that can be used to check for team/public/private nodes and their shared resources.
-
- 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 2 commits
-
-
Przemyslaw Kaminski authored
FlowCmdM -> DBCmd or HasNodeStory is usually enough
-
Przemyslaw Kaminski authored
- DBCmd instead of Cmd - remove FlowCmdM in favor of HasNodeStory
-
- 09 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 04 Oct, 2023 3 commits
-
-
Fabien Manière authored
-
Fabien Manière authored
-
Fabien Manière 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
-
- 12 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 04 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
-