- 07 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
This reverts commit efbe327f, reversing changes made to 6d9bcd07.
-
- 05 Mar, 2024 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 04 Mar, 2024 3 commits
-
-
Przemyslaw Kaminski authored
We have contexts.hash_id which is enough (computed by postgres as a trigger).
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
- 28 Feb, 2024 1 commit
-
-
Fabien Manière authored
-
- 27 Feb, 2024 1 commit
-
-
Alexandre Delanoë authored
Test failed, not merging. This reverts commit 2e77bfa5, reversing changes made to fe201115.
-
- 26 Feb, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 14 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
When user searched for a phrase with space inside, in database, the 'to_tsquery' function raised an sql error. One should use 'plainto_tsquery'. Also, a proper test was added.
-
- 13 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Get rid of that TVar completely.
-
- 06 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 05 Feb, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 22 Jan, 2024 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 10 Jan, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 12 Dec, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It also improves the error in case it's the first time we are running the tests and we have no coreNLP service running.
-
- 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
-
- 27 Nov, 2023 4 commits
-
-
Alfredo Di Napoli authored
This commit modifies the backend code to convert the input CSV into an `NgramsList`, so that we can reuse the JSON API for the upload.
-
Alfredo Di Napoli authored
it also brings the CSV and JSON APIs closer in look. Temporarily disable the `importCsvFile` function.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 13 Nov, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit makes possible to pass an optional `X-Garg-Error-Scheme` header in a client request to enable the new error format.
-
- 07 Nov, 2023 7 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It was only for test for now.
-
Alfredo Di Napoli authored
-
- 27 Oct, 2023 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Added more tests for more subtle cases.
-
- 26 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-