- 10 Jul, 2025 9 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, fix README
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Apparently, this is needed to run 'nix' inside tests (e.g. start corenlp)
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Take into account the async nature of createProcess. Add proper watch so that we monitor that coreNLP is running.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 09 Jul, 2025 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Fabien Maniere authored
[openalex] make search act similar to the one on openalex web See merge request !425
-
- 08 Jul, 2025 3 commits
-
-
Przemyslaw Kaminski authored
Port all the tasty specs to hspec See merge request !423
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
See #490
-
- 03 Jul, 2025 2 commits
-
-
Przemyslaw Kaminski authored
E.g.: https://gitlab.iscpif.fr/gargantext/haskell-gargantext/-/jobs/18643 paginating QuantumComputing corpus works (MapTerms): Fontconfig error: Cannot load default config file: No such file: (null) Fontconfig error: No writable cache directories
-
Przemyslaw Kaminski authored
Also, update Dockerfile with patched `nix.conf`
-
- 02 Jul, 2025 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
#483
-
Fabien Maniere authored
Resolve "Error uploading zip file on dev" See merge request !417
-
- 01 Jul, 2025 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
However, develop still doesn't work well
-
- 30 Jun, 2025 10 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Fix bug in DB transaction rollbacks in the presence of domain-specific errors Closes #480 See merge request !420
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 26 Jun, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 23 Jun, 2025 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit fixes the bug with DbTx rollbacks and domain-specific errors. What we do now is throwing an exception during the evaluation of `DbFail`, to later catch it _after_ `withTransactionM` has performed a clean rollback, and only at that point we call `throwError`. This also means that we need to catch `DbTx` errors via the `MonadError` interface, not via the exception-handling interface, to get proper rollback behavior.
-
Alfredo Di Napoli authored
errorWith has a `HasNodeError` constraint but the name was misleading.
-