- 03 Jun, 2024 2 commits
-
-
Alfredo Di Napoli authored
This beefy commit removes the old (unnamed) Servant API.
-
Alfredo Di Napoli authored
This big commit ties the knot with the named _routes_ by providing concrete server (i.e. handlers) implementations.
-
- 09 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 Apr, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It forces programmers to think about errors we are logging and reporting to the frontend, because they need to contain no sensitive data.
-
- 21 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This contains only data, removes some Database dependency in imports.
-
- 11 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, some test refactoring and add servant-client to tests.
-
- 13 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Get rid of that TVar completely.
-
- 22 Jan, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 04 Dec, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 07 Nov, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 27 Oct, 2023 1 commit
-
-
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).
-
- 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 1 commit
-
-
Przemyslaw Kaminski authored
FlowCmdM -> DBCmd or HasNodeStory is usually enough
-
- 21 Sep, 2023 1 commit
-
-
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.
-
- 13 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 May, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit fixes a bug (or feature? unclear at this stage) of the `rootOf` function inside `searchTableNgrams`, which could, in some occasion, return a root which has a different `ListType`, which in turn throws off pagination.
-
- 03 May, 2023 3 commits
-
-
Alfredo Di Napoli authored
This commit adds some basic tests for the Ngrams pagination, capitalizing on the refactoring of the `searchTableNgrams` function, which is now pure and can be tested fairly easily.
-
Alfredo Di Napoli authored
This commit refactors the Ngrams pagination code to use the `NgramsSearchQuery`, and it introduces a new function called `searchTableNgrams`, which is now completely pure.
-
Alfredo Di Napoli authored
-
- 25 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Apr, 2023 1 commit
-
-
Przemyslaw Kaminski authored
This is safer than type Limit = Int
-
- 06 Apr, 2023 1 commit
-
-
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 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 23 Mar, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 16 Mar, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Mar, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 10 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 05 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 30 Dec, 2022 1 commit
-
-
Przemyslaw Kaminski authored
Related to gargantext/purescript-gargantext#441
-
- 16 Dec, 2022 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
We had a conflict here: archive history is used to resolve new patches. However, they were saved with delay and after that were cleared. We should save archive immediately and immediately clear it in mvar so it's ready for new patches.
-
- 07 Dec, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 15 Nov, 2022 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-