- 25 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
Before we were repeating the same code to initialise all the different loggers. This commit introduces two stock loggers called `ioStdLogger` and `monadicStdLogger` which can be reused many times. It also allows the `GGTX_LOG_LEVEL` to take effect during `readConfig`, so that the `startupInfo` would show up the correct information.
-
- 10 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
This commit correctly propagates the correct `LogConfig` in all the places where we were just defaulting to log everything, and this allows us to silence debug logs in tests, unless we want them.
-
- 26 Feb, 2025 1 commit
-
-
Przemyslaw Kaminski authored
With this data structure, we can tell what goes into SQLite and what can (in the future implementation) be read from it.
-
- 06 Dec, 2024 1 commit
-
-
Grégoire Locqueville authored
I fixed those warnings that were easy to fix: redundant imports, unused variables, etc. (I might have missed some though) The warnings I deliberately left for now are: * In `Test.API.UpdateList`: Incomplete pattern matching (we would need to think a bit about error handling to fix this) * In `Test.Utils`: `traceShowId` remains in code (we would need to think a bit about proper logging to fix this)
-
- 13 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 06 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 04 Nov, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 18 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Start worker in tests
-
- 19 Sep, 2024 3 commits
-
-
Przemyslaw Kaminski authored
Now everything is in Core/Config
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
I moved HasConfig to Core/Config instead of it being in Database.Prelude
-
- 11 Sep, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, changed exceptions to safe
-
- 04 Jul, 2024 1 commit
-
-
Alfredo Di Napoli authored
This commit moves `GargConfig` and the other config-related data structures back into gargantext, so that they can be edited and expanded without needing to worry about the prelude project.
-
- 26 Jun, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 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
-
- 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
-
- 02 Oct, 2023 2 commits
-
-
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.
-
- 12 Sep, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 04 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
We now require CoreNLP listening on port :9000. We will have to find a way to spin that up in CI as well.
-