- 26 Jun, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 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.
-
- 11 Mar, 2024 3 commits
-
-
Przemyslaw Kaminski authored
Also, some test refactoring and add servant-client to tests.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit refactors ever so slightly the '.Stem' modules to create a unified interface; now Gargantext.Core.Text.Terms.Mono.Stem exports a single 'stem' function which can be used with different `StemmingAlgorithm`s, and now the other algorithms' functions have been shielded behind internal modules. This makes possible to see at glance which part of Garg are using which stemming algorithm, as it wasn't always clearer before. This also allows us to have a better control over the langugages, as not all the stemming algorithms supports all the languages that Garg supports.
-
- 07 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
This reverts commit efbe327f, reversing changes made to 6d9bcd07.
-
- 04 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
We have contexts.hash_id which is enough (computed by postgres as a trigger).
-
- 14 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
When user searched for a phrase with space inside, in database, the 'to_tsquery' function raised an sql error. One should use 'plainto_tsquery'. Also, a proper test was added.
-
- 13 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Get rid of that TVar completely.
-
- 04 Dec, 2023 1 commit
-
-
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.
-
- 07 Nov, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 27 Oct, 2023 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Added more tests for more subtle cases.
-
- 26 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 25 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Also, some fixes to NodeStory (it inserts ngrams when saving node story, when they don't exist).
-
- 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`.
-
- 13 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
- 11 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 10 Oct, 2023 3 commits
-
-
Przemyslaw Kaminski authored
- DBCmd instead of Cmd - remove FlowCmdM in favor of HasNodeStory
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 02 Oct, 2023 4 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Tests were written with a very flat module hierarchy which made them a bit confusing to navigate. This commit moves everything under a common `Test.*` hierarchy.
-