- 18 Sep, 2025 5 commits
-
-
Przemyslaw Kaminski authored
-
Fabien Maniere authored
-
Fabien Maniere authored
Dev allow for api error in flow See merge request !440
-
Fabien Maniere authored
Dev worker fixes See merge request !447
-
Fabien Maniere authored
Dev add option to notify users See merge request !438
-
- 17 Sep, 2025 4 commits
-
-
Fabien Maniere authored
Keep only the roots in searchTableNgrams See merge request !439
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 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 8 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This prevents multiple workers getting the same job at the moment it times out.
-
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 5 commits
-
-
Fabien Maniere authored
-
Fabien Maniere authored
[API] version with git hash See merge request !422
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Continue with the flow and import terms. This way, a failed API call doesn't prevent from the job to finish gracefully. TODO: Print a nice, formatted error
-
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 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 01 Sep, 2025 1 commit
-
-
Alfredo Di Napoli authored
-