- 21 May, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Removed Tree endpoints. Cleaned up others. This should be tested together with purescript changes: purescript-gargantext@0a62761a
-
- 28 Apr, 2025 4 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
.. before we start adding the transactional tests (and testing the rollback).
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 07 Apr, 2025 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit introduces/improves the `parseTvsWithDiagnostics` function to parse the input TSV incrementally, collecting errors as we go, and eventually reporting them upstream via the newly added `emitTsvParseWarning` function.
-
Alfredo Di Napoli authored
-
- 27 Mar, 2025 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 26 Mar, 2025 4 commits
-
-
Alfredo Di Napoli authored
Concurrency is a good way to trigger any interleaving bug.
-
Alfredo Di Napoli authored
They can be enabled with `GGTX_LOG_LEVEL` during tests.
-
Alfredo Di Napoli authored
The bug is elsewhere.
-
Alfredo Di Napoli authored
This commit extends the timeout around the `readTChan` in the ping-pong test to 60 seconds, mostly to account for CI slowness and to rule-out potential source of flakyness. The calls to `threadDelay` have been removed, as they doesn't seem to affect the overall stability of the test (at least locally) -- the point of the exercise is trying to expose as much as possible potential problems which might be masked by active waits.
-
- 25 Mar, 2025 5 commits
-
-
Alfredo Di Napoli authored
-
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.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 20 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
This commit fixes a bug where a user member of a team (but NOT the owner of such team) couldn't move nodes.
-
- 18 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 17 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Mar, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 10 Mar, 2025 3 commits
-
-
Alfredo Di Napoli authored
The problem was caused by the improper usage of `delegate_ctrl` when creating the coreNLP process. For a long time I was under the impression this flag was essential to allow child processes to shutdown cleanly without leaving zombie threads, but the result here in the context of the testsuite was that the coreNLP server was receiving the first Ctrl^C, completely starving the Haskell RTS, which wouldn't receive any and as a result our testsuite would be running forever.
-
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.
-
Alfredo Di Napoli authored
This will allow us to find all the use site of this function, trying to see if we can use only `withLogger` or correctly control the logging verbosity via the `HasLogger` and `LogInitParams`.
-
- 06 Mar, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Mar, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 28 Feb, 2025 3 commits
-
-
Przemyslaw Kaminski authored
All calls were basically: nlpServer <- view (nlpServerGet lang) addDocumentsToHyperCorpus nlpServer ...
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 27 Feb, 2025 9 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
We are now around 6/7 times slower than the LLVM code.
-
Alfredo Di Napoli authored
This also changes the cabal.project to not pull the accelerate-llvm or the llvm-hs dependencies.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
There are some rounding errors in the tests, but otherwise the implementation seems correct.
-
Alfredo Di Napoli authored
-