- 18 Sep, 2025 1 commit
-
-
Fabien Maniere authored
Dev add option to notify users See merge request !438
-
- 17 Sep, 2025 1 commit
-
-
Fabien Maniere authored
Keep only the roots in searchTableNgrams See merge request !439
-
- 16 Sep, 2025 2 commits
-
-
Fabien Maniere authored
-
Fabien Maniere authored
[query] a prefixed query like ~prefix should transform to 'prefix', not '"prefix' See merge request !443
-
- 12 Sep, 2025 4 commits
-
-
Alfredo Di Napoli authored
In particular: * In ngrams search tests where we were comparing the total number of results returned, we need to account only for the roots, because the total number we would be returning from the pagination would be higher, as it would include children, in some cases; * In the `AcyclipTableMap` generator, the roots we generate need to be so (i.e. `_ne_root` and `_ne_parent` must be `Nothing`).
-
Alfredo Di Napoli authored
After we rewrote `destroyForest`, it means that in normal conditions we are going to output roots followed by their nodes (in in-order ordering), so the test outputs need adjustments.
-
Alfredo Di Napoli authored
Destroying a forest should flatten any recursive children, or they won't show up in the final ngrams table.
-
Alfredo Di Napoli authored
-
- 11 Sep, 2025 4 commits
-
-
Fabien Maniere authored
add missing module See merge request !444
-
Fabien Maniere authored
-
Fabien Maniere authored
Add the ability to emit logging messages from a `DbTx` transaction Closes #499 See merge request !436
-
Fabien Maniere authored
Prevent importing ngrams which will lead to loops See merge request !435
-
- 10 Sep, 2025 5 commits
-
-
Przemyslaw Kaminski authored
Added tests.
-
Fabien Maniere authored
[CLI] db fix command, to fix hyperdata #630 See merge request !442
-
Fabien Maniere authored
[search] small refactoring of the search API See merge request !441
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Dry run mode enabled by default
-
- 09 Sep, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 Sep, 2025 3 commits
-
-
Fabien Maniere authored
-
Fabien Maniere authored
[API] version with git hash See merge request !422
-
Fabien Maniere authored
[cli] add support to spawn multiple workers of the same type See merge request !437
-
- 05 Sep, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Also, added Data.List.nubBy to limit to only 1 dispatched notification per ws connection. This should fix a bug whereby a single user got multiple notifications about the same thing.
-
- 04 Sep, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Also, added `worker run-single-job` because the `run-single` option was a bit confusing.
-
- 03 Sep, 2025 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 01 Sep, 2025 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 26 Aug, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 25 Aug, 2025 12 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
This avoids creating pathological ngram forests.
-
Alfredo Di Napoli authored
-
Fabien Maniere authored
Allow ngrams to be searched even if they appear deeply nested See merge request !433
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
In this test we check that if we start with an ngram forest, no matter how complex, we can always search for a term we know it's in the forest and get it back, possibly alongside others.
-