- 09 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 21 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This contains only data, removes some Database dependency in imports.
-
- 20 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 11 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, some test refactoring and add servant-client to tests.
-
- 15 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Split into Extract/Types/Utils modules. Found some functions that are unused.
-
- 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 3 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
This allows us to have only one single (static) map which will be treated by GHC as a CAF.
-
- 20 Nov, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Also, refactored NodeStory to use Prelude database.
-
- 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).
-
- 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.
-
- 10 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
- DBCmd instead of Cmd - remove FlowCmdM in favor of HasNodeStory
-
- 21 Sep, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 03 Mar, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 30 Jan, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 23 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
...when node_id exists in the DB Warning: this silently avoids insertion of patches when node_id is missing for some reason in the history.
-
- 20 Jan, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 19 Dec, 2022 3 commits
-
-
Przemyslaw Kaminski authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 16 Dec, 2022 4 commits
-
-
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.
-
Przemyslaw Kaminski authored
Updates weren't calculated properly.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 15 Dec, 2022 1 commit
-
-
Przemyslaw Kaminski authored
Previously, we have different version for different rows in one node.
-
- 27 Oct, 2022 1 commit
-
-
Przemyslaw Kaminski authored
-
- 20 Oct, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 18 Oct, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 23 Sep, 2022 1 commit
-
-
Alexandre Delanoë authored
-
- 12 Sep, 2022 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 09 Sep, 2022 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This is used to save when quitting the server. Previous, debounce save, didn't work properly on exit.
-