- 02 Oct, 2023 10 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
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
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.
-
- 28 Sep, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
This fixes commit 5d5300cd which automatically changed all 'return' to 'pure' in our code, resulting in broken SQL etc.
-
- 27 Sep, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 26 Sep, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 25 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 21 Sep, 2023 4 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
The issue was that when search was performed, the initial table didn't have an archive ready and so first commit resulted in some errors on the frontend. This fix performs the commit after flow is finished.
-
Przemyslaw Kaminski authored
-
- 14 Sep, 2023 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 13 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Sep, 2023 5 commits
-
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
This commit also uses a temporary fork of boolexpr. It allows to parse certain terms like "Niki" without choking.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 07 Sep, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 04 Sep, 2023 7 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
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.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit refactors the codebase to add a new function called `addDocumentsToHyperCorpus` which generalises the common pattern of calling `insertMasterDocs` and later adding the documents via the DB `Doc` functions. It also "lowers" some functions to run into a plain `DBCmd`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 01 Sep, 2023 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-